@charset "UTF-8";
/* Base - site-specific settings */
/* Brand Colors */
/*Progress bars*/
/* Bootstrap grid & reset */
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

*,
*::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: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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;
}

/* shared between store and blog */
@keyframes progress-bar-stripes {
  from {
    background-position: 5px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 5px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: rgba(138, 141, 143, 0.5);
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #E70840;
  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: 5px 5px;
}

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

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1500px;
  }
}

.container-fluid, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-ms, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-ms, .container {
    max-width: 728px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container-ms, .container {
    max-width: 1500px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-ms-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-ms-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-ms-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-ms-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-ms-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-ms-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1520px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: flex !important;
}

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

@media (min-width: 375px) {
  .d-ms-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .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: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1520px) {
  .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: flex !important;
  }

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

.align-content-end {
  align-content: flex-end !important;
}

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

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

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-ms-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-ms-around {
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-ms-center {
    align-content: center !important;
  }

  .align-content-ms-between {
    align-content: space-between !important;
  }

  .align-content-ms-around {
    align-content: space-around !important;
  }

  .align-content-ms-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-ms-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

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

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

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

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

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

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

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

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

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

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

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

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

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

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

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1520px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

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

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

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

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

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

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

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

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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: 375px) {
  .m-ms-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-ms-auto,
.mx-ms-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: 1024px) {
  .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: 1520px) {
  .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;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* so we can override bootstrap */
/* Input Placeholder Color */
/*Animation for progress bars*/
@keyframes animateProgress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*Pulse animation*/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}
/*Bounce*/
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-7px);
  }
  60% {
    transform: translateY(-3px);
  }
}
/* vendor */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -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.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-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .slick-arrow {
    color: white;
  }
}
.slick-arrow:focus {
  color: #E70840;
}
.slick-arrow svg {
  width: 32px;
  height: 32px;
}

.slick-prev {
  left: 20px;
}
.slick-prev svg {
  transform: rotate(180deg);
}

.slick-next {
  right: 20px;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 20px 0 50px;
}
@media (min-width: 1024px) {
  .slick-dots {
    padding: 45px 0 0;
  }
}
.slick-dots li {
  display: block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: solid 2px #8a8d8f;
  background: transparent;
  transition: 0.2s;
  pointer-events: none;
}
.slick-dots li.slick-active {
  background: black;
  border-color: black;
}
@media (min-width: 1024px) {
  .slick-dots li.slick-active {
    background: white;
    border-color: white;
  }
}
.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 1626px) {
  .arrows-outside .slick-prev {
    right: calc(100% + 21px);
    left: auto;
  }
  .arrows-outside .slick-next {
    left: calc(100% + 21px);
    right: auto;
  }
}

.coverflow {
  position: relative;
  overflow: hidden;
}

.coverflow-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  padding: 20px 0 50px;
}
@media (min-width: 1024px) {
  .coverflow-dots {
    padding: 45px 0 0;
  }
}
.coverflow-dots i {
  display: block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: solid 2px #8a8d8f;
  background: transparent;
  transition: 0.2s;
  pointer-events: none;
}
.coverflow-dots i.active {
  background: white;
  border-color: white;
}

#site-main .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  #site-main .wp-block-columns {
    flex-wrap: nowrap;
  }
  #site-main .wp-block-columns.are-vertically-aligned-center {
    align-items: center;
  }
  #site-main .wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
  }
  #site-main .wp-block-columns.gutters-false {
    margin-left: 0;
    margin-right: 0;
  }
  #site-main .wp-block-columns.gutters-false .wp-block-column {
    padding-left: 0;
    padding-right: 0;
  }
}
#site-main .wp-block-columns.borders-true .wp-block-column {
  border-top: solid 1px rgba(138, 141, 143, 0.5);
}
@media (max-width: 767.98px) {
  #site-main .wp-block-columns.borders-true .wp-block-column:last-child {
    border-bottom: solid 1px rgba(138, 141, 143, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  #site-main .wp-block-columns.borders-true .wp-block-column {
    border-bottom: solid 1px rgba(138, 141, 143, 0.5);
  }
  #site-main .wp-block-columns.borders-true .wp-block-column:nth-child(odd) {
    border-right: solid 1px rgba(138, 141, 143, 0.5);
  }
  #site-main .wp-block-columns.borders-true .wp-block-column:nth-child(1), #site-main .wp-block-columns.borders-true .wp-block-column:nth-child(2) {
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  #site-main .wp-block-columns.borders-true .wp-block-column {
    border-right: solid 1px rgba(138, 141, 143, 0.5);
    border-bottom: solid 1px rgba(138, 141, 143, 0.5);
  }
  #site-main .wp-block-columns.borders-true .wp-block-column:last-child {
    border-right: 0;
  }
}
#site-main .wp-block-column {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: none;
  padding: 0 20px;
  margin: 0;
}
@media (max-width: 767.98px) {
  #site-main .wp-block-column {
    flex-basis: 100% !important;
  }
}
#site-main .wp-block-column:not(:first-child) {
  margin: 0;
}
#site-main :where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
#site-main :where(.wp-block-columns.is-layout-flex:not(.gutters-false)) {
  gap: 2em;
}

.legacy-browser #site-main .wp-block-column {
  flex-basis: 0 !important;
}

.wp-block-group,
.wp-block-group.has-background {
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .wp-block-group,
.wp-block-group.has-background {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group,
.wp-block-group.has-background {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .wp-block-group,
.wp-block-group.has-background {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group,
.wp-block-group.has-background {
    padding-bottom: 75px;
  }
}
.wp-block-group.has-red-background-color,
.wp-block-group.has-background.has-red-background-color {
  background: #E70840 url("../images/drops-red-bg.jpg") no-repeat center center;
  background-size: cover;
  color: white;
}
.wp-block-group.has-black-background-color,
.wp-block-group.has-background.has-black-background-color {
  background: black;
  color: white;
}
.wp-block-group.has-black-background-color .tabs a.active,
.wp-block-group.has-background.has-black-background-color .tabs a.active {
  color: white;
}
.wp-block-group.has-white-background-color,
.wp-block-group.has-background.has-white-background-color {
  background: white;
  color: black;
}
.wp-block-group.has-white-background-color a:hover,
.wp-block-group.has-background.has-white-background-color a:hover {
  color: black;
}
.wp-block-group.has-white-background-color .tabs a.active,
.wp-block-group.has-background.has-white-background-color .tabs a.active {
  color: black;
}
.wp-block-group .wp-block-group__inner-container,
.wp-block-group.has-background .wp-block-group__inner-container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .wp-block-group .wp-block-group__inner-container,
.wp-block-group.has-background .wp-block-group__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wp-block-group .wp-block-group__inner-container,
.wp-block-group.has-background .wp-block-group__inner-container {
    max-width: 728px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group .wp-block-group__inner-container,
.wp-block-group.has-background .wp-block-group__inner-container {
    max-width: 1500px;
  }
}
.wp-block-group .wp-block-group,
.wp-block-group.has-background .wp-block-group {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-group .section-title,
.wp-block-group.has-background .section-title {
  padding: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wp-block-group.container-10 .wp-block-group__inner-container,
.wp-block-group.has-background.container-10 .wp-block-group__inner-container {
    max-width: 606.6424px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group.container-10 .wp-block-group__inner-container,
.wp-block-group.has-background.container-10 .wp-block-group__inner-container {
    max-width: 83.33%;
  }
}
@media (min-width: 1520px) {
  .wp-block-group.container-10 .wp-block-group__inner-container,
.wp-block-group.has-background.container-10 .wp-block-group__inner-container {
    max-width: 1249.95px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.container-8 .wp-block-group__inner-container,
.wp-block-group.has-background.container-8 .wp-block-group__inner-container {
    max-width: 606.6424px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group.container-8 .wp-block-group__inner-container,
.wp-block-group.has-background.container-8 .wp-block-group__inner-container {
    max-width: 66.67%;
  }
}
@media (min-width: 1520px) {
  .wp-block-group.container-8 .wp-block-group__inner-container,
.wp-block-group.has-background.container-8 .wp-block-group__inner-container {
    max-width: 1000.05px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.container-6 .wp-block-group__inner-container,
.wp-block-group.has-background.container-6 .wp-block-group__inner-container {
    max-width: 364px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group.container-6 .wp-block-group__inner-container,
.wp-block-group.has-background.container-6 .wp-block-group__inner-container {
    max-width: 50%;
  }
}
@media (min-width: 1520px) {
  .wp-block-group.container-6 .wp-block-group__inner-container,
.wp-block-group.has-background.container-6 .wp-block-group__inner-container {
    max-width: 750px;
  }
}
@media (min-width: 768px) {
  .wp-block-group.container-4 .wp-block-group__inner-container,
.wp-block-group.has-background.container-4 .wp-block-group__inner-container {
    max-width: 364px;
  }
}
@media (min-width: 1024px) {
  .wp-block-group.container-4 .wp-block-group__inner-container,
.wp-block-group.has-background.container-4 .wp-block-group__inner-container {
    max-width: 50%;
  }
}
@media (min-width: 1520px) {
  .wp-block-group.container-4 .wp-block-group__inner-container,
.wp-block-group.has-background.container-4 .wp-block-group__inner-container {
    max-width: 499.95px;
  }
}

.has-text-align-center {
  text-align: center;
}

.wp-block-image figcaption {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .wp-block-image figcaption {
    font-size: 2.1rem;
  }
}
@media (min-width: 768px) {
  .wp-block-image .alignleft {
    float: left;
    margin-right: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .wp-block-image .alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 2em;
  }
}

.wp-block-buttons {
  margin-bottom: 1em;
  gap: 10px;
}

.wp-block-button__link {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
  color: currentColor;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.2s;
  white-space: nowrap;
  cursor: pointer;
  background: white;
  color: black;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .wp-block-button__link {
    font-size: 1.8rem;
  }
}
.wp-block-button__link:focus, .wp-block-button__link:hover {
  color: #E70840;
}

.wp-block-button.is-style-outline {
  color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border: 0;
  background: none;
  color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: currentColor;
  text-decoration: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:focus .tl::before,
.wp-block-button.is-style-outline .wp-block-button__link:focus .br::before, .wp-block-button.is-style-outline .wp-block-button__link:hover .tl::before,
.wp-block-button.is-style-outline .wp-block-button__link:hover .br::before {
  width: calc(30% - 6px);
}
.wp-block-button.is-style-outline .wp-block-button__link:focus .tr::before,
.wp-block-button.is-style-outline .wp-block-button__link:focus .bl::before, .wp-block-button.is-style-outline .wp-block-button__link:hover .tr::before,
.wp-block-button.is-style-outline .wp-block-button__link:hover .bl::before {
  width: calc(70% - 6px);
}
.wp-block-button.is-style-outline .wp-block-button__link:focus .tl::after,
.wp-block-button.is-style-outline .wp-block-button__link:focus .br::after, .wp-block-button.is-style-outline .wp-block-button__link:hover .tl::after,
.wp-block-button.is-style-outline .wp-block-button__link:hover .br::after {
  height: 100%;
}
.wp-block-button.is-style-outline .wp-block-button__link:focus .tr::after,
.wp-block-button.is-style-outline .wp-block-button__link:focus .bl::after, .wp-block-button.is-style-outline .wp-block-button__link:hover .tr::after,
.wp-block-button.is-style-outline .wp-block-button__link:hover .bl::after {
  height: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link .tl,
.wp-block-button.is-style-outline .wp-block-button__link .tr,
.wp-block-button.is-style-outline .wp-block-button__link .br,
.wp-block-button.is-style-outline .wp-block-button__link .bl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link .tl::before, .wp-block-button.is-style-outline .wp-block-button__link .tl::after,
.wp-block-button.is-style-outline .wp-block-button__link .tr::before,
.wp-block-button.is-style-outline .wp-block-button__link .tr::after,
.wp-block-button.is-style-outline .wp-block-button__link .br::before,
.wp-block-button.is-style-outline .wp-block-button__link .br::after,
.wp-block-button.is-style-outline .wp-block-button__link .bl::before,
.wp-block-button.is-style-outline .wp-block-button__link .bl::after {
  content: "";
  background: currentColor;
  position: absolute;
}
.wp-block-button.is-style-outline .wp-block-button__link .tl::before,
.wp-block-button.is-style-outline .wp-block-button__link .tr::before,
.wp-block-button.is-style-outline .wp-block-button__link .br::before,
.wp-block-button.is-style-outline .wp-block-button__link .bl::before {
  height: 2px;
  transition: 0.4s ease-in-out;
}
.wp-block-button.is-style-outline .wp-block-button__link .tl::after,
.wp-block-button.is-style-outline .wp-block-button__link .tr::after,
.wp-block-button.is-style-outline .wp-block-button__link .br::after,
.wp-block-button.is-style-outline .wp-block-button__link .bl::after {
  width: 2px;
  transition: 0.2s ease-in-out;
}
.wp-block-button.is-style-outline .wp-block-button__link .tl::before, .wp-block-button.is-style-outline .wp-block-button__link .tl::after,
.wp-block-button.is-style-outline .wp-block-button__link .tr::before,
.wp-block-button.is-style-outline .wp-block-button__link .tr::after {
  top: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link .bl::before, .wp-block-button.is-style-outline .wp-block-button__link .bl::after,
.wp-block-button.is-style-outline .wp-block-button__link .br::before,
.wp-block-button.is-style-outline .wp-block-button__link .br::after {
  bottom: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link .tr::before, .wp-block-button.is-style-outline .wp-block-button__link .tr::after,
.wp-block-button.is-style-outline .wp-block-button__link .br::before,
.wp-block-button.is-style-outline .wp-block-button__link .br::after {
  right: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link .tl::before, .wp-block-button.is-style-outline .wp-block-button__link .tl::after,
.wp-block-button.is-style-outline .wp-block-button__link .bl::before,
.wp-block-button.is-style-outline .wp-block-button__link .bl::after {
  left: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link .tl::before,
.wp-block-button.is-style-outline .wp-block-button__link .br::before {
  width: 100%;
}
.wp-block-button.is-style-outline .wp-block-button__link .tr::before,
.wp-block-button.is-style-outline .wp-block-button__link .bl::before {
  width: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link .tl::after,
.wp-block-button.is-style-outline .wp-block-button__link .tr::after,
.wp-block-button.is-style-outline .wp-block-button__link .bl::after,
.wp-block-button.is-style-outline .wp-block-button__link .br::after {
  height: calc(50% - 6px);
}

.has-red-color {
  color: #E70840;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}
.is-layout-flex.is-content-justification-left {
  justify-content: flex-start;
}
.is-layout-flex.is-content-justification-center {
  justify-content: center;
}
.is-layout-flex.is-content-justification-right {
  justify-content: flex-end;
}
.is-layout-flex.is-content-justification-space-between {
  justify-content: space-between;
}
.is-layout-flex.is-vertical {
  flex-direction: column;
}

.wp-embed-responsive .wp-block-embed {
  margin: 0;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
}
.wp-embed-responsive .wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

:root {
  --navbar-height: 47px;
}

@media (min-width: 1024px) {
  :root {
    --navbar-height: 80px;
  }
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
}
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--navbar-height);
}

body {
  font-size: 1.8rem;
  background: black;
  color: white;
  line-height: 1.5;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (min-width: 1520px) {
  body {
    font-size: 2rem;
  }
}
body.has-hero {
  padding-top: 0;
}
body.has-hero .entry-content {
  padding-top: 0;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  clear: both;
}
h1.size-page-hero, h1.size-large,
h2.size-page-hero,
h2.size-large,
h3.size-page-hero,
h3.size-large,
h4.size-page-hero,
h4.size-large,
.h1.size-page-hero,
.h1.size-large,
.h2.size-page-hero,
.h2.size-large,
.h3.size-page-hero,
.h3.size-large,
.h4.size-page-hero,
.h4.size-large {
  margin-bottom: 0.25em;
  font-size: 5rem;
}
@media (min-width: 1024px) {
  h1.size-page-hero, h1.size-large,
h2.size-page-hero,
h2.size-large,
h3.size-page-hero,
h3.size-large,
h4.size-page-hero,
h4.size-large,
.h1.size-page-hero,
.h1.size-large,
.h2.size-page-hero,
.h2.size-large,
.h3.size-page-hero,
.h3.size-large,
.h4.size-page-hero,
.h4.size-large {
    font-size: 7rem;
  }
}
@media (min-width: 1520px) {
  h1.size-page-hero, h1.size-large,
h2.size-page-hero,
h2.size-large,
h3.size-page-hero,
h3.size-large,
h4.size-page-hero,
h4.size-large,
.h1.size-page-hero,
.h1.size-large,
.h2.size-page-hero,
.h2.size-large,
.h3.size-page-hero,
.h3.size-large,
.h4.size-page-hero,
.h4.size-large {
    font-size: 10rem;
  }
}
h1.size-medium,
h2.size-medium,
h3.size-medium,
h4.size-medium,
.h1.size-medium,
.h2.size-medium,
.h3.size-medium,
.h4.size-medium {
  line-height: 0.9;
  font-size: 4.5rem;
  letter-spacing: 0.025em;
}
@media (min-width: 1024px) {
  h1.size-medium,
h2.size-medium,
h3.size-medium,
h4.size-medium,
.h1.size-medium,
.h2.size-medium,
.h3.size-medium,
.h4.size-medium {
    font-size: 6rem;
  }
}
@media (min-width: 1520px) {
  h1.size-medium,
h2.size-medium,
h3.size-medium,
h4.size-medium,
.h1.size-medium,
.h2.size-medium,
.h3.size-medium,
.h4.size-medium {
    font-size: 7.5rem;
  }
}
h1.size-micro,
h2.size-micro,
h3.size-micro,
h4.size-micro,
.h1.size-micro,
.h2.size-micro,
.h3.size-micro,
.h4.size-micro {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  h1.size-micro,
h2.size-micro,
h3.size-micro,
h4.size-micro,
.h1.size-micro,
.h2.size-micro,
.h3.size-micro,
.h4.size-micro {
    font-size: 2.1rem;
  }
}
h1.size-hero,
h2.size-hero,
h3.size-hero,
h4.size-hero,
.h1.size-hero,
.h2.size-hero,
.h3.size-hero,
.h4.size-hero {
  font-size: 7.5rem;
  letter-spacing: -0.02em;
  line-height: 0.85;
  margin-bottom: 0.125em;
}
@media (min-width: 1024px) {
  h1.size-hero,
h2.size-hero,
h3.size-hero,
h4.size-hero,
.h1.size-hero,
.h2.size-hero,
.h3.size-hero,
.h4.size-hero {
    font-size: 15rem;
  }
}
@media (min-width: 1520px) {
  h1.size-hero,
h2.size-hero,
h3.size-hero,
h4.size-hero,
.h1.size-hero,
.h2.size-hero,
.h3.size-hero,
.h4.size-hero {
    font-size: 22.5rem;
  }
}
h1.ir,
h2.ir,
h3.ir,
h4.ir,
.h1.ir,
.h2.ir,
.h3.ir,
.h4.ir {
  font-size: 1rem;
}

h1,
.h1 {
  font-size: 5rem;
}
@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 7rem;
  }
}
@media (min-width: 1520px) {
  h1,
.h1 {
    font-size: 10rem;
  }
}

h2,
.h2 {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: 0.025em;
}
@media (min-width: 1520px) {
  h2,
.h2 {
    font-size: 5rem;
  }
}
h2 .outlined,
.h2 .outlined {
  transition: 0.3s;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: currentColor;
  -webkit-text-stroke-width: 2px;
}
@media (min-width: 1024px) {
  h2 .outlined,
.h2 .outlined {
    -webkit-text-stroke-width: 3px;
  }
}

h3,
.h3 {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 0.9;
  letter-spacing: 0.025em;
}
@media (min-width: 1520px) {
  h3,
.h3 {
    font-size: 3.5rem;
  }
}

h4,
.h4 {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  h4,
.h4 {
    font-size: 2.1rem;
  }
}

h5,
.h5 {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  h5,
.h5 {
    font-size: 1.8rem;
  }
}

.micro-title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .micro-title {
    font-size: 2.1rem;
  }
}

.eyebrow {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .eyebrow {
    font-size: 2.1rem;
  }
}

p,
ul,
ol,
dl,
figure {
  margin-bottom: 1em;
}

hr {
  margin: 2em 0;
  border: 0;
  border-top: solid 1px #8a8d8f;
}

blockquote {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: 0.025em;
  position: relative;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
@media (min-width: 1520px) {
  blockquote {
    font-size: 5rem;
  }
}
blockquote::before {
  content: "“";
  position: absolute;
  right: 100%;
}
blockquote::after {
  content: "”";
}

a {
  color: #E70840;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  a:hover {
    color: white;
  }
}

.alert a {
  color: currentColor;
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}

[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

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

.featured-image {
  position: relative;
  display: block;
  width: 100%;
  margin-inline: auto;
  max-width: 1000px;
}
.featured-image img {
  display: block;
  width: 100%;
}
.featured-image::after {
  border: solid 5px rgba(0, 0, 0, 0.5);
  content: "";
  inset: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .featured-image::after {
    border-width: 10px;
  }
}

.visible-admin {
  display: none;
}

.max-container {
  max-width: 1800px;
  margin-inline: auto;
}

#site-main {
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  #site-main {
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  #site-main {
    padding-bottom: 125px;
  }
}

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

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

.pt-sm {
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .pt-sm {
    padding-top: 30px !important;
  }
}
@media (min-width: 1024px) {
  .pt-sm {
    padding-top: 44px !important;
  }
}

.pb-sm {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .pb-sm {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1024px) {
  .pb-sm {
    padding-bottom: 44px !important;
  }
}

.pt-md {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .pt-md {
    padding-top: 55px !important;
  }
}
@media (min-width: 1024px) {
  .pt-md {
    padding-top: 75px !important;
  }
}

.pb-md {
  padding-bottom: 40px !important;
}
@media (min-width: 768px) {
  .pb-md {
    padding-bottom: 55px !important;
  }
}
@media (min-width: 1024px) {
  .pb-md {
    padding-bottom: 75px !important;
  }
}

.pt-lg {
  padding-top: 75px !important;
}
@media (min-width: 768px) {
  .pt-lg {
    padding-top: 90px !important;
  }
}
@media (min-width: 1024px) {
  .pt-lg {
    padding-top: 125px !important;
  }
}

.pb-lg {
  padding-bottom: 75px !important;
}
@media (min-width: 768px) {
  .pb-lg {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1024px) {
  .pb-lg {
    padding-bottom: 125px !important;
  }
}

.pt-xl {
  padding-top: 75px !important;
}
@media (min-width: 768px) {
  .pt-xl {
    padding-top: 90px !important;
  }
}
@media (min-width: 1024px) {
  .pt-xl {
    padding-top: 250px !important;
  }
}

.pb-xl {
  padding-bottom: 75px !important;
}
@media (min-width: 768px) {
  .pb-xl {
    padding-bottom: 90px !important;
  }
}
@media (min-width: 1024px) {
  .pb-xl {
    padding-bottom: 250px !important;
  }
}

.pad-md {
  padding: 90px;
}

@media (max-width: 1023.98px) {
  .pad-h-xs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pad-v-xs {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.has-gutter {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1520px) {
  .has-gutter {
    padding-left: 0;
    padding-right: 0;
  }
}

/*Adds medium gutters to any bootstrap row, also a Block Options setting for WP pages */
@media (min-width: 768px) and (max-width: 1519.98px) {
  .gutters-true,
.gutters-md {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1520px) {
  .gutters-true,
.gutters-md {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .gutters-true > .col,
.gutters-true > [class*=col-],
.gutters-md > .col,
.gutters-md > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1520px) {
  .gutters-true > .col,
.gutters-true > [class*=col-],
.gutters-md > .col,
.gutters-md > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 5px;
}
.meta div {
  display: flex;
  gap: 5px;
}
.meta strong,
.meta dt {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}
.meta li,
.meta dd {
  font-size: 1.5rem;
  margin: 0;
}

.file-meta {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
}

.file-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.file-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
}
.file-list a {
  color: currentColor;
}
.file-list a:hover {
  color: #E70840;
}
.file-list svg {
  position: absolute;
  left: 0;
  top: 5px;
}

/*Color options*/
.color-black {
  color: black;
}

.color-gray {
  color: #8a8d8f;
}

.color-red {
  color: #E70840;
}

/*Background color options*/
.bg-white {
  background: white;
  color: black;
}

/*Text alignment options*/
.has-text-align-center,
.aligncenter,
.text-center {
  text-align: center;
}

.has-text-align-left,
.alignleft,
.text-left {
  text-align: left;
}

.has-text-align-right,
.alignright,
.text-right {
  text-align: right;
}

/*Position options*/
.position-relative {
  position: relative;
}

/*Image sizing options*/
.img-responsive {
  height: auto;
  width: 100%;
}

/*Global max width options*/
@media (min-width: 1024px) {
  .max-lg-35 {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }

  .max-lg-65 {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }

  .max-lg-375 {
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
  }
}
/*Adds smaller container with max width of 1250px*/
@media (min-width: 1024px) {
  .container-xs {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }

  .container-sm {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 1250px;
  }
}
/*Adds top and vertical borders to each element in a row*/
.grid-borders {
  border-top: solid 1px rgba(138, 141, 143, 0.5);
}
@media (max-width: 1023.98px) {
  .grid-borders .col,
.grid-borders [class*=col-] {
    padding: 40px 20px;
  }
}
@media (min-width: 1024px) {
  .grid-borders .col,
.grid-borders [class*=col-] {
    padding: 70px 30px 0;
  }
}
@media (max-width: 1023.98px) {
  .grid-borders .col:not(:last-child),
.grid-borders [class*=col-]:not(:last-child) {
    border-bottom: solid 1px rgba(138, 141, 143, 0.5);
  }
}
@media (min-width: 1024px) {
  .grid-borders .col:not(:last-child),
.grid-borders [class*=col-]:not(:last-child) {
    border-right: solid 1px rgba(138, 141, 143, 0.5);
  }
}

/*Grid*/
@media (max-width: 1023.98px) {
  .row-grid {
    margin-bottom: -15px;
    margin-top: -15px;
  }
}
@media (min-width: 1024px) {
  .row-grid {
    margin-bottom: -30px;
    margin-top: -30px;
  }
}
@media (max-width: 1023.98px) {
  .row-grid > .col,
.row-grid > [class*=col-] {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media (min-width: 1024px) {
  .row-grid > .col,
.row-grid > [class*=col-] {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

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

/* Components - specific elements that make up a page */
.alert {
  padding: 20px;
  margin-bottom: 20px;
  color: currentColor;
  border-left: solid 5px transparent;
}
.alert a {
  text-decoration: none;
  font-weight: 700;
}
.alert.alert-success {
  border-left-color: #1db006;
  background: rgba(29, 176, 6, 0.2);
}
.alert.alert-error {
  border-left-color: #E70840;
  background: rgba(231, 8, 64, 0.2);
}
.alert.alert-warning {
  border-left-color: #E70840;
  background: rgba(231, 8, 64, 0.2);
}
.alert.alert-info {
  border-left-color: black;
  background: rgba(0, 0, 0, 0.05);
}
.alert.alert-caution {
  border-left-color: #E79D08;
  background: #FDF7E9;
}
.alert.alert-small {
  padding: 0.5em;
  line-height: 1.2;
  font-size: 1.5rem;
}
.alert a {
  text-decoration: underline;
  font-weight: 700;
}
.alert > *:last-child {
  margin-bottom: 0;
}

button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.btn {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
  color: currentColor;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.2s;
  white-space: nowrap;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .btn {
    font-size: 1.8rem;
  }
}
.btn:focus, .btn:hover {
  color: #E70840;
}
.btn.btn-secondary {
  background: white;
  color: black;
}
.btn.btn-muted {
  color: #8a8d8f;
}
.btn.btn-muted:focus, .btn.btn-muted:hover {
  color: #E70840;
}
.btn.btn-prompt {
  color: #E70840;
}
.btn.btn-prompt:focus, .btn.btn-prompt:hover {
  color: black;
}
.btn.btn-enhanced:focus, .btn.btn-enhanced:hover {
  color: currentColor;
  text-decoration: none;
}
.btn.btn-enhanced:focus .tl::before,
.btn.btn-enhanced:focus .br::before, .btn.btn-enhanced:hover .tl::before,
.btn.btn-enhanced:hover .br::before {
  width: calc(30% - 6px);
}
.btn.btn-enhanced:focus .tr::before,
.btn.btn-enhanced:focus .bl::before, .btn.btn-enhanced:hover .tr::before,
.btn.btn-enhanced:hover .bl::before {
  width: calc(70% - 6px);
}
.btn.btn-enhanced:focus .tl::after,
.btn.btn-enhanced:focus .br::after, .btn.btn-enhanced:hover .tl::after,
.btn.btn-enhanced:hover .br::after {
  height: 100%;
}
.btn.btn-enhanced:focus .tr::after,
.btn.btn-enhanced:focus .bl::after, .btn.btn-enhanced:hover .tr::after,
.btn.btn-enhanced:hover .bl::after {
  height: 0;
}
.btn.btn-enhanced .tl,
.btn.btn-enhanced .tr,
.btn.btn-enhanced .br,
.btn.btn-enhanced .bl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn.btn-enhanced .tl::before, .btn.btn-enhanced .tl::after,
.btn.btn-enhanced .tr::before,
.btn.btn-enhanced .tr::after,
.btn.btn-enhanced .br::before,
.btn.btn-enhanced .br::after,
.btn.btn-enhanced .bl::before,
.btn.btn-enhanced .bl::after {
  content: "";
  background: currentColor;
  position: absolute;
}
.btn.btn-enhanced .tl::before,
.btn.btn-enhanced .tr::before,
.btn.btn-enhanced .br::before,
.btn.btn-enhanced .bl::before {
  height: 2px;
  transition: 0.4s ease-in-out;
}
.btn.btn-enhanced .tl::after,
.btn.btn-enhanced .tr::after,
.btn.btn-enhanced .br::after,
.btn.btn-enhanced .bl::after {
  width: 2px;
  transition: 0.2s ease-in-out;
}
.btn.btn-enhanced .tl::before, .btn.btn-enhanced .tl::after,
.btn.btn-enhanced .tr::before,
.btn.btn-enhanced .tr::after {
  top: 0;
}
.btn.btn-enhanced .bl::before, .btn.btn-enhanced .bl::after,
.btn.btn-enhanced .br::before,
.btn.btn-enhanced .br::after {
  bottom: 0;
}
.btn.btn-enhanced .tr::before, .btn.btn-enhanced .tr::after,
.btn.btn-enhanced .br::before,
.btn.btn-enhanced .br::after {
  right: 0;
}
.btn.btn-enhanced .tl::before, .btn.btn-enhanced .tl::after,
.btn.btn-enhanced .bl::before,
.btn.btn-enhanced .bl::after {
  left: 0;
}
.btn.btn-enhanced .tl::before,
.btn.btn-enhanced .br::before {
  width: 100%;
}
.btn.btn-enhanced .tr::before,
.btn.btn-enhanced .bl::before {
  width: 0;
}
.btn.btn-enhanced .tl::after,
.btn.btn-enhanced .tr::after,
.btn.btn-enhanced .bl::after,
.btn.btn-enhanced .br::after {
  height: calc(50% - 6px);
}
.btn.btn-small {
  padding: 8px 12px;
}
.btn.working {
  opacity: 0.2;
  pointer-events: none;
}

.header-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .header-action {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    justify-content: flex-start;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .header-action {
    right: 20px;
  }
}
@media (min-width: 1520px) {
  .header-action {
    right: 0;
  }
}
.header-action.back {
  right: auto;
  left: 0;
}
@media (min-width: 1024px) {
  .header-action.back {
    left: 20px;
  }
}
@media (min-width: 1520px) {
  .header-action.back {
    left: 0;
  }
}
.header-action.back svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.btn-set .btn {
  margin: 11px;
}
@media (min-width: 1024px) {
  .btn-set .btn {
    margin: 0 11px;
  }
}

/*Adds arrow before or after button*/
.btn-arrow {
  /*Arrow position options*/
  /*Color options*/
  /*Hover options*/
}
.btn-arrow:before, .btn-arrow:after {
  background: center center/contain no-repeat;
  height: 15px;
  transition: 0.3s;
  width: 15px;
}
.btn-arrow.arrow-prev:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  transform: rotate(180deg);
}
.btn-arrow.arrow-next:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
}
.btn-arrow.arrow-black:before, .btn-arrow.arrow-black:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03Ljg2Ny4yNjJhLjg5NS44OTUgMCAwMDAgMS4yNjVsNi4wNzggNi4wNzhILjg5NWEuODk1Ljg5NSAwIDAwMCAxLjc5aDEzLjA1bC02LjA3OCA2LjA3OGEuODk1Ljg5NSAwIDEwMS4yNjYgMS4yNjVsNy42MDUtNy42MDVhLjg5NS44OTUgMCAwMDAtMS4yNjZMOS4xMzMuMjYyYS44OTUuODk1IDAgMDAtMS4yNjYgMHoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=");
}
.btn-arrow.arrow-white:before, .btn-arrow.arrow-white:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS4yOTMuMjkyYTEgMSAwIDAwMCAxLjQxNEwyOC41ODYgMTVIMWExIDEgMCAxMDAgMmgyNy41ODZMMTUuMjkzIDMwLjI5MmExIDEgMCAwMDEuNDE0IDEuNDE0bDE1LTE1YTEgMSAwIDAwMC0xLjQxNGwtMTUtMTVhMSAxIDAgMDAtMS40MTQgMHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
}
.btn-arrow:hover:before {
  transform: rotate(180deg) translateX(5px);
}
.btn-arrow:hover:after {
  transform: translateX(5px);
}

/*Restart button*/
.btn-restart {
  color: #E70840;
  /*Color options*/
}
.btn-restart:hover:before {
  transform: translateX(-5px);
}
.btn-restart:before {
  background: center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 10px;
  width: 18px;
  transition: 0.3s;
}
.btn-restart.btn-red:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDEzYTEgMSAwIDAwMSAxaDVhNSA1IDAgMTAwLTEwSDMuNDE0bDIuMjkzLTIuMjkzQTEgMSAwIDAwNC4yOTMuMjkzbC00IDRhMSAxIDAgMDAwIDEuNDE0bDQgNGExIDEgMCAwMDEuNDE0LTEuNDE0TDMuNDE0IDZIMTNhMyAzIDAgMDEwIDZIOGExIDEgMCAwMC0xIDF6IiBmaWxsPSIjRTYwODNGIi8+PC9zdmc+");
}
.btn-restart.btn-white {
  color: white;
}
.btn-restart.btn-white:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDEzYTEgMSAwIDAwMSAxaDVhNSA1IDAgMTAwLTEwSDMuNDE0bDIuMjkzLTIuMjkzQTEgMSAwIDAwNC4yOTMuMjkzbC00IDRhMSAxIDAgMDAwIDEuNDE0bDQgNGExIDEgMCAwMDEuNDE0LTEuNDE0TDMuNDE0IDZIMTNhMyAzIDAgMDEwIDZIOGExIDEgMCAwMC0xIDF6IiBmaWxsPSIjZmZmIi8+PC9zdmc+");
}

/*Close button*/
.btn-close {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  position: relative;
  transition: 0.3s;
  width: 30px;
  z-index: 1;
}
.btn-close:before, .btn-close:after {
  background: #8a8d8f;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}

/*Used when multiple buttons are inline*/
.btn-row {
  margin: 0 -5px;
}
@media (min-width: 576px) {
  .btn-row {
    margin: 0 -10px;
  }
}
.btn-row .btn {
  margin: 10px 5px;
}
@media (min-width: 576px) {
  .btn-row .btn {
    margin: 5px 10px;
  }
}

.forward,
.back {
  display: inline-flex;
  align-items: center;
}
.forward svg,
.back svg {
  width: 15px;
  height: 15px;
  transition: transform 0.3s;
}

.forward:hover svg {
  transform: translateX(5px);
}
.forward svg {
  margin-left: 5px;
}

.back:hover svg {
  transform: translateX(-5px) rotate(180deg);
}
.back svg {
  margin-right: 5px;
  transform: rotate(180deg);
}

#to-top {
  position: fixed;
  padding: 10px 20px;
  right: 0;
  bottom: 0;
  background: #E70840;
  display: flex;
}
#to-top a {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  color: white;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  #to-top a {
    font-size: 1.8rem;
  }
}
#to-top a:hover {
  color: white;
}
#to-top a svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  transition: 0.3s;
}
#to-top a.back {
  margin-right: 15px;
  padding-right: 15px;
  border-right: solid 1px white;
}
#to-top a.back:hover svg {
  transform: translateX(-5px) rotate(180deg);
}
#to-top a.back svg {
  transform: rotate(180deg);
}
#to-top a.top:hover svg {
  transform: translateY(-5px) rotate(-90deg);
}
#to-top a.top svg {
  transform: rotate(-90deg);
}

/*Default CTA card*/
.card-cta {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card-cta {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .card-cta {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .card-cta {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .card-cta {
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .card-cta {
    padding: 0;
    min-height: 220px;
  }
}
.card-cta p {
  font-size: 1.8rem;
}
.card-cta p:last-of-type {
  margin-bottom: 0;
}
.card-cta .title {
  margin: 0;
  text-align: center;
}
.card-cta .btn {
  margin-top: 40px;
}

.legacy-browser .card-cta {
  display: block;
  height: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .legacy-browser .card-cta {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .legacy-browser .card-cta {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .legacy-browser .card-cta {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .legacy-browser .card-cta {
    padding-bottom: 75px;
  }
}

/*Finder card*/
.card-finder {
  background: rgba(0, 0, 0, 0.7);
  color: inherit;
  display: block;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.card-finder p {
  font-size: 1.8rem;
}
.card-finder .thumbnail {
  display: block;
}
.card-finder .card-overlay {
  bottom: 20px;
  left: 20px;
  position: absolute;
  transition: 0.4s;
  z-index: 1;
}
.card-finder .card-panel {
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 25px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  z-index: 10;
  /*Adds dark transparent overlay*/
}
.card-finder .card-panel .thumbnail {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.card-finder .card-panel .card-content {
  z-index: 1;
}
.card-finder .card-panel:before {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .card-finder:hover {
    color: inherit;
  }
  .card-finder:hover .card-overlay {
    opacity: 0;
    visibility: hidden;
  }
  .card-finder:hover .card-panel {
    opacity: 1;
    visibility: visible;
  }
}

.legacy-browser .card-finder .card-panel {
  display: block;
}

/*Video card*/
.card-video {
  /*Adds video play icon*/
}
.card-video:not(:last-child) {
  margin-bottom: 40px;
}
.card-video .is-video {
  position: relative;
  /*Button size options*/
}
.card-video .is-video:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iNzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGVsbGlwc2Ugb3BhY2l0eT0iLjUiIGN4PSI0MCIgY3k9IjM5IiByeD0iNDAiIHJ5PSIzOSIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0zMi4zMSAxOC4wODVjLTEuMjctLjk5LTIuMzEtLjQ3My0yLjMxIDEuMTQ2djM2LjcwMmMwIDEuNjIgMS4wNCAyLjEzNiAyLjMxIDEuMTQ1bDIyLjczNy0xNy42OTZjMS4yNy0uOTkgMS4yNy0yLjYxIDAtMy41OThsLTIyLjczNi0xNy43eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==") center center/contain no-repeat;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  transition: 0.4s;
  z-index: 1;
}
@media (max-width: 1519.98px) {
  .card-video .is-video:before {
    bottom: 20px;
    left: 20px;
  }
}
@media (min-width: 1520px) {
  .card-video .is-video:before {
    bottom: 30px;
    left: 30px;
  }
}
.card-video .is-video.btn-sm:before {
  height: 40px;
  width: 40px;
}
@media (max-width: 1519.98px) {
  .card-video .is-video.btn-lg:before {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 1520px) {
  .card-video .is-video.btn-lg:before {
    height: 80px;
    width: 80px;
  }
}
.card-video .is-video:hover:before {
  transform: scale(1.06);
}

/*Basic info card with document icon*/
.card-doc {
  display: block;
  padding-left: 25px;
  position: relative;
}
.card-doc svg {
  position: absolute;
  top: 5px;
  left: 0;
}
.card-doc .doc-info {
  color: #8a8d8f;
  display: block;
  font-size: 1.5rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.is-open .trigger {
  background: rgba(138, 141, 143, 0.25);
  color: #E70840;
}
@media (min-width: 1024px) {
  .dropdown.is-open .trigger {
    background: white;
    color: #E70840;
  }
}
.dropdown.is-open .trigger svg {
  transform: rotate(-180deg);
}
.dropdown.is-open .options {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
.dropdown .trigger {
  position: relative;
  white-space: normal;
}
.dropdown .trigger:focus {
  color: white;
  background: rgba(138, 141, 143, 0.4);
}
.dropdown .trigger svg {
  transition: transform 0.3s;
  margin-left: 10px;
}
.dropdown .options {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.2s;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  padding: 20px;
  background: white;
  min-width: 200px;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .dropdown .options {
    padding: 20px 30px;
  }
}
.dropdown .options a {
  color: black;
  display: block;
  padding: 10px 0;
  text-transform: none;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .dropdown .options a {
    white-space: nowrap;
  }
}
.dropdown .options a.selected, .dropdown .options a:hover {
  color: #E70840;
}
.dropdown.is-on-white.is-open .trigger {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-bottom-color: white;
}
.dropdown.is-on-white.is-open .trigger::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2px;
  height: 11px;
  left: 0;
  background: white;
  z-index: 11;
}
.dropdown.is-on-white.is-open .options {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border: solid 1px black;
}
.dropdown.is-on-white .trigger {
  border: solid 1px black;
}
.dropdown.is-on-white .trigger:focus {
  color: #E70840;
  background: white;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
select,
textarea {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  height: 50px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  color: currentColor;
  border: solid 1px transparent;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  background-color: rgba(255, 255, 255, 0.25);
  outline: solid 1px white;
}

input[type=radio],
input[type=checkbox] {
  accent-color: #E70840;
}

select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNzkzLjc5M2ExIDEgMCAwMTEuNDE0IDBMNC41IDMuMDg2IDYuNzkzLjc5M2ExIDEgMCAwMTEuNDE0IDEuNDE0bC0zIDNhMSAxIDAgMDEtMS40MTQgMGwtMy0zYTEgMSAwIDAxMC0xLjQxNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 20px center;
  font-size: 1.6rem;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
}
select.inline {
  height: auto;
  width: auto;
  padding-left: 0;
  padding-right: 14px;
  background-position: right center;
  border: 0;
}
select option {
  background: white !important;
  color: black !important;
}

textarea {
  height: auto;
  padding: 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

form.inline {
  display: flex;
  width: 100%;
}
form.inline .input {
  flex: 1;
  border: solid 2px black;
  border-right: none;
}
form.inline .input.input-white {
  border-color: white;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
form.inline .input.input-white::-webkit-input-placeholder {
  color: #b2b2b2;
}
form.inline .input.input-white::-moz-placeholder {
  color: #b2b2b2;
}
form.inline .input.input-white:-ms-input-placeholder {
  color: #b2b2b2;
}
form.inline .input.input-white:-moz-placeholder {
  color: #b2b2b2;
}
form.inline .btn {
  padding: 10px 20px;
}
form.inline .btn .tl::after {
  height: 100%;
}
form.inline .btn .bl::after {
  height: 0;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}
.form-group label,
.form-group .label {
  display: block;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .form-group label,
.form-group .label {
    font-size: 1.8rem;
  }
}
.form-group.checkbox {
  display: flex;
  align-items: center;
}
.form-group.checkbox label {
  margin: 0;
}
.form-group.checkbox input {
  margin-right: 8px;
}
.form-group .form-info {
  font-size: 1.5rem;
  text-align: left;
}
@media (max-width: 1519.98px) {
  .form-group .form-info {
    margin-top: 20px;
  }
}
@media (min-width: 1520px) {
  .form-group .form-info {
    bottom: 0;
    position: absolute;
    left: calc(100% + 20px);
    white-space: nowrap;
  }
}
.form-group .form-info .form-info-link {
  display: block;
  text-decoration: underline;
}

.checkbox-row {
  display: flex;
  margin-bottom: 10px;
  gap: 8px;
}
.checkbox-row label {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
}
.checkbox-row .price {
  font-weight: 600;
}

.form-control.has-error {
  border-color: #E70840;
}

.errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}

/*Form with outlined input fields*/
.form-outline fieldset.max-75 {
  max-width: 75%;
}
.form-outline .row.border-top {
  border-top: solid 1px #8a8d8f;
}
.form-outline .form-group {
  margin-bottom: 0;
}
.form-outline .form-group:not(:first-of-type) {
  margin-top: 50px;
}
.form-outline .form-label {
  font-size: 3.5rem;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: auto;
}
.form-outline .form-label .tooltip {
  margin: -5px 0 0 5px;
}
.form-outline .form-control {
  background-color: transparent;
  border: solid 1px #8a8d8f;
  font-size: 2rem;
}
.form-outline .form-row .col,
.form-outline .form-row [class*=col-] {
  border-bottom: solid 1px #8a8d8f;
  padding-bottom: 70px;
  padding-top: 70px;
}
@media (min-width: 1024px) {
  .form-outline .form-row .col:nth-of-type(-n + 2),
.form-outline .form-row [class*=col-]:nth-of-type(-n + 2) {
    border-top: solid 1px #8a8d8f;
  }
}
@media (min-width: 1024px) {
  .form-outline .form-row .col:nth-child(odd):not(:last-child),
.form-outline .form-row [class*=col-]:nth-child(odd):not(:last-child) {
    border-right: solid 1px #8a8d8f;
  }
}

/*Custom radio/checkbox*/
.input-group-inline {
  display: inline-flex;
  justify-content: center;
}
.input-group-inline > div {
  border-bottom: solid 1px #8a8d8f;
  border-top: solid 1px #8a8d8f;
  margin: -1px 0 0 -1px;
}
.input-group-inline.is-on-white > div {
  border-top-color: black;
  border-bottom-color: black;
}
.input-group-inline.is-on-white label {
  border-right-color: black;
}
.input-group-inline.is-on-white label:first-of-type {
  border-left-color: black;
}
.input-group-inline.is-on-white input[type=radio]:checked + label,
.input-group-inline.is-on-white input[type=checkbox]:checked + label {
  border-color: black;
  color: black;
}
.input-group-inline input[type=radio],
.input-group-inline input[type=checkbox] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.input-group-inline input[type=radio]:focus + label,
.input-group-inline input[type=checkbox]:focus + label {
  box-shadow: 0 0 0 5px rgba(138, 141, 143, 0.5);
}
.input-group-inline input[type=radio]:checked + label,
.input-group-inline input[type=checkbox]:checked + label {
  background-color: white;
  border-color: white;
  color: black;
}
.input-group-inline input[type=radio]:checked + label:after,
.input-group-inline input[type=checkbox]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.input-group-inline input[type=radio] + label:after,
.input-group-inline input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: 2px solid white;
  transition: 0.3s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.input-group-inline label {
  background: transparent;
  border-right: solid 1px #8a8d8f;
  color: #8a8d8f;
  display: inline-flex;
  font-size: 2rem;
  align-items: center;
  height: 50px;
  margin: 0;
  transition: 0.4s;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 767.98px) {
  .input-group-inline label {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) {
  .input-group-inline label {
    padding: 10px 40px;
  }
}
.input-group-inline label:first-of-type {
  border-left: solid 1px #8a8d8f;
}
.input-group-inline label:hover {
  background-color: white;
  cursor: pointer;
}
.input-group-inline.flex-wrap {
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .input-group-inline.flex-wrap label {
    flex: 0 50%;
    padding: 10px 20px;
  }
}
@media (max-width: 767.98px) {
  .input-group-inline.flex-wrap label:nth-of-type(-n + 2) {
    border-bottom: solid 1px #8a8d8f;
  }
  .input-group-inline.flex-wrap label:nth-of-type(3) {
    border-left: solid 1px #8a8d8f;
  }
}

.gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gfield {
  margin-bottom: 30px;
}
.gfield legend,
.gfield label {
  display: block;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .gfield legend,
.gfield label {
    font-size: 1.8rem;
  }
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .gfield legend,
.gfield label {
    font-size: 2rem;
  }
}
.gfield legend .gfield_required,
.gfield label .gfield_required {
  font-size: 90%;
  opacity: 80%;
  padding-left: 0.5ex;
}

.gform_button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
  color: currentColor;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.2s;
  white-space: nowrap;
  cursor: pointer;
  background: white;
  color: black;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .gform_button {
    font-size: 1.8rem;
  }
}
.gform_button:focus, .gform_button:hover {
  color: #E70840;
}

@media (min-width: 1024px) {
  .ginput_complex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ginput_complex > span {
    width: calc(50% - 15px);
  }
}
.ginput_complex > span label {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.gf_clear {
  display: none;
}

.gfield_radio {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.gfield_radio li {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.gfield_radio li input {
  margin: 0 8px 0 4px;
}
.gfield_radio li label {
  margin: 0;
}

.gfield--input-type-radio .ginput_container_radio .gfield_radio {
  display: flex;
  gap: 15px;
  align-items: center;
}
.gfield--input-type-radio .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  gap: 5px;
  align-items: center;
}
.gfield--input-type-radio .ginput_container_radio .gfield_radio .gchoice label {
  margin: 0;
}

.gfield--input-type-checkbox .ginput_container_checkbox .gchoice {
  display: flex;
  gap: 5px;
  align-items: center;
}
.gfield--input-type-checkbox .ginput_container_checkbox .gchoice label {
  margin: 0;
}

body.embedded .gform_legacy_markup_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label,
body.embedded .gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label,
#site-main .gform_legacy_markup_wrapper table.gsurvey-likert th.gsurvey-likert-choice-label,
#site-main .gravity-theme table.gsurvey-likert th.gsurvey-likert-choice-label {
  background: rgba(255, 255, 255, 0.2);
  border-bottom-color: #ccc;
}
body.embedded .gform_legacy_markup_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected,
body.embedded .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected,
#site-main .gform_legacy_markup_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected,
#site-main .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected {
  background-color: transparent;
}
body.embedded .gform_legacy_markup_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus,
body.embedded .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus,
#site-main .gform_legacy_markup_wrapper table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus,
#site-main .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
body.embedded .gform_legacy_markup_wrapper .gsurvey-rating,
body.embedded .gravity-theme .gsurvey-rating,
#site-main .gform_legacy_markup_wrapper .gsurvey-rating,
#site-main .gravity-theme .gsurvey-rating {
  float: none;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  body.embedded .gform_legacy_markup_wrapper .gsurvey-rating,
body.embedded .gravity-theme .gsurvey-rating,
#site-main .gform_legacy_markup_wrapper .gsurvey-rating,
#site-main .gravity-theme .gsurvey-rating {
    flex-direction: row-reverse;
  }
}
body.embedded .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked) > label,
body.embedded .gravity-theme .gsurvey-rating:not(:checked) > label,
#site-main .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked) > label,
#site-main .gravity-theme .gsurvey-rating:not(:checked) > label {
  float: none;
  width: auto;
  display: flex;
  gap: 5px;
  background-position: left 50%;
}
body.embedded .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked) > label::before,
body.embedded .gravity-theme .gsurvey-rating:not(:checked) > label::before,
#site-main .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked) > label::before,
#site-main .gravity-theme .gsurvey-rating:not(:checked) > label::before {
  content: "";
  width: 16px;
}

.charleft,
.gfield_description {
  font-size: 1.6rem;
}

.validation_error {
  padding: 20px;
  margin-bottom: 20px;
  color: currentColor;
  border-left: solid 5px transparent;
  border-left-color: #E70840;
  background: rgba(231, 8, 64, 0.2);
  margin-bottom: 30px;
}
.validation_error a {
  text-decoration: none;
  font-weight: 700;
}

.validation_message {
  color: #E70840;
}

.gform_confirmation_message {
  padding: 20px;
  margin-bottom: 20px;
  color: currentColor;
  border-left: solid 5px transparent;
  border-left-color: #1db006;
  background: rgba(29, 176, 6, 0.2);
}
.gform_confirmation_message a {
  text-decoration: none;
  font-weight: 700;
}

.copy_values_option_container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.copy_values_option_container .copy_values_activated {
  margin-right: 5px;
}
.copy_values_option_container .copy_values_option_label {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

/*
* Hide hidden fields.
*
* Used in the basic.css front-end stylesheet.
*/
.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield_visibility_hidden,
.gform_wrapper.gravity-theme .gf_invisible {
  left: -9999px;
  position: absolute;
  visibility: hidden;
}

.gform_wrapper.gravity-theme .gf_hide_charleft div.charleft {
  display: none !important;
}

.gform_wrapper.gravity-theme .gf_hidden,
.gform_wrapper.gravity-theme .gform_hidden {
  display: none;
}

/*
* Date field.
*
* Used in the basic.css front-end stylesheet and admin-theme.css.
*/
@font-face {
  font-family: "gform-icons-theme";
  src: url("../../../../plugins/gravityforms/fonts/gform-icons-theme.woff2?a2cayk") format("woff2"), url("../../../../plugins/gravityforms/fonts/gform-icons-theme.ttf?a2cayk") format("truetype"), url("../../../../plugins/gravityforms/fonts/gform-icons-theme.woff?a2cayk") format("woff"), url("../../../../plugins/gravityforms/fonts/gform-icons-theme.svg?a2cayk#gform-icons-theme") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ginput_container_date {
  display: flex;
}
.ginput_container_date .datepicker {
  margin-right: 20px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) {
  background: #ffffff;
  border: 1px solid #d0d1d3;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
  color: #607382;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  padding: 18px 15px;
  width: auto;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) table,
.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,
.gform-theme-datepicker:not(.gform-legacy-datepicker) tr,
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
  background: none;
  border: 0;
  margin: 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
  padding: 5px;
  text-shadow: none;
  text-transform: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  border: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 5px;
  padding: 0;
  position: relative;
  width: 100%;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
  align-items: center;
  background: none;
  border: 0;
  color: #607382;
  cursor: pointer;
  display: flex;
  font-family: "gform-icons-theme" !important;
  font-size: 24px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  speak: never;
  top: -2px;
  text-decoration: none;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  width: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover {
  color: #2f4054;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before {
  border: 0;
  height: auto;
  position: static;
  transform: none;
  width: auto;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
  content: "";
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before {
  content: "";
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
  background-color: transparent;
  background-image: url(../../../../plugins/gravityforms/images/theme/down-arrow.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  color: #585e6a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: 0;
  padding: 0 22px 0 0;
  -webkit-appearance: none;
  width: auto;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
  margin-right: 20px;
  -moz-text-align-last: right;
  text-align-last: right;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a {
  font-weight: 400;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
  align-items: center;
  color: #2f4054;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  width: 40px;
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
  font-size: 13px;
  height: 50px;
  width: 50px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background: none;
  border: 1px solid transparent;
  border-radius: 100%;
  box-shadow: none;
  color: #2f4054;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
  text-decoration: none;
  width: 40px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus {
  background: none;
  border-color: #607382;
  outline: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
  background: #f2f3f5;
  border-color: #607382;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: #607382;
  border-color: #607382;
  box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
  color: #ffffff;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus {
  border-color: #607382;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
  background: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  align-items: center;
  background: #f2f3f5;
  border: 1px solid rgba(32, 32, 46, 0.079);
  border-radius: 100%;
  box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
  color: #686e77;
  cursor: text;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  width: 40px;
}

html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
  left: auto !important;
}

/*Spinner animation*/
@keyframes spinnerLoading {
  to {
    transform: rotate(360deg);
  }
}
/*Adds loading spinner and transparent background overlay*/
.has-loading {
  position: relative;
  /*Loading spinner*/
  /*Adds loading spinner and transparent background*/
}
.has-loading:before, .has-loading:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  visibility: hidden;
}
.has-loading:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiAwYTEgMSAwIDAxMSAxdjZhMSAxIDAgMTEtMiAwVjFhMSAxIDAgMDExLTF6TTQuNjg4IDQuNjg4YTEgMSAwIDAxMS40MTQgMGw0LjI0NSA0LjI0NWExIDEgMCAwMS0xLjQxNCAxLjQxNEw0LjY4OCA2LjEwMmExIDEgMCAwMTAtMS40MTR6bTIyLjYyNCAwYTEgMSAwIDAxMCAxLjQxNGwtNC4yNDUgNC4yNDVhMSAxIDAgMDEtMS40MTQtMS40MTRsNC4yNDUtNC4yNDVhMSAxIDAgMDExLjQxNCAwek0wIDE2YTEgMSAwIDAxMS0xaDZhMSAxIDAgMTEwIDJIMWExIDEgMCAwMS0xLTF6bTI0IDBhMSAxIDAgMDExLTFoNmExIDEgMCAxMTAgMmgtNmExIDEgMCAwMS0xLTF6bS0xMy42NTMgNS42NTNhMSAxIDAgMDEwIDEuNDE0bC00LjI0NSA0LjI0NWExIDEgMCAwMS0xLjQxNC0xLjQxNGw0LjI0NS00LjI0NWExIDEgMCAwMTEuNDE0IDB6bTExLjMwNiAwYTEgMSAwIDAxMS40MTQgMGw0LjI0NSA0LjI0NWExIDEgMCAwMS0xLjQxNCAxLjQxNGwtNC4yNDUtNC4yNDVhMSAxIDAgMDEwLTEuNDE0ek0xNiAyNGExIDEgMCAwMTEgMXY2YTEgMSAwIDExLTIgMHYtNmExIDEgMCAwMTEtMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center center/contain no-repeat;
  height: 32px;
  left: 50%;
  margin: -16px 0 0 -16px;
  top: 50%;
  width: 32px;
  z-index: 100;
}
.has-loading:after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  z-index: 10;
}
.has-loading.is-loading:before, .has-loading.is-loading:after {
  opacity: 1;
  visibility: visible;
}
.has-loading.is-loading:before {
  animation: spinnerLoading 2s linear infinite;
}
.has-loading.spinner-top::before {
  top: 32px;
}

/*Displays description list inline*/
.dl-inline {
  display: flex;
  justify-content: space-between;
}
.dl-inline .dl-col {
  text-align: left;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 100;
  transition: 0.3s;
}
.modal.is-shown, .modal.shown {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
.modal.is-message .modal-body {
  color: white;
  max-width: 600px;
  padding: 40px;
  background: black;
}
.modal.is-message .modal-body a {
  text-decoration: underline;
}

.modal-body {
  width: 95%;
}
@media (min-width: 768px) {
  .modal-body {
    width: 70%;
  }
}

.modal-close {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #E70840;
  margin-bottom: 30px;
}

.section-title {
  text-align: center;
  padding: 0 20px;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .section-title {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .section-title {
    padding: 0;
    margin-bottom: 40px;
  }
}
.section-title .title {
  line-height: 1;
  margin: 0;
}
.section-title .title a {
  color: currentColor;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 1024px) {
  #site-actions {
    display: flex;
  }
}

#newsletter-cta,
#dealer-cta {
  min-width: 50%;
  padding: 45px 20px;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #newsletter-cta,
#dealer-cta {
    padding: 0 40px;
    height: 300px;
  }
}
@media (min-width: 1520px) {
  #newsletter-cta,
#dealer-cta {
    padding: 0 60px;
    height: 400px;
  }
}
#newsletter-cta .title,
#dealer-cta .title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: 0.025em;
}
@media (min-width: 1520px) {
  #newsletter-cta .title,
#dealer-cta .title {
    font-size: 5rem;
  }
}
#newsletter-cta p,
#newsletter-cta form,
#dealer-cta p,
#dealer-cta form {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
#newsletter-cta p,
#dealer-cta p {
  font-size: 1.8rem;
}

#newsletter-cta {
  background-image: url("texture-bg.jpg?2");
}

#dealer-cta {
  background-image: url("globe-points-bg.jpg?2");
}

#site-footer {
  color: #8a8d8f;
  font-size: 1.5rem;
  background: url("footer-bg.jpg") center top no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  #site-footer {
    background: none;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  #site-footer {
    padding: 70px 20px;
  }
}
@media (min-width: 1520px) {
  #site-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
#site-footer a {
  transition: 0.2s;
}

.footer-menu {
  border-bottom: solid 1px rgba(138, 141, 143, 0.3);
}
.footer-menu.is-open .menu-title {
  color: #ba9765;
}
.footer-menu.is-open .menu-title svg {
  transform: rotate(-180deg);
}
.footer-menu.is-open ul {
  display: block;
}
@media (min-width: 768px) {
  .footer-menu {
    display: inline-block;
    padding-right: 75px;
    vertical-align: top;
    border: none;
  }
}
@media (min-width: 1520px) {
  .footer-menu {
    padding-right: 125px;
  }
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  padding: 0 20px 20px;
}
@media (min-width: 768px) {
  .footer-menu ul {
    display: block !important;
    padding: 0;
  }
}
.footer-menu ul li {
  margin-bottom: 1.125em;
}
.footer-menu a {
  color: white;
  display: block;
}
@media (min-width: 1024px) {
  .footer-menu a:hover {
    color: #E70840;
  }
}
.footer-menu .menu-title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #8a8d8f;
  margin-bottom: 18px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .footer-menu .menu-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 767.98px) {
  .footer-menu .menu-title {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .footer-menu .menu-title {
    pointer-events: none;
    padding: 0;
    display: block;
  }
  .footer-menu .menu-title svg {
    display: none;
  }
}
.footer-menu .menu-title svg {
  transition: 0.3s;
}

#footer-content {
  text-align: center;
}
@media (min-width: 768px) {
  #footer-content {
    text-align: left;
  }
}
#footer-content .menu-title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #8a8d8f;
  margin-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  #footer-content .menu-title {
    font-size: 2.1rem;
  }
}
#footer-content strong,
#footer-content strong a {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #8a8d8f;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  #footer-content strong,
#footer-content strong a {
    font-size: 2.1rem;
  }
}
#footer-content p {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #footer-content p {
    margin-bottom: 40px;
  }
  #footer-content p:last-child {
    margin-bottom: 80px;
  }
}
#footer-content a {
  color: white;
}
@media (min-width: 1024px) {
  #footer-content a:hover {
    color: #ba9765;
  }
}

#social-profiles {
  margin-bottom: 45px;
  padding: 20px 0;
  border-bottom: solid 1px rgba(138, 141, 143, 0.3);
}
@media (min-width: 768px) {
  #social-profiles {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
  }
}
#social-profiles ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #social-profiles ul {
    justify-content: flex-start;
  }
}
#social-profiles li {
  margin: 0 20px;
}
@media (min-width: 768px) {
  #social-profiles li {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1520px) {
  #social-profiles li {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  #social-profiles li svg {
    width: 20px;
  }
}
#social-profiles a {
  color: white;
}
@media (min-width: 1024px) {
  #social-profiles a:hover {
    color: #ba9765;
  }
}

#legal {
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #legal {
    padding: 0 0 0 20px;
    border-left: solid 1px rgba(138, 141, 143, 0.5);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}
@media (min-width: 1520px) {
  #legal {
    padding-left: 40px;
  }
}
#legal p {
  margin-bottom: 0.5rem;
}
#legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #legal ul {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #legal li {
    width: 50%;
  }
  #legal li:nth-child(odd) {
    text-align: right;
    padding-right: 20px;
  }
  #legal li:nth-child(even) {
    text-align: left;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  #legal li {
    display: inline;
    border-right: solid 1px #8a8d8f;
  }
  #legal li:first-child a {
    padding-left: 0;
  }
  #legal li:last-child {
    border-right: none;
  }
}
#legal a {
  color: #8a8d8f;
  display: block;
  padding: 5px 0;
}
@media (min-width: 768px) {
  #legal a {
    padding: 0 15px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  #legal a:hover {
    color: #ba9765;
  }
}

#shopify-section-header {
  position: sticky;
  top: 0;
  z-index: 40;
  isolation: isolate;
  transition: 0.4s;
}
#shopify-section-header.is-scrolled #site-message {
  height: 0;
  padding: 0;
}
#shopify-section-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: -1;
}

#site-header #menu-open,
#site-header #search-open,
#site-header #site-utility a {
  color: white;
}
#site-header #menu-open:hover,
#site-header #search-open:hover,
#site-header #site-utility a:hover {
  color: #E70840;
}
#site-header .container {
  position: relative;
}

#navbar {
  --gap: 20px;
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
  padding-inline: 20px;
  align-items: center;
  gap: var(--gap);
}
@media (min-width: 1024px) {
  #navbar {
    --gap: 10px;
    justify-content: flex-start;
  }
}
@media (min-width: 1520px) {
  #navbar {
    padding-inline: 0;
    --gap: 20px;
  }
}

#menu-open {
  font-size: 1rem;
  height: 15px;
}
@media (min-width: 1024px) {
  #menu-open {
    display: none;
  }
}

#menu-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: black;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
}
@media (min-width: 1024px) {
  #menu-close {
    display: none;
  }
}

#branding {
  flex: 1;
}
@media (min-width: 1024px) {
  #branding {
    padding-right: var(--gap);
    height: 40px;
    border-right: solid 1px #8a8d8f;
    align-items: center;
    display: flex;
    flex: 0;
  }
}
@media (min-width: 1520px) {
  #branding {
    height: 60px;
  }
}

#site-logo {
  margin: 0;
  width: clamp(175px, 17.53vw, 263px);
  font-size: 1rem;
  display: block;
}
#site-logo svg {
  width: 100%;
  height: auto;
  display: block;
}

#site-message {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
  background: #E70840;
  text-align: center;
  color: black;
  padding: 4px 20px;
  line-height: 1;
  font-size: 1.5rem;
  overflow-y: clip;
  transition: 0.4s;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  #site-message {
    font-size: 1.8rem;
  }
}
#site-message.showing-remaining-0.has-mobile-message p + p {
  display: none;
}
@media (max-width: 1023.98px) {
  #site-message.showing-remaining-0.has-mobile-message p {
    display: none;
  }
  #site-message.showing-remaining-0.has-mobile-message p + p {
    display: initial;
  }
}
#site-message p {
  margin: 0;
}
#site-message a {
  color: currentColor;
  display: inline-flex;
  align-items: center;
}
#site-message a:hover {
  color: white;
}
#site-message a:hover::after {
  transform: translateX(4px);
  background-position: right center;
}
#site-message a::after {
  content: "";
  background: url("icon-caret-right.svg?v3") left center no-repeat;
  width: 5px;
  height: 8px;
  transition: transform 0.2s;
  transform: translateX(2px);
}

#site-menu {
  color: black;
  position: fixed;
  width: 100vw;
  left: 100vw;
  top: 0;
  min-height: 100vh;
  transition: 0.3s;
  z-index: 100;
  background: white url("dropdown-bg.jpg") left bottom repeat-x;
  padding-top: var(--navbar-height);
}
@media (min-width: 1024px) {
  #site-menu {
    position: static;
    width: auto;
    flex: 1;
    padding-top: 0;
    min-height: 1px;
    background: none;
  }
}
#site-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023.98px) {
  #site-menu ul {
    position: relative;
    z-index: 1;
  }
}
#site-menu ul a {
  color: black;
  transition: 0.2s;
  display: block;
}
#site-menu ul a:hover {
  text-decoration: none;
  color: black;
}
@media (min-width: 1024px) {
  #site-menu ul a:hover {
    color: #E70840;
  }
}
@media (min-width: 1024px) {
  #site-menu .level-1 {
    display: flex;
    gap: 2px;
  }
}
#site-menu .level-1 > li {
  border-bottom: solid 1px rgba(138, 141, 143, 0.5);
}
@media (min-width: 1024px) {
  #site-menu .level-1 > li {
    border-bottom: none;
  }
}
#site-menu .level-1 > li:hover .menu-toggle,
#site-menu .level-1 > li:hover > a, #site-menu .level-1 > li:focus-visible .menu-toggle,
#site-menu .level-1 > li:focus-visible > a {
  color: black;
}
@media (min-width: 1024px) {
  #site-menu .level-1 > li:hover .menu-toggle,
#site-menu .level-1 > li:hover > a, #site-menu .level-1 > li:focus-visible .menu-toggle,
#site-menu .level-1 > li:focus-visible > a {
    color: white;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1024px) {
  #site-menu .level-1 > li.is-open .menu-toggle {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
  }
  #site-menu .level-1 > li.is-open .menu-toggle svg {
    transform: rotate(-180deg);
  }
}
#site-menu .level-1 > li.is-open .dropdown {
  left: 0;
}
@media (min-width: 1024px) {
  #site-menu .level-1 > li.is-open .dropdown {
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
    transform: translateY(0);
  }
}
#site-menu .level-1 > li .menu-toggle,
#site-menu .level-1 > li > a {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  gap: 5px;
  font-size: 2.2rem;
  color: black;
}
@media (min-width: 1024px) {
  #site-menu .level-1 > li .menu-toggle,
#site-menu .level-1 > li > a {
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    transition: background 0.2s ease;
    height: 100%;
    text-align: center;
    font-size: clamp(1.6rem, 1.47vw, 2.2rem);
  }
}
@media (min-width: 1520px) {
  #site-menu .level-1 > li .menu-toggle,
#site-menu .level-1 > li > a {
    padding: 12px;
  }
}
#site-menu .level-1 > li .menu-toggle .open-right,
#site-menu .level-1 > li > a .open-right {
  border-left: solid 1px rgba(138, 141, 143, 0.5);
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #site-menu .level-1 > li .menu-toggle .open-right,
#site-menu .level-1 > li > a .open-right {
    display: none;
  }
}
#site-menu .level-1 > li .menu-toggle .open-down,
#site-menu .level-1 > li > a .open-down {
  width: 9px;
}
@media (max-width: 1023.98px) {
  #site-menu .level-1 > li .menu-toggle .open-down,
#site-menu .level-1 > li > a .open-down {
    display: none;
  }
}
#site-menu .level-1 > li .menu-toggle .open-down svg,
#site-menu .level-1 > li > a .open-down svg {
  width: auto;
  transition: transform 0.3s ease-out;
}
#site-menu .level-1 > li .menu-toggle svg,
#site-menu .level-1 > li > a svg {
  display: block;
}
@media (max-width: 1023.98px) {
  #site-menu .level-1 .dropdown {
    display: flex;
    flex-direction: column;
  }
  #site-menu .level-1 .dropdown .panel-close {
    order: 0;
  }
  #site-menu .level-1 .dropdown .feature-col {
    order: 1;
  }
  #site-menu .level-1 .dropdown .explore-col {
    order: 2;
  }
  #site-menu .level-1 .dropdown .items-col {
    order: 3;
  }
}
@media (min-width: 1024px) {
  #site-menu .level-2 {
    border-left: solid 1px rgba(138, 141, 143, 0.5);
    padding-left: 50px;
    height: 100%;
  }
}
#site-menu .level-2 > .item {
  border-bottom: solid 1px rgba(138, 141, 143, 0.5);
}
@media (min-width: 1024px) {
  #site-menu .level-2 > .item {
    border-bottom: none;
  }
}
#site-menu .level-2 > .item.is-open .level-3 {
  left: 0;
}
#site-menu .level-2 > .item .title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  gap: 5px;
  font-size: 2.2rem;
  color: black;
}
@media (min-width: 1024px) {
  #site-menu .level-2 > .item .title {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }
}
#site-menu .level-2 > .item .title .open-right {
  border-left: solid 1px rgba(138, 141, 143, 0.5);
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #site-menu .level-2 > .item .title .open-right {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  #site-menu .level-2 > .item .title .external {
    display: none;
  }
}
#site-menu .level-2 > .item .title .external svg {
  transform: translateY(-4px);
}
@media (max-width: 1023.98px) {
  #site-menu .level-2 > .item .title.has-children + a {
    display: none;
  }
}
@media (min-width: 1024px) {
  #site-menu .level-2 > .item .title.has-children {
    display: none;
  }
}
#site-menu .level-3 {
  background: white url("dropdown-bg.jpg") left bottom repeat-x;
  height: 100svh;
  left: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  #site-menu .level-3 {
    background: none;
    height: auto;
    margin-bottom: 25px;
    padding: 0;
    position: static;
    width: auto;
    overflow: auto;
  }
}
#site-menu .level-3 .item {
  border-bottom: solid 1px rgba(138, 141, 143, 0.5);
}
@media (min-width: 1024px) {
  #site-menu .level-3 .item {
    border-bottom: none;
  }
}
#site-menu .level-3 .item a {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  gap: 5px;
  font-size: 2.2rem;
  color: black;
}
@media (min-width: 1024px) {
  #site-menu .level-3 .item a {
    font-size: 1.5rem;
    line-height: 1.8;
    font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    padding: 0;
    display: inline;
  }
}
#site-menu .external svg {
  width: 12px;
  height: 12px;
  opacity: 0.5;
  margin-left: 6px;
  vertical-align: baseline;
}
#site-menu .dropdown {
  background: white url("dropdown-bg.jpg") left bottom repeat-x;
  height: 100svh;
  left: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  #site-menu .dropdown {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    height: auto;
    left: 0;
    padding-top: 0;
    top: 100%;
    transform: translateY(15px);
    position: absolute;
    overflow: auto;
  }
}
#site-menu .explore-col {
  padding: 20px;
  border-bottom: solid 1px rgba(138, 141, 143, 0.5);
}
@media (min-width: 1024px) {
  #site-menu .explore-col {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 40px;
  }
}
@media (min-width: 1520px) {
  #site-menu .explore-col {
    padding: 75px 50px 75px 75px;
  }
}
#site-menu .explore-col .title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: 0.025em;
  color: #8a8d8f;
  opacity: 0.3;
  margin-bottom: 20px;
}
@media (min-width: 1520px) {
  #site-menu .explore-col .title {
    font-size: 5rem;
  }
}
@media (max-width: 1023.98px) {
  #site-menu .explore-col .title {
    display: none;
  }
}
#site-menu .explore-col .explore-items {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  position: relative;
}
#site-menu .explore-col .explore-items::after {
  content: "";
  background: rgba(138, 141, 143, 0.5);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-2px);
  width: 1px;
}
@media (min-width: 1024px) {
  #site-menu .explore-col .explore-items::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  #site-menu .explore-col .explore-items {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#site-menu .explore-col .item {
  margin: 0;
}
@media (min-width: 1024px) {
  #site-menu .explore-col .item {
    margin-bottom: 20px;
  }
  #site-menu .explore-col .item:last-child {
    margin-bottom: 0;
  }
}
#site-menu .explore-col .item a {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  #site-menu .explore-col .item a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023.98px) {
  #site-menu .explore-col .item a {
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  #site-menu .explore-col .item a {
    font-family: "Tungsten A", "Tungsten B", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1024px) and (min-width: 768px) and (max-width: 1519.98px) {
  #site-menu .explore-col .item a {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  #site-menu .explore-col .item a:hover svg {
    transform: translateX(15px);
  }
}
#site-menu .explore-col .item a svg {
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease-out;
  transform: translate(2px, -2px);
}
@media (min-width: 1024px) {
  #site-menu .explore-col .item a svg {
    width: 15px;
    height: 15px;
    transform: translateX(8px);
  }
}
@media (min-width: 1024px) {
  #site-menu .items-col {
    flex: 1;
    padding: 45px 40px;
  }
  #site-menu .items-col .level-2 {
    -moz-column-count: 3;
         column-count: 3;
  }
  #site-menu .items-col .level-2 li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media (min-width: 1520px) {
  #site-menu .items-col {
    padding: 75px 50px 75px 0;
  }
  #site-menu .items-col .level-2 {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  #site-menu .feature-col {
    display: none;
  }
}
@media (min-width: 1520px) {
  #site-menu .feature-col {
    min-width: 375px;
  }
}
#site-menu .feature-col a {
  display: flex;
  height: 100%;
  background-position: center center;
  background-size: cover;
  color: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 45px 0;
}
#site-menu .feature-col a:hover {
  color: white;
}
#site-menu .feature-col a:focus-visible .btn .tl::before,
#site-menu .feature-col a:focus-visible .btn .br::before {
  width: calc(30% - 6px);
}
#site-menu .feature-col a:focus-visible .btn .tr::before,
#site-menu .feature-col a:focus-visible .btn .bl::before {
  width: calc(70% - 6px);
}
#site-menu .feature-col a:focus-visible .btn .tl::after,
#site-menu .feature-col a:focus-visible .btn .br::after {
  height: 100%;
}
#site-menu .feature-col a:focus-visible .btn .tr::after,
#site-menu .feature-col a:focus-visible .btn .bl::after {
  height: 0;
}
#site-menu .feature-col .title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
}
@media (min-width: 1520px) {
  #site-menu .feature-col .title {
    font-size: 5rem;
  }
}
#site-menu .feature-col .logo {
  max-width: 200px;
  display: block;
  margin-bottom: 1em;
  margin-inline: auto;
}
#site-menu .utility {
  padding: 20px;
  display: flex;
}
#site-menu .utility a {
  width: 50%;
  color: black;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0;
}
@media (min-width: 1024px) {
  #site-menu .utility {
    display: none;
  }
}
#site-menu .panel-close {
  padding: 20px;
  border-top: solid 1px rgba(138, 141, 143, 0.5);
  border-bottom: solid 1px rgba(138, 141, 143, 0.5);
}
@media (min-width: 1024px) {
  #site-menu .panel-close {
    display: none;
  }
}
#site-menu .panel-close button {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(138, 141, 143, 0.5);
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  #site-menu .panel-close button {
    font-size: 2.1rem;
  }
}
#site-menu .panel-close button svg {
  color: black;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

body.menu-open {
  overflow: hidden;
}
body.menu-open #site-menu {
  left: 0;
}
body.menu-open [id^=smsbump-form],
body.menu-open #tidio-chat {
  display: none;
}

#search-close {
  display: none;
}

#site-search {
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  #site-search {
    display: block;
  }
}

#search-btn-text {
  display: none;
}
@media (min-width: 1024px) {
  #search-btn-text {
    display: inline;
  }
}

@media (min-width: 1024px) {
  #search-btn-icon {
    display: none;
  }
}

#site-search-form {
  padding: 75px 20px 0;
}
@media (min-width: 1024px) {
  #site-search-form {
    padding: var(--spacing) 20px 0;
  }
}
#site-search-form .ais-SearchBox-input {
  border: solid 1px #ba9765;
}
#site-search-form .ais-SearchBox-input:focus-within {
  border-color: black;
}

#aac {
  max-width: min(500px, 100%);
  margin: 0 auto var(--spacing);
}

#search-modal {
  --spacing: 20px;
}
@media (min-width: 1024px) {
  #search-modal {
    --spacing: 45px;
  }
}
#search-modal .modal-body {
  background: white;
  color: black;
  position: relative;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  #search-modal .modal-body {
    width: min(95%, 1500px);
    height: 75vh;
  }
}
#search-modal .modal-close {
  left: auto;
  right: 20px;
  top: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
}
#search-modal header .btn svg {
  color: #E70840;
}
#search-modal .section {
  margin-bottom: var(--spacing);
}
#search-modal .grid .ais-Hits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 60ch;
  margin-inline: auto;
  display: block;
}
@media (min-width: 1520px) {
  #search-modal .grid .ais-Hits-list {
    max-width: 870px;
  }
}
#search-modal .grid .ais-Hits-list .ais-Hits-item {
  flex: initial;
  max-width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  #search-modal .grid .ais-Hits-list .ais-Hits-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 1519.98px) {
  #search-modal .grid .ais-Hits--empty {
    padding-block: 40px;
  }
}
@media (max-width: 1023.98px) {
  #search-modal .list {
    padding-inline: 20px;
  }
}
#search-modal .list .ais-Hits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 1.5rem;
}
#search-modal .list .ais-Hits-list .ais-Hits-item {
  margin-bottom: 0.5em;
  max-width: 100%;
}
#search-modal .list .ais-Hits-list .ais-Hits-item a:hover {
  color: black;
}
@media (max-width: 1023.98px) {
  #search-modal #search-grid header {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  #search-modal #search-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #search-modal #search-grid #search-grid-primary {
    grid-area: 1/2/2/5;
    padding-inline: 20px;
  }
  #search-modal #search-grid #search-grid-secondary {
    grid-area: 1/1/2/2;
    padding-inline: 20px;
  }
  #search-modal #search-grid #search-grid-secondary h2 {
    font-family: "Tungsten A", "Tungsten B", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1024px) and (min-width: 768px) and (max-width: 1519.98px) {
  #search-modal #search-grid #search-grid-secondary h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  #search-modal #search-grid #search-grid-secondary .ais-Stats-text {
    margin-bottom: 1em;
  }
}
#search-modal #search-grid #search-grid-primary .ais-Stats-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search-modal #search-grid .ais-Stats-text {
  display: block;
  margin-bottom: 1em;
}
#search-modal #search-grid .ais-Stats-text .btn {
  padding: 0;
}
#search-modal #search-not-performed .ais-Hits-list,
#search-modal #aac-h-hits .ais-Hits-list,
#search-modal #aac-p-hits .ais-Hits-list {
  display: grid;
  max-width: 100%;
  row-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}
@media (min-width: 1024px) {
  #search-modal #search-not-performed .ais-Hits-list,
#search-modal #aac-h-hits .ais-Hits-list,
#search-modal #aac-p-hits .ais-Hits-list {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
}
#search-modal #search-not-performed .ais-Hits-list .ais-Hits-item,
#search-modal #aac-h-hits .ais-Hits-list .ais-Hits-item,
#search-modal #aac-p-hits .ais-Hits-list .ais-Hits-item {
  margin: 0;
  clear: both;
}
#search-modal #search-not-performed .ais-Hits-list .product-item,
#search-modal #aac-h-hits .ais-Hits-list .product-item,
#search-modal #aac-p-hits .ais-Hits-list .product-item {
  border: 0;
  padding: 0 20px;
  min-height: 1px;
  color: black;
}
@media (max-width: 1023.98px) {
  #search-modal #search-not-performed .ais-Hits-list .product-item,
#search-modal #aac-h-hits .ais-Hits-list .product-item,
#search-modal #aac-p-hits .ais-Hits-list .product-item {
    display: block;
  }
  #search-modal #search-not-performed .ais-Hits-list .product-item .thumbnail,
#search-modal #aac-h-hits .ais-Hits-list .product-item .thumbnail,
#search-modal #aac-p-hits .ais-Hits-list .product-item .thumbnail {
    float: left;
    width: 70px;
  }
  #search-modal #search-not-performed .ais-Hits-list .product-item .swatches,
#search-modal #aac-h-hits .ais-Hits-list .product-item .swatches,
#search-modal #aac-p-hits .ais-Hits-list .product-item .swatches {
    display: none;
  }
  #search-modal #search-not-performed .ais-Hits-list .product-item .title,
#search-modal #search-not-performed .ais-Hits-list .product-item > .price,
#search-modal #search-not-performed .ais-Hits-list .product-item .money,
#search-modal #aac-h-hits .ais-Hits-list .product-item .title,
#search-modal #aac-h-hits .ais-Hits-list .product-item > .price,
#search-modal #aac-h-hits .ais-Hits-list .product-item .money,
#search-modal #aac-p-hits .ais-Hits-list .product-item .title,
#search-modal #aac-p-hits .ais-Hits-list .product-item > .price,
#search-modal #aac-p-hits .ais-Hits-list .product-item .money {
    display: block;
    padding-left: 85px;
    text-align: left;
    font-size: 1.5rem;
  }
}
#search-modal #search-not-performed .ais-Hits-list .product-item .thumbnail,
#search-modal #aac-h-hits .ais-Hits-list .product-item .thumbnail,
#search-modal #aac-p-hits .ais-Hits-list .product-item .thumbnail {
  min-height: initial;
  aspect-ratio: 1;
}
#search-modal #search-not-performed .ais-Hits-list .product-item .title,
#search-modal #aac-h-hits .ais-Hits-list .product-item .title,
#search-modal #aac-p-hits .ais-Hits-list .product-item .title {
  font-size: 1.8rem;
  margin-bottom: 0.25em;
}
#search-modal #search-not-performed .ais-Hits-list .product-item .price,
#search-modal #aac-h-hits .ais-Hits-list .product-item .price,
#search-modal #aac-p-hits .ais-Hits-list .product-item .price {
  font-size: 1.5rem;
}
#search-modal #search-not-performed .ais-Hits-list .product-item .reviews-summary,
#search-modal #aac-h-hits .ais-Hits-list .product-item .reviews-summary,
#search-modal #aac-p-hits .ais-Hits-list .product-item .reviews-summary {
  display: none;
}
#search-modal #search-not-performed .flag,
#search-modal #aac-h-hits .flag,
#search-modal #aac-p-hits .flag {
  display: none;
}
#search-modal #aac-h-stats,
#search-modal #aac-p-stats {
  margin-bottom: var(--spacing);
}
@media (min-width: 768px) {
  #search-modal #aac-h-hits .ais-Hits-list,
#search-modal #aac-p-hits .ais-Hits-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1520px) {
  #search-modal #aac-h-hits .ais-Hits-list,
#search-modal #aac-p-hits .ais-Hits-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
#search-modal .ais-Hits--empty {
  padding: 10px;
  background-color: #f8f8f8;
}
#search-modal .tabs .nav {
  margin-bottom: var(--spacing);
}
@media (max-width: 1519.98px) {
  #search-modal .tabs .nav {
    display: none;
  }
}
#search-modal .tabs .nav .nav-item {
  color: black;
  padding-block: 0 10px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
#search-modal .tabs .nav .nav-item .ais-Stats-text {
  display: block;
  margin: 0 !important;
}
#search-modal .tabs .tab-content {
  padding-bottom: var(--spacing);
}

@media (min-width: 1024px) {
  #search-not-performed {
    padding-block: var(--spacing);
    border-top: solid 1px rgba(138, 141, 143, 0.5);
  }
}
#search-not-performed header {
  text-align: center;
  margin-bottom: var(--spacing);
}

#search-modal #search-performed.no-results #search-grid #search-grid-primary {
  grid-area: 1/2/2/4;
}
#search-modal #search-performed.no-results #search-grid #search-grid-primary .nav,
#search-modal #search-performed.no-results #search-grid #search-grid-primary .tab-content header {
  display: none;
}
#search-modal #search-performed.no-results #search-grid #search-grid-secondary {
  display: none;
}
#search-modal #search-performed.no-results + #search-not-performed {
  display: block !important;
}

#site-utility {
  display: flex;
  gap: var(--gap);
}
@media (max-width: 1023.98px) {
  #site-utility a {
    display: none;
  }
}
#site-utility a#cart-link {
  display: block;
  transform: translateY(-1px);
  position: relative;
}
@media (min-width: 1024px) {
  #site-utility a#cart-link {
    transform: none;
    display: inline;
  }
}
#site-utility a svg {
  width: auto;
  max-width: 20px;
}

#cart-link .badge {
  background: #E70840;
  color: white;
  position: absolute;
  padding: 3px 6px;
  border-radius: 50%;
  top: -5px;
  right: 10px;
  font-size: 1.2rem;
  display: block;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1024px) {
  #cart-link .badge {
    right: -7px;
  }
}

table {
  width: 100%;
}
table.striped th,
table.striped td {
  border: none;
  padding-bottom: 5px;
  padding-top: 5px;
}
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
  background: rgba(138, 141, 143, 0.25);
}
table.compressed th,
table.compressed td {
  padding: 10px 15px;
}
table.compressed tbody th,
table.compressed tbody td,
table.compressed tfoot th,
table.compressed tfoot td {
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  table.responsive > thead {
    display: none;
  }
  table.responsive > tbody {
    display: block;
  }
  table.responsive > tbody > tr {
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
  }
  table.responsive > tbody > tr > th,
table.responsive > tbody > tr > td {
    display: block;
    border: 0;
    padding: 0;
  }
  table.responsive > tbody > tr > [data-label] {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  table.responsive > tbody > tr > [data-label]:before {
    content: attr(data-label);
    display: block;
    font-family: "Tungsten A", "Tungsten B", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.07em;
  }
}
@media (max-width: 767.98px) and (min-width: 1024px) and (max-width: 1519.98px) {
  table.responsive > tbody > tr > [data-label]:before {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  table.responsive > tbody > tr > td:last-child {
    border-bottom: solid 1px rgba(138, 141, 143, 0.5);
    padding-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  table.responsive > tfoot > tr {
    display: flex;
    justify-content: space-between;
  }
  table.responsive > tfoot > tr > th,
table.responsive > tfoot > tr > td {
    border: 0;
    padding-top: 0;
  }
}

th,
td {
  padding: 20px;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  th,
td {
    padding: 20px 10px;
  }
}
@media (min-width: 1520px) {
  th,
td {
    padding: 40px 10px;
  }
}
@media (min-width: 1520px) {
  th:first-child,
td:first-child {
    padding-left: 0;
  }
}

thead th {
  padding-block: 0 20px;
}

tbody th,
tbody td {
  border-top: solid 1px rgba(138, 141, 143, 0.5);
}

thead th,
tfoot th {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  thead th,
tfoot th {
    font-size: 1.8rem;
  }
}

tbody th {
  font-weight: 400;
}
tbody .actions a {
  color: #ba9765;
  padding-right: 15px;
}
tbody .actions a:hover {
  color: white;
}

tfoot th,
tfoot td {
  border: 0;
}
@media (min-width: 1024px) {
  tfoot th,
tfoot td {
    padding-bottom: 0;
  }
}

.col-right {
  text-align: right;
}

.col-center {
  text-align: center;
}

@media (min-width: 1024px) {
  .cell-total {
    font-size: 3rem;
  }
}

.table-responsive {
  overflow-x: scroll;
  border-right: solid 1px white;
  position: relative;
}
@media (min-width: 768px) {
  .table-responsive {
    overflow-x: auto;
    border: 0;
  }
}
.table-responsive table {
  width: auto;
}
@media (min-width: 768px) {
  .table-responsive table {
    width: 100%;
  }
}
.table-responsive table th,
.table-responsive table td {
  white-space: nowrap;
}

.scrolling-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.scrolling-table table {
  width: 100%;
  position: relative;
}
.scrolling-table table thead th {
  position: sticky;
  top: 0;
}
.scrolling-table table th,
.scrolling-table table td {
  white-space: nowrap;
}

.toolbar {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 20;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .toolbar {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .toolbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1520px) {
  .toolbar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.toolbar.no-results {
  justify-content: center;
}
.toolbar.align-left {
  justify-content: flex-start;
}
.toolbar.align-between {
  justify-content: space-between;
}
.toolbar a {
  display: block;
  color: currentColor;
}
.toolbar .prev a {
  transform: rotate(180deg);
}
.toolbar .filters {
  display: none;
}
@media (min-width: 1024px) {
  .toolbar .filters {
    display: flex;
    align-items: center;
  }
}
.toolbar .filters > .label {
  color: white;
  padding: 22px 36px 22px 28px;
  background: #E70840;
  position: relative;
  margin-right: 8px;
}
.toolbar .filters > .label::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 20px;
  height: 100%;
  background: url("filter-label-bg.svg") left center no-repeat;
  background-size: auto 100%;
  display: block;
}
.toolbar .options .active a {
  position: relative;
  color: #8a8d8f;
}
.toolbar .options .active a:hover {
  color: #E70840;
}
.toolbar .options .active a svg {
  width: 10px;
  height: 10px;
  position: absolute;
  left: -15px;
  top: 15px;
}
.toolbar #expandable-toggle {
  padding: 0;
}

@media (min-width: 1024px) {
  .results {
    order: 1;
  }
}

@media (min-width: 1024px) {
  .sorting {
    order: 3;
  }
}
.sorting .options {
  left: auto;
  right: 0;
}

#collection-tools {
  background: #303030;
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  #collection-tools {
    padding: 0;
    background: white;
    color: black;
    border-top: solid 1px black;
  }
}
#collection-tools .btn:focus {
  background: none;
  color: #E70840;
}
#collection-tools .btn.clear {
  color: #E70840;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  #collection-tools .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#collection-status-bar {
  font-size: 1.5rem;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #collection-status-bar {
    padding: 10px 0;
  }
}
@media (min-width: 1024px) {
  #collection-status-bar {
    padding: 20px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1520px) {
  #collection-status-bar {
    padding: 20px 0;
  }
}
#collection-status-bar .btn {
  font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1em;
}
#collection-status-bar .dropdown.is-open .trigger {
  background: none;
  color: white;
}
#collection-status-bar .dropdown .trigger {
  border-radius: 4px;
  padding-inline: 12px;
}
#collection-status-bar .dropdown .trigger:focus {
  background: none;
}
#collection-status-bar .dropdown .trigger:hover {
  color: white;
  background: rgba(255, 255, 255, 0.2);
}

#holster-finder #collection-status-bar {
  justify-content: flex-end;
  padding-bottom: 0;
}

#education-toolbar {
  background: #E70840;
  position: relative;
  z-index: 10;
}
#education-toolbar::before {
  content: "";
  width: 50%;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  background: white;
}
#education-toolbar .dropdown.has-categories {
  display: flex;
  align-items: center;
  height: 50px;
  background: #E70840;
  color: white;
}
@media (min-width: 1024px) {
  #education-toolbar .dropdown.has-categories {
    height: 70px;
  }
}
#education-toolbar .dropdown.has-categories.is-open .trigger:hover {
  color: #E70840;
}
#education-toolbar .dropdown.has-categories.is-open .label {
  color: #E70840;
  border-right-color: #E70840;
}
#education-toolbar .dropdown.has-categories.is-open .category-menu {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
#education-toolbar .dropdown.has-categories .label {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  #education-toolbar .dropdown.has-categories .label {
    font-size: 2.1rem;
  }
}
#education-toolbar .dropdown.has-categories .label a {
  color: currentColor;
}
#education-toolbar .dropdown.has-categories .trigger {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  padding: 0 20px;
  height: 50px;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  #education-toolbar .dropdown.has-categories .trigger {
    font-size: 2.1rem;
  }
}
@media (max-width: 1519.98px) {
  #education-toolbar .dropdown.has-categories .trigger {
    width: 100%;
  }
}
#education-toolbar .dropdown.has-categories .trigger:hover {
  color: white;
}
#education-toolbar .dropdown.has-categories .trigger svg {
  width: 20px;
  height: 10px;
}
#education-toolbar form {
  background: white;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0 0 20px;
  color: black;
}
@media (min-width: 1520px) {
  #education-toolbar form {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  #education-toolbar form .btn {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #education-toolbar form .btn {
    font-size: 2rem;
    padding-right: 20px;
  }
}
@media (min-width: 1520px) {
  #education-toolbar form .btn {
    padding-right: 0;
    font-size: 2.5rem;
  }
}
#education-toolbar form svg {
  width: 22px;
  height: 22px;
}

.category-menu {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.2s;
  position: absolute;
  z-index: 10;
  top: 0;
  padding: 70px 0 20px 0;
  width: 100%;
  left: 0;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.1), 0 3px 2px rgba(0, 0, 0, 0.25);
  background: #E70840 url("../images/drops-red-bg.jpg") no-repeat center center;
  background-size: cover;
  display: grid;
  gap: 20px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .category-menu {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 90px;
  }
}
.category-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  background: white;
  display: block;
  height: 50px;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .category-menu::before {
    padding-top: 70px;
  }
}
.category-menu .item {
  color: white;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .category-menu .item {
    font-size: 1.8rem;
  }
}
.category-menu .item:hover {
  opacity: 0.8;
}
.category-menu .item:hover .icon {
  transform: translatex(3px);
}
.category-menu .icon {
  transition: 0.3s;
  max-width: 60px;
}

#active-filters {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  order: 3;
  width: 100%;
}
@media (min-width: 768px) {
  #active-filters {
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #active-filters {
    order: 2;
    width: auto;
  }
}
#active-filters .label {
  width: 100%;
  font-size: 1em;
}
@media (min-width: 768px) {
  #active-filters .label {
    margin: 0 10px 0 0;
    width: auto;
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  #active-filters .label {
    display: none;
  }
}
#active-filters .items {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
#active-filters .btn {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  #active-filters .btn {
    padding-left: 0;
    padding-right: 22px;
  }
}
@media (min-width: 768px) {
  #active-filters .btn {
    margin: 0;
  }
}
#active-filters .btn svg {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
#active-filters .clear {
  width: 100%;
}
@media (min-width: 768px) {
  #active-filters .clear {
    width: auto;
    padding-right: 0;
  }
}

.has-tooltip {
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTc4LjU5M0E3LjM3NiA3LjM3NiAwIDAxNy41IDBjMS4wMiAwIDEuOTkyLjE5OCAyLjkxNS41OTNBNy41MSA3LjUxIDAgMDExMi44MSAyLjE5YTcuNTExIDcuNTExIDAgMDExLjU5NyAyLjM5NWMuMzk1LjkyMy41OTMgMS44OTQuNTkzIDIuOTE1IDAgMS4wMi0uMTk4IDEuOTk1LS41OTMgMi45MjJhNy41MzMgNy41MzMgMCAwMS0xLjU5NyAyLjM4OCA3LjUxMSA3LjUxMSAwIDAxLTIuMzk1IDEuNTk3QTcuMzIzIDcuMzIzIDAgMDE3LjUgMTVhNy4zNzYgNy4zNzYgMCAwMS0yLjkyMi0uNTkzQTcuNTMyIDcuNTMyIDAgMDEyLjE5IDEyLjgxYTcuNTMzIDcuNTMzIDAgMDEtMS41OTctMi4zODhBNy4zNzYgNy4zNzYgMCAwMTAgNy41YzAtMS4wMi4xOTgtMS45OTIuNTkzLTIuOTE1QTcuNTEgNy41MSAwIDAxMi4xOSAyLjE5IDcuNTMyIDcuNTMyIDAgMDE0LjU3OC41OTN6bTMuODYgMTEuNTk1di01LjMxSDYuNTYydjUuMzFoMS44NzV6TTYuNjE0IDQuOTVjLjI0NC4yNC41NC4zNi44ODYuMzYuMzQ3IDAgLjY0Mi0uMTIuODg2LS4zNi4yNDQtLjI0NC4zNjYtLjU0LjM2Ni0uODg2IDAtLjM0Ny0uMTIyLS42NDItLjM2Ni0uODg2YTEuMjA3IDEuMjA3IDAgMDAtLjg4Ni0uMzY2Yy0uMzQ3IDAtLjY0Mi4xMjItLjg4Ni4zNjZzLS4zNjYuNTQtLjM2Ni44ODZjMCAuMzQ3LjEyMi42NDIuMzY2Ljg4NnoiIGZpbGw9IiM4QThEOEYiLz48L3N2Zz4=") center center/contain no-repeat;
  border: none;
  height: 15px;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  width: 15px;
  z-index: 2;
}

.tooltip {
  font-size: 1.3rem;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow::before {
  border-top-color: #222;
}
.tooltip .tooltip-inner {
  background: #222;
}

.hero {
  position: relative;
}
.hero picture, .hero img {
  display: block;
  height: auto;
  width: 100%;
}
.hero .hero-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.hero .hero-overlay .hero-overlay-content {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.hero .hero-overlay .btn-arrow {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-item {
  background: white;
  color: black;
  border-bottom: solid 1px rgba(138, 141, 143, 0.5);
  padding: 20px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.2s;
  position: relative;
  font-size: 1.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .product-item {
    font-size: 1.8rem;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
  }
}
@media (min-width: 1024px) {
  .product-item {
    padding: 23px 25px;
    min-height: 256px;
  }
}
@media (min-width: 1520px) {
  .product-item {
    min-height: 375px;
    padding: 43px 45px;
  }
}
.product-item .thumbnail {
  min-height: 205px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1520px) {
  .product-item .thumbnail {
    min-height: 250px;
    margin-bottom: 20px;
  }
}
.product-item .title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  transition: 0.2s;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .product-item .title {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  .product-item .title {
    flex: 1;
  }
}
.product-item .price {
  transition: 0.2s;
}
.product-item .swatches {
  margin-bottom: 10px;
  min-height: 20px;
}

.link-overlay {
  position: absolute;
  inset: 0;
  font-size: 0;
  z-index: 1;
  display: block;
}
@media (hover: hover) {
  .link-overlay:hover ~ .title, .link-overlay:hover ~ .price {
    color: #E70840;
  }
}

@media (min-width: 1024px) {
  a.product-item:hover {
    text-decoration: none;
    color: #E70840;
  }
}

.legacy-browser .product-grid .product-item,
.legacy-browser .product-item {
  display: block;
}
.legacy-browser .product-grid .product-item .details,
.legacy-browser .product-grid .product-item .thumbnail,
.legacy-browser .product-item .details,
.legacy-browser .product-item .thumbnail {
  display: block;
}
.legacy-browser .product-grid .product-item .swatches,
.legacy-browser .product-item .swatches {
  margin-bottom: 10px;
}

.price {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
}
.price .sale-price {
  color: #E70840;
}
.price .regular-price {
  text-decoration: line-through;
  color: #8a8d8f;
}

.product-slider {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .product-slider {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .product-slider {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .product-slider {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .product-slider {
    padding-bottom: 75px;
  }
}
.product-slider .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  background: white;
}
@media (min-width: 768px) {
  .product-slider .items {
    background: none;
  }
}
.product-slider .items.slick-initialized {
  display: block;
}
.product-slider .items .slick-arrow {
  top: 150px;
}
@media (min-width: 768px) {
  .product-slider .items .slick-arrow {
    top: auto;
    bottom: 20px;
    color: white;
  }
}
@media (min-width: 1024px) {
  .product-slider .items .slick-arrow {
    bottom: -20px;
  }
}
@media (min-width: 1520px) {
  .product-slider .items .slick-arrow {
    top: 230px;
  }
}
.product-slider .items .slick-dots {
  background: white;
}
@media (min-width: 768px) {
  .product-slider .items .slick-dots {
    background: none;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .product-slider .items .slick-dots li.slick-active {
    background: white;
    border-color: white;
  }
}
.product-slider .items .item {
  width: 100%;
}
@media (min-width: 768px) {
  .product-slider .items .item {
    width: 25%;
  }
}
.product-slider .items .item .product-item {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
  .product-slider .items .item .product-item:hover {
    color: #E70840;
  }
}
.product-slider .items .item .product-item .details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .product-slider .items .item .product-item {
    border: none;
  }
  .product-slider .items .item .product-item .details {
    display: block;
  }
}
.product-slider .items .btn,
.product-slider .items .reviews-summary,
.product-slider .items .swatches {
  display: none;
}
.product-slider .items .title {
  flex: 1;
}

.legacy-browser .product-slider .items .item .product-item {
  display: block;
}
.legacy-browser .product-slider .items .item .product-item .details,
.legacy-browser .product-slider .items .item .product-item .thumbnail {
  display: block;
}

.flag {
  position: absolute;
  top: 0;
  width: 100%;
  background: #E70840;
  color: white;
  line-height: 2em;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.5rem;
  left: 0;
}

.media .flag {
  line-height: 75px;
  width: 75px;
  transition: 0.3s;
  right: 0;
  left: auto;
}

/* Blocks */
.accordion {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .accordion {
    margin-bottom: 100px;
  }
}
.accordion .title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: 0.025em;
}
@media (min-width: 1520px) {
  .accordion .title {
    font-size: 5rem;
  }
}
.accordion .panel {
  border-top: solid 1px rgba(138, 141, 143, 0.5);
}
.accordion .panel:last-child {
  border-bottom: solid 1px rgba(138, 141, 143, 0.5);
}
.accordion .panel.is-open .toggle {
  font-size: 3rem;
}
@media (min-width: 1024px) {
  .accordion .panel.is-open .toggle {
    font-size: 5rem;
  }
}
.accordion .panel.is-open .toggle svg {
  transform: translateY(-50%) rotate(0);
}
.accordion .toggle {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: currentColor;
  padding: 20px 0 20px 30px;
  width: 100%;
  text-align: left;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .accordion .toggle {
    font-size: 2.1rem;
  }
}
.accordion .toggle:focus {
  outline: none;
  color: #E70840;
}
.accordion .toggle svg {
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  left: 0;
  top: 50%;
}
.accordion .toggle span {
  color: #8a8d8f;
}
.accordion .content {
  display: none;
  padding-bottom: 20px;
}

#cards {
  color: white;
  text-align: center;
  padding: 45px 0;
  background: url("drops-bg.jpg") no-repeat center top;
  background-size: cover;
}
@media (min-width: 1024px) {
  #cards {
    padding: 100px 0;
  }
}
#cards > .title {
  margin-bottom: 0.25em;
  line-height: 1;
}
@media (max-width: 767.98px) {
  #cards > .title,
#cards > p {
    padding: 0 20px;
  }
}
#cards .container {
  position: relative;
}
#cards .card {
  width: 320px;
  height: 430px;
  position: relative;
  pointer-events: none;
  color: white;
  display: block;
}
@media (min-width: 1024px) {
  #cards .card {
    width: 442px;
    height: 594px;
  }
}
#cards .card.current {
  pointer-events: initial;
}
#cards .card.current .state-active {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
#cards .card.current .title,
#cards .card.current .copy {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
  transform: translateY(0) scale(1);
}
#cards .card.current .action {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
#cards .card.current .link-overlay {
  display: none;
}
#cards .state-active {
  position: absolute;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#cards .content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 255px;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#cards .content .title,
#cards .content .copy {
  transition: 0.3s;
  transform: translateY(-15px) scale(0.95);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#cards .content .copy {
  transition-delay: 0.2s;
  margin: 0;
}
#cards .content .title {
  font-size: 5rem;
  line-height: 1;
}
#cards .content .title::before, #cards .content .title::after {
  content: "";
  width: 103px;
  height: 2px;
  background: #E70840;
  display: block;
  margin: 15px auto;
}
@media (max-width: 1023.98px) {
  #cards .content .title::before {
    background: transparent;
  }
}
#cards .action {
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  bottom: 56px;
  left: 0;
  width: 100%;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  #cards .action {
    font-size: 2.1rem;
  }
}
@media (max-width: 1023.98px) {
  #cards .action {
    bottom: 37px;
  }
}

.card-stack {
  position: relative;
}
@media (max-width: 767.98px) {
  .card-stack .slick-arrow {
    top: 100%;
    transform: translateY(7px);
    color: white;
  }
}
@media (min-width: 1024px) {
  .card-stack .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

.legacy-browser #cards .content {
  display: block;
  top: 60px;
  height: auto;
}

.cards-grid {
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}
@media (min-width: 768px) {
  .cards-grid {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .cards-grid {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .cards-grid {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .cards-grid {
    padding-bottom: 75px;
  }
}
.cards-grid .grid {
  display: grid;
}
@media (min-width: 768px) {
  .cards-grid .grid {
    gap: 3px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.cards-grid .item {
  color: currentColor;
  aspect-ratio: 10/9;
  background-size: cover;
  display: block;
}
.cards-grid .item .overlay {
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  height: 100%;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%);
}

.carousel {
  padding-top: 40px;
  padding-bottom: 75px;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .carousel {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .carousel {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .carousel {
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .carousel {
    padding-bottom: 125px;
  }
}
.carousel.bg-black .slick-arrow {
  color: white;
}
.carousel.bg-black .slick-dots li.slick-active {
  background: white;
  border-color: white;
}
.carousel.bg-white .slick-arrow {
  color: black;
}
.carousel.bg-white .slick-dots li.slick-active {
  background: black;
  border-color: black;
}
@media (max-width: 1519.98px) {
  .carousel .slick-arrow {
    top: 100%;
    transform: translateY(20px);
  }
}
.carousel .slick-dots {
  position: absolute;
  width: 100%;
  padding-top: 0;
  transform: translateY(31px);
}
@media (min-width: 768px) {
  .carousel .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
  .carousel .item.layout-image-right .media {
    grid-area: 1/2/2/3;
  }
  .carousel .item.layout-image-right .content {
    grid-area: 1/1/2/2;
  }
  .carousel .item.layout-centered {
    grid-template-columns: repeat(6, 1fr);
  }
  .carousel .item.layout-centered .content {
    grid-area: 1/2/2/6;
  }
  .carousel .item .media {
    grid-area: 1/1/2/2;
  }
  .carousel .item .content {
    grid-area: 1/2/2/3;
  }
}
@media (min-width: 1024px) {
  .carousel .item {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 80px;
    align-items: center;
  }
  .carousel .item.layout-image-right .media {
    grid-area: 1/3/2/4;
  }
  .carousel .item.layout-image-right .content {
    grid-area: 1/1/2/3;
  }
  .carousel .item.layout-centered {
    grid-template-columns: repeat(4, 1fr);
  }
  .carousel .item.layout-centered .content {
    grid-area: 1/2/2/4;
  }
  .carousel .item .media {
    grid-area: 1/1/2/2;
  }
  .carousel .item .content {
    grid-area: 1/2/2/4;
  }
}
.carousel .item .media {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .carousel .item .media {
    margin-bottom: 0;
  }
}

.category-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.category-grid .item {
  color: white;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
  padding: 40px 20px;
  line-height: 0.9;
  width: 50%;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .category-grid .item {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .category-grid .item {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .category-grid .item {
    width: 16.667%;
  }
}
.category-grid .item:hover .icon {
  transform: translateY(-5px);
}
.category-grid .item .icon {
  display: block;
  margin: 0 auto 10px;
  transition: 0.3s;
  max-width: 100px;
}

.collection-grid,
.feature-grid {
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}
@media (min-width: 768px) {
  .collection-grid,
.feature-grid {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .collection-grid,
.feature-grid {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .collection-grid,
.feature-grid {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .collection-grid,
.feature-grid {
    padding-bottom: 75px;
  }
}
.collection-grid .grid,
.feature-grid .grid {
  display: grid;
  gap: clamp(40px, 4.3vw, 65px) 3px;
}
@media (min-width: 768px) {
  .collection-grid .grid,
.feature-grid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .collection-grid .grid,
.feature-grid .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .collection-grid .grid > div,
.feature-grid .grid > div {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .collection-grid .grid > div.wide,
.feature-grid .grid > div.wide {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .collection-grid .grid > div.wide,
.feature-grid .grid > div.wide {
    grid-column: span 3;
  }
}
.collection-grid .item,
.feature-grid .item {
  color: currentColor;
  display: block;
}
.collection-grid .item:hover,
.feature-grid .item:hover {
  text-decoration: none;
}
.collection-grid .item:hover .thumbnail img,
.feature-grid .item:hover .thumbnail img {
  transform: scale(1.1);
}
.collection-grid .item:hover .title svg,
.feature-grid .item:hover .title svg {
  transform: translateX(5px);
}
.collection-grid .item .thumbnail,
.feature-grid .item .thumbnail {
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}
.collection-grid .item .thumbnail img,
.feature-grid .item .thumbnail img {
  transition: 0.3s;
}
.collection-grid .item .title,
.feature-grid .item .title {
  display: flex;
  align-items: center;
  gap: 13px;
  line-height: 1;
  margin: 0;
}
.collection-grid .item .title svg,
.feature-grid .item .title svg {
  transition: 0.3s;
  width: 20px;
  height: 20px;
}
.collection-grid .item p,
.feature-grid .item p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .collection-grid .item p,
.feature-grid .item p {
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .collection-grid .item p,
.feature-grid .item p {
    max-width: 75%;
  }
}
@media (max-width: 767.98px) {
  .collection-grid .item .title,
.collection-grid .item p,
.feature-grid .item .title,
.feature-grid .item p {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  .collection-grid .item .title,
.collection-grid .item p,
.feature-grid .item .title,
.feature-grid .item p {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .collection-grid .wide p,
.feature-grid .wide p {
    max-width: 50%;
  }
}

.cta {
  text-align: center;
}
.cta .btn {
  margin: 0 11px;
}

.feature {
  background-color: black;
  background-position: center top;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .feature {
    padding: 0;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 1024px) {
  .feature {
    aspect-ratio: 9/4;
  }
}
.feature:hover .outlined {
  -webkit-text-stroke-color: #E70840;
}
.feature.color-white {
  color: white;
}
.feature.color-black {
  color: black;
}
@media (min-width: 1024px) {
  .feature.pos-h-left .content {
    margin-left: 20px;
  }
}
@media (min-width: 1520px) {
  .feature.pos-h-left .content {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .feature.pos-h-center .content {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .feature.pos-h-center .content .copy {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .feature.pos-h-right .content {
    width: 42%;
    margin-left: auto;
    margin-right: 20px;
  }
  .feature.pos-h-right .content .copy {
    width: 80%;
  }
}
@media (min-width: 1520px) {
  .feature.pos-h-right .content {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .feature.pos-v-top {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .feature.pos-v-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .feature.as-hero {
    min-height: 100vh;
    height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .feature.as-page-hero {
    min-height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .feature.stacked-true {
    padding: 0;
    height: auto;
    min-height: initial;
  }
  .feature.stacked-true .content {
    padding: 40px 20px;
    color: white;
  }
}
@media (min-width: 768px) {
  .feature.video-true {
    height: auto;
    min-height: initial;
    padding: 0;
  }
  .feature.video-true .container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
  }
}
.feature.video-true .feature-bg-video {
  display: none;
}
@media (min-width: 768px) {
  .feature.video-true .feature-bg-video {
    display: initial;
    width: 100%;
  }
}
.feature picture img {
  width: 100%;
}
.feature .content {
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .feature .content {
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .feature .content {
    width: 60%;
    text-align: left;
  }
}
.feature .content .title {
  color: currentColor;
  margin-bottom: 20px;
  line-height: 0.9;
}
.feature .content .copy {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .feature .content .copy {
    width: 50%;
  }
}

.legacy-browser .feature.video-true {
  padding: 140px 0;
  height: auto;
}
.legacy-browser .feature.video-true .container {
  position: static;
  transform: none;
}

@media (min-width: 1024px) {
  .double-feature {
    display: flex;
    gap: 3px;
  }
}
.double-feature .feature {
  padding: 0;
}
@media (min-width: 768px) {
  .double-feature .feature {
    padding: 70px 40px;
    aspect-ratio: 9/8;
  }
}
@media (min-width: 1024px) {
  .double-feature .feature {
    width: 50%;
  }
}
@media (min-width: 1520px) {
  .double-feature .feature {
    padding: 70px 75px;
  }
}
@media (min-width: 1024px) {
  .double-feature .feature.pos-h-left .content {
    width: 80%;
    margin-left: 0;
  }
}
.double-feature .feature.pos-h-right .content {
  margin-right: 0;
}
.double-feature .feature .content .copy {
  width: 100%;
}

.feature-carousel .slick-dots li.slick-active {
  background: white;
  border-color: white;
}
@media (max-width: 767.98px) {
  .feature-carousel .slick-dots {
    position: absolute;
    top: calc(100vw - 46px);
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding-block: 18px;
  }
  .feature-carousel .slick-arrow {
    top: auto;
    color: white;
    top: calc(100vw - 46px);
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
  }
  .feature-carousel .slick-arrow svg {
    width: 15px;
    height: 15px;
  }
  .feature-carousel .slick-prev {
    left: 0;
  }
  .feature-carousel .slick-next {
    right: 0;
  }
}

.product-explorer {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.product-explorer .views .view {
  display: none;
  position: relative;
}
.product-explorer .views .view.active {
  display: inline-block;
}
.product-explorer .views .control {
  text-align: center;
}
@media (max-width: 1023.98px) {
  .product-explorer .views .control {
    display: none;
  }
}
.product-explorer .views .control .btn:focus {
  outline: none;
}
.product-explorer .views .control .btn svg {
  margin-right: 10px;
}
.product-explorer .point {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 2;
  transition: 0.3s;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.product-explorer .point:focus, .product-explorer .point:hover {
  outline: none;
}
.product-explorer .point:focus::after, .product-explorer .point:hover::after {
  width: 20px;
  height: 20px;
}
.product-explorer .point.active {
  pointer-events: none;
  width: 100px;
  height: 100px;
  border: solid 2px white;
}
.product-explorer .point.active::before {
  width: 60px;
  height: 60px;
}
.product-explorer .point.active::after {
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
}
.product-explorer .point::after {
  width: 10px;
  height: 10px;
  background: #E70840;
}
.product-explorer .point::before, .product-explorer .point::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.product-explorer .point::before {
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.product-explorer .point::after {
  z-index: 3;
}
.product-explorer .controls .previous,
.product-explorer .controls .next {
  color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-explorer .controls .previous {
  left: 0;
}
.product-explorer .controls .previous svg {
  transform: rotate(180deg);
}
.product-explorer .controls .next {
  right: 0;
}

.point-content {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(20px);
  position: absolute;
  top: 0;
}
.point-content.active {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
  transition: 0.4s ease-out;
  transform: translateY(0);
  position: static;
}
.point-content.active .title::before {
  width: 100px;
}
.point-content .title {
  margin-bottom: 0.25em;
}
.point-content .title::before {
  content: "";
  display: block;
  width: 0;
  height: 7px;
  background: #E70840;
  margin-bottom: 10px;
  transition: 0.3s;
}

#ig-feed {
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}
@media (min-width: 768px) {
  #ig-feed {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  #ig-feed {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  #ig-feed {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  #ig-feed {
    padding-bottom: 75px;
  }
}
#ig-feed .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ig-feed .title svg {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

@media (max-width: 767.98px) {
  #insta-feed .instafeed-container {
    width: 25% !important;
    padding-top: 25% !important;
  }
  #insta-feed *:nth-child(1n+9) {
    display: none !important;
  }
}

.tabs .nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .tabs .nav {
    display: flex;
    gap: 0;
    margin-bottom: 125px;
    border-bottom: solid 1px rgba(138, 141, 143, 0.5);
  }
}
@media (max-width: 1023.98px) {
  .tabs .nav::before {
    content: "Jump to:";
    display: block;
    text-align: center;
    color: #8a8d8f;
  }
}
.tabs .nav .nav-item,
.tabs .nav a {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  text-align: center;
  position: relative;
  color: white;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .tabs .nav .nav-item,
.tabs .nav a {
    font-size: 2.1rem;
  }
}
@media (min-width: 1024px) {
  .tabs .nav .nav-item,
.tabs .nav a {
    flex: 1;
    padding-block: 30px;
    color: #8a8d8f;
  }
  .tabs .nav .nav-item[aria-selected=true], .tabs .nav .nav-item.active,
.tabs .nav a[aria-selected=true],
.tabs .nav a.active {
    color: white;
  }
  .tabs .nav .nav-item[aria-selected=true]::after, .tabs .nav .nav-item.active::after,
.tabs .nav a[aria-selected=true]::after,
.tabs .nav a.active::after {
    width: 100%;
  }
  .tabs .nav .nav-item:focus-visible,
.tabs .nav a:focus-visible {
    outline: none;
  }
  .tabs .nav .nav-item:focus-visible::after,
.tabs .nav a:focus-visible::after {
    height: 8px;
  }
  .tabs .nav .nav-item::after,
.tabs .nav a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 4px;
    background: #E70840;
    transition: 0.3s;
    transform: translateY(1px);
  }
}
.tabs .nav .nav-item small,
.tabs .nav a small {
  font-size: 1em;
  opacity: 0.5;
}
.tabs .nav .nav-item svg,
.tabs .nav a svg {
  width: 12px;
  height: 12px;
  transform: translateX(4px) rotate(90deg);
}
@media (min-width: 1024px) {
  .tabs .nav .nav-item svg,
.tabs .nav a svg {
    display: none;
  }
}

.tab-content {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .tab-content {
    display: none;
  }
}
.tab-content.active {
  animation: 0.5s forwards showTab;
  display: block;
}

@keyframes showTab {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.modal-trigger:not(.btn) {
  display: block;
  color: currentColor;
}
.modal-trigger:not(.btn).has-overlay .thumbnail {
  margin: 0;
}
.modal-trigger:not(.btn).in-loop .trigger {
  left: 15px;
  bottom: 15px;
}
.modal-trigger:not(.btn).in-loop .trigger svg {
  width: 40px;
  height: 40px;
}
.modal-trigger:not(.btn).in-loop .title {
  margin-bottom: 0.25em;
}
.modal-trigger:not(.btn).in-loop .meta {
  color: #8a8d8f;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .modal-trigger:not(.btn) {
    margin: 0;
    margin-right: 1px;
  }
  .modal-trigger:not(.btn):hover img {
    transform: scale(1.1);
  }
}
.modal-trigger:not(.btn) .thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.modal-trigger:not(.btn) img {
  transition: 0.3s;
  width: 100%;
}
.modal-trigger:not(.btn) .trigger {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
@media (min-width: 1024px) {
  .modal-trigger:not(.btn) .trigger {
    left: 30px;
    bottom: 30px;
  }
}

.modal-trigger.link-overlay:hover + .thumbnail img {
  transform: scale(1.1);
}
.modal-trigger.link-overlay + .thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.modal-trigger.link-overlay + .thumbnail img {
  transition: 0.3s;
  width: 100%;
}
.modal-trigger.link-overlay + .thumbnail .trigger {
  left: 15px;
  bottom: 15px;
  position: absolute;
}
.modal-trigger.link-overlay + .thumbnail .trigger svg {
  width: 40px;
  height: 40px;
}
.modal-trigger.link-overlay ~ .title {
  transition: 0.2s;
}

/* Views - styles specific to templates */
.not-found {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .not-found {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .not-found {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .not-found {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .not-found {
    padding-bottom: 75px;
  }
}

/*
General Pages
*/
.page-header {
  margin-block: 4rem;
  text-align: center;
}
.page-header.is-logo-only {
  margin-block: 8rem;
}
.page-header.is-logo-and-image {
  margin-top: 0;
  position: relative;
}
.page-header.is-logo-and-image h1 {
  position: absolute;
  place-self: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
}
.page-header.is-logo-and-image .featured-image {
  max-width: 100%;
}
.page-header h1 {
  max-width: 20ch;
  margin-inline: auto;
  margin-bottom: 0.5em;
  text-wrap: pretty;
}
.page-header dl,
.page-header figure,
.page-header ol,
.page-header p,
.page-header ul,
.page-header .fluid-width-video-wrapper {
  margin-bottom: 1.5em;
}
.page-header img {
  width: 100%;
}
.page-header .general-text-block {
  max-width: 500px;
  margin-inline: auto;
}

.general-page-content h2,
.general-page-content h3,
.general-page-content h4,
.general-page-content h5,
.general-page-content h6 {
  margin-top: 1em;
}
.general-page-content iframe {
  border: 0;
}

.page-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .page-title {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .page-title {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.page-title h1,
.page-title .h1 {
  margin: 0;
  line-height: 1;
}
.page-title p {
  max-width: 330px;
  margin: 0.5em auto;
}
.page-title p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-title p {
    max-width: 500px;
  }
}
.page-title .btn-set {
  margin-top: 20px;
}
.page-title.has-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  padding: 0;
  height: 100vw;
}
@media (min-width: 768px) {
  .page-title.has-image {
    height: 450px;
  }
}
@media (min-width: 1520px) {
  .page-title.has-image {
    height: 630px;
  }
}
.page-title.has-image.color-black {
  color: black;
}
.page-title.has-image .content {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-title.is-static .content {
  padding: 0;
}
.page-title.has-topics {
  height: auto;
}
.page-title .content {
  height: 100%;
}
.page-title .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.page-title .container .row {
  width: 100%;
}
.page-title.allow-wider p {
  max-width: 700px;
}
.page-title h1 {
  position: relative;
  z-index: 1;
}
.page-title .breadcrumbs {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .page-title .breadcrumbs {
    font-size: 2.1rem;
  }
}
.page-title .breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.page-title .breadcrumbs a {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.page-title .breadcrumbs a:hover {
  color: #E70840;
}
.page-title .breadcrumbs a:hover svg {
  transform: translateX(3px);
}
.page-title .breadcrumbs a svg {
  transition: transform 0.2s ease-out;
}
.page-title .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: 0.5em;
}
.page-title .actions p {
  margin: 0;
}

.external-embed {
  min-height: 75vh;
}
.external-embed iframe {
  width: 100%;
  border: 0;
}

body.embedded {
  background: none;
  padding: 0;
}

/*
Specific Pages
*/
.template-index #site-actions {
  display: block;
}
.template-index #newsletter-cta {
  background: url("scratch-br.png?3") no-repeat bottom right;
}
.template-index #site-main {
  padding-bottom: 0;
}

#email-preferences #listrak-embed {
  padding: 125px 0;
  background: white;
}
#email-preferences #site-actions {
  display: block;
}

.page-template-page-education #site-main {
  padding-bottom: 0;
}

/*
Policy Pages
*/
#site-main .shopify-policy__title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  #site-main .shopify-policy__title {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  #site-main .shopify-policy__title {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
#site-main .shopify-policy__title h1,
#site-main .shopify-policy__title .h1 {
  margin: 0;
  line-height: 1;
}
#site-main .shopify-policy__title p {
  max-width: 330px;
  margin: 0.5em auto;
}
#site-main .shopify-policy__title p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #site-main .shopify-policy__title p {
    max-width: 500px;
  }
}
#site-main .shopify-policy__title .btn-set {
  margin-top: 20px;
}
#site-main .shopify-policy__container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #site-main .shopify-policy__container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #site-main .shopify-policy__container {
    max-width: 728px;
  }
}
@media (min-width: 1024px) {
  #site-main .shopify-policy__container {
    max-width: 1500px;
  }
}
@media (max-width: 767.98px) {
  #site-main .shopify-policy__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#site-main .shopify-policy__container .shopify-policy__body {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #site-main .shopify-policy__container .shopify-policy__body {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (min-width: 1024px) {
  #site-main .shopify-policy__container .shopify-policy__body {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}

/*
Cookie Policy
*/
._CookieScriptReportPageTable {
  margin-bottom: 1em;
}
._CookieScriptReportPageTable th,
._CookieScriptReportPageTable td {
  padding: 10px 15px;
}
._CookieScriptReportPageTable tbody th,
._CookieScriptReportPageTable tbody td {
  font-size: 1.6rem;
}

._CookieScriptReportPageSaveSettingButton {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.07em;
  color: currentColor;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.2s;
  white-space: nowrap;
  cursor: pointer;
  border: solid 1px currentColor;
  padding: 0.25em 0.75em;
}
@media (min-width: 1024px) and (max-width: 1519.98px) {
  ._CookieScriptReportPageSaveSettingButton {
    font-size: 1.8rem;
  }
}
._CookieScriptReportPageSaveSettingButton:focus, ._CookieScriptReportPageSaveSettingButton:hover {
  color: #E70840;
}

/*
Finder Landing pages
adding a min-height here to fix CLS while the vue component loads
there's a loading element in the vue component too, but it takes a couple ms to load
*/
.holster-landing-page-content:not(.ready) {
  min-height: 100vh;
}

.archive-toolbar {
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive-toolbar h2 {
  margin: 0;
}

.archive-items {
  display: grid;
  gap: 60px 1px;
}
@media (min-width: 768px) {
  .archive-items {
    grid-template-columns: repeat(12, 1fr);
  }
  .archive-items .in-loop {
    grid-column: span 4;
  }
  .archive-items .post-feature {
    grid-column: span 6;
  }
}
@media (min-width: 1024px) {
  .archive-items .in-loop {
    grid-column: span 3;
  }
  .archive-items .post-feature {
    grid-column: span 6;
  }
}

.term-selector .btn {
  transform: translateX(20px);
}
.term-selector .options {
  left: auto;
  right: -20px;
}

.type-news {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .type-news {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .type-news {
    padding-bottom: 44px;
  }
}
.type-news .posted-on {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #8a8d8f;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .type-news .posted-on {
    font-size: 2.1rem;
  }
}
.type-news .entry-content {
  padding: 0;
}
.type-news .entry-footer {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .type-news .entry-footer {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .type-news .entry-footer {
    padding-top: 75px;
  }
}

.archive .type-news a {
  color: currentColor;
}
.archive .type-news a:hover {
  color: #E70840;
}

.type-education.in-loop,
.type-post.in-loop {
  position: relative;
}
.type-education.in-loop .thumbnail,
.type-post.in-loop .thumbnail {
  margin-bottom: 20px;
  overflow: hidden;
}
.type-education.in-loop a,
.type-post.in-loop a {
  color: currentColor;
}
.type-education.in-loop a:hover,
.type-post.in-loop a:hover {
  color: currentColor;
}
.type-education.in-loop a:hover + .thumbnail img,
.type-post.in-loop a:hover + .thumbnail img {
  transform: scale(1.05);
}
.type-education.in-loop .title,
.type-post.in-loop .title {
  margin: 0;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .type-education.in-loop .title,
.type-post.in-loop .title {
    width: 80%;
  }
}
.type-education.in-loop.post-feature a:hover ~ .details,
.type-post.in-loop.post-feature a:hover ~ .details {
  background: rgba(0, 0, 0, 0.7);
}
.type-education.in-loop.post-feature a:hover ~ .details .excerpt,
.type-post.in-loop.post-feature a:hover ~ .details .excerpt {
  opacity: 1;
  visibility: visible;
}
.type-education.in-loop.post-feature .thumbnail,
.type-post.in-loop.post-feature .thumbnail {
  margin: 0;
}
.type-education.in-loop.post-feature .details,
.type-post.in-loop.post-feature .details {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  top: 0;
  left: 0;
  transition: 0.3s;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
}
@media (min-width: 1024px) {
  .type-education.in-loop.post-feature .details,
.type-post.in-loop.post-feature .details {
    padding: 45px;
    justify-content: initial;
  }
}
@media (min-width: 1024px) {
  .type-education.in-loop.post-feature .title,
.type-post.in-loop.post-feature .title {
    width: 65%;
  }
}
.type-education.in-loop.post-feature .excerpt,
.type-post.in-loop.post-feature .excerpt {
  display: none;
  flex: 1;
  opacity: 0;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .type-education.in-loop.post-feature .excerpt,
.type-post.in-loop.post-feature .excerpt {
    display: block;
    visibility: hidden;
  }
}
.type-education.in-loop img,
.type-post.in-loop img {
  transition: 0.3s;
}

.posts-navigation {
  display: flex;
}
.posts-navigation.first-page {
  display: block;
  text-align: center;
}
.posts-navigation .push {
  flex: 1;
}
.posts-navigation .back {
  padding-left: 0;
}
.posts-navigation .forward {
  margin-left: auto;
  padding-right: 0;
}

body {
  background-image: url("../images/drops-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body #site-header:not(.is-scrolled) {
  background-color: transparent;
}

/* blog-only below */
.single-post #site-main .entry-content .wp-block-columns {
  margin-inline: 0;
}
.single-post #site-main .entry-content .wp-block-column {
  padding-inline: 0;
}
.single-post .entry-content {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .single-post .entry-content {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .single-post .entry-content {
    padding-top: 75px;
  }
}
@media (min-width: 1024px) {
  .single-post .entry-content > * {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post .entry-content .product-slider,
.single-post .entry-content .wp-block-columns,
.single-post .entry-content .wp-block-quote,
.single-post .entry-content .wp-block-embed {
  max-width: 100%;
  margin-inline: auto;
  margin-block: clamp(30px, 6.1vw, 100px);
}
.single-post .entry-content .product-slider {
  padding-block: 0;
}
.single-post .entry-content .wp-block-quote {
  margin-bottom: clamp(30px, 7.88vw, 130px);
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  .single-post .entry-content .wp-block-quote.has-text-align-center {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .single-post .entry-content .wp-block-quote.has-text-align-center {
    max-width: 66%;
  }
}
@media (max-width: 1023.98px) {
  .single-post .entry-content .wp-block-quote.has-text-align-center {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .single-post .entry-content .wp-block-quote.has-text-align-left {
    float: left;
    margin: 0 1em 1em 0;
    width: 45%;
  }
  .single-post .entry-content .wp-block-quote.has-text-align-left::after {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .single-post .entry-content .wp-block-quote.has-text-align-right {
    float: right;
    margin: 0 1em 0 1em;
    width: 45%;
  }
  .single-post .entry-content .wp-block-quote.has-text-align-right::after {
    margin-right: 0;
  }
}
@media (max-width: 1023.98px) {
  .single-post .entry-content .wp-block-quote.has-text-align-right {
    text-align: left;
  }
}
.single-post .entry-content .wp-block-quote::before {
  display: none;
}
.single-post .entry-content .wp-block-quote::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #E70840;
  margin: 0 auto;
  display: block;
}

body.has-hero.single-post .entry-content {
  padding-top: 40px;
}
@media (min-width: 768px) {
  body.has-hero.single-post .entry-content {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  body.has-hero.single-post .entry-content {
    padding-top: 75px;
  }
}

.article-header {
  padding-block: 4rem;
  text-align: center;
}
.article-header h1 {
  max-width: 20ch;
  margin-inline: auto;
  margin-bottom: 0.25em;
  text-wrap: pretty;
}
.article-header .excerpt {
  max-width: 750px;
  margin-inline: auto;
  margin-block: 1em;
}

.entry-content {
  padding-top: 130px;
}
.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > dl {
  margin-bottom: 2em;
}

.wp-block-image {
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-image {
    border-right: solid 1px black;
  }
}
.wp-block-image figcaption {
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 40px 20px 20px;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  margin: 0;
}

.sharing-options {
  display: flex;
  align-items: center;
}
.sharing-options .label {
  color: #8a8d8f;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  line-height: 30px;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .sharing-options .label {
    font-size: 2.1rem;
  }
}
.sharing-options a {
  margin-left: 40px;
  color: white;
}
.sharing-options a:hover {
  color: #E70840;
}

.page-title .sharing-options {
  margin-top: 35px;
}
.page-title .sharing-options .label {
  display: none;
}
.page-title .sharing-options a {
  margin: 0 20px;
}

.entry-footer-img {
  width: 100%;
  margin-top: 100px;
  display: block;
}

.recent-posts {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .recent-posts {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .recent-posts {
    padding-top: 75px;
  }
}

.single-education .entry-content {
  padding-top: 0;
}

/*
Listing
*/
.page-template-page-saves-club #saves-club-videos {
  padding-top: 40px;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .page-template-page-saves-club #saves-club-videos {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-saves-club #saves-club-videos {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .page-template-page-saves-club #saves-club-videos {
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .page-template-page-saves-club #saves-club-videos {
    padding-bottom: 125px;
  }
}
.page-template-page-saves-club #saves-club-videos .section-title {
  display: none;
}
@media (min-width: 768px) {
  .page-template-page-saves-club .page-title {
    padding-bottom: 37px;
  }
}
.page-template-page-saves-club .entry-content {
  padding: 0;
}

/*
Item
*/
.type-saves-club.in-loop {
  color: black;
  height: 100%;
}
.type-saves-club.in-loop > a {
  color: currentColor;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: white;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  text-align: center;
  padding: 20px;
  font-size: 1.5rem;
}
.type-saves-club.in-loop > a:hover {
  background-color: #4C4C4C;
  color: white;
}
.type-saves-club.in-loop > a:hover .save-number {
  color: currentColor;
}
.type-saves-club.in-loop > a:hover .save-number abbr {
  border-bottom-color: currentColor;
}
.type-saves-club.in-loop .save-number {
  color: #E70840;
  display: block;
  margin-bottom: 5px;
}
.type-saves-club.in-loop .save-number abbr {
  text-decoration: none;
  cursor: default;
  border-bottom: solid 5px #E70840;
  padding-bottom: 2px;
}
.type-saves-club.in-loop .save-number .num {
  padding-top: 7px;
  display: block;
}
.type-saves-club.in-loop .title {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .type-saves-club.in-loop .title {
    font-size: 2.1rem;
  }
}
.type-saves-club.in-loop .title .num {
  font-size: 200%;
}
.type-saves-club.in-loop.has-video {
  color: white;
}
.type-saves-club.in-loop.has-video > a {
  position: relative;
  display: block;
  overflow: hidden;
  background: none;
  padding: 0;
  border: none;
}
.type-saves-club.in-loop.has-video > a:hover img {
  transform: scale(1.05);
}
.type-saves-club.in-loop.has-video > a:hover .save-number {
  color: #E70840;
}
.type-saves-club.in-loop.has-video > a:hover .save-number abbr {
  border-bottom: solid 2px rgba(231, 8, 64, 0.5);
}
.type-saves-club.in-loop.has-video > a .title {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (min-width: 1024px) {
  .type-saves-club.in-loop.has-video > a .title {
    right: 30px;
    bottom: 30px;
  }
}
.type-saves-club.in-loop.has-video img {
  transition: 0.3s;
}
.type-saves-club.in-loop.has-video .title {
  text-align: right;
  margin: 0;
}
.type-saves-club.in-loop.has-video .save-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.type-saves-club.in-loop.has-video .save-number abbr {
  margin: 0 3px 0 0;
  padding-bottom: 11px;
  position: relative;
  border-bottom: solid 2px rgba(231, 8, 64, 0.5);
}
.type-saves-club.in-loop.has-video .save-number abbr::before, .type-saves-club.in-loop.has-video .save-number abbr::after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background: rgba(231, 8, 64, 0.5);
  position: absolute;
}
.type-saves-club.in-loop.has-video .save-number abbr::before {
  bottom: 10px;
}
.type-saves-club.in-loop.has-video .save-number abbr::after {
  bottom: 4px;
}
.type-saves-club.in-loop.has-video .save-number .num {
  padding: 0;
}

.legacy-browser .type-saves-club.in-loop > a {
  display: block;
}

/*
Slider
*/
#saves-club-videos .items {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#saves-club-videos .items.slick-initialized {
  display: block;
}
#saves-club-videos .item {
  border-right: solid 1px black;
}
@media (min-width: 1024px) {
  #saves-club-videos .item {
    width: 33.33%;
  }
}

/*
Detail
*/
.single-saves-club #saves-club-videos {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .single-saves-club #saves-club-videos {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .single-saves-club #saves-club-videos {
    padding-top: 75px;
  }
}
.single-saves-club .page-title {
  border-bottom: solid 1px rgba(138, 141, 143, 0.5);
  padding-top: 0;
}
.single-saves-club .page-title h1 {
  margin: 0.25em;
}
.single-saves-club .entry-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
.single-saves-club .entry-footer .bar {
  height: 5px;
  width: 50px;
  background: #E70840;
}

#save-number {
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #E70840;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  #save-number {
    font-size: 2.1rem;
  }
}
#save-number .num {
  border-top: solid 5px currentColor;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: 0.025em;
  margin-top: 5px;
  padding-top: 5px;
}
@media (min-width: 1520px) {
  #save-number .num {
    font-size: 5rem;
  }
}

.entry-loader {
  text-align: center;
  padding-top: 40px;
}

/*
Listing
*/
#team-listing {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #team-listing {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  #team-listing {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  #team-listing {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  #team-listing {
    padding-bottom: 75px;
  }
}

/*
Item
*/
.type-team-member.in-loop {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.type-team-member.in-loop a {
  position: relative;
  display: block;
  overflow: hidden;
  color: white;
}
.type-team-member.in-loop a:hover {
  color: currentColor;
}
.type-team-member.in-loop a:hover .thumbnail {
  transform: scale(1.05);
}
.type-team-member.in-loop .title {
  position: absolute;
  bottom: 20px;
  padding: 0 25px;
  margin: 0;
}
.type-team-member.in-loop .thumbnail {
  transition: 0.3s;
}
.type-team-member.in-loop .thumbnail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(6.18deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 38.23%);
}
.type-team-member.in-loop .thumbnail img {
  width: 100%;
}

/*
Detail
*/
.single-team-member .page-title.has-image {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .single-team-member .page-title.has-image {
    margin-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .single-team-member .page-title.has-image {
    margin-bottom: 75px;
  }
}
.single-team-member .entry-content .h4 {
  margin-top: 1.5em;
}
.single-team-member .accomplishments ul,
.single-team-member .accomplishments ol {
  list-style: none;
  padding: 0;
}
.single-team-member .social svg {
  height: 20px;
}
.single-team-member #externals .h4 {
  margin-top: 1em;
}
.single-team-member #externals a {
  color: white;
  display: flex;
  align-items: center;
  gap: 4px;
}
.single-team-member #externals a:hover {
  color: #E70840;
}

#profile-photo {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #profile-photo {
    padding-right: 55px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #profile-photo {
    padding-right: 75px;
  }
}

.photo-gallery figcaption {
  width: 50%;
}
.photo-gallery .slick-slide[aria-hidden=true] {
  opacity: 0;
}
.photo-gallery .slick-slide .wp-block-image {
  text-align: center;
}

.video-gallery,
.photo-gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .video-gallery,
.photo-gallery {
    padding-top: 55px;
  }
}
@media (min-width: 1024px) {
  .video-gallery,
.photo-gallery {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .video-gallery,
.photo-gallery {
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .video-gallery,
.photo-gallery {
    padding-bottom: 75px;
  }
}

.photo-gallery-thumbnails .items {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(374px, 1fr));
}
.photo-gallery-thumbnails .item {
  max-width: 374px;
  margin-inline: auto;
}

.video-gallery .items {
  display: grid;
  gap: 3rem 1px;
  grid-template-columns: repeat(auto-fit, minmax(374px, 1fr));
}
.video-gallery .item {
  position: relative;
  max-width: 374px;
  margin-inline: auto;
}

.page-template-page-authors .page-title p {
  max-width: 700px;
  text-wrap: balance;
}

.authors-grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Tungsten A", "Tungsten B", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  border-top: solid 1px #3C3E3F;
  border-left: solid 1px #3C3E3F;
}
@media (min-width: 768px) and (max-width: 1519.98px) {
  .authors-grid {
    font-size: 2.1rem;
  }
}
.authors-grid li {
  aspect-ratio: 376/293;
  border-right: solid 1px #3C3E3F;
  border-bottom: solid 1px #3C3E3F;
  display: grid;
  place-content: center;
}
.authors-grid a {
  color: currentColor;
  display: block;
  text-align: center;
  transition: 0.3s;
}
.authors-grid a .author-image {
  display: block;
  margin-bottom: 1.8rem;
}
@media (hover: hover) {
  .authors-grid a:hover {
    opacity: 0.5;
  }
}

.author-image img {
  filter: grayscale(1);
}

.author-link {
  color: currentColor;
}
@media (hover: hover) {
  .author-link:hover {
    text-decoration: underline;
  }
}

#topics-slider {
  text-align: left;
  padding: 75px 0 0;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  #topics-slider {
    padding: 100px 0;
    margin: 0;
  }
}
@media (min-width: 1520px) {
  #topics-slider {
    padding: 145px 0;
  }
}
@media (min-width: 768px) {
  #topics-slider .item {
    padding-left: 125px;
  }
}
#topics-slider .item p {
  max-width: 500px;
  margin: 0.5em 0 1em;
}
#topics-slider h2 {
  text-wrap: balance;
}
@media (min-width: 1024px) {
  #topics-slider h2 {
    max-width: 60%;
  }
}
#topics-slider .item-title {
  position: relative;
  white-space: nowrap;
}
#topics-slider .item-title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  width: 0;
  transition: 0.6s;
  display: block;
  background: #E70840;
}
#topics-slider .description {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.6s;
  transform: translateX(15px);
}
#topics-slider .slick-active .item-title::after {
  width: 100%;
}
#topics-slider .slick-active .description {
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
  transform: translateY(0);
}
#topics-slider .slick-arrow {
  top: 100%;
  color: white;
}
@media (min-width: 768px) {
  #topics-slider .slick-arrow {
    top: 75px;
    transform: none;
  }
}
@media (min-width: 1024px) {
  #topics-slider .slick-arrow {
    top: 100px;
  }
}
@media (min-width: 1520px) {
  #topics-slider .slick-arrow {
    top: 145px;
  }
}
#topics-slider .slick-arrow.slick-prev {
  left: 0;
}
#topics-slider .slick-arrow.slick-next {
  right: 0;
}
#topics-slider .slick-dots {
  padding-top: 45px;
  padding-bottom: 0;
  transform: translateY(6px);
}
#topics-slider li.slick-active {
  background: white;
  border-color: white;
}
