@charset "UTF-8";

/*
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #1c449c;
  --indigo: #6610f2;
  --purple: #342e7d;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ef4923;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #777777;
  --gray-dark: #3a3a3a;
  --primary: #342e7d;
  --secondary: #ef4923;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #efefef;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: font-family: var(--font-primary);
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  position: relative;
  font-family: var(--font-primary);
}

@media (max-width: 575.98px) {

  html,
  body {
    font-size: 0.875rem;
  }
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

* {
  -webkit-backface-visibility: hidden;
}

body:not(.template-index):not(.page-empty) {
  padding-top: calc(60px + 30px);
}


.main::selection {
  color: #222222;
  background: #ffc107;
}

a,
input[type="submit"],
button,
.btn,
label,
input[type="text"],
input[type="password"],
select,
textarea,
.form-control {
  transition: all 0.2s ease-in-out;
}

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

body {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 15px;
}

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

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

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

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

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #ef4923;
  text-decoration: none;
}

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

a:not([href]):not([class]):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;
  -ms-overflow-style: scrollbar;
}

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.875rem 0.75rem 0.625rem 0.75rem;
  padding-bottom: 0.875rem 0.75rem 0.625rem 0.75rem;
  color: #777777;
  text-align: left;
  caption-side: bottom;
}

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

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

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;

  &.lusitana,
  .copernicus,
  .copernicus-book {
    font-weight: 400;
  }
}

.h1,
h1 {
  letter-spacing: -.02em;
  font-size: 4rem;
  line-height: 1.1;

  @media screen and (min-width: 992px) {
    font-size: 6.4rem;
  }
}


.h2,
h2 {
  letter-spacing: -.02em;
  font-size: 3.2rem;
  line-height: 1.1;

  @media screen and (min-width: 992px) {
    font-size: 4.8rem;
  }
}

.h3,
h3 {
  letter-spacing: -.02em;
  font-size: 2.8rem;
  line-height: 1.1;

  @media screen and (min-width: 992px) {
    font-size: 4rem;
  }
}

.h4,
h4 {
  letter-spacing: -.02em;
  font-size: 2.4rem;
  line-height: 1.1;

  @media screen and (min-width: 992px) {
    font-size: 3.2rem;
  }
}


.h5,
h5 {
  letter-spacing: -.02em;
  font-size: 2rem;
  line-height: 1.1;

  @media screen and (min-width: 992px) {
    font-size: 2.8rem;
  }
}

.h6,
h6 {
  letter-spacing: -.02em;
  font-size: 1.6rem;

  @media screen and (min-width: 992px) {
    font-size: 2.4rem;
  }
}

.h7 {
  letter-spacing: -.02em;
  font-size: 1.4rem;
  line-height: 1.1;

  @include lg {
    font-size: 2rem;
  }
}

.h8,
.title-3 {
  letter-spacing: -.02em;
  font-size: 1.2rem;
  line-height: 1.1;

  @include lg {
    font-size: 1.6rem;
  }
}

.h9 {
  letter-spacing: -.02em;
  font-size: 1.2rem;
  line-height: 1.1;

  @media screen and (min-width: 992px) {
    font-size: 1.4rem;
  }
}

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

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

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

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

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

p,
ul,
ol,
li,
a,
.p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: black;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: geometricPrecision;
  font-weight: 300;
}

@media screen and (min-width: 992px) {

  p,
  ul,
  ol,
  li,
  a,
  .p {
    font-size: 1.6rem;
  }
}

hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 0;
  border-top: 1px solid #d4d4d4;
}

small,
.small,
label {
  font-size: 1.2rem;
  font-weight: 500;
}

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.8125rem;
  color: #777777;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #222222;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #222222;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.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.33333%;
  max-width: 33.33333%;
}

.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.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    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.33333%;
    max-width: 33.33333%;
  }

  .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.66667%;
    max-width: 16.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table,
table {
  width: 100%;
  margin-bottom: 0.3125rem;
  color: #000;
}

.table th,
table th,
.table td,
table td {
  padding: 0.875rem 0.75rem 0.625rem 0.75rem;
  vertical-align: top;
  border-top: 1px solid transparent;
}

.table thead th,
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}

.table tbody+tbody,
table tbody+tbody {
  border-top: 2px solid transparent;
}

.table-sm th,
.table-sm td {
  padding: 7px 15px 5px 15px;
}

.table-bordered {
  border: 1px solid transparent;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid transparent;
}

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

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #b7b4d1;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #f9b8a9;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #eeeeee;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #ababab;
}

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

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

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

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

.table .thead-dark th,
table .thead-dark th {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #4d4d4d;
}

.table .thead-light th,
table .thead-light th {
  color: #525252;
  background-color: #efefef;
  border-color: transparent;
}

.table-dark {
  color: #fff;
  background-color: #3a3a3a;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #4d4d4d;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

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

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

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

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

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

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive,
table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered,
table>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #222222;
  outline: 0;
  box-shadow: 0;
}

.form-control::-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}

.form-control::placeholder {
  color: #777777;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #efefef;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  color: #777777;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233a3a3a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .custom-control-input:valid~.custom-control-label,
.was-validated .custom-checkbox input:valid[type='checkbox']~.custom-control-label,
.custom-checkbox .was-validated input:valid[type='checkbox']~.custom-control-label,
.was-validated .custom-checkbox input:valid[type='ratio']~.custom-control-label,
.custom-checkbox .was-validated input:valid[type='ratio']~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label,
.custom-checkbox input.is-valid[type='checkbox']~.custom-control-label,
.custom-checkbox input.is-valid[type='ratio']~.custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.was-validated .custom-checkbox input:valid[type='checkbox']~.custom-control-label::before,
.custom-checkbox .was-validated input:valid[type='checkbox']~.custom-control-label::before,
.was-validated .custom-checkbox input:valid[type='ratio']~.custom-control-label::before,
.custom-checkbox .was-validated input:valid[type='ratio']~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before,
.custom-checkbox input.is-valid[type='checkbox']~.custom-control-label::before,
.custom-checkbox input.is-valid[type='ratio']~.custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.was-validated .custom-checkbox input:valid:checked[type='checkbox']~.custom-control-label::before,
.custom-checkbox .was-validated input:valid:checked[type='checkbox']~.custom-control-label::before,
.was-validated .custom-checkbox input:valid:checked[type='ratio']~.custom-control-label::before,
.custom-checkbox .was-validated input:valid:checked[type='ratio']~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before,
.custom-checkbox input.is-valid:checked[type='checkbox']~.custom-control-label::before,
.custom-checkbox input.is-valid:checked[type='ratio']~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.was-validated .custom-checkbox input:valid:focus[type='checkbox']~.custom-control-label::before,
.custom-checkbox .was-validated input:valid:focus[type='checkbox']~.custom-control-label::before,
.was-validated .custom-checkbox input:valid:focus[type='ratio']~.custom-control-label::before,
.custom-checkbox .was-validated input:valid:focus[type='ratio']~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before,
.custom-checkbox input.is-valid:focus[type='checkbox']~.custom-control-label::before,
.custom-checkbox input.is-valid:focus[type='ratio']~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-checkbox input:valid:focus:not(:checked)[type='checkbox']~.custom-control-label::before,
.custom-checkbox .was-validated input:valid:focus:not(:checked)[type='checkbox']~.custom-control-label::before,
.was-validated .custom-checkbox input:valid:focus:not(:checked)[type='ratio']~.custom-control-label::before,
.custom-checkbox .was-validated input:valid:focus:not(:checked)[type='ratio']~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.custom-checkbox input.is-valid:focus:not(:checked)[type='checkbox']~.custom-control-label::before,
.custom-checkbox input.is-valid:focus:not(:checked)[type='ratio']~.custom-control-label::before {
  border-color: #28a745;
}

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233a3a3a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.was-validated .custom-control-input:invalid~.custom-control-label,
.was-validated .custom-checkbox input:invalid[type='checkbox']~.custom-control-label,
.custom-checkbox .was-validated input:invalid[type='checkbox']~.custom-control-label,
.was-validated .custom-checkbox input:invalid[type='ratio']~.custom-control-label,
.custom-checkbox .was-validated input:invalid[type='ratio']~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label,
.custom-checkbox input.is-invalid[type='checkbox']~.custom-control-label,
.custom-checkbox input.is-invalid[type='ratio']~.custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.was-validated .custom-checkbox input:invalid[type='checkbox']~.custom-control-label::before,
.custom-checkbox .was-validated input:invalid[type='checkbox']~.custom-control-label::before,
.was-validated .custom-checkbox input:invalid[type='ratio']~.custom-control-label::before,
.custom-checkbox .was-validated input:invalid[type='ratio']~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before,
.custom-checkbox input.is-invalid[type='checkbox']~.custom-control-label::before,
.custom-checkbox input.is-invalid[type='ratio']~.custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.was-validated .custom-checkbox input:invalid:checked[type='checkbox']~.custom-control-label::before,
.custom-checkbox .was-validated input:invalid:checked[type='checkbox']~.custom-control-label::before,
.was-validated .custom-checkbox input:invalid:checked[type='ratio']~.custom-control-label::before,
.custom-checkbox .was-validated input:invalid:checked[type='ratio']~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before,
.custom-checkbox input.is-invalid:checked[type='checkbox']~.custom-control-label::before,
.custom-checkbox input.is-invalid:checked[type='ratio']~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.was-validated .custom-checkbox input:invalid:focus[type='checkbox']~.custom-control-label::before,
.custom-checkbox .was-validated input:invalid:focus[type='checkbox']~.custom-control-label::before,
.was-validated .custom-checkbox input:invalid:focus[type='ratio']~.custom-control-label::before,
.custom-checkbox .was-validated input:invalid:focus[type='ratio']~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before,
.custom-checkbox input.is-invalid:focus[type='checkbox']~.custom-control-label::before,
.custom-checkbox input.is-invalid:focus[type='ratio']~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-checkbox input:invalid:focus:not(:checked)[type='checkbox']~.custom-control-label::before,
.custom-checkbox .was-validated input:invalid:focus:not(:checked)[type='checkbox']~.custom-control-label::before,
.was-validated .custom-checkbox input:invalid:focus:not(:checked)[type='ratio']~.custom-control-label::before,
.custom-checkbox .was-validated input:invalid:focus:not(:checked)[type='ratio']~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.custom-checkbox input.is-invalid:focus:not(:checked)[type='checkbox']~.custom-control-label::before,
.custom-checkbox input.is-invalid:focus:not(:checked)[type='ratio']~.custom-control-label::before {
  border-color: #dc3545;
}

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

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

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

.custom-control-input,
.custom-checkbox input[type='checkbox'],
.custom-checkbox input[type='ratio'] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before,
.custom-checkbox input:checked[type='checkbox']~.custom-control-label::before,
.custom-checkbox input:checked[type='ratio']~.custom-control-label::before {
  color: #fff;
  border-color: #342e7d;
  background-color: #342e7d;
}

.custom-control-input:focus~.custom-control-label::before,
.custom-checkbox input:focus[type='checkbox']~.custom-control-label::before,
.custom-checkbox input:focus[type='ratio']~.custom-control-label::before {
  box-shadow: 0;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before,
.custom-checkbox input:focus:not(:checked)[type='checkbox']~.custom-control-label::before,
.custom-checkbox input:focus:not(:checked)[type='ratio']~.custom-control-label::before {
  border-color: #222222;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-checkbox input:not(:disabled):active[type='checkbox']~.custom-control-label::before,
.custom-checkbox input:not(:disabled):active[type='ratio']~.custom-control-label::before {
  color: #fff;
  background-color: #8f8ad4;
  border-color: #8f8ad4;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-checkbox input[disabled][type='checkbox']~.custom-control-label,
.custom-checkbox input[disabled][type='ratio']~.custom-control-label,
.custom-control-input:disabled~.custom-control-label,
.custom-checkbox input:disabled[type='checkbox']~.custom-control-label,
.custom-checkbox input:disabled[type='ratio']~.custom-control-label {
  color: #777777;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-checkbox input[disabled][type='checkbox']~.custom-control-label::before,
.custom-checkbox input[disabled][type='ratio']~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before,
.custom-checkbox input:disabled[type='checkbox']~.custom-control-label::before,
.custom-checkbox input:disabled[type='ratio']~.custom-control-label::before {
  background-color: #efefef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  content: "";
  background-color: #d4d4d4;
  border: #999999 solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before,
.custom-checkbox input:indeterminate[type='checkbox']~.custom-control-label::before,
.custom-checkbox input:indeterminate[type='ratio']~.custom-control-label::before {
  border-color: #342e7d;
  background-color: #342e7d;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after,
.custom-checkbox input:indeterminate[type='checkbox']~.custom-control-label::after,
.custom-checkbox input:indeterminate[type='ratio']~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox input:disabled:checked[type='checkbox']~.custom-control-label::before,
.custom-checkbox input:disabled:checked[type='ratio']~.custom-control-label::before {
  background-color: rgba(52, 46, 125, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before,
.custom-checkbox input:disabled:indeterminate[type='checkbox']~.custom-control-label::before,
.custom-checkbox input:disabled:indeterminate[type='ratio']~.custom-control-label::before {
  background-color: rgba(52, 46, 125, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after,
.custom-radio .custom-checkbox input:checked[type='checkbox']~.custom-control-label::after,
.custom-checkbox .custom-radio input:checked[type='checkbox']~.custom-control-label::after,
.custom-radio .custom-checkbox input:checked[type='ratio']~.custom-control-label::after,
.custom-checkbox .custom-radio input:checked[type='ratio']~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-radio .custom-checkbox input:disabled:checked[type='checkbox']~.custom-control-label::before,
.custom-checkbox .custom-radio input:disabled:checked[type='checkbox']~.custom-control-label::before,
.custom-radio .custom-checkbox input:disabled:checked[type='ratio']~.custom-control-label::before,
.custom-checkbox .custom-radio input:disabled:checked[type='ratio']~.custom-control-label::before {
  background-color: rgba(52, 46, 125, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #999999;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after,
.custom-switch .custom-checkbox input:checked[type='checkbox']~.custom-control-label::after,
.custom-checkbox .custom-switch input:checked[type='checkbox']~.custom-control-label::after,
.custom-switch .custom-checkbox input:checked[type='ratio']~.custom-control-label::after,
.custom-checkbox .custom-switch input:checked[type='ratio']~.custom-control-label::after {
  background-color: #d4d4d4;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-switch .custom-checkbox input:disabled:checked[type='checkbox']~.custom-control-label::before,
.custom-checkbox .custom-switch input:disabled:checked[type='checkbox']~.custom-control-label::before,
.custom-switch .custom-checkbox input:disabled:checked[type='ratio']~.custom-control-label::before,
.custom-checkbox .custom-switch input:disabled:checked[type='ratio']~.custom-control-label::before {
  background-color: rgba(52, 46, 125, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233a3a3a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #222222;
  outline: 0;
  box-shadow: none;
}

.custom-select:focus::-ms-value {
  color: #000;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #777777;
  background-color: #efefef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.custom-select-sm {
  height: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #222222;
  box-shadow: 0;
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
  background-color: #efefef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  border: 1px solid #d4d4d4;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #000;
  content: "Browse";
  background-color: #efefef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #342e7d;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #8f8ad4;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #342e7d;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #8f8ad4;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #342e7d;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #8f8ad4;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #e6e6e6;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e6e6e6;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #999999;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #999999;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #999999;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.15625rem 0.3125rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 0.3125rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 14px 20px 14px 20px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #000;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary,
.shopify-challenge__button {
  color: #fff;
  background-color: #342e7d;
  border-color: #342e7d;
}

.btn-primary:hover,
.shopify-challenge__button:hover {
  color: #fff;
  background-color: #282461;
  border-color: #242058;
}

.btn-primary:focus,
.shopify-challenge__button:focus,
.btn-primary.focus,
.focus.shopify-challenge__button {
  color: #fff;
  background-color: #282461;
  border-color: #242058;
  box-shadow: 0 0 0 0 rgba(82, 77, 145, 0.5);
}

.btn-primary.disabled,
.disabled.shopify-challenge__button,
.btn-primary:disabled,
.shopify-challenge__button:disabled {
  color: #fff;
  background-color: #342e7d;
  border-color: #342e7d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.shopify-challenge__button:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.shopify-challenge__button:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.shopify-challenge__button {
  color: #fff;
  background-color: #242058;
  border-color: #211d4e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.shopify-challenge__button:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.shopify-challenge__button:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.shopify-challenge__button:focus {
  box-shadow: 0 0 0 0 rgba(82, 77, 145, 0.5);
}

.btn-light.transparent {
  background-color: transparent;
  border-width: 4px;
  color: white;
}

.btn-light.transparent:hover {
  background-color: transparent;
  color: white;
}

.btn-secondary {
  color: #fff;
  background-color: #ef4923;
  border-color: #ef4923;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #dc3610;
  border-color: #d0330f;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #dc3610;
  border-color: #d0330f;
  box-shadow: 0 0 0 0 rgba(241, 100, 68, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #ef4923;
  border-color: #ef4923;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #d0330f;
  border-color: #c4300e;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(241, 100, 68, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #222222;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #222222;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 169, 11, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
  color: #222222;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 169, 11, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #222222;
  background-color: #efefef;
  border-color: #efefef;
}

.btn-light:hover {
  color: #222222;
  background-color: gainsboro;
  border-color: #d6d6d6;
}

.btn-light:focus,
.btn-light.focus {
  color: #222222;
  background-color: gainsboro;
  border-color: #d6d6d6;
  box-shadow: 0 0 0 0 rgba(208, 208, 208, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #222222;
  background-color: #efefef;
  border-color: #efefef;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  color: #222222;
  background-color: #d6d6d6;
  border-color: #cfcfcf;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(208, 208, 208, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-outline-primary {
  color: #342e7d;
  border-color: #342e7d;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #342e7d;
  border-color: #342e7d;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(52, 46, 125, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #342e7d;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #342e7d;
  border-color: #342e7d;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 46, 125, 0.5);
}

.btn-outline-secondary {
  color: #ef4923;
  border-color: #ef4923;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ef4923;
  border-color: #ef4923;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(239, 73, 35, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #ef4923;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ef4923;
  border-color: #ef4923;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(239, 73, 35, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #efefef;
  border-color: #efefef;
}

.btn-outline-light:hover {
  color: #222222;
  background-color: #efefef;
  border-color: #efefef;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #efefef;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #222222;
  background-color: #efefef;
  border-color: #efefef;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.5);
}

.btn-outline-dark {
  color: #000;
  border-color: #000;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.btn-link:hover {
  color: #ef4923;
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #e6e6e6;
  pointer-events: none;
}

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

.btn-sm {
  padding: 7px 12px 4px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-menu a {
  font-size: 1.4rem;
  font-weight: 300;
}

.dropdown-menu .submenu ul.parent>li>a {
  font-weight: 500 !important;

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 500;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #151515;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #342e7d;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #777777;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #777777;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #d4d4d4;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: transparent transparent #d4d4d4 transparent;
}

.nav-tabs .nav-link.disabled {
  color: #777777;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: #fff;
  border-color: transparent transparent transparent transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #342e7d;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

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

.breadcrumb-item {
  font-size: 1.2rem;
  display: flex;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.75rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.75rem;
  color: #000;
  content: "›";
}

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

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

.breadcrumb-item.active {
  color: #000;
}

.breadcrumb-item a {
  font-size: 1.2rem;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 1.2rem;
  margin-left: -transparent;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  border: transparent solid transparent;
}

.page-link:hover {
  z-index: 2;
  color: #ef4923;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0;
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ef4923;
  background-color: transparent;
  border-color: transparent;
}

.page-item.disabled .page-link {
  color: #d4d4d4;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: transparent;
}

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

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

.alert {
  position: relative;
  padding: 0.6rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  font-size: 1.4rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.6rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1b1841;
  background-color: #d6d5e5;
  border-color: #c6c4db;
}

.alert-primary hr {
  border-top-color: #b7b4d1;
}

.alert-primary .alert-link {
  color: #0c0a1c;
}

.alert-secondary {
  color: #7c2612;
  background-color: #fcdbd3;
  border-color: #fbccc1;
}

.alert-secondary hr {
  border-top-color: #f9b8a9;
}

.alert-secondary .alert-link {
  color: #4f180c;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}

.alert-light hr {
  border-top-color: #eeeeee;
}

.alert-light .alert-link {
  color: #636363;
}

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

.alert-dark hr {
  border-top-color: #ababab;
}

.alert-dark .alert-link {
  color: black;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  /*display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #d4d4d4;*/
}

.modal-header .close {
  padding: .4rem .4rem;
  opacity: 1;
  border: 4px solid white;
  border-radius: 50%;
}

.modal-header .close svg {
  width: 30px;
  height: 30px;
}

.modal-header .close svg path {
  fill: white;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid #d4d4d4;
}

.modal-footer>* {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

.border-left {
  border-left: 1px solid #d4d4d4 !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: #342e7d !important;
}

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

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

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

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

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

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-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: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

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

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

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

.flex-row {
  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: 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: 992px) {
  .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: 1200px) {
  .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;
  }
}

.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 1.875rem !important;
}

.mt-6,
.my-6 {
  margin-top: 1.875rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.875rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.875rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.875rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.mt-100,
.my-100 {
  margin-top: 6.25rem !important;
}

.mr-100,
.mx-100 {
  margin-right: 6.25rem !important;
}

.mb-100,
.my-100 {
  margin-bottom: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-6,
.px-6 {
  padding-right: 1.875rem !important;
}

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

.pl-6,
.px-6 {
  padding-left: 1.875rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.pt-100,
.py-100 {
  padding-top: 6.25rem !important;
}

.pr-100,
.px-100 {
  padding-right: 6.25rem !important;
}

.pb-100,
.py-100 {
  padding-bottom: 6.25rem !important;
}

.pl-100,
.px-100 {
  padding-left: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n6 {
  margin: -1.875rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -1.875rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.875rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.875rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.875rem !important;
}

.m-n100 {
  margin: -6.25rem !important;
}

.mt-n100,
.my-n100 {
  margin-top: -6.25rem !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -6.25rem !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -6.25rem !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-6 {
    margin: 1.875rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.875rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.875rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.875rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.875rem !important;
  }

  .m-sm-100 {
    margin: 6.25rem !important;
  }

  .mt-sm-100,
  .my-sm-100 {
    margin-top: 6.25rem !important;
  }

  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 6.25rem !important;
  }

  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 6.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.875rem !important;
  }

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

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.875rem !important;
  }

  .p-sm-100 {
    padding: 6.25rem !important;
  }

  .pt-sm-100,
  .py-sm-100 {
    padding-top: 6.25rem !important;
  }

  .pr-sm-100,
  .px-sm-100 {
    padding-right: 6.25rem !important;
  }

  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-sm-100,
  .px-sm-100 {
    padding-left: 6.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n6 {
    margin: -1.875rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.875rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.875rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.875rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.875rem !important;
  }

  .m-sm-n100 {
    margin: -6.25rem !important;
  }

  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -6.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-6 {
    margin: 1.875rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 1.875rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.875rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.875rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.875rem !important;
  }

  .m-md-100 {
    margin: 6.25rem !important;
  }

  .mt-md-100,
  .my-md-100 {
    margin-top: 6.25rem !important;
  }

  .mr-md-100,
  .mx-md-100 {
    margin-right: 6.25rem !important;
  }

  .mb-md-100,
  .my-md-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-md-100,
  .mx-md-100 {
    margin-left: 6.25rem !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.3125rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-md-6,
  .px-md-6 {
    padding-right: 1.875rem !important;
  }

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

  .pl-md-6,
  .px-md-6 {
    padding-left: 1.875rem !important;
  }

  .p-md-100 {
    padding: 6.25rem !important;
  }

  .pt-md-100,
  .py-md-100 {
    padding-top: 6.25rem !important;
  }

  .pr-md-100,
  .px-md-100 {
    padding-right: 6.25rem !important;
  }

  .pb-md-100,
  .py-md-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-md-100,
  .px-md-100 {
    padding-left: 6.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n6 {
    margin: -1.875rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.875rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.875rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.875rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.875rem !important;
  }

  .m-md-n100 {
    margin: -6.25rem !important;
  }

  .mt-md-n100,
  .my-md-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -6.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-6 {
    margin: 1.875rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.875rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.875rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.875rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.875rem !important;
  }

  .m-lg-100 {
    margin: 6.25rem !important;
  }

  .mt-lg-100,
  .my-lg-100 {
    margin-top: 6.25rem !important;
  }

  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 6.25rem !important;
  }

  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 6.25rem !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.3125rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.875rem !important;
  }

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

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.875rem !important;
  }

  .p-lg-100 {
    padding: 6.25rem !important;
  }

  .pt-lg-100,
  .py-lg-100 {
    padding-top: 6.25rem !important;
  }

  .pr-lg-100,
  .px-lg-100 {
    padding-right: 6.25rem !important;
  }

  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-lg-100,
  .px-lg-100 {
    padding-left: 6.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n6 {
    margin: -1.875rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.875rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.875rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.875rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.875rem !important;
  }

  .m-lg-n100 {
    margin: -6.25rem !important;
  }

  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -6.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-6 {
    margin: 1.875rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.875rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.875rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.875rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.875rem !important;
  }

  .m-xl-100 {
    margin: 6.25rem !important;
  }

  .mt-xl-100,
  .my-xl-100 {
    margin-top: 6.25rem !important;
  }

  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 6.25rem !important;
  }

  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 6.25rem !important;
  }

  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 6.25rem !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.3125rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.875rem !important;
  }

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

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.875rem !important;
  }

  .p-xl-100 {
    padding: 6.25rem !important;
  }

  .pt-xl-100,
  .py-xl-100 {
    padding-top: 6.25rem !important;
  }

  .pr-xl-100,
  .px-xl-100 {
    padding-right: 6.25rem !important;
  }

  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 6.25rem !important;
  }

  .pl-xl-100,
  .px-xl-100 {
    padding-left: 6.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n5 {
    margin: -1.5625rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.5625rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.5625rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.5625rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.5625rem !important;
  }

  .m-xl-n6 {
    margin: -1.875rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.875rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.875rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.875rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.875rem !important;
  }

  .m-xl-n100 {
    margin: -6.25rem !important;
  }

  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -6.25rem !important;
  }

  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -6.25rem !important;
  }

  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -6.25rem !important;
  }

  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -6.25rem !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;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #342e7d !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1d1945 !important;
}

.text-secondary {
  color: #ef4923 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #b82d0d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #efefef !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #c9c9c9 !important;
}

.text-dark {
  color: #000 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #000 !important;
}

.text-muted {
  color: #777777 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table,
  table {
    border-collapse: collapse !important;
  }

  .table td,
  table td,
  .table th,
  table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e6e6e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody+tbody {
    border-color: transparent;
  }

  .table .thead-dark th,
  table .thead-dark th {
    color: inherit;
    border-color: transparent;
  }
}

/*
* Font awesome
*/
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./fontawesome-webfont.eot?v=4.7.0");
  src: url("./fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
* Slick Carousel
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.outline {
  outline: 1px solid #f09;
}

.underline {
  text-decoration: underline;
}

.lh-12 {
  line-height: 1.2;
}

.lh-22 {
  line-height: 1.8;
}

.background-cover {
  background-size: cover;
}

.background-fixed {
  background-attachment: fixed;
}

.background-center {
  background-position: center;
}

.w-auto {
  width: auto;
}

.ease,
.form-control_icon+.btn svg,
.dk-selected,
.items-wrapper li.item-icon svg,
.filter-head .title .icon,
.filter .link-filter:after,
.control,
.slick-dots li,
.map-marker,
.map-marker:before,
.map-marker:after,
.toggle-navigation {
  transition: all 0.2s ease-in-out;
}

.ease-0 {
  transition: all 0s ease-in-out;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.abs-center-x {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.abs-center-y {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.abs-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.xs-small {
  font-size: 12px;
}

.font-base-color {
  color: #000;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 5;
}

.is-hidden {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
}

svg[class^='icon-'] {
  fill: currentColor;
  stroke: none;
  max-width: 100%;
}

.box-shadow {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05), 0 3px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (max-width: 767.98px) {
  .hide-mobile {
    display: none;
  }
}

.custom-scroll,
.search-results,
.dk-select-options,
.meganav .dropdown-menu,
.mini-cart-products,
.map-canvas .items-list .inner {
  -webkit-overflow-scrolling: touch;
}

.custom-scroll::-webkit-scrollbar-track,
.search-results::-webkit-scrollbar-track,
.dk-select-options::-webkit-scrollbar-track,
.meganav .dropdown-menu::-webkit-scrollbar-track,
.mini-cart-products::-webkit-scrollbar-track,
.map-canvas .items-list .inner::-webkit-scrollbar-track {
  background-color: transparent;
  margin-top: 5px;
  margin-left: 5px;
}

.custom-scroll::-webkit-scrollbar,
.search-results::-webkit-scrollbar,
.dk-select-options::-webkit-scrollbar,
.meganav .dropdown-menu::-webkit-scrollbar,
.mini-cart-products::-webkit-scrollbar,
.map-canvas .items-list .inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom-scroll::-webkit-scrollbar-thumb,
.search-results::-webkit-scrollbar-thumb,
.dk-select-options::-webkit-scrollbar-thumb,
.meganav .dropdown-menu::-webkit-scrollbar-thumb,
.mini-cart-products::-webkit-scrollbar-thumb,
.map-canvas .items-list .inner::-webkit-scrollbar-thumb {
  background-color: #d4d4d4;
}

@font-face {
  font-family: "Avenir Next LT Pro Medium";
  src: url("AvenirNextLTPro-Medium.eot");
  src: url("AvenirNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("AvenirNextLTPro-Medium.woff2") format("woff2"), url("AvenirNextLTPro-Medium.woff") format("woff"), url("AvenirNextLTPro-Medium.ttf") format("truetype"), url("AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro Bold";
  src: url("AvenirNextLTPro-Bold.eot");
  src: url("AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("AvenirNextLTPro-Bold.woff2") format("woff2"), url("AvenirNextLTPro-Bold.woff") format("woff"), url("AvenirNextLTPro-Bold.ttf") format("truetype"), url("AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro Medium Italic";
  src: url("AvenirNextLTPro-MediumIt.eot");
  src: url("AvenirNextLTPro-MediumIt.eot?#iefix") format("embedded-opentype"), url("AvenirNextLTPro-MediumIt.woff2") format("woff2"), url("AvenirNextLTPro-MediumIt.woff") format("woff"), url("AvenirNextLTPro-MediumIt.ttf") format("truetype"), url("AvenirNextLTPro-MediumIt.svg#AvenirNextLTPro-MediumIt") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Avenir Next LT Pro Bold Italic";
  src: url("AvenirNextLTPro-BoldIt.eot");
  src: url("AvenirNextLTPro-BoldIt.eot?#iefix") format("embedded-opentype"), url("AvenirNextLTPro-BoldIt.woff2") format("woff2"), url("AvenirNextLTPro-BoldIt.woff") format("woff"), url("AvenirNextLTPro-BoldIt.ttf") format("truetype"), url("AvenirNextLTPro-BoldIt.svg#AvenirNextLTPro-BoldIt") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "avenir-next-lt-pro-regular";
  src: url("https://fontsme.com/wp-data/a/700/17700/file/AvenirNextLTPro-Regular.otf") format("woff"), url("https://fontsme.com/wp-data/a/700/17700/file/AvenirNextLTPro-Regular.otf") format("opentype"), url("https://fontsme.com/wp-data/a/700/17700/file/AvenirNextLTPro-Regular.otf") format("truetype");
}

.avenir-medium {
  font-family: var(--font-primary), sans-serif !important;
  font-weight: 500 !important;
  font-style: normal;
}

.avenir-medium-it {
  font-family: var(--font-primary), sans-serif !important;
  font-weight: 500 !important;
  font-style: italic;
}

.avenir-bold,
b,
strong {
  font-family: var(--font-primary) !important;
  font-weight: 500 !important;
  font-style: normal;
}

.avenir-bold-it {
  font-family: var(--font-primary), sans-serif !important;
  font-weight: 500 !important;
  font-style: italic;
}

.alert ul {
  margin: 2px 0 0 0;
  padding-left: 0;
  list-style: none;
}

.alert ul li {
  padding: 0;
  margin: 0;
}

/* THIS FILE IS AUTO-GENERATED - DO NOT MAKE CHANGES TO THIS FILE DIRECTLY */
.icon--apple-pay-button {
  width: 162px;
  height: 56px;
}

.icon--apple-pay-white {
  width: 46px;
  height: 20px;
}

.icon--check {
  width: 13.7px;
  height: 10.4px;
}

.icon--chevron-down {
  width: 17px;
  height: 11px;
}

.icon--circle-info {
  width: 44px;
  height: 44px;
}

.icon--cta-circle--check {
  width: 44px;
  height: 44px;
}

.icon--cta-link--arrow-left {
  width: 30px;
  height: 30px;
}

.icon--expand {
  width: 24px;
  height: 24px;
}

.icon--flags--AD {
  width: 512px;
  height: 512px;
}

.icon--flags--AE {
  width: 512px;
  height: 512px;
}

.icon--flags--AF {
  width: 512px;
  height: 512px;
}

.icon--flags--AG {
  width: 512px;
  height: 512px;
}

.icon--flags--AI {
  width: 512px;
  height: 512px;
}

.icon--flags--AL {
  width: 512px;
  height: 512px;
}

.icon--flags--AM {
  width: 512px;
  height: 512px;
}

.icon--flags--AO {
  width: 512px;
  height: 512px;
}

.icon--flags--AR {
  width: 512px;
  height: 512px;
}

.icon--flags--AS {
  width: 512px;
  height: 512px;
}

.icon--flags--AT {
  width: 512px;
  height: 512px;
}

.icon--flags--AU {
  width: 512px;
  height: 512px;
}

.icon--flags--AW {
  width: 512px;
  height: 512px;
}

.icon--flags--AX {
  width: 512px;
  height: 512px;
}

.icon--flags--AZ {
  width: 512px;
  height: 512px;
}

.icon--flags--BA {
  width: 512px;
  height: 512px;
}

.icon--flags--BB {
  width: 512px;
  height: 512px;
}

.icon--flags--BD {
  width: 512px;
  height: 512px;
}

.icon--flags--BE {
  width: 512px;
  height: 512px;
}

.icon--flags--BF {
  width: 512px;
  height: 512px;
}

.icon--flags--BG {
  width: 512px;
  height: 512px;
}

.icon--flags--BH {
  width: 512px;
  height: 512px;
}

.icon--flags--BI {
  width: 512px;
  height: 512px;
}

.icon--flags--BJ {
  width: 512px;
  height: 512px;
}

.icon--flags--BL {
  width: 511.58px;
  height: 511.58px;
}

.icon--flags--BM {
  width: 512px;
  height: 512px;
}

.icon--flags--BN {
  width: 511.99px;
  height: 511.99px;
}

.icon--flags--BO {
  width: 512px;
  height: 512px;
}

.icon--flags--BQ {
  width: 512px;
  height: 512px;
}

.icon--flags--BR {
  width: 512px;
  height: 512px;
}

.icon--flags--BS {
  width: 512px;
  height: 512px;
}

.icon--flags--BT {
  width: 512px;
  height: 512px;
}

.icon--flags--BW {
  width: 512px;
  height: 512px;
}

.icon--flags--BY {
  width: 512px;
  height: 512px;
}

.icon--flags--BZ {
  width: 512px;
  height: 512px;
}

.icon--flags--CA {
  width: 512px;
  height: 512px;
}

.icon--flags--CC {
  width: 512px;
  height: 512px;
}

.icon--flags--CD {
  width: 512px;
  height: 512px;
}

.icon--flags--CF {
  width: 512px;
  height: 512px;
}

.icon--flags--CG {
  width: 512px;
  height: 512px;
}

.icon--flags--CH {
  width: 512px;
  height: 512px;
}

.icon--flags--CI {
  width: 512px;
  height: 512px;
}

.icon--flags--CK {
  width: 512px;
  height: 512px;
}

.icon--flags--CL {
  width: 512px;
  height: 512px;
}

.icon--flags--CM {
  width: 512px;
  height: 512px;
}

.icon--flags--CN {
  width: 512px;
  height: 512px;
}

.icon--flags--CO {
  width: 512px;
  height: 512px;
}

.icon--flags--CR {
  width: 512px;
  height: 512px;
}

.icon--flags--CU {
  width: 512px;
  height: 512px;
}

.icon--flags--CV {
  width: 512px;
  height: 512px;
}

.icon--flags--CW {
  width: 512px;
  height: 512px;
}

.icon--flags--CX {
  width: 512px;
  height: 512px;
}

.icon--flags--CY {
  width: 512px;
  height: 512px;
}

.icon--flags--CZ {
  width: 512px;
  height: 512px;
}

.icon--flags--DE {
  width: 512px;
  height: 512px;
}

.icon--flags--DJ {
  width: 512px;
  height: 512px;
}

.icon--flags--DK {
  width: 512px;
  height: 512px;
}

.icon--flags--DM {
  width: 512px;
  height: 512px;
}

.icon--flags--DO {
  width: 512px;
  height: 512px;
}

.icon--flags--DZ {
  width: 512px;
  height: 512px;
}

.icon--flags--EC {
  width: 512px;
  height: 512px;
}

.icon--flags--EE {
  width: 512px;
  height: 512px;
}

.icon--flags--EG {
  width: 512px;
  height: 512px;
}

.icon--flags--EH {
  width: 512px;
  height: 512px;
}

.icon--flags--ER {
  width: 512px;
  height: 512px;
}

.icon--flags--ES {
  width: 512px;
  height: 512px;
}

.icon--flags--ET {
  width: 512px;
  height: 512px;
}

.icon--flags--EU {
  width: 512px;
  height: 512px;
}

.icon--flags--FI {
  width: 512px;
  height: 512px;
}

.icon--flags--FJ {
  width: 512px;
  height: 512px;
}

.icon--flags--FK {
  width: 512px;
  height: 512px;
}

.icon--flags--FM {
  width: 512px;
  height: 512px;
}

.icon--flags--FO {
  width: 512px;
  height: 512px;
}

.icon--flags--FR {
  width: 512px;
  height: 512px;
}

.icon--flags--GA {
  width: 512px;
  height: 512px;
}

.icon--flags--GB {
  width: 512px;
  height: 512px;
}

.icon--flags--GD {
  width: 512px;
  height: 512px;
}

.icon--flags--GE {
  width: 512px;
  height: 512px;
}

.icon--flags--GG {
  width: 512px;
  height: 512px;
}

.icon--flags--GH {
  width: 512px;
  height: 512px;
}

.icon--flags--GI {
  width: 512px;
  height: 512px;
}

.icon--flags--GL {
  width: 512px;
  height: 512px;
}

.icon--flags--GM {
  width: 512px;
  height: 512px;
}

.icon--flags--GN {
  width: 512px;
  height: 512px;
}

.icon--flags--GQ {
  width: 512px;
  height: 512px;
}

.icon--flags--GR {
  width: 512px;
  height: 512px;
}

.icon--flags--GT {
  width: 512px;
  height: 512px;
}

.icon--flags--GU {
  width: 512px;
  height: 512px;
}

.icon--flags--GW {
  width: 512px;
  height: 512px;
}

.icon--flags--GY {
  width: 512px;
  height: 512px;
}

.icon--flags--HK {
  width: 512px;
  height: 512px;
}

.icon--flags--HN {
  width: 512px;
  height: 512px;
}

.icon--flags--HR {
  width: 512px;
  height: 512px;
}

.icon--flags--HT {
  width: 512px;
  height: 512px;
}

.icon--flags--HU {
  width: 512px;
  height: 512px;
}

.icon--flags--ID {
  width: 512px;
  height: 512px;
}

.icon--flags--IE {
  width: 512px;
  height: 512px;
}

.icon--flags--IL {
  width: 512px;
  height: 512px;
}

.icon--flags--IM {
  width: 512px;
  height: 512px;
}

.icon--flags--IN {
  width: 512px;
  height: 512px;
}

.icon--flags--IO {
  width: 512px;
  height: 512px;
}

.icon--flags--IQ {
  width: 512px;
  height: 512px;
}

.icon--flags--IR {
  width: 512px;
  height: 512px;
}

.icon--flags--IS {
  width: 512px;
  height: 512px;
}

.icon--flags--IT {
  width: 512px;
  height: 512px;
}

.icon--flags--JE {
  width: 512px;
  height: 512px;
}

.icon--flags--JM {
  width: 512px;
  height: 512px;
}

.icon--flags--JO {
  width: 512px;
  height: 512px;
}

.icon--flags--JP {
  width: 512px;
  height: 512px;
}

.icon--flags--KE {
  width: 512px;
  height: 512px;
}

.icon--flags--KG {
  width: 512px;
  height: 512px;
}

.icon--flags--KH {
  width: 512px;
  height: 512px;
}

.icon--flags--KI {
  width: 512px;
  height: 512px;
}

.icon--flags--KM {
  width: 512px;
  height: 512px;
}

.icon--flags--KN {
  width: 512px;
  height: 512px;
}

.icon--flags--KP {
  width: 512px;
  height: 512px;
}

.icon--flags--KR {
  width: 512px;
  height: 512px;
}

.icon--flags--KW {
  width: 512px;
  height: 512px;
}

.icon--flags--KY {
  width: 512px;
  height: 512px;
}

.icon--flags--KZ {
  width: 512px;
  height: 512px;
}

.icon--flags--LA {
  width: 512px;
  height: 512px;
}

.icon--flags--LB {
  width: 512px;
  height: 512px;
}

.icon--flags--LC {
  width: 512px;
  height: 512px;
}

.icon--flags--LI {
  width: 512px;
  height: 512px;
}

.icon--flags--LK {
  width: 512px;
  height: 512px;
}

.icon--flags--LR {
  width: 512px;
  height: 512px;
}

.icon--flags--LS {
  width: 512px;
  height: 512px;
}

.icon--flags--LT {
  width: 512px;
  height: 512px;
}

.icon--flags--LU {
  width: 512px;
  height: 512px;
}

.icon--flags--LV {
  width: 512px;
  height: 512px;
}

.icon--flags--LY {
  width: 512px;
  height: 512px;
}

.icon--flags--MA {
  width: 512px;
  height: 512px;
}

.icon--flags--MC {
  width: 512px;
  height: 512px;
}

.icon--flags--MD {
  width: 512px;
  height: 512px;
}

.icon--flags--ME {
  width: 512px;
  height: 512px;
}

.icon--flags--MG {
  width: 512px;
  height: 512px;
}

.icon--flags--MH {
  width: 512px;
  height: 512px;
}

.icon--flags--MK {
  width: 512px;
  height: 512px;
}

.icon--flags--ML {
  width: 512px;
  height: 512px;
}

.icon--flags--MM {
  width: 512px;
  height: 512px;
}

.icon--flags--MN {
  width: 512px;
  height: 512px;
}

.icon--flags--MO {
  width: 512px;
  height: 512px;
}

.icon--flags--MP {
  width: 512px;
  height: 512px;
}

.icon--flags--MQ {
  width: 512px;
  height: 512px;
}

.icon--flags--MR {
  width: 512px;
  height: 512px;
}

.icon--flags--MS {
  width: 512px;
  height: 512px;
}

.icon--flags--MT {
  width: 512px;
  height: 512px;
}

.icon--flags--MU {
  width: 512px;
  height: 512px;
}

.icon--flags--MV {
  width: 512px;
  height: 512px;
}

.icon--flags--MW {
  width: 512px;
  height: 512px;
}

.icon--flags--MX {
  width: 512px;
  height: 512px;
}

.icon--flags--MY {
  width: 512px;
  height: 512px;
}

.icon--flags--MZ {
  width: 512px;
  height: 512px;
}

.icon--flags--NA {
  width: 512px;
  height: 512px;
}

.icon--flags--NE {
  width: 512px;
  height: 512px;
}

.icon--flags--NF {
  width: 512px;
  height: 512px;
}

.icon--flags--NG {
  width: 512px;
  height: 512px;
}

.icon--flags--NI {
  width: 512px;
  height: 512px;
}

.icon--flags--NL {
  width: 512px;
  height: 512px;
}

.icon--flags--NO {
  width: 512px;
  height: 512px;
}

.icon--flags--NP {
  width: 512px;
  height: 512px;
}

.icon--flags--NR {
  width: 512px;
  height: 512px;
}

.icon--flags--NU {
  width: 512px;
  height: 512px;
}

.icon--flags--NZ {
  width: 512px;
  height: 512px;
}

.icon--flags--OM {
  width: 512px;
  height: 512px;
}

.icon--flags--PA {
  width: 512px;
  height: 512px;
}

.icon--flags--PE {
  width: 512px;
  height: 512px;
}

.icon--flags--PF {
  width: 512px;
  height: 512px;
}

.icon--flags--PG {
  width: 512px;
  height: 512px;
}

.icon--flags--PH {
  width: 512px;
  height: 512px;
}

.icon--flags--PK {
  width: 512px;
  height: 512px;
}

.icon--flags--PL {
  width: 512px;
  height: 512px;
}

.icon--flags--PN {
  width: 512px;
  height: 512px;
}

.icon--flags--PR {
  width: 512px;
  height: 512px;
}

.icon--flags--PS {
  width: 512px;
  height: 512px;
}

.icon--flags--PT {
  width: 512px;
  height: 512px;
}

.icon--flags--PW {
  width: 512px;
  height: 512px;
}

.icon--flags--PY {
  width: 512px;
  height: 512px;
}

.icon--flags--QA {
  width: 512px;
  height: 512px;
}

.icon--flags--RO {
  width: 512px;
  height: 512px;
}

.icon--flags--RS {
  width: 512px;
  height: 512px;
}

.icon--flags--RU {
  width: 512px;
  height: 512px;
}

.icon--flags--RW {
  width: 512px;
  height: 512px;
}

.icon--flags--SA {
  width: 512px;
  height: 512px;
}

.icon--flags--SB {
  width: 512px;
  height: 512px;
}

.icon--flags--SC {
  width: 512px;
  height: 512px;
}

.icon--flags--SD {
  width: 512px;
  height: 512px;
}

.icon--flags--SE {
  width: 512px;
  height: 512px;
}

.icon--flags--SG {
  width: 512px;
  height: 512px;
}

.icon--flags--SI {
  width: 512px;
  height: 512px;
}

.icon--flags--SK {
  width: 512px;
  height: 512px;
}

.icon--flags--SL {
  width: 512px;
  height: 512px;
}

.icon--flags--SM {
  width: 512px;
  height: 512px;
}

.icon--flags--SN {
  width: 512px;
  height: 512px;
}

.icon--flags--SO {
  width: 512px;
  height: 512px;
}

.icon--flags--SR {
  width: 512px;
  height: 512px;
}

.icon--flags--SS {
  width: 512px;
  height: 512px;
}

.icon--flags--ST {
  width: 512px;
  height: 512px;
}

.icon--flags--SV {
  width: 512px;
  height: 512px;
}

.icon--flags--SX {
  width: 512px;
  height: 512px;
}

.icon--flags--SY {
  width: 512px;
  height: 512px;
}

.icon--flags--SZ {
  width: 512px;
  height: 512px;
}

.icon--flags--TC {
  width: 512px;
  height: 512px;
}

.icon--flags--TD {
  width: 512px;
  height: 512px;
}

.icon--flags--TG {
  width: 512px;
  height: 512px;
}

.icon--flags--TH {
  width: 512px;
  height: 512px;
}

.icon--flags--TJ {
  width: 512px;
  height: 512px;
}

.icon--flags--TK {
  width: 512px;
  height: 512px;
}

.icon--flags--TL {
  width: 512px;
  height: 512px;
}

.icon--flags--TM {
  width: 512px;
  height: 512px;
}

.icon--flags--TN {
  width: 512px;
  height: 512px;
}

.icon--flags--TO {
  width: 512px;
  height: 512px;
}

.icon--flags--TR {
  width: 512px;
  height: 512px;
}

.icon--flags--TT {
  width: 512px;
  height: 512px;
}

.icon--flags--TV {
  width: 512px;
  height: 512px;
}

.icon--flags--TW {
  width: 512px;
  height: 512px;
}

.icon--flags--TZ {
  width: 512px;
  height: 512px;
}

.icon--flags--UA {
  width: 512px;
  height: 512px;
}

.icon--flags--UG {
  width: 512px;
  height: 512px;
}

.icon--flags--UN {
  width: 512px;
  height: 512px;
}

.icon--flags--US {
  width: 512px;
  height: 512px;
}

.icon--flags--UY {
  width: 512px;
  height: 512px;
}

.icon--flags--UZ {
  width: 512px;
  height: 512px;
}

.icon--flags--VA {
  width: 512px;
  height: 512px;
}

.icon--flags--VC {
  width: 512px;
  height: 512px;
}

.icon--flags--VE {
  width: 512px;
  height: 512px;
}

.icon--flags--VG {
  width: 512px;
  height: 512px;
}

.icon--flags--VN {
  width: 512px;
  height: 512px;
}

.icon--flags--VU {
  width: 512px;
  height: 512px;
}

.icon--flags--WS {
  width: 512px;
  height: 512px;
}

.icon--flags--YE {
  width: 512px;
  height: 512px;
}

.icon--flags--ZA {
  width: 512px;
  height: 512px;
}

.icon--flags--ZM {
  width: 512px;
  height: 512px;
}

.icon--flags--ZW {
  width: 512px;
  height: 512px;
}

.icon--flags--abkhazia {
  width: 512px;
  height: 512px;
}

.icon--flags--azores-islands {
  width: 512px;
  height: 512px;
}

.icon--flags--balearic-islands {
  width: 512px;
  height: 512px;
}

.icon--flags--basque-country {
  width: 512px;
  height: 512px;
}

.icon--flags--bhutan-1 {
  width: 512px;
  height: 512px;
}

.icon--flags--british-columbia {
  width: 512px;
  height: 512px;
}

.icon--flags--canary-islands {
  width: 512px;
  height: 512px;
}

.icon--flags--ceuta {
  width: 512px;
  height: 512px;
}

.icon--flags--corsica {
  width: 512px;
  height: 512px;
}

.icon--flags--england {
  width: 512px;
  height: 512px;
}

.icon--flags--galapagos-islands {
  width: 512px;
  height: 512px;
}

.icon--flags--hawaii {
  width: 512px;
  height: 512px;
}

.icon--flags--kosovo {
  width: 512px;
  height: 512px;
}

.icon--flags--madeira {
  width: 512px;
  height: 512px;
}

.icon--flags--melilla {
  width: 512px;
  height: 512px;
}

.icon--flags--nato {
  width: 512px;
  height: 512px;
}

.icon--flags--northen-cyprus {
  width: 512px;
  height: 512px;
}

.icon--flags--orkney-islands {
  width: 512px;
  height: 512px;
}

.icon--flags--ossetia {
  width: 512px;
  height: 512px;
}

.icon--flags--rapa-nui {
  width: 512px;
  height: 512px;
}

.icon--flags--saba-island {
  width: 512px;
  height: 512px;
}

.icon--flags--sardinia {
  width: 512px;
  height: 512px;
}

.icon--flags--scotland {
  width: 512px;
  height: 512px;
}

.icon--flags--sint-eustatius {
  width: 512px;
  height: 512px;
}

.icon--flags--somaliland {
  width: 512px;
  height: 512px;
}

.icon--flags--tibet {
  width: 512px;
  height: 512px;
}

.icon--flags--transnistria {
  width: 512px;
  height: 512px;
}

.icon--flags--virgin-islands {
  width: 512px;
  height: 512px;
}

.icon--flags--wales {
  width: 512px;
  height: 512px;
}

.icon--half_star {
  width: 24px;
  height: 24px;
}

.icon--happy-face {
  width: 24px;
  height: 24px;
}

.icon--itunes {
  width: 124.22px;
  height: 26.16px;
}

.icon--lock-locked {
  width: 20px;
  height: 22px;
}

.icon--lock-unlocked {
  width: 20px;
  height: 24px;
}

.icon--map-pin {
  width: 16px;
  height: 24px;
}

.icon--minus {
  width: 20px;
  height: 4px;
}

.icon--navigation-primary--cart {
  width: 40px;
  height: 40px;
}

.icon--navigation-primary--cart-full {
  width: 40px;
  height: 40px;
}

.icon--navigation-primary--hamburger {
  width: 40px;
  height: 40px;
}

.icon--netflix {
  width: 158px;
  height: 42px;
}

.icon--patagonia-loading {
  width: 253.48px;
  height: 140.65px;
}

.icon--pause {
  width: 12px;
  height: 20px;
}

.icon--paw--event {
  width: 24.34px;
  height: 24.34px;
}

.icon--paw--petition {
  width: 24.79px;
  height: 32px;
}

.icon--paw--volunteer {
  width: 29.48px;
  height: 27.22px;
}

.icon--payment--amex {
  width: 34px;
  height: 24px;
}

.icon--payment--amex2 {
  width: 35px;
  height: 25px;
}

.icon--payment--apple {
  width: 13px;
  height: 16px;
}

.icon--payment--card-amex {
  width: 125.4px;
  height: 78.4px;
}

.icon--payment--card-apple-pay {
  width: 165.52px;
  height: 105.97px;
}

.icon--payment--card-discover {
  width: 125.4px;
  height: 78.4px;
}

.icon--payment--card-mastercard {
  width: 125.43px;
  height: 78.39px;
}

.icon--payment--card-paypal {
  width: 125.4px;
  height: 78.4px;
}

.icon--payment--card-venmo {
  width: 125.4px;
  height: 78.4px;
}

.icon--payment--card-visa {
  width: 125.43px;
  height: 78.39px;
}

.icon--payment--discover2 {
  width: 35px;
  height: 25px;
}

.icon--payment--mastercard {
  width: 34px;
  height: 24px;
}

.icon--payment--mastercard-logo2 {
  width: 23px;
  height: 15px;
}

.icon--payment--paypal {
  width: 34px;
  height: 24px;
}

.icon--payment--visa {
  width: 34px;
  height: 24px;
}

.icon--payment--visa2 {
  width: 35px;
  height: 25px;
}

.icon--paypal {
  width: 75px;
  height: 20px;
}

.icon--paypal-button {
  width: 162px;
  height: 56px;
}

.icon--print {
  width: 24px;
  height: 24px;
}

.icon--product--check {
  width: 13.7px;
  height: 10.4px;
}

.icon--question-circ {
  width: 16px;
  height: 16px;
}

.icon--rating-fit {
  width: 142px;
  height: 20px;
}

.icon--rating-star-filled {
  width: 13px;
  height: 12px;
}

.icon--rating-star-outlined {
  width: 13px;
  height: 12px;
}

.icon--sad-face {
  width: 24px;
  height: 24px;
}

.icon--share {
  width: 16px;
  height: 21.8px;
}

.icon--shopping-bag {
  width: 20px;
  height: 24px;
}

.icon--shopping-bag-filled {
  width: 20px;
  height: 24px;
}

.icon--shopping-tool--carat-down {
  width: 60px;
  height: 60px;
}

.icon--social--facebook {
  width: 9px;
  height: 19px;
}

.icon--social--instagram {
  width: 18px;
  height: 17px;
}

.icon--social--linkedin {
  width: 15.3px;
  height: 11.4px;
}

.icon--social--pinterest {
  width: 24px;
  height: 24px;
}

.icon--social--twitter {
  width: 18px;
  height: 14px;
}

.icon--subnav-menu {
  width: 20px;
  height: 16px;
}

.icon--thumbs-down {
  width: 20px;
  height: 19.2px;
}

.icon--thumbs-up {
  width: 20px;
  height: 19.2px;
}

.icon--volume-muted {
  width: 17px;
  height: 18px;
}

.icon--volume-unmuted {
  width: 17px;
  height: 18px;
}

.icon--arrow-expand {
  width: 11.5px;
  height: 11.6px;
}

.icon--burger {
  width: 20px;
  height: 12px;
}

.icon--chevron-down-big {
  width: 36px;
  height: 36px;
}

.icon--chevron-left {
  width: 10.5px;
  height: 16.2px;
}

.icon--chevron-right {
  width: 10.5px;
  height: 16.2px;
}

.icon--chevron-slider {
  width: 11px;
  height: 17px;
}

.icon--cta-circle--search {
  width: 44px;
  height: 44px;
}

.icon--cta-circle--x {
  width: 44px;
  height: 44px;
}

.icon--ellipses {
  width: 24px;
  height: 6px;
}

.icon--info {
  width: 24px;
  height: 24px;
}

.icon--logo {
  width: 122.1px;
  height: 22.7px;
}

.icon--logo-pro {
  width: 152.8px;
  height: 35px;
}

.icon--logo-pro-white {
  width: 152.8px;
  height: 35px;
}

.icon--logo-white {
  width: 122.1px;
  height: 22.7px;
}

.icon--navigation-primary--search {
  width: 40px;
  height: 40px;
}

.icon--navigation-primary--x {
  width: 40px;
  height: 40px;
}

.icon--play {
  width: 16px;
  height: 20px;
}

.icon--plus {
  width: 20px;
  height: 20px;
}

.icon--search {
  width: 21.11px;
  height: 21.11px;
}

.icon--x {
  width: 16.1px;
  height: 16.1px;
}



a:focus {
  outline: none;
}

a.link,
section.content a:not(.btn) {
  color: #ef4923;
}

a.link:hover,
section.content a:not(.btn):hover {
  text-decoration: underline;
}

textarea {
  resize: none;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
}

label {
  font-weight: bold;
  margin-bottom: 3px;
}

.container {
  max-width: 1440px;
  width: 100%;
}

.main-wrapper {
  padding-bottom: calc(70px + 150px);
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767.98px) {
  .main-wrapper {
    padding-bottom: calc(70px + 50px);
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-wrapper.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.page-width,
.sheet {
  padding-left: 15px;
}

.page-title {
  letter-spacing: 0.05rem;
}

@media (max-width: 991.98px) {
  .page-title {
    font-size: 1.75rem;
    border: 0 !important;
  }
}

.ls-5 {
  letter-spacing: 0.15rem;
}

.text-gray {
  color: #999999;
}

.price-descuento {
  font-size: 1.05em;
  font-weight: 700;
  color: #000;
}

.filter-group.filter-group-sort-orders {
  display: block;
}

div#filter-chart-13 {
  overflow-x: auto;
  height: 400px;
}

div#filter-chart-11 {
  overflow-x: auto;
}

div#filter-chart-7 {
  overflow-x: auto;
  height: 400px;
}

div#filter-chart-8 {
  overflow-x: auto;
}

div#filter-chart-5 {
  overflow-x: auto;
  height: 400px;
}

div#filter-chart-3 {
  overflow-x: auto;
}

div#filter-chart-1 {
  overflow-x: auto;
}

@media (max-width: 767.98px) {
  div#dk0-combobox {
    display: none;
  }

  table.table.table-striped.d-table.small,
  table.table-striped.d-table.small,
  table.table-striped.d-table.small {
    overflow-x: auto;
  }

  .order-details {
    overflow-x: auto;
  }

  .table-bordered thead td {
    background-color: #342e7d !important;
  }

  ul.list-emb {
    list-style: none;
  }
}

.btn-carrusel {
  position: relative;
  bottom: auto;
}

@supports (-ms-ime-align: auto) {
  .ie {
    top: -20px !important;
  }
}

.product-thumbnail {
  display: none !important;
}

.climate-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
}

.climate-modal .climate-modal__video {
  width: 100%;
}

@media (max-width: 550px) {
  .climate-modal .climate-modal__video {
    width: 100%;
  }
}

.climate-modal .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: auto;
  pointer-events: none;
  text-align: center;
  z-index: 99;
}

.climate-modal .close-video {
  position: absolute;
  top: 48px;
  right: 32px;
  z-index: 99;
}

.climate-modal .close-video svg {
  width: 40px;
  padding: 12px;
  opacity: 1;
  transition: all .6s ease-in-out;
  cursor: pointer;
  background-color: white;
  border-radius: 100%;
  fill: #000;
}

.climate-modal .close-video svg path {
  fill: #000;
}

.climate-modal h1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45%;
  color: #fff;
  font-size: 55px;
  z-index: 999;
  text-align: center;
}

.climate-modal .btn {
  background-color: white;
  position: absolute;
  bottom: 32px;
  right: 100px;
  letter-spacing: 0;
  padding: 16px 32px;
  border-radius: 24px;
  color: #000;
  background-color: #fff;
  line-height: 1em;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  display: inline-block;
}

.climate-modal .volume {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.climate-modal .volume .muted,
.climate-modal .volume .unmuted {
  padding: 8px;
  cursor: pointer;
  width: 45px;
  background-color: white;
  border-radius: 100%;
  fill: #000;
}

.climate-modal .volume .muted path,
.climate-modal .volume .unmuted path {
  fill: #000;
}

.climate-modal .volume .muted.hide {
  display: none;
}

.climate-modal .volume .unmuted {
  display: none;
}

.climate-modal .volume .unmuted.active {
  display: block;
}

.climate-modal.active {
  display: flex;
}

#zoom-button {
  width: 73px;
  height: 82px;
  margin-left: -37px;
  margin-top: -37px;
  background-image: url("//ec.patagonia.com/cdn/shop/t/100/assets/zoombuttons.png?v=64455360574698162721756744360");
  background-position: 0 312px;
  transition: opacity linear .3s;
  background-size: cover;
}

#popupNewsletter,
#modal-covid-19,
#modal-covid-19-mob {
  background: rgba(8, 8, 8, 0.9);
  font-family: var(--font-primary);
}

.btn-newsletter {
  font-size: 12px;
  border-color: #000;
}

.btn-newsletter:hover {
  background-color: #ef4923;
  border-color: #ef4923;
  color: #fff;
  text-decoration: none;
}

.modal-lg-newsletter {
  max-width: 663px;
  height: 100%;
}

.modal-header-newsletter {
  padding-bottom: 0px;
  padding-top: 5px;
}

.modal-body-newsletter {
  padding-top: 0px;
}

.modal-content-newsletter {
  border: 1px solid #fff;
  border-width: 10px;
  background-color: #f0f0f0;
  top: 20%;
}

.modal-title-newsletter span {
  font-size: 32px;
}

.modal-description-newsletter {
  margin-top: 5px;
}

.modal-description-newsletter span {
  font-size: 12px;
  height: 87px;
}

.email-newsletter {
  -webkit-appearance: none;
  opacity: 1;
  text-align: center;
  color: #404040;
  font-size: 14px;
  border-style: solid;
  padding: 0px 5px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.75);
  background-color: white;
  border-width: 1px;
  border-color: #d4d4d4;
  width: 259px;
  line-height: 1.8;
}

.email-newsletter::-ms-input-placeholder {
  text-align: center;
}

.email-newsletter::placeholder {
  text-align: center;
}

.modal-content-email {
  margin-top: 14px;
  margin-bottom: 20px;
}

.modal-text-newsletter p {
  text-align: center;
  font-size: 12px;
}

.modal-footer-newsletter {
  display: block;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 0;
}

.modal-btn-newsletter {
  border-radius: 24px;
  background-color: #000;
  text-transform: capitalize !important;
}

.modal-btn-newsletter:hover {
  background-color: #000;
}

.message-error-newsletter {
  font-size: 11px;
  color: red;
}

.modal-text-covid-19 p {
  text-align: center;
  font-size: 14px;
}

.modal-text-covid-19 a {
  color: #fff;
  text-decoration: underline;
}

.modal-content-covid-19 {
  color: #fff;
  border-width: 10px;
  background-color: #000;
  top: 20%;
}

.close-covid-19 {
  color: #fff !important;
}

.hidden {
  opacity: 0;
}

.breadcrumb {
  font-size: 12px;
}

.breadcrumb .sep {
  font-size: 16px;
  line-height: 1;
}

.breadcrumb-item-back a::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: '‹';
}

.breadcrumb-item {
  display: inline-block;
}

.form-control {
  padding-top: 7px;
  padding-bottom: 3px;
}

.form-control.form-search {
  background-position: top -7px right 30px;
}

.loading .form-control {
  background: url(../assets/loading.svg) top -7px right 30px no-repeat;
  background-size: 48px 48px;
}

.form-control-lg {
  padding-top: 13px;
  padding-bottom: 10px;
}

.form-control_icon {
  margin-right: -42px;
  padding-right: 43px;
}

.form-control_icon+.btn {
  width: 40px;
  padding: 5px 0px 3px 0px;
}

.form-control_icon+.btn svg {
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
}

.form-control_icon+.btn:hover svg {
  fill: #ef4923;
}

.form-control_newsletter,
.form-control_newsletter:focus {
  background: #e6e6e6;
}

@media (min-width: 768px) {
  .form-inline-lg .form-control {
    min-width: 350px;
  }
}

.custom-select {
  padding-top: 7px;
  padding-bottom: 3px;
}

.form-wrapper {
  position: relative;
}

.form-wrapper .required-msg {
  position: absolute;
  top: 25px;
  right: 20px;
  color: #3a3a3a;
}

.form-wrapper .forgot {
  margin-top: -10px;
}

.form-wrapper .address-item hr {
  position: relative;
  top: 17px;
}

.form-wrapper .address-item:nth-last-child(2) hr {
  display: none;
}

.custom-checkbox .custom-control-description {
  padding-top: 3px;
}

.search-results {
  z-index: 8889;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  padding: 10px;
  height: calc(100vh - 90px);
  max-height: 400px;
  height: auto;
  overflow: auto;
  display: none;
}

@media (max-width: 575.98px) {
  .search-results {
    max-height: 340px;
  }
}

.search-results li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #d4d4d4;
  line-height: 1.2;
  overflow: hidden;
}

.search-results li:first-child {
  border-top: none;
}

.search-results .title {
  float: left;
  width: calc(100% - 40px);
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: left;
  font-size: 12px;
  padding-top: 14px;
}

.search-results .thumbnail {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  margin: 3px 0 3px 3px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.card-product {
  position: relative;
  height: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .card-product {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .card-product {
    height: 550px;
  }
}

@media (min-width: 576px) {
  .card-product {
    height: 535px;
  }
}

.card-product__content {
  background: #fff;
}

.card-product__image-wrapper {
  min-height: 45vw;
}

@media (min-width: 576px) {
  .card-product__image-wrapper {
    min-height: 300px;
  }
}

.card-product__description {
  opacity: 0;
  height: 0;
}

.card-product__name {
  font-size: 15px;
  letter-spacing: 0.7pt;
}

.card-product__availability {
  font-size: 14px;
  letter-spacing: 0.7pt;
}

.card-product__description {
  font-size: 14px;
  opacity: 0;
}

.card-product__related {
  height: auto;
}

.card-product__related .card-product__image-wrapper {
  min-height: auto;
}

@media screen and (min-width: 769px) {
  .card-product:hover {
    overflow: visible;
  }

  .card-product:hover .card-product__content {
    box-shadow: 0 0 13px 0 #e6e6e6;
    position: absolute;
    height: auto;
    z-index: 25;
    transition: all 0.2s ease-in-out;
  }

  .card-product:hover .card-product__description {
    opacity: 1;
    height: auto;
    transition: all 0.2s ease-in-out;
  }
}

.card .collection-swatches .variant {
  cursor: pointer;
}

.discount {
  text-decoration: line-through;
}

.badge-blue {
  background: #332F7D !important;
}

.badge {
  background: #ef4923;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .badge {
    font-size: 12px;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
  }
}

.template-product .badge {
  top: 0px;
  right: 0px;
  width: 7rem;
  height: 7rem;
  font-size: 1.4rem;
}

@media (max-width: 575.98px) {
  .template-product .badge {
    width: 50px;
    height: 50px;
    font-size: 12px;
    top: 15px;
    right: 15px;
  }
}

.badge-outside {
  width: 95px;
  height: 95px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}

.badge-outside span {
  padding-top: 2px;
}

.badge-outside img {
  height: 100%;
}

.template-product .badge-outside {
  top: 40px;
  right: 40px;
  width: 9.375rem;
  height: 9.375rem;
}

.template-product .badge-outside span {
  padding-top: 5px;
}

@media (max-width: 575.98px) {
  .template-product .badge-outside {
    width: 50px;
    height: 50px;
    font-size: 12px;
    top: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 769px) {
  .badge-outside {
    width: 30px;
    height: 30px;
  }
}

.digitaltag {
  width: 90px !important;
  height: 90px !important;
}

.template-product .digitaltag {
  top: 40px;
  right: 140px;
  width: 9.375rem;
  height: 9.375rem;
}

.template-product .digitaltag span {
  padding-top: 5px;
}

@media (max-width: 575.98px) {
  .template-product .digitaltag {
    width: 50px;
    height: 50px;
    font-size: 12px;
    top: 15px;
    right: 15px;
  }
}

.btn {
  text-transform: uppercase;
  font-family: var(--font-primary);
  letter-spacing: 0;
  font-weight: 500;
}

.btn-rounded {
  border-radius: 25px;
}

.btn.disabled,
.btn:disabled {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  cursor: not-allowed;
}

.btn-checkout,
.btn-orange {
  background-color: #FA4616;
  color: #fff;
  border: none;
}

.btn-checkout:hover,
.btn-orange:hover {
  background-color: #FA4616;
}

.table th,
table th {
  padding-top: 0;
}

.table-chart {
  font-size: 12px;
  display: table;
}

.table-chart tbody td {
  border-bottom-color: #d4d4d4;
}

.select {
  display: none;
}

.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  box-sizing: border-box;
}

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #d4d4d4;
  padding: 7px 30px 5px 10px;
  color: #3a3a3a;
  text-align: left;
  font-size: 14px;
  text-overflow: ellipsis;
}

.dk-selected:before,
.dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}

.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #d4d4d4;
  margin: -0.125em 1em 0 0;
}

.dk-selected:after {
  top: 0;
  height: 100%;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #efefef;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: white;
  border: 1px solid #d4d4d4;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: #ef4923;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  padding: 5px 0.5em 3px 0.5em;
  font-size: 14px;
  text-align: left;
}

.dk-select-options .dk-option-highlight {
  background-color: #ef4923;
  color: #fff;
}

.dk-select-options .dk-option-disabled {
  color: #efefef;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #d4d4d4;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup+.dk-option {
  margin-top: 0.25em;
}

.dk-optgroup+.dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #efefef;
  cursor: not-allowed;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-color: #222222;
}

.dk-select-open-down .dk-selected {
  border-color: #222222;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #222222;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #222222;
}

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #222222;
}

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #222222;
}

.dk-selected:hover:before,
.dk-selected:focus:before {
  border-top-color: #222222;
}

.dk-selected:hover:after,
.dk-selected:focus:after {
  border-left-color: #222222;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #efefef;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover,
.dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before,
.dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after,
.dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

.easyzoom {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  background: url(../assets/loader.svg) center no-repeat;
  background-size: 100px 100px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 120px;
  height: 40px;
  margin: -80px 0 0 -60px;
  overflow: hidden;
}

.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*control del zoom*/
.easyzoom-flyout img {
  width: 280%;
  height: 280%;
}

.product-reviews {
  max-width: 1200px;
  margin: auto;
}

.product-reviews .title-separator {
  display: none;
}

.yotpo .yotpo-label {
  display: none !important;
}

.yotpo .write-question-review-button .yotpo-icon,
.yotpo .write-review-button .yotpo-icon {
  display: none;
}

.yotpo.yotpo-main-widget {
  margin-top: 64px;
  width: 80% !important;
}

.yotpo.yotpo-main-widget .yotpo-label-container {
  display: none !important;
}

.yotpo.yotpo-main-widget .write-question-button {
  display: none !important;
}

.yotpo.yotpo-main-widget .yotpo-default-button {
  text-overflow: ellipsis;
  border: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  padding: 10px 15px;
  background: #a2a2a2;
  height: auto;
  margin: 0 0 5px 0;
  text-transform: capitalize !important;
  border-radius: 25px;
  background-color: #000000;
  font-size: 16px;
  padding: 14px 24px 12px !important;
}

.yotpo.yotpo-main-widget .yotpo-default-button .write-question-review-button-text {
  color: #fff;
}

.yotpo.yotpo-main-widget .yotpo-default-button:hover {
  cursor: pointer;
  background: #000000 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
}

.yotpo .yotpo-bottomline.yotpo-bottomline-2-boxes {
  border-top: none;
}

.yotpo .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-star-distribution {
  padding-right: 15px;
  margin-right: 15px;
}

@media (min-width: 767px) {
  .yotpo .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-star-distribution {
    border-right: 1px solid #e3e3e3;
  }
}

.yotpo a {
  color: #9b9b9b !important;
  font-size: 12px !important;
  line-height: 12px !important;
}

.rating {
  display: inline-block !important;
  padding-left: 8px !important;
  padding-top: 3px !important;
  color: #9b9b9b !important;
}

li[data-type="questions"] {
  display: none !important;
}

@media (max-width: 767px) {
  .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews .yotpo-stars {
    display: flex !important;
    justify-content: center;
  }

  .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
    margin-bottom: 32px;
    text-align: center !important;
    float: initial !important;
  }

  .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews .rating-star {
    font-size: 22px !important;
    margin-right: 5px !important;
  }

  .questions {
    text-align: center !important;
    float: initial !important;
  }

  .yotpo-nav-dropdown-category.yotpo-visible-mobile.write-question-button {
    display: none !important;
  }

  .yotpo-icon.yotpo-icon-three-lines {
    display: none;
  }

  .yotpo-dropdown-wrapper {
    top: -100px !important;
    position: relative !important;
    margin-bottom: -45px !important;
  }

  .write-review.yotpo-regular-box {
    padding-bottom: 64px !important;
  }

  .yotpo-star-distribution {
    margin-bottom: 45px !important;
  }

  .yotpo-star-distribution:after {
    content: "¿Tienes este producto? ¡Escribe un comentario aquí!";
    font-size: 14px;
    color: #000;
    font-family: var(--font-primary);
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    width: 260px;
    text-align: center;
    margin: 0 auto;
    padding: 0 40px;
    display: inline-block;
  }

  .yotpo-menu-mobile-collapse.yotpo-hidden-mobile {
    display: block !important;
    margin-top: -90px;
    width: 100%;
    background: white;
    border: solid 1px #e3e3e3;
    text-align: left;
    border-radius: 7px;
    border: solid 1px #e1e1e1 !important;
    background-color: #f6f6f6 !important;
    margin: 15px 0 20px 0;
  }

  .yotpo-menu-mobile-collapse.yotpo-hidden-mobile .yotpo-nav-dropdown-category.yotpo-visible-mobile.write-review-button {
    font-size: 12px;
    text-align: center;
    padding: 10px 16px;
    white-space: normal;
    display: inline-block !important;
    min-width: 100%;
    text-align: center !important;
  }

  .yotpo.bottomLine.yotpo-small .yotpo-bottomline.pull-left.star-clickable {
    text-align: center !important;
    float: initial !important;
    justify-content: center;
    margin-bottom: 25px;
  }
}

.yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state {
  padding-bottom: 64px;
}

.write-review-button {
  max-width: 163px;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .write-review-button {
    position: relative;
  }
}

.write-review-button .yotpo-icon-button-text {
  display: block !important;
}

@media only screen and (min-width: 992px) {
  .write-review-button {
    position: absolute;
    top: 64px !important;
    left: 555px !important;
  }
}

.yotpo-first-review-content .write-review-button {
  position: relative;
  left: initial !important;
}

.y-label.yotpo-user-name {
  font-size: 14px !important;
  font-weight: bold !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
}

@media only screen and (min-width: 992px) {
  .yotpo-bottomline-2-boxes:after {
    content: "¿Tienes este producto? ¡Escribe un comentario aquí!";
    font-family: var(--font-primary);
    font-size: 14px;
    color: #000;
    position: relative;
    font-weight: 700;
    float: right;
    position: absolute;
    top: 20px !important;
    left: 555px;
  }
}

.yotpo-sum-reviews.text-xs.font-color-primary {
  color: #FF492E;
}

.yotpo-star-distribution-content .yotpo-icon-star,
.yotpo-star-distribution-content .yotpo-icon-empty-star,
.yotpo-star-distribution-content .rating-star {
  font-size: 15px !important;
  margin-right: 8px !important;
}

.yotpo.yotpo-main-widget .yotpo-star-distribution-graph-score {
  background-color: #2D3279 !important;
}

.yotpo-icon.yotpo-icon-thumbs-down {
  color: #a2a2a2 !important;
}

.yotpo .transparent-color-btn span.yotpo-icon {
  color: #a2a2a2 !important;
}

.yotpo-icon-empty-star:before {
  content: "\e60e" !important;
  color: #E8E8E8;
}

.yotpo-distributions-graphs .yotpo-star-distribution-graph {
  width: 110px !important;
  margin-bottom: 13px !important;
}

.yotpo-bottomline-empty-state {
  display: flex !important;
  justify-content: center !important;
}

.yotpo-bottomline-empty-state .write-review-button {
  display: none !important;
}

.yotpo-bottomline-empty-state:after {
  top: 32px !important;
  left: initial !important;
}

.yotpo-bottomline-empty-state .questions,
.yotpo-bottomline-empty-state .yotpo-stars {
  text-align: center !important;
  float: none !important;
  display: none !important;
}

.yotpo-bottomline-empty-state .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
  text-align: center !important;
}

.yotpo-small-box.reviews.0 {
  display: none !important;
}

.yotpo-small-box.reviews.0 .yotpo-nav.yotpo-nav-primary {
  display: none !important;
}

.yotpo-first-review-stars .yotpo-icon-star {
  color: #a2a2a2 !important;
}

.write-first-review-button {
  min-width: 300px !important;
  top: initial !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 8px;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: 7px 7px 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 7px 7px;
}

.card-header-tabs {
  margin-bottom: -.75rem;
  border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.card-deck .card {
  margin-bottom: 10px;
}

@media (min-width: 544px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group>.card {
  margin-bottom: 10px;
}

@media (min-width: 544px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.card-tile {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}

.card-tile .card__inner {
  position: relative;
  padding-top: 133.33333%;
  overflow: hidden;
  background-color: #f5f5f5;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  z-index: 1;
  border-radius: 8px;
  will-change: transform;
}

.is-dark .card-tile .card__inner {
  background-color: #121212;
}

.card-tile .card__link-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.card-tile .card__content-wrapper {
  position: absolute;
  bottom: 0;
  height: 67%;
  width: 100%;
  transition: height 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  will-change: height;
}

.card-tile .card__content {
  padding: 2rem 2rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.card-tile .card__image-wrap {
  position: relative;
  padding-top: 58.25243%;
  overflow: hidden;
}

.card-tile .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: transform 0.8s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile .card__svg {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.layout-wide .card-tile .card__svg {
  width: 33.333%;
  left: 33.333%;
}

.card-tile .card__svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-tile .card__svg+.card__content-wrapper .card__title {
  opacity: 0;
}

.card-tile .card__title {
  font-family: var(--font-primary), sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 2.4rem;
  letter-spacing: -.024rem;
  line-height: 1.2;
  font-weight: 500;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile .card__title span {
  font-weight: inherit;
}

.card-tile .card__title+.card__blurb-wrap {
  margin-top: 1rem;
}

.card-tile .card__meta-primary,
.card-tile .card__meta-secondary {
  display: block;
}

.card-tile .card__meta-cta {
  position: absolute;
  bottom: 3rem;
}

.card-tile .card__meta-tags {
  position: absolute;
  bottom: 3.2rem;
  left: 2rem;
  max-width: 35%;
  line-height: 16px;
  z-index: 1;
}

.card-tile .card__meta-tags a {
  text-decoration: none;
}

.card-tile .card__meta-tags a:hover {
  text-decoration: none;
}

.card-tile .card__meta-tags span {
  color: #fff;
}

.card-tile .card__meta-cta {
  right: 2rem;
  z-index: 2;
}

.card-tile .card__meta-cta.btn-outlined {
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), background-color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.card-tile .card__arrow {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  height: 1.2rem;
  width: 1.2rem;
}

.card-tile .card__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
}

.card-tile .card__badge .cta-rounded-rect__heading {
  width: auto;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 2.4rem;
}

.card-tile .card__blurb-wrapper {
  position: relative;
  height: 0;
  opacity: 0;
  margin-top: .8rem;
  overflow: hidden;
  will-change: height;
  transition: height 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), opacity 0.4s cubic-bezier(0.545, 0.015, 0.335, 1) 0.1s;
}

.card-tile .card__blurb {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.card-tile .card__blurb p {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.card-tile:not(.card__no-dropshadow):before {
  position: absolute;
  content: "";
  width: 85%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  z-index: 0;
}

.card-tile:not(.card__no-dropshadow):hover:before {
  opacity: 1;
}

.card-tile.card--content {
  position: relative;
  box-sizing: content-box;
  cursor: pointer;
}

.card-tile.card--content .card__image-wrapper {
  position: absolute;
  top: 0;
  height: 40%;
  width: 100%;
  z-index: 0;
}

.card-tile.card--content .card__image-wrapper:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: calc(100% + 1px);
  height: 100%;
  background-image: linear-gradient(-180deg, #333, rgba(51, 51, 51, 0));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--content .card__image {
  object-fit: cover;
  font-family: "object-fit: cover";
}

.card-tile.card--content .card__arrow {
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.card-tile.card--content .card__title {
  font-family: var(--font-primary);
  font-size: 2.4rem;
  letter-spacing: -.024rem;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  height: auto !important;
  max-width: 32rem;
  margin-bottom: 2.4rem;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1) 0s;
}

.card-tile.card--content .card__title span {
  display: block;
  margin-top: .8rem;
  margin-bottom: .8rem;
  width: 100%;
}

.card-tile.card--content .card__blurb-wrapper {
  position: absolute;
  flex: 0 0 100%;
  bottom: calc(-100% - 1rem);
  left: 0;
  margin-top: 0;
}

.card-tile.card--content .card__blurb {
  max-width: 15em;
}

.card-tile.card--content .card__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: calc(100% - 4.8rem);
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
  padding: 0 2.4rem;
}

.card-tile.card--content .card__meta-primary {
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
  z-index: 2;
  opacity: 0;
  transform-origin: left center;
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s;
}

.card-tile.card--content .card__meta-primary a {
  position: relative;
  padding: 0 4rem 0 1.6rem;
}

.card-tile.card--content .card__meta-primary svg {
  position: relative;
  top: .3rem;
  right: 3.5rem;
}

.card-tile.card--content .card__badge {
  position: absolute;
  top: 2.8rem;
  left: 2.4rem;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transform: none;
  transform-origin: left center;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s;
}

.card-tile.card--content .card__badge a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 1.6rem;
}

.card-tile.card--manual-content .card__inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.6) 40%, #000);
  z-index: 0;
  opacity: .6;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--manual-content .card__blurb,
.card-tile.card--manual-content .card__title span {
  display: -webkit-box;
}

.card-tile.card--manual-content .card__blurb-wrap {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--manual-content .card__blurb-wrap span {
  font-size: 14px;
  line-height: 18px;
}

.card-tile.card--manual-content .card__meta-cta {
  border: 0.2rem solid #fff !important;
}

.card-tile.card--manual-content .card__image-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.75));
  z-index: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  opacity: 0;
}

.card-tile.card--article-content:hover .card__blurb-long {
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition-delay: 0.15s;
}

.card-tile.card--article-content .card__inner {
  background-color: #f5f5f5;
}

.card-tile.card--article-content .btn {
  line-height: 10px;
  font-size: 12px;
  background-color: #fff !important;
  color: #000 !important;
  transform: scale(0.8);
  bottom: 36px;
  right: 10px;
}

.card-tile.card--certification-content:hover .card__blurb-long {
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition-delay: 0.15s;
}

.card-tile.card--certification-content .card__inner {
  background-color: #f5f5f5;
}

@media only screen and (min-width: 480px) {
  .card-tile .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 480px) {
  .card-tile .card__title {
    font-weight: 700;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile:not(.card__no-dropshadow):before {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .card-tile.swiper-slide-active:before {
    opacity: 1;
  }

  .card-tile.swiper-slide-active .card__meta-cta.btn-outlined.btn-dark {
    color: #fff;
    background-color: #000;
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), background-color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  }

  .card-tile.swiper-slide-active .card__meta-cta.btn-outlined.btn-light {
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), background-color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
    color: #000;
    background-color: #fff;
  }
}

@media only screen and (min-width: 480px) {
  .card-tile.card--content .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--content .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1440px) {
  .card-tile.card--content .card__title {
    font-family: var(--font-primary);
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.16667;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1440px) and (min-width: 480px) {
  .card-tile.card--content .card__title {
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1440px) and (min-width: 992px) {
  .card-tile.card--content .card__title {
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) {
  .card-tile.card--content .card__title {
    font-family: var(--font-primary);
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 480px) {
  .card-tile.card--content .card__title {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 992px) {
  .card-tile.card--content .card__title {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--content:not(.card--paw-event):not(.card--paw-petition):not(.card--paw-volunteer):not(.card--paw-grantee) .card__blurb-wrapper {
    height: auto;
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--content .card__blurb {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .card-tile.card--content .card__blurb {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 480px) {
  .card-tile.card--content .card__blurb {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.75;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 992px) {
  .card-tile.card--content .card__blurb {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.75;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) {
  .card-tile.card--content .card__blurb a {
    display: inline-block;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
    display: inline;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--content .card__meta-primary {
    opacity: 1;
    transform: none;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--content .card__title {
    transform: translateY(50%);
  }

  .card-tile.card--content .card__image-wrapper:after {
    opacity: 1;
  }

  .card-tile.card--content .card__blurb-wrapper {
    position: relative;
    opacity: 1;
    display: block;
    height: auto !important;
    margin-top: .75rem;
    bottom: 0;
  }
}

@media only screen and (min-width: 1800px) {
  .card-tile.card--manual-content {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (-ms-high-contrast: none) {

  .card-tile.card--manual-content .card__blurb,
  .card-tile.card--manual-content .card__title span {
    position: relative;
    overflow: hidden;
  }

  .card-tile.card--manual-content .card__blurb:after,
  .card-tile.card--manual-content .card__title span:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1.5em;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0), #f5f5f5 50%);
  }
}

@media (-ms-high-contrast: none) {
  .card-tile.card--manual-content .card__title span {
    display: inline-block;
    height: 2.4em;
  }

  .card-tile.card--manual-content .card__title span:after {
    height: 1.2em;
  }
}

@media (-ms-high-contrast: none) {
  .card-tile.card--manual-content .card__blurb {
    height: 9em;
  }
}

.is-dark .card-tile.card--article-content .card__inner {
  background-color: #121212;
}

.card-tile.card--article-content .card__inner:after {
  display: none;
}

.card-tile.card--article-content .card__image {
  height: 33%;
}

.card-tile.card--article-content .card__title {
  font-family: "Avenir Next LT Pro Bold", Arial, Helvetica, sans-serif Georgia, serif;
  font-weight: 500;
}

.card-tile.card--article-content .card__content {
  color: #000;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--article-content .card__content p {
  font-size: 16px;
  line-height: 20px;
}

.card-tile.card--certification-content .card__inner:after {
  display: none;
}

.card-tile.card--certification-content .card__image {
  height: 33%;
  object-fit: contain;
  top: .8rem;
  padding: 2rem 64px;
  transition: all 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--certification-content .card__title {
  font-family: "Avenir Next LT Pro Bold", Arial, Helvetica, sans-serif Georgia, serif;
  font-weight: 500;
  font-size: 2rem;
}

.card-tile.card--certification-content .card__content {
  color: #000;
  text-align: center;
  padding: 4rem 1.5rem;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

@media (max-width: 767px) {
  .card-tile.card--certification-content .card__content-wrapper {
    height: 80% !important;
  }

  .card-tile.card--certification-content .card__content-wrapper .card__blurb-wrap {
    opacity: 1 !important;
  }

  .card-tile.card--certification-content .card__content-wrapper .card__blurb-wrap .card__blurb {
    opacity: 1 !important;
    font-size: 1.6rem;
  }

  .card-tile.card--certification-content .btn {
    max-width: 13rem !important;
  }
}

@media (-ms-high-contrast: none) {
  .card-tile.card--article-content .card__title {
    height: 2.4em;
  }

  .card-tile.card--article-content .card__title span {
    display: inline-block;
    height: 2.4em;
  }

  .card-tile.card--article-content .card__title span:after {
    height: 1.2em;
  }
}

.is-dark .card-tile.card--article-content .card__content {
  color: #fff;
}

.card-tile.card--article-content .card__content-wrapper:after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0, #f5f5f5 50%);
}

.is-dark .card-tile.card--article-content .card__content-wrapper:after {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0, #121212 50%);
}

.card-tile.card--article-content .card__image-wrapper {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--article-content .card__blurb-wrap {
  opacity: 0;
}

@media (max-width: 767px) {
  .card-tile.card--article-content .card__blurb-wrap {
    opacity: 1;
  }
}

.card-tile.card--article-content .card__blurb {
  position: relative;
}

.card-tile.card--article-content .card__blurb-long p,
.card-tile.card--article-content .card__blurb-long span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.card-tile.card--article-content .card__blurb-short p,
.card-tile.card--article-content .card__blurb-short span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.card-tile.card--article-content .card__title p,
.card-tile.card--article-content .card__title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.card-tile.card--article-content .card__blurb-ellipsis,
.card-tile.card--article-content .card__blurb-short {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--article-content .card__blurb-long {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-tile.card--article-content .card__blurb-short {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--article-content .card__blurb-long {
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--article-content .card__blurb-long p {
  -webkit-line-clamp: 6;
}

.card-tile.card--article-content .card__meta-cta {
  transition: all 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--article-content .card__meta-cta.btn-light:hover {
  border-color: #000;
}

.card-tile.card--article-content .card__meta-cta.btn-dark:hover {
  border-color: #fff;
}

.card-tile.card--article-content .card__meta-tags a,
.card-tile.card--article-content .card__meta-tags span {
  color: #000;
}

.card-tile.card--certification-content .card__image-wrapper {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--certification-content .card__blurb {
  position: relative;
  text-align: center;
  font-size: 14px;
}

.card-tile.card--certification-content .card__blurb-long p,
.card-tile.card--certification-content .card__blurb-long span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.card-tile.card--certification-content .card__blurb-short p,
.card-tile.card--certification-content .card__blurb-short span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.card-tile.card--certification-content .card__title {
  text-align: center;
}

.card-tile.card--certification-content .card__title p,
.card-tile.card--certification-content .card__title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.card-tile.card--certification-content .card__blurb-ellipsis,
.card-tile.card--certification-content .card__blurb-short {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--certification-content .card__blurb-wrap {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--certification-content .card__blurb-wrap p {
  line-height: 1.5;
}

.card-tile.card--certification-content .card__blurb-long {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-tile.card--certification-content .card__blurb-short {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--certification-content .card__blurb-long {
  opacity: 0;
  transition: opacity 0.15s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--certification-content .card__blurb-long p {
  -webkit-line-clamp: 6;
}

.card-tile.card--certification-content .card__meta-cta {
  transition: all 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  left: 0;
  right: 0;
  margin: auto;
  max-width: 13rem;
}

.card-tile.card--certification-content .card__meta-cta.btn-light:hover {
  border-color: #000;
}

.card-tile.card--certification-content .card__meta-cta.btn-dark:hover {
  border-color: #fff;
}

.card-tile.card--certification-content .card__meta-tags a {
  color: #000;
}

.card-tile.card--certification-content.is-hover.has-hover .card__content-wrapper,
.card-tile.card--certification-content.is-hover:hover .card__content-wrapper {
  height: 80% !important;
}

.card-tile.card--certification-content.is-hover.has-hover .card__image,
.card-tile.card--certification-content.is-hover:hover .card__image {
  height: 24% !important;
}

.card-tile.card--certification-content.is-hover.has-hover .card__meta-cta,
.card-tile.card--certification-content.is-hover:hover .card__meta-cta {
  color: #fff;
  background: #000;
}

.card-tile.card--film-content .card__inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.6) 40%, #000);
  z-index: 0;
  opacity: .6;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--film-content .card__blurb {
  overflow: hidden;
  display: -webkit-box;
}

.card-tile.card--film-content .card__blurb p {
  font-size: 14px;
  line-height: 18px;
}

.card-tile.card--film-content .card__title {
  font-family: "Avenir Next LT Pro Bold", Arial, Helvetica, sans-serif, Georgia, serif;
}

.card-tile.card--film-content .card__title span {
  overflow: hidden;
  display: -webkit-box;
}

.card-tile.card--film-content .card__blurb-wrap {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

@media (max-width: 415px) {
  .card-tile.card--film-content .card__blurb-wrap {
    position: absolute;
    bottom: -17rem;
  }
}

@media (max-width: 376px) {
  .card-tile.card--film-content .card__blurb-wrap {
    position: absolute;
    bottom: -13rem;
  }
}

@media (max-width: 325px) {
  .card-tile.card--film-content .card__blurb-wrap {
    position: absolute;
    bottom: -9rem;
  }
}

.card-tile.card--film-content .card__blurb {
  -webkit-line-clamp: 6;
}

.card-tile.card--film-content .btn {
  border: 2px solid #fff;
}

.card-tile.card--story-film,
.card-tile.card--story-general {
  background-color: transparent;
  color: #fff;
  z-index: 10;
}

.card-tile.card--story-film .card__inner,
.card-tile.card--story-general .card__inner {
  transform: unset !important;
  background-color: rgba(0, 0, 0, 0.6);
}

.card-tile.card--story-film .card__blurb-wrap,
.card-tile.card--story-general .card__blurb-wrap {
  opacity: 1;
  transition: unset;
}

.card-tile.card--story-film .card__meta-tags span,
.card-tile.card--story-general .card__meta-tags span {
  color: #fff;
}

.card-tile.card--story-film .card__content-wrapper,
.card-tile.card--story-general .card__content-wrapper {
  height: 100%;
}

.card-tile.card--story-film .card__title,
.card-tile.card--story-general .card__title {
  font-family: "Avenir Next LT Pro Medium", Arial, Helvetica, sans-serif !important;
  font-weight: 400;
}

.card-tile.card--paw-event,
.card-tile.card--paw-grantee,
.card-tile.card--paw-petition,
.card-tile.card--paw-volunteer {
  overflow: hidden;
}

.card-tile.card--paw-event .card__meta-secondary,
.card-tile.card--paw-grantee .card__meta-secondary,
.card-tile.card--paw-petition .card__meta-secondary,
.card-tile.card--paw-volunteer .card__meta-secondary {
  transition: opacity 0.1s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.card-tile.card--paw-event .card__title,
.card-tile.card--paw-grantee .card__title,
.card-tile.card--paw-petition .card__title,
.card-tile.card--paw-volunteer .card__title {
  color: #fff;
}

.card-tile.card--paw-event .card__title span,
.card-tile.card--paw-grantee .card__title span,
.card-tile.card--paw-petition .card__title span,
.card-tile.card--paw-volunteer .card__title span {
  font-size: 2rem;
  max-height: 10rem;
  overflow: hidden;
  position: relative;
}

.card-tile.card--paw-event .card__blurb-wrapper,
.card-tile.card--paw-grantee .card__blurb-wrapper,
.card-tile.card--paw-petition .card__blurb-wrapper,
.card-tile.card--paw-volunteer .card__blurb-wrapper {
  opacity: 0;
  height: auto;
  transition: opacity 0.1s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.card-tile.card--paw-event .card__blurb,
.card-tile.card--paw-grantee .card__blurb,
.card-tile.card--paw-petition .card__blurb,
.card-tile.card--paw-volunteer .card__blurb {
  position: relative;
  height: 8.2em;
}

.card-tile.card--paw-event .card__blurb:after,
.card-tile.card--paw-event .card__title span:after {
  content: "";
  text-align: right;
  position: absolute;
  right: 0;
  height: 1.7em;
}

.card-tile.card--paw-grantee .card__blurb:after,
.card-tile.card--paw-grantee .card__title span:after {
  content: "";
  text-align: right;
  position: absolute;
  right: 0;
  height: 1.7em;
}

.card-tile.card--paw-petition .card__blurb:after,
.card-tile.card--paw-petition .card__title span:after {
  content: "";
  text-align: right;
  position: absolute;
  right: 0;
  height: 1.7em;
}

.card-tile.card--paw-volunteer .card__blurb:after,
.card-tile.card--paw-volunteer .card__title span:after {
  content: "";
  text-align: right;
  position: absolute;
  right: 0;
  height: 1.7em;
}

.card-tile.card--paw-event .card__blurb:after,
.card-tile.card--paw-grantee .card__blurb:after,
.card-tile.card--paw-petition .card__blurb:after,
.card-tile.card--paw-volunteer .card__blurb:after {
  bottom: 0;
  width: 70%;
}

.card-tile.card--paw-event .card__title span:after,
.card-tile.card--paw-grantee .card__title span:after,
.card-tile.card--paw-petition .card__title span:after,
.card-tile.card--paw-volunteer .card__title span:after {
  top: 6.9rem;
  width: 50%;
}

.card-tile.card--paw {
  cursor: pointer;
}

.card-tile.card--paw:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  z-index: 0;
}

.card-tile.card--paw .card__inner {
  position: relative;
  padding-top: 133.33333%;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--paw .card__content {
  background-color: transparent;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 10.4rem);
  width: calc(100% - 4.8rem);
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 5.2rem 2.4rem;
}

.card-tile.card--paw .card__image-wrap {
  padding-top: 40.7767%;
}

.card-tile.card--paw .card__title {
  font-family: var(--font-primary);
  font-size: 2.4rem;
  letter-spacing: -.024rem;
  line-height: 1.2;
  font-weight: 500;
  flex: 0 0 100%;
  max-width: none;
  margin-top: calc(1vw + 28%);
  margin-bottom: 0;
  text-align: left;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--paw .card__title span {
  display: block;
  margin-top: .8rem;
  margin-bottom: .8rem;
  width: 100%;
}

.card-tile.card--paw .card__blurb-wrapper {
  margin-top: 0;
  flex: 0 0 100%;
}

.card-tile.card--paw .card__meta-primary,
.card-tile.card--paw .card__meta-secondary {
  position: absolute;
  display: block;
  font-family: var(--font-primary);
  font-weight: 500;
  text-align: center;
}

.card-tile.card--paw .card__meta-primary {
  left: 2.4rem;
  top: 2.4rem;
  z-index: 2;
  opacity: 0;
  transform-origin: left center;
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s;
}

.card-tile.card--paw .card__meta-primary a {
  padding: 0 1.6rem;
}

.card-tile.card--paw .card__meta-primary a figure {
  display: none;
}

.card-tile.card--paw .card__meta-secondary {
  font-family: var(--font-primary);
  font-size: 1.4rem;
  letter-spacing: -.014rem;
  line-height: 1.33333;
  font-weight: 500;
  color: #000;
  bottom: 2.9rem;
  left: 2.4rem;
  margin-bottom: 0;
  text-align: left;
  opacity: 0.4;
}

.card-tile.card--paw .card__badge {
  top: 3.2rem;
  left: 2.4rem;
  opacity: 1;
  transform: none;
  transform-origin: left center;
  z-index: 1;
  text-transform: capitalize;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s;
}

.card-tile.card--paw .card__badge figure {
  display: none;
}

.card-tile.card--paw .card__badge a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 1.6rem;
  padding: 0 0.9rem;
}

.card-tile.card--paw .card__arrow {
  width: 2.6rem;
  top: 3.2rem;
  right: 3.2rem;
  height: auto;
  opacity: .4;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.card-tile.card--paw-event .card__inner {
  background-color: #003DA5;
}

.card-tile.card--paw-event .card__meta-secondary {
  color: #fff;
}

.card-tile.card--paw-event .card__blurb {
  position: relative;
  height: 5.1em;
}

.card-tile.card--paw-event .card__blurb:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.7em;
  background: linear-gradient(90deg, rgba(0, 61, 165, 0), #003DA5 50%);
}

.card-tile.card--paw-event .card__title span:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.7em;
  background: linear-gradient(90deg, rgba(0, 61, 165, 0), #003DA5 50%);
}

.card-tile.card--paw-petition .card__inner {
  background-color: #32B67A;
}

.card-tile.card--paw-petition .card__blurb:after,
.card-tile.card--paw-petition .card__title span:after {
  background: linear-gradient(90deg, rgba(50, 182, 122, 0), #32B67A 50%);
}

.card-tile.card--paw-volunteer .card__inner {
  background-color: #FEB904;
}

.card-tile.card--paw-volunteer .card__blurb {
  color: #000;
}

.card-tile.card--paw-volunteer .card__blurb:after {
  background: linear-gradient(90deg, rgba(254, 185, 4, 0), #FEB904 50%);
}

.card-tile.card--paw-volunteer .card__title span:after {
  background: linear-gradient(90deg, rgba(254, 185, 4, 0), #FEB904 50%);
}

.card-tile.card--paw-grantee .card__inner {
  background-color: #500778;
}

.card-tile.card--paw-grantee .card__meta-secondary {
  color: #fff;
}

.card-tile.card--paw-grantee .card__blurb:after,
.card-tile.card--paw-grantee .card__title span:after {
  background: linear-gradient(90deg, rgba(80, 7, 120, 0), #500778 50%);
}

.card-tile.card--paw-generic {
  cursor: pointer;
}

.card-tile.card--paw-generic img {
  height: 50%;
}

.card-tile.card--paw-generic .card__logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  width: 100%;
  z-index: 3;
}

.card-tile.card--paw-generic .card__logo-wrapper svg {
  width: 50%;
  height: auto;
}

.card-tile.card--paw-generic .card__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 2%, #333);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--paw-generic .card__blurb-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  margin: 0;
  padding: 2rem;
  left: 0;
  opacity: 1;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--paw-generic .card__inner {
  position: relative;
  padding-top: 133.33333%;
}

.card-tile.card--paw-generic .card__content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #333;
  color: #000;
  text-align: center;
  padding: 0;
}

.card-tile.card--paw-generic .card__meta-primary-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.card-tile.card--paw-generic .card__meta-primary {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--story-video {
  cursor: pointer;
}

.card-tile.card--story-video:before {
  position: absolute;
  content: "";
  width: 85%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  z-index: 0;
}

.card-tile.card--story-video .card__image-wrap {
  position: relative;
  padding-top: 133.33333%;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  transform: translateZ(0);
  background: #333;
}

.card-tile.card--story-video .card__image-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-tile.card--story-video .card__image-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.8));
  transform: translateZ(0);
}

.card-tile.card--story-video .card__arrow {
  position: absolute;
  top: .25rem;
  right: 3.5rem;
  height: 1.2rem;
  width: 1.2rem;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.card-tile.card--story-video .card__content {
  position: absolute;
  bottom: 5.2rem;
  left: 2.4rem;
  padding: 0 4rem 0 0;
  background-color: transparent;
  color: #fff;
  z-index: 1;
  transform: translateZ(0);
}

.card-tile.card--story-video .card__title {
  font-family: var(--font-primary);
  font-size: 2.4rem;
  letter-spacing: -.024rem;
  line-height: 1.2;
  font-weight: 500;
  height: auto !important;
  margin-bottom: .6rem;
  max-width: none;
  transform: translateZ(0);
}

.card-tile.card--story-video .card__meta-primary {
  font-size: 1.6rem;
  letter-spacing: -.016rem;
  line-height: 1.33333;
  font-weight: 500;
  position: absolute;
  bottom: 2.8rem;
  left: 2.4rem;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
  line-height: 1;
  z-index: 1;
  transform: translateZ(0);
}

.card-tile.card--story-video .card__badge {
  position: absolute;
  top: 2.8rem;
  left: 2rem;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s;
}

.card-tile.card--story-video .card__badge a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 1.6rem;
}

.card-tile.card--story-video .card__icon {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: auto;
  font-family: Belwe W01 Bold_1118882, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  z-index: 2;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--story-video .card__icon svg {
  width: 4.4rem;
  height: 4.4rem;
}

.card-tile.card--story-video .card__icon:hover {
  transform: scale(1.1);
}

.card-tile.card--story-video .card__blurb-wrapper {
  margin-top: 0;
}

.card-tile.card--story-video .card__blurb {
  max-width: 15em;
}

.card-tile.card--story-video-interactive .card__content {
  bottom: 2rem;
}

.card-tile.card--story-video-interactive .card__meta-primary {
  font-size: 1.6rem;
  letter-spacing: -.016rem;
  line-height: 1.33333;
  font-weight: 500;
  position: absolute;
  top: 2.8rem;
  bottom: auto;
  left: 2.4rem;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
  line-height: 1;
  z-index: 1;
  z-index: 2;
  opacity: 0;
  transform-origin: left center;
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s;
}

.card-tile.card--story-video-interactive .card__meta-primary a {
  padding: 0 2rem;
}

.card-tile.card--story-video-interactive .card__meta-primary a figure {
  display: none;
}

.card-tile.card--review {
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  cursor: pointer;
}

.card-tile.card--review:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  z-index: 0;
}

.card-tile.card--review p {
  font-family: var(--font-primary);
  padding-top: 1rem;
  font-weight: 500;
  margin: 0 auto 2rem;
}

.card-tile.card--review h6 {
  font-size: 1.3rem;
}

.card-tile.card--review span {
  font-size: 1.3rem;
  font-family: var(--font-primary);
  font-weight: 500;
}

.card-tile.card--review .card__inner {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  border-radius: .4rem;
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  z-index: 1;
}

@media (-ms-high-contrast: none) {

  .card-tile.card--article-content .card__blurb-long p,
  .card-tile.card--article-content .card__blurb-long span {
    position: relative;
    height: 3em;
    overflow: hidden;
  }

  .card-tile.card--article-content .card__blurb-short p,
  .card-tile.card--article-content .card__blurb-short span {
    position: relative;
    height: 3em;
    overflow: hidden;
  }

  .card-tile.card--article-content .card__title p,
  .card-tile.card--article-content .card__title span {
    position: relative;
    height: 3em;
    overflow: hidden;
  }

  .card-tile.card--article-content .card__blurb-long p:after,
  .card-tile.card--article-content .card__blurb-long span:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1.5em;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0), #f5f5f5 50%);
  }

  .card-tile.card--article-content .card__blurb-short p:after,
  .card-tile.card--article-content .card__blurb-short span:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1.5em;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0), #f5f5f5 50%);
  }

  .card-tile.card--article-content .card__title p:after,
  .card-tile.card--article-content .card__title span:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1.5em;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0), #f5f5f5 50%);
  }
}

@media (-ms-high-contrast: none) {
  .card-tile.card--article-content .card__blurb-long p {
    height: 9em;
  }
}

@media (max-width: 768.98px) {
  .card-tile.card--article-content.swiper-slide-active .card__meta-cta.btn-dark {
    color: #000;
    background-color: #fff;
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), background-color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  }

  .card-tile.card--article-content.swiper-slide-active .card__meta-cta.btn-light {
    color: #fff;
    background-color: #000;
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), background-color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  }
}

@media (-ms-high-contrast: none) {

  .card-tile.card--film-content .card__blurb,
  .card-tile.card--film-content .card__title span {
    position: relative;
    overflow: hidden;
  }
}

@media (-ms-high-contrast: none) {
  .card-tile.card--film-content .card__title span {
    height: 2.4em;
  }

  .card-tile.card--film-content .card__title span:after {
    height: 1.2em;
  }
}

@media (-ms-high-contrast: none) {
  .card-tile.card--film-content .card__blurb {
    height: 9em;
  }

  .card-tile.card--film-content .card__blurb:after {
    height: 1.5em;
  }
}

@media only screen and (max-width: 767px) {

  .card-tile.card--story-film .card__inner,
  .card-tile.card--story-general .card__inner {
    background-color: transparent;
  }

  .card-tile.card--story-film .card__content,
  .card-tile.card--story-general .card__content {
    padding: 4rem 0 !important;
  }

  .card-tile.card--story-film .card__meta-cta,
  .card-tile.card--story-general .card__meta-cta {
    right: 0 !important;
  }

  .card-tile.card--story-film .card__meta-tags,
  .card-tile.card--story-general .card__meta-tags {
    left: 0 !important;
  }

  .card-tile.card--story-film .card__meta-tags a.btn-link:hover,
  .card-tile.card--story-general .card__meta-tags a.btn-link:hover {
    background: transparent;
  }

  .card-tile.card--story-film a.btn-dark,
  .card-tile.card--story-general a.btn-dark {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
  }
}

@media only screen and (min-width: 768px) {

  .card-tile.card--story-film.card--story-general,
  .card-tile.card--story-general.card--story-general {
    color: #000;
  }

  .card-tile.card--story-film.card--story-general .card__content,
  .card-tile.card--story-general.card--story-general .card__content {
    color: #000;
  }

  .card-tile.card--story-film.card--story-general .card__inner,
  .card-tile.card--story-general.card--story-general .card__inner {
    color: #000;
    background-color: #f5f5f5;
  }

  .card-tile.card--story-film.card--story-general .card__meta-tags span,
  .card-tile.card--story-general.card--story-general .card__meta-tags span {
    color: #000;
  }

  .card-tile.card--story-film.card--story-general .card__meta-tags a.btn-link:hover,
  .card-tile.card--story-general.card--story-general .card__meta-tags a.btn-link:hover,
  .card-tile.card--story-film.card--story-film .card__meta-tags a.btn-link:hover,
  .card-tile.card--story-general.card--story-film .card__meta-tags a.btn-link:hover {
    background: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--paw:before {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .card-tile.card--paw .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--paw .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1440px) {
  .card-tile.card--paw .card__title {
    font-family: var(--font-primary);
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.16667;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1440px) and (min-width: 480px) {
  .card-tile.card--paw .card__title {
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1440px) and (min-width: 992px) {
  .card-tile.card--paw .card__title {
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) {
  .card-tile.card--paw .card__title {
    font-family: var(--font-primary);
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 480px) {
  .card-tile.card--paw .card__title {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 992px) {
  .card-tile.card--paw .card__title {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--paw:not(.card--paw-event):not(.card--paw-petition):not(.card--paw-volunteer):not(.card--paw-grantee) .card__blurb-wrapper {
    height: auto;
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--paw .card__blurb {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .card-tile.card--paw .card__blurb {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 480px) {
  .card-tile.card--paw .card__blurb {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.75;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 992px) {
  .card-tile.card--paw .card__blurb {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.75;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) {
  .card-tile.card--paw .card__blurb a {
    display: inline-block;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: underline;
    display: inline;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--paw .card__meta-primary {
    opacity: 1;
    transform: none;
  }
}

@media only screen and (min-width: 480px) {
  .card-tile.card--paw .card__meta-secondary {
    font-size: 1.4rem;
    letter-spacing: -.014rem;
    line-height: 1.33333;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--paw .card__meta-secondary {
    font-size: 1.4rem;
    letter-spacing: -.014rem;
    line-height: 1.33333;
    font-weight: 400;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--paw-generic .card__image-overlay {
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--paw-generic .card__blurb-wrapper {
    transform: translateY(-4.4rem);
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--paw-generic .card__meta-primary {
    transform: translateY(-4rem);
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--story-video:before {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .card-tile.card--story-video .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--story-video .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1440px) {
  .card-tile.card--story-video .card__title {
    font-family: var(--font-primary);
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.16667;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1440px) and (min-width: 480px) {
  .card-tile.card--story-video .card__title {
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1440px) and (min-width: 992px) {
  .card-tile.card--story-video .card__title {
    font-size: 2.8rem;
    letter-spacing: -.028rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) {
  .card-tile.card--story-video .card__title {
    font-family: var(--font-primary);
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 500;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 480px) {
  .card-tile.card--story-video .card__title {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1600px) and (min-width: 992px) {
  .card-tile.card--story-video .card__title {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 480px) {
  .card-tile.card--story-video .card__meta-primary {
    font-size: 1.6rem;
    letter-spacing: -.016rem;
    line-height: 1.33333;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--story-video .card__meta-primary {
    font-size: 1.6rem;
    letter-spacing: -.016rem;
    line-height: 1.33333;
    font-weight: 400;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--story-video .card__badge {
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--story-video .card__icon {
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--story-video .card__icon {
    opacity: 1;
    transform: translateZ(0);
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--story-video .card__blurb-wrapper {
    opacity: 1;
    display: block;
    height: auto !important;
  }
}

@media only screen and (min-width: 480px) {
  .card-tile.card--story-video-interactive .card__meta-primary {
    font-size: 1.6rem;
    letter-spacing: -.016rem;
    line-height: 1.33333;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--story-video-interactive .card__meta-primary {
    font-size: 1.6rem;
    letter-spacing: -.016rem;
    line-height: 1.33333;
    font-weight: 400;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--story-video-interactive .card__meta-primary {
    opacity: 1;
    transform: translateZ(0);
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--review:before {
    display: none;
  }
}

.is-dark .card-tile.card--review .card__inner {
  background-color: #121212;
}

.card-tile.card--review .card__content {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.card-tile.card--feature .card__media-wrapper {
  position: relative;
  padding-top: 72.63923%;
}

.card-tile.card--feature .card__media-wrapper.card__media-wrapper__caption-show .card__caption {
  pointer-events: auto;
  opacity: 1;
}

.card-tile.card--feature .card__media-wrapper.card__media-wrapper__caption-show svg.icon-ellipses {
  opacity: 0;
}

.card-tile.card--feature .card__media-wrapper.card__media-wrapper__caption-show svg.icon-x {
  opacity: 1;
}

.card-tile.card--feature .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-tile.card--feature .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-tile.card--feature .card__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-tile.card--feature .card__image img {
  object-fit: cover;
  font-family: "object-fit: cover";
}

.card-tile.card--feature .card__video {
  overflow: hidden;
}

.card-tile.card--feature .card__video video {
  width: 102%;
  height: 102%;
}

.card-tile.card--feature .card__caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: .8rem;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.265, 0.035, 0.205, 0.995);
}

.card-tile.card--feature .card__caption--cta {
  z-index: 2;
  position: absolute;
  right: 4rem;
  bottom: 3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background: #fff;
}

.card-tile.card--feature .card__caption--cta svg.icon-x {
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .card-tile.card--feature .card__media-wrapper {
    width: 100%;
  }
}

.no-touchevents .card-tile.card--feature .card__caption--cta:hover+.card__caption {
  pointer-events: auto;
  opacity: 1;
}

.card-tile.card--feature .card__caption--background {
  background-color: #000;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.card-tile.card--feature .card__caption--content {
  position: absolute;
  top: 4rem;
  left: 4rem;
  color: #fff;
  width: calc(100% - 4.8rem);
}

.card-tile.card--feature .card__caption h6 {
  margin-bottom: 1.4rem;
}

.card-tile.card--feature .card__caption p {
  font-size: 1.6rem;
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 2.4rem;
}

.card-tile.card--feature .card__caption p+h6 {
  margin-top: 4.2rem;
}

.card-tile.card--feature .card__caption-mult-title:first-child {
  margin-top: 2.8rem;
}

.card-tile.card--feature .card__badge {
  position: absolute;
  display: inline-block;
  top: 2.1rem;
  bottom: auto;
  right: 2.4rem;
  left: auto;
  width: auto;
  padding: .8rem 1.125rem;
  background-color: #fff;
  border-radius: 2.2rem;
  font-family: "Avenir Next LT Pro Bold", Arial, Helvetica, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

.card-tile.card--feature .card__play-cta {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 2;
  cursor: pointer;
  background-color: #fff;
  padding: .5rem;
  border-radius: 3rem;
}

.card-tile.card--feature .card__play-cta--button {
  right: 4rem;
  bottom: 3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  padding-left: 1.4rem;
  padding-top: 1.2rem;
  background-color: #fff;
  float: left;
}

.card-tile.card--feature .card__play-cta--text {
  float: left;
  margin: .6rem 2rem 0 -.5rem;
  font-size: 1.6rem;
  letter-spacing: -.16px;
  font-family: var(--font-primary);
  font-weight: 500;
}

.card-tile.card--feature .card__play-cta--link {
  background-color: #fff;
}

.card-tile.card--feature .card__play-cta--link .icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.card-tile.card--feature .card__play-cta figure {
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.card-tile.card--feature .card__play-cta:hover figure {
  transform: scale(1.05);
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.card-tile.card--image.background-red .card__image {
  background-color: #FA4616;
}

.card-tile.card--image.background-purple .card__image {
  background-color: #500778;
}

.card-tile.card--image.background-blue .card__image {
  background-color: #003DA5;
}

.card-tile.card--image:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  box-shadow: 0 2rem 5rem 0 rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  opacity: 0;
  z-index: 0;
}

.card-tile.card--image .card__inner {
  border-radius: .75rem;
  overflow: hidden;
  background: #f5f5f5;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  padding-top: 0;
}

.card-tile.card--image .card__inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #000;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
  z-index: 0;
  opacity: .6;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--image .card__block-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.card-tile.card--image .card__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  max-height: 0;
}

.card-tile.card--image .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: transform 0.8s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--image .card__image img+.card__caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(244, 245, 245, 0) 30%, rgba(0, 0, 0, 0.114163));
  transition: background-color 0.8s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--image .card__caption {
  position: absolute;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-tile.card--image .card__caption a:hover {
  text-decoration: none;
}

.card-tile.card--image .card__caption-heading {
  font-family: var(--font-primary);
  font-size: 32px;
  letter-spacing: -.032rem;
  line-height: 1.125;
  font-weight: 500;
  display: block;
  margin: 0 auto 3rem;
  color: #fff;
  transform: translateY(15rem);
  transition: transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
  text-align: center;
  padding: 0 2rem;
}

.card-tile.card--image .card__caption-description {
  font-family: "Avenir Next LT Pro Medium", Arial, Helvetica, sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.6rem;
  letter-spacing: -.032rem;
  line-height: 1.125;
  font-weight: 400;
  display: block;
  margin: 0 auto 3rem;
  color: #fff;
  transform: translateY(3.5rem);
  transition: transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
  text-align: center;
  padding: 0 2rem;
}

.card-tile.card--image .card__caption-description p {
  font-size: 1.6rem;
}

.card-tile.card--image .card__caption-btn {
  transform: translateY(3.5rem);
  z-index: 2;
  transition: opacity 0.6s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--image .card__caption-btn .btn-group-lg>.btn,
.card-tile.card--image .card__caption-btn .btn-lg {
  display: block;
}

.card-tile.card--image .card__caption-btn .cta-rounded-rect__heading {
  width: auto;
}

.card-tile.card--chip:before {
  top: 10%;
  height: 80%;
  width: 80%;
}

.card-tile.card--chip .card__inner {
  padding-top: 100%;
  background-color: #f5f5f5;
  border: 1px solid #efefef;
  border-radius: 8px;
}

@media only screen and (min-width: 576px) {
  .card-tile.card--feature .card__caption--content {
    top: auto;
    bottom: 4.4rem;
    left: 4rem;
    margin-right: 6rem;
    max-width: 42rem;
    width: 66.878980892%;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--feature .card__caption {
    padding: 3rem 2.4rem;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--image:before {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .card-tile.card--image .card__caption-heading {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--image .card__caption-heading {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 500;
    font-family: var(--font-primary);
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 992px) and (min-width: 480px) {
  .card-tile.card--image .card__caption-heading {
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .card-tile.card--image .card__caption-heading {
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--image .card__caption-heading {
    transform: translateY(1.5rem);
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--image .card__caption-btn {
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .card-tile.card--image .card__caption-btn {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 1279px) {
  .card-tile.card--chip[data-skrollex] {
    opacity: 1;
    transform: none;
  }
}

.is-dark .card-tile.card--chip .card__inner {
  background-color: #121212;
  border-color: #222;
}

.card-tile.card--chip .card__title {
  font-family: var(--font-primary);
  font-size: 1.6rem;
  letter-spacing: -.016rem;
  line-height: 1.33333;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.card-tile.card--fpc-material-content {
  position: relative;
}

.card-tile.card--fpc-material-content:first-child .card__blob .blob,
.card-tile.card--fpc-material-content:nth-child(3) .card__blob .blob {
  top: -30%;
  right: -10%;
}

.card-tile.card--fpc-material-content:first-child .card__blob [data-blob]:first-child,
.card-tile.card--fpc-material-content:nth-child(3) .card__blob [data-blob]:first-child {
  right: 5%;
}

.card-tile.card--fpc-material-content:first-child .card__blob [data-blob]:first-child {
  right: -5%;
}

.card-tile.card--fpc-material-content:nth-child(2) .card__blob .blob,
.card-tile.card--fpc-material-content:nth-child(4) .card__blob .blob {
  top: -30%;
  left: 5%;
}

.card-tile.card--fpc-material-content:nth-child(2) .card__blob [data-blob]:first-child,
.card-tile.card--fpc-material-content:nth-child(4) .card__blob [data-blob]:first-child {
  left: 5%;
}

.card-tile.card--fpc-material-content:nth-child(2) .card__blob [data-blob]:first-child {
  left: 0;
}

.card-tile.card--fpc-material-content:nth-child(3) .card__blob .blob,
.card-tile.card--fpc-material-content:nth-child(5) .card__blob .blob {
  top: -30%;
  left: 0;
}

.card-tile.card--fpc-material-content:nth-child(3) .card__blob [data-blob]:first-child,
.card-tile.card--fpc-material-content:nth-child(5) .card__blob [data-blob]:first-child {
  left: 0;
}

.card-tile.card--fpc-material-content .card__content-wrapper p {
  line-height: 1.5em;
}

.card-tile.card--fpc-material-content .card__link-full {
  z-index: 3;
}

.card-tile.card--fpc-material-content .card__title {
  font-family: var(--font-primary);
  font-size: 2.4rem;
  letter-spacing: -.024rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.card-tile.card--fpc-material-content .card__description {
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}

.card-tile.card--fpc-material-content .card__blob {
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 60%;
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.15s;
}

.card-tile.card--fpc-material-content .card__blob .blob,
.card-tile.card--fpc-material-content .card__blob [data-blob] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.card-tile.card--fpc-material-content .card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 8px;
  transition: opacity 0.15s cubic-bezier(0.38, 0.41, 0.27, 1);
  overflow: hidden;
}

.card-tile.card--fpc-material-content .card__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 1;
}

.card-tile.card--fpc-material-content .card__background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-tile.card--fpc-material-content .card__background-blurb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  padding: 3.8rem;
  box-sizing: border-box;
  opacity: 0;
  font-size: 1.6rem;
  line-height: 1.5em;
  transform: translateY(3rem);
  transition: opacity 0s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--fpc-material-content .card__background-blurb b {
  display: block;
  margin-top: 3.8rem;
}

.card-tile.card--fpc-material-content .card__meta-tags {
  font-size: 1.2rem;
  z-index: 2;
}

.card-tile.card--fpc-material-content .card__meta-tags span {
  color: #000;
  transition: color 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--fpc-material-content .card__meta-cta.btn-light {
  background-color: #fafafa;
}

.card-tile.card--fpc-facility-content .card__content-wrapper:after {
  display: none;
}

.card-tile.card--fpc-facility-content .card__meta-tags {
  font-size: 1.2rem;
}

.card-tile.card--fpc-facility-content .card__meta-tags span {
  color: #000;
  transition: color 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.card-tile.card--view-all a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1rem;
  color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media only screen and (min-width: 480px) {
  .card-tile.card--chip .card__title {
    font-size: 1.6rem;
    letter-spacing: -.016rem;
    line-height: 1.33333;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--chip .card__title {
    font-size: 1.6rem;
    letter-spacing: -.016rem;
    line-height: 1.33333;
    font-weight: 400;
  }
}

@media only screen and (min-width: 480px) {
  .card-tile.card--fpc-material-content .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .card-tile.card--fpc-material-content .card__title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1280px) {
  .card-tile.card--fpc-material-content .card__blob {
    left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {

  .card-tile.card--fpc-material-content.is-hover:hover .card__content,
  .card-tile.card--fpc-material-content.is-hover:hover .card__meta-tags span {
    color: #fff;
  }

  .card-tile.card--fpc-material-content.is-hover:hover .card__content-wrapper:after {
    display: none;
  }

  .card-tile.card--fpc-material-content.is-hover:hover .card__blob,
  .card-tile.card--fpc-material-content.is-hover:hover .card__description {
    opacity: 0;
  }

  .card-tile.card--fpc-material-content.is-hover:hover .card__title {
    opacity: 0;
    transition: none;
  }

  .card-tile.card--fpc-material-content.is-hover:hover .card__blob {
    transition: opacity 0.15s cubic-bezier(0.38, 0.41, 0.27, 1) 0s;
  }

  .card-tile.card--fpc-material-content.is-hover:hover .card__background {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.38, 0.41, 0.27, 1);
  }

  .card-tile.card--fpc-material-content.is-hover:hover .card__background-blurb {
    opacity: 1;
    transform: none;
    transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  }
}

.is-dark .card-tile.card--view-all a {
  color: #fff;
}

.card-tile.card--view-all a span {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.2rem;
  white-space: nowrap;
}

.card-tile.card--view-all a:hover:after {
  opacity: 0;
}

.card-tile.card--view-all a:after {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: calc(100% - 2rem);
  height: 1px;
  background: #000;
  transition: opacity 0.2s cubic-bezier(0.38, 0.41, 0.27, 1);
}

@media only screen and (min-width: 576px) {
  .card-tile.card--view-all a span {
    font-size: 1.6rem;
  }
}

.is-dark .card-tile.card--view-all a:after {
  background: #fff;
}

.card-tile.card--view-all a.card__link-full:after {
  display: none;
}

.card-tile.card--lg .card__image {
  padding-top: 66.66667%;
}

.card__magic-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card__magic-play-btn-img-wrap {
  position: relative;
}

.card__image-wrapper .card__magic-play-btn-img-wrap {
  position: static;
}

.card__magic-play-btn svg * {
  fill: #000;
}

.card__magic-play-btn .cta-circle__bg figure {
  background: #fff;
}

body:not(.is-user-touch) .card a .card-img-top {
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

body:not(.is-user-touch) .card.has-hover a .card-img-top,
body:not(.is-user-touch) .card:hover a .card-img-top {
  transform: scale(1.02);
}

body:not(.is-user-touch) .card.has-hover a .card__magic-play-btn,
body:not(.is-user-touch) .card:hover a .card__magic-play-btn {
  transform: translate(-50%, -50%) scale(1.02);
}

body:not(.is-user-touch) .card-tile.is-hover.has-hover .card__content-wrapper,
body:not(.is-user-touch) .card-tile.is-hover:hover .card__content-wrapper {
  height: 100%;
}

body:not(.is-user-touch) .card-tile.is-hover.has-hover .card__blurb-wrap,
body:not(.is-user-touch) .card-tile.is-hover:hover .card__blurb-wrap {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile .card__svg+.card__content-wrapper .card__content {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

body:not(.is-user-touch) .card-tile.card--content.has-hover .card__meta-primary,
body:not(.is-user-touch) .card-tile.card--content:hover .card__meta-primary {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s;
}

body:not(.is-user-touch) .card-tile.card--content.has-hover .card__badge,
body:not(.is-user-touch) .card-tile.card--content:hover .card__badge {
  opacity: 0;
  transform: scale(1.1);
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s;
}

body:not(.is-user-touch) .card-tile.card--content.has-hover .card__inner,
body:not(.is-user-touch) .card-tile.card--content:hover .card__inner {
  transform: scale(1.02);
}

body:not(.is-user-touch) .card-tile.card--content.has-hover .card__arrow,
body:not(.is-user-touch) .card-tile.card--content:hover .card__arrow {
  transform: scale(1.125);
}

body:not(.is-user-touch) .card-tile.card--content.has-hover .card__title,
body:not(.is-user-touch) .card-tile.card--content:hover .card__title {
  transform: translateY(-1rem);
}

body:not(.is-user-touch) .card-tile.card--content.has-hover .card__image-wrapper:after,
body:not(.is-user-touch) .card-tile.card--content:hover .card__image-wrapper:after {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--manual-content.has-hover .card__image-wrapper:after,
body:not(.is-user-touch) .card-tile.card--manual-content:hover .card__image-wrapper:after {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--article-content .card__content-wrapper {
  height: 67%;
  top: 33%;
  transition: height 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), top 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

body:not(.is-user-touch) .card-tile.card--fpc-facility-content.has-hover .card__blurb-ellipsis,
body:not(.is-user-touch) .card-tile.card--fpc-facility-content.has-hover .card__blurb-short,
body:not(.is-user-touch) .card-tile.card--fpc-facility-content.has-hover .card__image-wrapper {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--fpc-facility-content:hover .card__blurb-ellipsis,
body:not(.is-user-touch) .card-tile.card--fpc-facility-content:hover .card__blurb-short,
body:not(.is-user-touch) .card-tile.card--fpc-facility-content:hover .card__image-wrapper {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--fpc-facility-content.has-hover .card__content-wrapper,
body:not(.is-user-touch) .card-tile.card--fpc-facility-content:hover .card__content-wrapper {
  height: 67%;
  top: 33%;
}

body:not(.is-user-touch) .card-tile.card--film-content.has-hover .card__blurb-wrap,
body:not(.is-user-touch) .card-tile.card--film-content:hover .card__blurb-wrap,
body:not(.is-user-touch) .card-tile.card--film-content.has-hover .card__inner:after,
body:not(.is-user-touch) .card-tile.card--film-content:hover .card__inner:after {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--paw-event.has-hover .card__title,
body:not(.is-user-touch) .card-tile.card--paw-event:hover .card__title {
  transform: translateY(-17.5%);
}

body:not(.is-user-touch) .card-tile.card--paw-grantee.has-hover .card__title,
body:not(.is-user-touch) .card-tile.card--paw-grantee:hover .card__title {
  transform: translateY(-17.5%);
}

body:not(.is-user-touch) .card-tile.card--paw-petition.has-hover .card__title,
body:not(.is-user-touch) .card-tile.card--paw-petition:hover .card__title {
  transform: translateY(-17.5%);
}

body:not(.is-user-touch) .card-tile.card--paw-volunteer.has-hover .card__title,
body:not(.is-user-touch) .card-tile.card--paw-volunteer:hover .card__title {
  transform: translateY(-17.5%);
}

body:not(.is-user-touch) .card-tile.card--paw-event.has-hover .card__blurb-wrapper,
body:not(.is-user-touch) .card-tile.card--paw-event:hover .card__blurb-wrapper {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--paw-grantee.has-hover .card__blurb-wrapper,
body:not(.is-user-touch) .card-tile.card--paw-grantee:hover .card__blurb-wrapper {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--paw-petition.has-hover .card__blurb-wrapper,
body:not(.is-user-touch) .card-tile.card--paw-petition:hover .card__blurb-wrapper {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--paw-volunteer.has-hover .card__blurb-wrapper,
body:not(.is-user-touch) .card-tile.card--paw-volunteer:hover .card__blurb-wrapper {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--paw-event.has-hover .card__meta-secondary,
body:not(.is-user-touch) .card-tile.card--paw-event:hover .card__meta-secondary {
  opacity: 0;
}

body:not(.is-user-touch) .card-tile.card--paw-grantee.has-hover .card__meta-secondary,
body:not(.is-user-touch) .card-tile.card--paw-grantee:hover .card__meta-secondary {
  opacity: 0;
}

body:not(.is-user-touch) .card-tile.card--paw-petition.has-hover .card__meta-secondary,
body:not(.is-user-touch) .card-tile.card--paw-petition:hover .card__meta-secondary {
  opacity: 0;
}

body:not(.is-user-touch) .card-tile.card--paw-volunteer.has-hover .card__meta-secondary,
body:not(.is-user-touch) .card-tile.card--paw-volunteer:hover .card__meta-secondary {
  opacity: 0;
}

body:not(.is-user-touch) .card-tile.card--paw.has-hover .card__inner,
body:not(.is-user-touch) .card-tile.card--paw:hover .card__inner {
  transform: scale(1.02) !important;
}

body:not(.is-user-touch) .card-tile.card--paw.has-hover .card__meta-primary,
body:not(.is-user-touch) .card-tile.card--paw:hover .card__meta-primary {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s;
}

body:not(.is-user-touch) .card-tile.card--paw.has-hover .card__badge,
body:not(.is-user-touch) .card-tile.card--paw:hover .card__badge {
  opacity: 0;
  transform: scale(1.1);
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s;
}

body:not(.is-user-touch) .card-tile.card--paw.has-hover .card__title,
body:not(.is-user-touch) .card-tile.card--paw:hover .card__title {
  transform: translateY(-17.5%);
}

body:not(.is-user-touch) .card-tile.card--paw.has-hover:before,
body:not(.is-user-touch) .card-tile.card--paw:hover:before {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--paw-generic.has-hover .card__blurb-wrapper,
body:not(.is-user-touch) .card-tile.card--paw-generic:hover .card__blurb-wrapper {
  transform: translateY(-4.4rem);
}

body:not(.is-user-touch) .card-tile.card--paw-generic.has-hover .card__meta-primary,
body:not(.is-user-touch) .card-tile.card--paw-generic:hover .card__meta-primary {
  transform: translateY(-4rem);
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--paw-generic.has-hover .card__image-overlay,
body:not(.is-user-touch) .card-tile.card--paw-generic:hover .card__image-overlay {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--story-video.has-hover:before,
body:not(.is-user-touch) .card-tile.card--story-video:hover:before {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--story-video.has-hover .card__image-wrap,
body:not(.is-user-touch) .card-tile.card--story-video:hover .card__image-wrap {
  transform: scale(1.02);
}

body:not(.is-user-touch) .card-tile.card--story-video.has-hover .card__badge,
body:not(.is-user-touch) .card-tile.card--story-video:hover .card__badge {
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0s;
}

body:not(.is-user-touch) .card-tile.card--story-video.has-hover .card__icon,
body:not(.is-user-touch) .card-tile.card--story-video:hover .card__icon {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--story-video-interactive.has-hover .card__meta-primary,
body:not(.is-user-touch) .card-tile.card--story-video-interactive:hover .card__meta-primary {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s, opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1) 0.1s;
}

body:not(.is-user-touch) .card-tile.card--feature.has-hover img,
body:not(.is-user-touch) .card-tile.card--feature:hover img {
  transform: none;
}

body:not(.is-user-touch) .card-tile.card--image.has-hover,
body:not(.is-user-touch) .card-tile.card--image:hover {
  cursor: pointer;
}

body:not(.is-user-touch) .card-tile.card--image.has-hover .card__caption-btn,
body:not(.is-user-touch) .card-tile.card--image:hover .card__caption-btn {
  opacity: 1;
  transform: translateY(0);
}

body:not(.is-user-touch) .card-tile.card--image.has-hover:before,
body:not(.is-user-touch) .card-tile.card--image:hover:before {
  opacity: 1;
}

body:not(.is-user-touch) .card-tile.card--image.has-hover .card__image img+.card__caption:before,
body:not(.is-user-touch) .card-tile.card--image:hover .card__image img+.card__caption:before {
  background: rgba(0, 0, 0, 0.6);
}

body:not(.is-user-touch) .card-tile.card--image.has-hover .card__inner,
body:not(.is-user-touch) .card-tile.card--image:hover .card__inner {
  transform: scale(1.02) !important;
}

body:not(.is-user-touch) .layout-wide .card-tile.has-hover .card__image-wrapper,
body:not(.is-user-touch) .layout-wide .card-tile:hover .card__image-wrapper {
  opacity: 1;
}

body:not(.is-user-touch) .layout-wide .card-tile.has-hover.card--film-content .card__content-wrapper .card__content,
body:not(.is-user-touch) .layout-wide .card-tile.has-hover.card--manual-content .card__content-wrapper .card__content {
  transform: translateY(-50%);
}

body:not(.is-user-touch) .layout-wide .card-tile:hover.card--film-content .card__content-wrapper .card__content,
body:not(.is-user-touch) .layout-wide .card-tile:hover.card--manual-content .card__content-wrapper .card__content {
  transform: translateY(-50%);
}

body:not(.is-user-touch) .layout-wide .card-tile.is-branded .card__svg+.card__content-wrapper .card__content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-30%) translateX(-50%);
  width: 60%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

body:not(.is-user-touch) .layout-wide .card-tile.is-branded:hover .card__svg+.card__content-wrapper .card__content {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

body:not(.is-user-touch) .layout-wide .card-tile .card__content-wrapper {
  height: 100%;
  box-sizing: border-box;
}

body:not(.is-user-touch) .layout-wide .card-tile.card--film-content .card__content-wrapper .card__content,
body:not(.is-user-touch) .layout-wide .card-tile.card--manual-content .card__content-wrapper .card__content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-3.75em);
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

body.is-user-touch .card-tile:before {
  display: none;
}

body.is-user-touch .card-tile.card--card-content .card__meta-primary {
  opacity: 1;
  transform: none;
}

body.is-user-touch .card-tile.card--card-content .card__title {
  transform: translateY(50%);
}

body.is-user-touch .card-tile.card--card-content .card__image-wrapper:after {
  opacity: 1;
}

body.is-user-touch .card-tile.card--card-content .card__blurb-wrapper {
  position: relative;
  opacity: 1;
  display: block;
  height: auto !important;
  margin-top: .75rem;
  bottom: 0;
}

body.is-user-touch .card-tile.card--paw .card__blurb-wrapper {
  height: auto !important;
  opacity: 1 !important;
}

body.is-user-touch .card-tile.card--paw .card__meta-primary {
  opacity: 1 !important;
  transform: none !important;
}

body.is-user-touch .card-tile.card--paw-generic .card__image-overlay {
  opacity: 1;
}

body.is-user-touch .card-tile.card--paw-generic .card__blurb-wrapper {
  transform: translateY(-4.4rem);
}

body.is-user-touch .card-tile.card--paw-generic .card__meta-primary {
  transform: translateY(-4rem);
  opacity: 1;
}

body.is-user-touch .card-tile.card--story-video .card__badge {
  opacity: 0;
}

body.is-user-touch .card-tile.card--story-video .card__icon {
  opacity: 1;
  transform: translateZ(0);
}

body.is-user-touch .card-tile.card--story-video .card__blurb-wrapper {
  opacity: 1;
  display: block;
  height: auto !important;
}

body.is-user-touch .card-tile.card--story-video-interactive .card__meta-primary {
  opacity: 1;
  transform: translateZ(0);
}

body.is-user-touch .card-tile.card--image .card__caption-heading {
  transform: translateY(3.5rem);
}

body.is-user-touch .card-tile.card--image .card__caption-btn {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 991px) {

  body:not(.is-user-touch) .card-tile.card--content.has-hover .card__inner,
  body:not(.is-user-touch) .card-tile.card--content:hover .card__inner {
    transform: none;
  }
}

@media only screen and (max-width: 991px) {

  body:not(.is-user-touch) .card-tile.card--content.has-hover .card__title,
  body:not(.is-user-touch) .card-tile.card--content:hover .card__title {
    transform: translateY(50%);
  }
}

@media only screen and (min-width: 768px) {

  body:not(.is-user-touch) .card-tile.card--article-content.has-hover .card__content-wrapper,
  body:not(.is-user-touch) .card-tile.card--article-content:hover .card__content-wrapper {
    height: 100%;
    top: 0;
  }

  body:not(.is-user-touch) .card-tile.card--article-content.has-hover .card__blurb-ellipsis,
  body:not(.is-user-touch) .card-tile.card--article-content.has-hover .card__blurb-short,
  body:not(.is-user-touch) .card-tile.card--article-content.has-hover .card__image-wrapper {
    opacity: 0;
  }

  body:not(.is-user-touch) .card-tile.card--article-content:hover .card__blurb-ellipsis,
  body:not(.is-user-touch) .card-tile.card--article-content:hover .card__blurb-short,
  body:not(.is-user-touch) .card-tile.card--article-content:hover .card__image-wrapper {
    opacity: 0;
  }

  body:not(.is-user-touch) .card-tile.card--article-content.has-hover .card__blurb-long,
  body:not(.is-user-touch) .card-tile.card--article-content:hover .card__blurb-long {
    opacity: 1;
  }

  body:not(.is-user-touch) .card-tile.card--article-content.has-hover .card__meta-cta.btn-light,
  body:not(.is-user-touch) .card-tile.card--article-content:hover .card__meta-cta.btn-light {
    background-color: #000;
    color: #fff;
  }

  body:not(.is-user-touch) .card-tile.card--article-content.has-hover .card__meta-cta.btn-dark,
  body:not(.is-user-touch) .card-tile.card--article-content:hover .card__meta-cta.btn-dark {
    background-color: #fff;
    color: #000;
  }
}

@media only screen and (max-width: 991px) {

  body:not(.is-user-touch) .card-tile.card--paw.has-hover .card__inner,
  body:not(.is-user-touch) .card-tile.card--paw:hover .card__inner {
    transform: none !important;
  }
}

@media only screen and (max-width: 991px) {

  body:not(.is-user-touch) .card-tile.card--paw.has-hover:not(.card--paw-event):not(.card--paw-petition):not(.card--paw-volunteer):not(.card--paw-grantee) .card__title,
  body:not(.is-user-touch) .card-tile.card--paw:hover:not(.card--paw-event):not(.card--paw-petition):not(.card--paw-volunteer):not(.card--paw-grantee) .card__title {
    transform: none;
  }
}

@media only screen and (max-width: 991px) {

  body:not(.is-user-touch) .card-tile.card--story-video.has-hover .card__image-wrap,
  body:not(.is-user-touch) .card-tile.card--story-video:hover .card__image-wrap {
    transform: none;
  }
}

@media only screen and (min-width: 992px) {

  body:not(.is-user-touch) .card-tile.card--review.has-hover .card__inner,
  body:not(.is-user-touch) .card-tile.card--review:hover .card__inner {
    transform: scale(1.05);
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  }

  body:not(.is-user-touch) .card-tile.card--review.has-hover:before,
  body:not(.is-user-touch) .card-tile.card--review:hover:before {
    opacity: 1;
  }
}

@media only screen and (max-width: 1279px) {
  body:not(.is-user-touch) .card-tile.card--image[data-skrollex] {
    opacity: 1;
    transform: none;
  }
}

@media only screen and (max-width: 991px) {

  body:not(.is-user-touch) .card-tile.card--image.has-hover .card__inner,
  body:not(.is-user-touch) .card-tile.card--image:hover .card__inner {
    transform: none !important;
  }
}

@media only screen and (min-width: 768px) {

  body:not(.is-user-touch) .card-tile.has-hover:before,
  body:not(.is-user-touch) .card-tile:hover:before {
    opacity: 1;
  }

  body:not(.is-user-touch) .card-tile.has-hover .card__inner,
  body:not(.is-user-touch) .card-tile:hover .card__inner {
    transform: scale(1.02);
  }

  body:not(.is-user-touch) .card-tile.has-hover .card__svg,
  body:not(.is-user-touch) .card-tile:hover .card__svg {
    opacity: 0;
  }

  body:not(.is-user-touch) .card-tile.has-hover .card__svg+.card__content-wrapper .card__title,
  body:not(.is-user-touch) .card-tile:hover .card__svg+.card__content-wrapper .card__title,
  body:not(.is-user-touch) .card-tile.has-hover .card__svg+.card__content-wrapper .card__content,
  body:not(.is-user-touch) .card-tile:hover .card__svg+.card__content-wrapper .card__content {
    opacity: 1;
  }

  body:not(.is-user-touch) .card-tile.has-hover .card__meta-cta.btn-outlined.btn-dark,
  body:not(.is-user-touch) .card-tile:hover .card__meta-cta.btn-outlined.btn-dark {
    color: #fff;
    background-color: #000;
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), background-color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  }

  body:not(.is-user-touch) .card-tile.has-hover .card__meta-cta.btn-outlined.btn-light,
  body:not(.is-user-touch) .card-tile:hover .card__meta-cta.btn-outlined.btn-light {
    color: #000;
    background-color: #fff;
    transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), background-color 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  }
}

@media only screen and (min-width: 768px) {

  body:not(.is-user-touch) .layout-wide .card-tile.card--film-content.col-md-4,
  body:not(.is-user-touch) .layout-wide .card-tile.card--manual-content.col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) {

  body:not(.is-user-touch) .layout-wide .card-tile.card--film-content .card__content-wrapper .card__content,
  body:not(.is-user-touch) .layout-wide .card-tile.card--manual-content .card__content-wrapper .card__content {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {

  body:not(.is-user-touch) .layout-wide .card-tile.card--film-content .card__content-wrapper .card__content,
  body:not(.is-user-touch) .layout-wide .card-tile.card--manual-content .card__content-wrapper .card__content {
    width: 70%;
  }
}

@media only screen and (min-width: 1280px) {

  body:not(.is-user-touch) .layout-wide .card-tile.card--film-content .card__content-wrapper .card__content,
  body:not(.is-user-touch) .layout-wide .card-tile.card--manual-content .card__content-wrapper .card__content {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {

  .layout-wide .card-tile.card--image .card__inner,
  .layout-wide .card__inner {
    padding-top: calc(540 / 720 * 100%);
  }

  .layout-wide .card-tile.card--image .card__image {
    padding-top: 0;
    max-height: 100%;
    position: absolute;
  }

  .layout-wide .card--article-content .card__image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }

  .layout-wide .card--article-content .card__image {
    height: 100%;
  }

  .layout-wide .card--article-content .card__content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  body:not(.is-user-touch) .card-tile:hover .card__inner {
    transform: scale(1);
  }

  body:not(.is-user-touch) .card-tile .card__inner {
    transform: scale(0.98);
  }
}

.product-tile,
.lazyload--product-slider .lazyload-placeholder .swiper-slide {
  position: relative;
  margin-bottom: 0;
  overflow: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  /* TODO: Are any of these used? */
}

@media (min-width: 767px) {

  .product-tile,
  .lazyload--product-slider .lazyload-placeholder .swiper-slide {
    margin-bottom: 2.7rem;
  }
}

.product-tile a,
.lazyload--product-slider .lazyload-placeholder .swiper-slide a {
  text-decoration: none;
  text-align: center;
}

.product-tile a:hover,
.lazyload--product-slider .lazyload-placeholder .swiper-slide a:hover {
  text-decoration: none;
}

.product-tile a:not(.btn),
.lazyload--product-slider .lazyload-placeholder .swiper-slide a:not(.btn) {
  color: #000;
}

.product-tile__image-wrap {
  position: relative;
  padding-top: calc(500 / 415 * 100%);
  background-color: #F5F5F5;
  overflow: hidden;
  border-radius: 8px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.product-tile__image-wrap.square {
  padding-top: calc(400 / 415 * 100%);
}

.product-tile__image-wrap .add-to-cart {
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0px;
  bottom: 8px;
  margin: auto;
  text-align: center;
  width: 100%;
  z-index: 99;
}

@media (min-width: 1025px) {
  .product-tile__image-wrap .add-to-cart {
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    transform: translateY(100%);
  }
}

.product-tile__image-wrap .new-product-small {
  background-color: #FA4616;
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 500;
  border-radius: 4px;
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 4px 8px;
  z-index: 1;
}

.product-tile__image-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-tile__image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  mix-blend-mode: darken;
  transform: translateZ(0);
}

.product-tile__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: darken;
  transform-origin: center center;
  transition: transform 0.75s cubic-bezier(0.38, 0.41, 0.27, 1), opacity 0.75s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.product-tile__image.active {
  opacity: 1;
  visibility: visible;
}

.buy-config .product-tile__image {
  position: absolute;
  opacity: 1;
  visibility: visible;
}

.buy-config .product-tile__image img {
  width: 80%;
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
}

@media (min-width: 767px) {
  .buy-config .product-tile__image img {
    width: 94%;
  }
}

.product-tile__logo-badge {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  z-index: 2;
}

.product-tile__logo-badge a:hover {
  transform: none;
}

@media (max-width: 991.98px) {
  .product-tile__logo-badge {
    top: 1.2rem;
    left: 1.2rem;
  }
}

.product-tile__logo-badge img {
  width: 7.8rem;
  height: auto;
  transform: none !important;
}

@media (max-width: 991.98px) {
  .product-tile__logo-badge img {
    width: 3rem;
    height: 3rem;
  }
}

.product-tile__right-badge {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  z-index: 2;
}

.product-tile__right-badge a {
  padding: 0 1.5rem;
}

.product-tile__right-badge a:hover {
  transform: none;
}

@media (max-width: 991.98px) {
  .product-tile__right-badge {
    top: 1.2rem;
    right: 1.2rem;
    transform: scale(0.4);
    transform-origin: right top;
  }
}

.product-tile__meta,
.lazyload--product-slider .lazyload-placeholder .card-meta {
  position: relative;
  padding: 1rem 0 1.5rem;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 767px) {

  .product-tile__meta,
  .lazyload--product-slider .lazyload-placeholder .card-meta {
    padding: 2.3rem 0 2.8rem;
    text-align: center;
  }
}

.product-tile__meta-primary {
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.product-tile__name {
  position: relative;
  display: block;
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 500;
}

@media (min-width: 767px) {
  .product-tile__name {
    padding: 0 0.3rem;
  }
}

.product-tile__caption {
  margin-top: 8px;
  display: block;
}

.product-tile__price {
  display: inline-block;
  line-height: 1;
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 0;
  margin-top: 8px;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .product-tile__price {
    display: block;
    padding: 0.25rem 0;
  }
}

@media (min-width: 767px) {
  .product-tile__price {
    font-family: var(--font-primary);
    font-weight: 500;
    padding: 0 0.3rem;
  }
}

.product-tile__price .sold-out {
  color: #999999;
}

.product-tile__price s {
  color: #999999;
}

.product-tile__stat {
  display: block;
  padding-top: 0;
  color: #999999;
  font-size: 1.3rem;
  font-family: var(--font-primary);
  font-weight: 500;
}

@media (min-width: 767px) {
  .product-tile__stat {
    padding-top: 0.5rem;
  }
}

.product-tile__meta-secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(5%);
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.product-tile__meta-secondary ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  height: auto;
  padding: .55rem;
}

.product-tile__meta-secondary li {
  padding: 0.16rem;
}

.product-tile__meta-secondary .cta-circle.cta-circle-sm {
  height: 3.8rem;
  width: 3.8rem;
  min-width: 3.8rem;
  border: 3px solid #efefef;
  border-radius: 3.2rem;
}

.product-tile__meta-secondary .cta-circle.cta-circle-sm svg * {
  fill: #CCCCCC;
}

.product-tile__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.product-tile__cover a {
  height: 100%;
}

.product-tile__cover a img {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  mix-blend-mode: darken;
}

.product-tile__cover:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}

@media (max-width: 991.98px) {
  .product-tile__wrapper {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.product-tile__wrapper-marketing {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .product-tile__wrapper-marketing {
    margin-bottom: 0;
  }
}

.product-tile__content .product-tile__image a {
  width: 100%;
}

.product-tile__tile-link--mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .product-tile__tile-link--mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.product-tile:hover,
.lazyload--product-slider .lazyload-placeholder .swiper-slide:hover {
  cursor: pointer;
}

@media (min-width: 767px) {

  .product-tile:hover .add-to-cart,
  .lazyload--product-slider .lazyload-placeholder .swiper-slide:hover .add-to-cart {
    transform: translateY(0%);
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
  }
}

@media (min-width: 992px) {

  .product-tile:hover .product-tile__meta-secondary,
  .lazyload--product-slider .lazyload-placeholder .swiper-slide:hover .product-tile__meta-secondary {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
  }

  .product-tile:hover .product-tile__meta-primary,
  .lazyload--product-slider .lazyload-placeholder .swiper-slide:hover .product-tile__meta-primary {
    transform: translateY(-5%);
  }

  .product-tile:hover .product-tile__image img,
  .lazyload--product-slider .lazyload-placeholder .swiper-slide:hover .product-tile__image img {
    transform: scale(0.88);
  }

  .product-tile:hover .product-tile__cover,
  .lazyload--product-slider .lazyload-placeholder .swiper-slide:hover .product-tile__cover {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
  }
}

.product-tile:hover.is-cover-hidden .product-tile__cover,
.lazyload--product-slider .lazyload-placeholder .swiper-slide:hover.is-cover-hidden .product-tile__cover {
  opacity: 0;
}

.product-tile:hover.is-cover-hidden .product-tile__slide img,
.lazyload--product-slider .lazyload-placeholder .swiper-slide:hover.is-cover-hidden .product-tile__slide img {
  opacity: 1;
}

.product-tile--single .product-tile__name,
.product-tile--single .product-tile__price {
  display: inline-block;
  margin: 0;
}

@media (min-width: 767px) {

  .product-tile--single .product-tile__name,
  .product-tile--single .product-tile__price {
    padding: 0 0.3rem;
  }
}

@media (max-width: 991.98px) {
  .product-tile--single .product-tile__price {
    display: block;
    padding: 0.25rem 0;
  }
}

.product-tile--single .product-tile__stat {
  opacity: 0;
  transform: none;
}

.product-tile--single:hover .product-tile__image img {
  transform: scale(1.03625);
}

.product-tile--single:hover .product-tile__meta-primary {
  opacity: 1;
  transform: none;
}

.product-tile--single:hover .product-tile__meta-secondary {
  opacity: 0;
  transform: none;
}

.product-tile--feat {
  overflow: hidden;
  margin-bottom: 0;
}

.product-tile--feat .product-tile__image-wrap.in-grid {
  padding-top: calc(500 / 415 * 100%);
}

.product-tile--feat.is-sm .product-tile__meta,
.product-tile--feat.is-sm .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat.is-sm .card-meta {
  padding: 4rem;
}

.product-tile--feat.is-lg.is-left-aligned .product-tile__meta-primary {
  margin-left: 3.2rem;
}

.product-tile--feat.is-lg.is-left-aligned--bottom .product-tile__meta-primary {
  margin-bottom: 6rem;
}

.product-tile--feat.is-lg.is-right-aligned .product-tile__meta-primary {
  margin-right: 3.2rem;
}

.product-tile--feat.is-lg.is-right-aligned--bottom .product-tile__meta-primary {
  margin-bottom: 6rem;
}

.product-tile--feat.is-left-aligned .product-tile__meta,
.product-tile--feat.is-left-aligned .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat.is-left-aligned .card-meta {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}

.product-tile--feat.is-left-aligned--top .product-tile__meta,
.product-tile--feat.is-left-aligned--top .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat.is-left-aligned--top .card-meta {
  align-items: flex-start;
}

.product-tile--feat.is-left-aligned--bottom .product-tile__meta,
.product-tile--feat.is-left-aligned--bottom .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat.is-left-aligned--bottom .card-meta {
  align-items: flex-end;
}

.product-tile--feat.is-right-aligned .product-tile__meta,
.product-tile--feat.is-right-aligned .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat.is-right-aligned .card-meta {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.product-tile--feat.is-right-aligned--top .product-tile__meta,
.product-tile--feat.is-right-aligned--top .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat.is-right-aligned--top .card-meta {
  align-items: flex-start;
}

.product-tile--feat.is-right-aligned--bottom .product-tile__meta,
.product-tile--feat.is-right-aligned--bottom .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat.is-right-aligned--bottom .card-meta {
  align-items: flex-end;
}

.product-tile--feat .product-tile__image-wrap {
  padding-top: 0;
  height: auto;
}

.product-tile--feat .product-tile__image-wrap.square {
  padding-top: 100%;
}

.product-tile--feat .product-tile__image-wrap.in-grid .product-tile__image {
  opacity: 1;
  visibility: visible;
}

.product-tile--feat .product-tile__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: transform 0.8s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.product-tile--feat .product-tile__name {
  margin-bottom: 0;
  font-size: 2.4rem;
}

.product-tile--feat .product-tile__price {
  display: none;
}

.product-tile--feat .product-tile__meta,
.product-tile--feat .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat .card-meta {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 5.6rem;
  text-align: center;
  color: #fff;
  background-color: transparent;
}

.product-tile--feat .product-tile__meta:not(.no-hover):hover h4,
.product-tile--feat .lazyload--product-slider .lazyload-placeholder .card-meta:not(.no-hover):hover h4,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat .card-meta:not(.no-hover):hover h4 {
  transform: translate3d(0, 0, 0);
}

.product-tile--feat .product-tile__meta:not(.no-hover):hover .product-tile--feat__cta,
.product-tile--feat .lazyload--product-slider .lazyload-placeholder .card-meta:not(.no-hover):hover .product-tile--feat__cta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat .card-meta:not(.no-hover):hover .product-tile--feat__cta {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.product-tile--feat .product-tile__meta h4,
.product-tile--feat .lazyload--product-slider .lazyload-placeholder .card-meta h4,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat .card-meta h4 {
  display: block;
  margin: 0 auto 3rem;
  color: #fff;
  transform: translate3d(0, 3.5rem, 0);
  transition: transform 0.6s cubic-bezier(0.38, 0.41, 0.27, 1);
}

@media (max-width: 991.98px) {

  .product-tile--feat .product-tile__meta h4,
  .product-tile--feat .lazyload--product-slider .lazyload-placeholder .card-meta h4,
  .lazyload--product-slider .lazyload-placeholder .product-tile--feat .card-meta h4 {
    transform: translateY(0);
  }
}

.product-tile--feat .product-tile__meta .product-tile--feat__cta,
.product-tile--feat .lazyload--product-slider .lazyload-placeholder .card-meta .product-tile--feat__cta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat .card-meta .product-tile--feat__cta {
  opacity: 0;
  transform: translate3d(0, 3.5rem, 0);
  transition: opacity 0.6s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.6s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.product-tile--feat .product-tile__meta .product-tile--feat__cta .cta-rounded-rect__heading,
.product-tile--feat .lazyload--product-slider .lazyload-placeholder .card-meta .product-tile--feat__cta .cta-rounded-rect__heading,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat .card-meta .product-tile--feat__cta .cta-rounded-rect__heading {
  width: auto;
}

@media (max-width: 991.98px) {

  .product-tile--feat .product-tile__meta .product-tile--feat__cta,
  .product-tile--feat .lazyload--product-slider .lazyload-placeholder .card-meta .product-tile--feat__cta,
  .lazyload--product-slider .lazyload-placeholder .product-tile--feat .card-meta .product-tile--feat__cta {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-tile--feat .product-tile__meta-primary {
  opacity: 1;
  transition: none;
}

.product-tile--feat .product-tile__meta-secondary {
  display: none;
}

@media (min-width: 767px) {
  .product-tile--feat:hover .product-tile__meta-primary {
    opacity: 1;
    transform: none;
  }
}

.product-tile--feat-centered .product-tile__name {
  font-size: 2.8rem;
}

.product-tile--feat-centered .product-tile__meta,
.product-tile--feat-centered .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--feat-centered .card-meta {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  height: 100%;
  width: 100%;
  text-align: center;
}

.product-tile--bg:hover .product-tile__image img {
  transform: none;
}

.product-tile--bg .product-tile__meta,
.product-tile--bg .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--bg .card-meta {
  min-height: 8rem;
}

.product-tile--bg .product-tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.product-tile--overlay:hover .product-tile__overlay-wrapper {
  opacity: 1;
}

.product-tile--overlay:hover .product-tile__image img {
  opacity: 0.4;
  transform: none;
}

.product-tile--overlay .product-tile__overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.product-tile--overlay .product-tile__overlay-content span,
.product-tile--overlay .product-tile__overlay-content img {
  display: block;
  margin: 0 auto;
}

.product-tile--overlay .product-tile__overlay-content img {
  margin-bottom: 3.5rem;
}

@media (max-width: 991.98px) {
  .product-tile--overlay .product-tile__overlay-content img {
    margin-bottom: 1.5rem;
    width: 4rem;
  }
}

.product-tile--overlay .product-tile__overlay-content span {
  padding: 5.7rem 4rem 5.7rem 4rem;
  text-align: left;
  color: #fff;
}

@media (max-width: 991.98px) {
  .product-tile--overlay .product-tile__overlay-content span {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
}

.product-tile--all .product-tile__view-all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-tile--all:hover .cta-rounded-rect {
  transform: scale(1.05);
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.product-tile--cta {
  background-color: #fff;
}

.product-tile--cta .product-tile__inner {
  position: relative;
  text-align: center;
  padding-top: calc(500 / 412 * 100%);
  border-radius: 8px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.product-tile--cta .product-tile__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.product-tile--cta .product-tile__content h3 {
  max-width: 20rem;
  margin: 0 auto 4.5rem;
}

@media (min-width: 1200px) {
  .product-tile--cta .product-tile__content h3 {
    max-width: 24rem;
    margin: 0 auto 6.5rem;
  }
}

.product-tile--config {
  border-radius: 4px;
  transition: transform 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.product-tile--config:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.product-tile--config:hover:before {
  opacity: 1;
}

.product-tile--config:before {
  position: absolute;
  content: '';
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  z-index: 0;
}

@media (max-width: 991.98px) {
  .product-tile--config:before {
    display: none;
  }
}

.product-tile--config:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.product-tile--config.disabled.active:after {
  opacity: .4;
}

.product-tile--config.disabled .color-value img {
  opacity: .2;
}

.product-tile--config .product-tile__image-wrap {
  padding-top: calc(216 / 164 * 100%);
  background-color: grey;
}

.product-tile--config .product-tile__image {
  justify-content: flex-start;
}

.product-tile--config .product-tile__image img {
  width: 75%;
  margin-top: 2.4rem;
  mix-blend-mode: darken;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 767px) {
  .product-tile--config .product-tile__image img {
    width: 85%;
  }
}

@media (min-width: 992px) {
  .product-tile--config .product-tile__image img {
    width: 75%;
  }
}

.product-tile--config .product-tile__meta,
.product-tile--config .lazyload--product-slider .lazyload-placeholder .card-meta,
.lazyload--product-slider .lazyload-placeholder .product-tile--config .card-meta {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 0;
  margin-bottom: 2.7rem;
  line-height: 1;
  text-align: center;
  background-color: transparent;
}

.product-tile--config .product-tile__name,
.product-tile--config .product-tile__price {
  display: block;
  margin: 0;
  font-family: var(--font-primary);
  font-weight: 500;
  line-height: 1;
  font-size: 1.2rem;
}

.product-tile--config .product-tile__name {
  margin-bottom: 0.4rem;
}

.product-tile--config .product-tile__price {
  font-family: "Avenir Next LT Pro", Arial, Helvetica, sans-serif;
}

.product-tile--config.active:after {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .product-tile--marketing .product-tile--feat__cta {
    display: none;
  }

  .product-tile--marketing .product-tile__meta h4,
  .product-tile--marketing .lazyload--product-slider .lazyload-placeholder .card-meta h4,
  .lazyload--product-slider .lazyload-placeholder .product-tile--marketing .card-meta h4 {
    margin-bottom: 0;
  }
}

.product-tile.is-font-sm .product-tile__meta-primary h4,
.lazyload--product-slider .lazyload-placeholder .is-font-sm.swiper-slide .product-tile__meta-primary h4 {
  font-size: 1.6rem !important;
}

@media (min-width: 767px) {

  .product-tile.is-font-sm .product-tile__meta-primary h4,
  .lazyload--product-slider .lazyload-placeholder .is-font-sm.swiper-slide .product-tile__meta-primary h4 {
    font-size: 2rem !important;
  }
}

.product-tile.is-font-md .product-tile__meta-primary h4,
.lazyload--product-slider .lazyload-placeholder .is-font-md.swiper-slide .product-tile__meta-primary h4 {
  font-size: 1.6rem !important;
}

@media (min-width: 767px) {

  .product-tile.is-font-md .product-tile__meta-primary h4,
  .lazyload--product-slider .lazyload-placeholder .is-font-md.swiper-slide .product-tile__meta-primary h4 {
    font-size: 2.8rem !important;
  }
}

.product-tile.is-font-lg .product-tile__meta-primary h4,
.lazyload--product-slider .lazyload-placeholder .is-font-lg.swiper-slide .product-tile__meta-primary h4 {
  font-size: 1.6rem !important;
}

@media (min-width: 767px) {

  .product-tile.is-font-lg .product-tile__meta-primary h4,
  .lazyload--product-slider .lazyload-placeholder .is-font-lg.swiper-slide .product-tile__meta-primary h4 {
    font-size: 4rem !important;
  }
}

@media (min-width: 992px) {

  .product-tile .color-swatches,
  .lazyload--product-slider .lazyload-placeholder .swiper-slide .color-swatches {
    padding-top: 1em;
  }
}

.after-long-title {
  display: block;
  padding-top: 0;
}

@media (min-width: 767px) {
  .after-long-title {
    padding-top: 1.25rem;
  }
}

.featured-products-carousel .product-tile:hover .product-tile__meta-primary,
.featured-products-carousel .lazyload--product-slider .lazyload-placeholder .swiper-slide:hover .product-tile__meta-primary,
.lazyload--product-slider .lazyload-placeholder .featured-products-carousel .swiper-slide:hover .product-tile__meta-primary {
  opacity: 1;
}

.featured-products-carousel .color-swatches,
.featured-products-carousel .cta-progress.is-expanded {
  display: none;
}

.viewed-badge {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: none;
  font-size: 1.2rem;
  line-height: 2.4rem;
  padding: 0 2rem;
}

@media (min-width: 767px) {
  .viewed-badge {
    font-size: 1.6rem;
    line-height: 3.6rem;
    padding: 0 3.2rem;
  }
}

.viewed-badge.has-been-viewed {
  display: block;
}

.ajax-tile {
  padding-top: calc(500 / 412 * 100%);
  background-color: grey;
  margin-bottom: 10rem;
}

.slider-cards {
  position: relative;
  padding: 5.6rem 30px 0;
}

@media only screen and (min-width: 992px) {
  .slider-cards {
    padding: 5.6rem 0 10.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .slider-cards {
    padding: 8rem 2rem;
  }
}

@media only screen and (min-width: 768px) and (min-height: 800px) {
  .slider-cards {
    padding: 6rem 0 6rem;
  }
}

.slider-cards--paw {
  color: #fff;
}

.slider-cards--paw .cta-progress {
  background: #333;
}

@media only screen and (max-width: 1279px) {
  .slider-cards.layout-wide .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-cards.layout-wide .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.slider-cards.has-btn-after {
  padding-bottom: 6rem;
}

.slider-cards.is-flush {
  padding: 0;
}

.slider-cards.is-grey {
  background: #f2f2f2;
}

.slider-cards:hover .swiper-button-next:not(.swiper-button-disabled),
.slider-cards:hover .swiper-button-prev:not(.swiper-button-disabled) {
  opacity: 1;
}

.slider-cards.is-light .cta-progress a,
.slider-cards.is-light .slider-cards__header-title {
  color: #fff;
}

.slider-cards.is-light .cta-progress__text-qty {
  color: #000;
}

.slider-cards.is-light .cta-progress__head {
  background-color: #fff;
}

.slider-cards.is-dark .cta-progress a,
.slider-cards.is-dark .slider-cards__header-title {
  color: #000;
}

.slider-cards.is-dark .cta-progress__text-qty {
  color: #fff;
}

.slider-cards.is-dark .cta-progress__head {
  background: #000;
}

.slider-cards__header {
  display: block;
  overflow: visible;
  height: auto;
  margin: 0 0 3.4rem;
}

.slider-cards__header.is-after-slider {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .slider-cards__header {
    margin-bottom: 3.4rem;
  }
}

.slider-cards__header-inner a {
  text-decoration: none;
  color: #000;
  font-weight: initial;
}

.is-dark .slider-cards__header-inner a {
  color: #fff;
}

.slider-cards__header-title {
  font-family: "Avenir Next LT Pro Bold", Arial, Helvetica, sans-serif, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.024rem;
  line-height: 1.2;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
  line-height: 1 !important;
}

@media only screen and (min-width: 480px) {
  .slider-cards__header-title {
    font-size: 24px;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .slider-cards__header-title {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .slider-cards__header-title {
    font-family: var(--font-primary);
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 500;
    display: inline-flex;
    align-items: baseline;
    flex-flow: row nowrap;
  }
}

@media only screen and (min-width: 768px) and (min-width: 480px) {
  .slider-cards__header-title {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) {
  .slider-cards__header-title {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .slider-cards__header-title {
    text-align: left;
    margin-top: 0;
  }
}

.slider-cards__header-count {
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: .5rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
}

.slider-cards__header-count:hover:after {
  opacity: 0;
}

.slider-cards__header-count:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: opacity 0.2s cubic-bezier(0.38, 0.41, 0.27, 1);
}

@media only screen and (min-width: 768px) {
  .slider-cards__header-count {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 16px;
  }
}

.is-dark .slider-cards__header-count {
  color: #fff;
}

.is-dark .slider-cards__header-count:after {
  background: #fff;
}

.slider-cards__header-btn {
  padding-top: 0.125rem;
}

.slider-cards__header-btn figure {
  margin-right: 0.5rem;
}

.slider-cards__header-btn svg {
  margin-top: .1rem;
  width: 1.2rem;
  height: 1.6rem;
}

.slider-cards__container {
  width: 100%;
  margin-bottom: 4rem;
}

.slider-cards__container .swiper-container {
  overflow: visible;
}

.slider-cards__container .swiper-slide {
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

@media only screen and (min-width: 1280px) {
  .slider-cards__container {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

body:not(.is-user-touch) .slider-cards__container .swiper-slide {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  flex: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

.slider-cards__container .swiper-slide:last-child {
  position: relative;
}

.slider-cards__container .swiper-slide:last-child:after {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  right: -3rem;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .slider-cards__container .swiper-slide:last-child:after {
    width: 5rem;
    right: -5rem;
  }
}

@media only screen and (min-width: 992px) {
  .slider-cards__container .swiper-slide:last-child:after {
    width: 7rem;
    right: -7rem;
  }
}

body:not(.is-user-touch) .slider-cards__container .swiper-slide:last-child:after {
  display: none;
}

.slider-cards__container .swiper-slide:hover {
  cursor: pointer;
}

.slider-cards__container .swiper-slide__image {
  position: relative;
  width: 100%;
  padding-top: 76.31161%;
}

.slider-cards__container .swiper-slide__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.slider-cards__container .swiper-slide__caption {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  padding: 2rem;
}

.slider-cards__container .swiper-slide__caption span {
  font-family: var(--font-primary);
  font-size: 4rem;
  letter-spacing: -.04rem;
  line-height: 1.2;
  font-weight: 500;
  display: block;
  margin: 0 auto;
  color: #fff;
}

.slider-cards__container .swiper-button-next,
.slider-cards__container .swiper-button-prev {
  right: 0rem;
  top: calc(50% - .8rem);
  width: auto;
  height: auto;
  position: absolute;
  z-index: 1;
  background-image: none;
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.slider-cards__container .swiper-button-next:hover,
.slider-cards__container .swiper-button-prev:hover {
  transform: scale(1.05);
}

.slider-cards__container .swiper-button-next figure,
.slider-cards__container .swiper-button-prev figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 480px) {
  .slider-cards__container .swiper-slide__caption span {
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .slider-cards__container .swiper-slide__caption span {
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (max-width: 991px) {

  .slider-cards__container .swiper-button-next,
  .slider-cards__container .swiper-button-prev {
    right: -4px;
  }
}

.is-dark .slider-cards__container .swiper-button-next figure,
.is-dark .slider-cards__container .swiper-button-prev figure {
  background-color: #000;
  box-shadow: 0 6px 8px 0 rgba(153, 153, 153, 0.2);
}

.slider-cards__container .swiper-button-next svg,
.slider-cards__container .swiper-button-prev svg {
  fill: #000;
}

.is-dark .slider-cards__container .swiper-button-next svg,
.is-dark .slider-cards__container .swiper-button-prev svg {
  fill: #fff;
}

.slider-cards__container .swiper-button-prev {
  right: auto;
  left: 0rem;
}

.slider-cards__container .swiper-button-prev svg {
  transform: rotate(180deg);
}

.slider-cards__container .swiper-button-disabled {
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .slider-cards__container .swiper-button-prev {
    left: -4px;
  }
}

.slider-cards--fpc {
  padding: 10rem 0 0;
}

.slider-cards--fpc .slider-cards__header {
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
}

.slider-cards--fpc .slider-cards__header-title {
  text-align: left;
}

.slider-cards--fpc .slider-cards__header-title h3 {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: -.032rem;
  line-height: 1.125;
}

.slider-cards--fpc .slider-cards__header-btn {
  margin-top: 3rem;
}

.slider-cards--fpc .swiper-container {
  margin-left: 0;
}

.slider-cards--fpc .cta-progress {
  bottom: 0;
}

.slider-cards--fpc .swiper-button-next,
.slider-cards--fpc .swiper-button-prev {
  top: 40%;
}

@media only screen and (min-width: 1280px) {
  .slider-cards--fpc {
    padding: 16rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .slider-cards--fpc .slider-cards__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 1280px) {
  .slider-cards--fpc .slider-cards__header {
    margin-left: calc(8.33333% - 10px);
    margin-right: calc(8.33333% - 10px);
  }
}

@media only screen and (min-width: 480px) {
  .slider-cards--fpc .slider-cards__header-title h3 {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .slider-cards--fpc .slider-cards__header-title h3 {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .slider-cards--fpc .slider-cards__header-title h3 {
    font-family: var(--font-primary);
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.16667;
    font-weight: 500;
  }
}

@media only screen and (min-width: 768px) and (min-width: 480px) {
  .slider-cards--fpc .slider-cards__header-title h3 {
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) {
  .slider-cards--fpc .slider-cards__header-title h3 {
    font-size: 4.8rem;
    letter-spacing: -.048rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1280px) {
  .slider-cards--fpc .swiper-container {
    margin-left: calc(8.33333% - 10px);
  }
}

@media only screen and (min-width: 992px) {
  .slider-cards--fpc .cta-progress {
    bottom: calc(100% + 8rem);
  }
}

@media only screen and (min-width: 992px) {

  .slider-cards--fpc .swiper-button-next,
  .slider-cards--fpc .swiper-button-prev {
    top: 50%;
  }
}

.slider-cards--inverse {
  padding: 10rem 0 0;
  color: #fff;
  background: #222;
}

.slider-cards--inverse .slider-cards__header {
  margin: 0;
}

.slider-cards--inverse .slider-cards__header-title {
  text-align: left;
}

.slider-cards--inverse .swiper-container {
  margin-left: 0;
}

.slider-cards--inverse .swiper-wrapper {
  margin-top: 6.6rem;
}

.slider-cards--inverse .card {
  border: 0;
}

.slider-cards--inverse .cta-progress {
  right: 0;
  background: #333;
}

.slider-cards--inverse .cta-progress__text-all {
  color: #fff;
}

.slider-cards--inverse .cta-progress__text-qty {
  color: #000;
}

.slider-cards--inverse .cta-progress__head {
  background: #fff;
}

@media only screen and (min-width: 992px) {
  .slider-cards--inverse {
    padding: 17rem 0 23.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .slider-cards--inverse .swiper-container {
    margin-left: calc(8.33333% - 10px);
  }
}

@media only screen and (min-width: 1280px) {
  .slider-cards--inverse .cta-progress {
    right: calc(8.33333% - 10px);
  }
}

.slider-cards.slider-story-film,
.slider-cards.slider-story-general {
  padding: 0;
}

.slider-cards.slider-story-film .slider-cards__container,
.slider-cards.slider-story-general .slider-cards__container {
  padding: 0;
}

@media only screen and (max-width: 767px) {

  .slider-cards.slider-story-film .slider-cards__container,
  .slider-cards.slider-story-general .slider-cards__container {
    max-width: 100%;
  }
}

body.is-user-touch .slider-cards .swiper-wrapper {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
  width: unset;
}

body.is-user-touch .slider-cards__container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
  .slider-collections+.footer-cats-search .footer-cats-search__inner {
    padding-top: 0;
  }
}

.slider-collections {
  position: relative;
}

.slider-collections .swiper-wrapper {
  box-sizing: border-box;
}

@media only screen and (max-width: 1279px) {
  .slider-collections.layout-wide .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-collections.layout-wide .swiper-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

body:not(.is-user-touch) .slider-collections .swiper-slide {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  flex: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

.slider-collections .swiper-slide:last-child {
  position: relative;
}

.slider-collections .swiper-slide:last-child:after {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  right: -3rem;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .slider-collections .swiper-slide:last-child:after {
    width: 5rem;
    right: -5rem;
  }
}

@media only screen and (min-width: 992px) {
  .slider-collections .swiper-slide:last-child:after {
    width: 7rem;
    right: -7rem;
  }
}

body:not(.is-user-touch) .slider-collections .swiper-slide:last-child:after,
.slider-collections--no-progress .slider-collections__header,
.slider-collections .slider-collections__header {
  display: none;
}

.slider-collections--no-progress .slider-collections__container .swiper-button-next,
.slider-collections--no-progress .slider-collections__container .swiper-button-prev {
  top: 50%;
}

@media only screen and (min-width: 768px) {
  .slider-collections--no-progress {
    padding: 8rem 0;
  }
}

@media only screen and (min-width: 768px) and (min-height: 800px) {
  .slider-collections--no-progress {
    padding: 12rem 0;
  }
}

@media only screen and (min-width: 992px) {
  .slider-collections--no-progress {
    padding: 8rem 0;
  }
}

@media only screen and (min-width: 992px) and (min-height: 800px) {
  .slider-collections--no-progress {
    padding: 24rem 0;
  }
}

.slider-collections.is-before-scroller {
  margin-bottom: 0;
}

.slider-collections.is-flush {
  padding: 0;
}

.slider-collections.has-btn-after {
  padding-top: 24rem;
  padding-bottom: 6rem;
}

.slider-collections.hide-header .slider-collections__header {
  display: none;
}

.slider-collections:hover .swiper-button-next:not(.swiper-button-disabled),
.slider-collections:hover .swiper-button-prev:not(.swiper-button-disabled) {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .slider-collections.is-before-scroller {
    margin-bottom: 12rem;
  }
}

@media only screen and (min-width: 768px) {
  .slider-collections.is-flush {
    padding: 0;
  }
}

.slider-collections__header-title {
  margin-bottom: 5rem;
}

.slider-collections__container {
  position: relative;
  padding-top: 6.9rem;
  padding-bottom: 6.9rem;
}

.slider-collections__container .swiper-container {
  overflow: visible;
}

.slider-collections__container .swiper-button-next,
.slider-collections__container .swiper-button-prev {
  right: -4rem;
  width: auto;
  height: auto;
  top: 50%;
  top: calc(50% - 1rem);
  background-image: none;
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
}

.slider-collections__container .swiper-button-next:hover,
.slider-collections__container .swiper-button-prev:hover {
  transform: scale(1.05);
}

.slider-collections__container .swiper-button-next figure,
.slider-collections__container .swiper-button-prev figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  width: 6rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
  .slider-collections__container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .slider-collections__container {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media only screen and (max-width: 991px) {

  .slider-collections__container .swiper-button-next,
  .slider-collections__container .swiper-button-prev {
    right: -2.5rem;
  }
}

.is-dark .slider-collections__container .swiper-button-next figure,
.is-dark .slider-collections__container .swiper-button-prev figure {
  background-color: #000;
  box-shadow: 0 6px 8px 0 rgba(153, 153, 153, 0.2);
}

.slider-collections__container .swiper-button-next svg,
.slider-collections__container .swiper-button-prev svg {
  fill: #000;
}

.is-dark .slider-collections__container .swiper-button-next svg,
.is-dark .slider-collections__container .swiper-button-prev svg {
  fill: #fff;
}

.slider-collections__container .swiper-button-prev {
  right: auto;
  left: -4rem;
}

.slider-collections__container .swiper-button-prev svg {
  transform: rotate(180deg);
}

.slider-collections__container .swiper-button-disabled {
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .slider-collections__container .swiper-button-prev {
    left: -2.5rem;
  }
}

.slider-collections__header {
  display: block;
  position: relative;
  overflow: visible;
  height: 3.2rem;
  margin: 0 2rem 7.6rem;
}

.slider-collections__header.is-after-slider {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .slider-collections__header {
    height: 4.4rem;
    margin: 0 10.7rem 6rem;
  }
}

body.is-user-touch .slider-collections .swiper-wrapper {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
  width: unset;
}

body.is-user-touch .slider-collections__container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.hero-main {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
}

.hero-main.is-info-delayed .hero-main__bottom,
.hero-main.is-info-delayed .hero-main__overlay {
  transition-delay: 0.4s;
}

.hero-main.is-no-bg {
  background-color: transparent;
}

.hero-main.is-no-bg .hero-main__bg,
.hero-main.is-no-bg .hero-main__overlay,
.hero-main.is-no-bg .hero-main__video-overlay {
  visibility: hidden;
}

.hero-main__body {
  color: #fff;
  margin: 32px 0;
}

@media only screen and (min-width: 768px) {
  .hero-main.is-after-drawer .hero-main__content {
    margin-top: 4.8rem;
  }
}

@keyframes fade_move_down {
  0% {
    transform: translateY(-0.5rem);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    transform: translateY(0.5rem);
    opacity: 0;
  }
}

.hero-main__content {
  transition: opacity 0.6s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.6s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition-delay: .4s;
  opacity: 1;
  transform: translateY(0);
}

.hero-main__content.is-hidden {
  transform: translateY(6rem);
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}

.hero-main__responsive .hero-main__inner {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-main__responsive .hero-main__inner .hero-main__content-wrapper {
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .hero-main__responsive .hero-main__inner {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: left;
  }

  .hero-main__responsive .hero-main__inner .hero-main__content-wrapper {
    margin: 0;
    text-align: left;
  }

  .hero-main__responsive .hero-main__inner .hero-main__cta-wrapper {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .hero-main__responsive .hero-main__inner .offset-lg-2,
  .hero-main__responsive .hero-main__inner .offset-lg-3,
  .hero-main__responsive .hero-main__inner .offset-md-2,
  .hero-main__responsive .hero-main__inner .offset-md-3 {
    margin-left: 0;
  }

  .hero-main__responsive .hero-main__inner h2.text-center {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .hero-main__responsive .row:last-child .hero-main__content-wrapper {
    padding-bottom: 4rem;
  }
}

.hero-main__center-center .hero-main__inner {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-main__center-center .hero-main__inner .hero-main__content-wrapper {
  text-align: center;
  margin: 0 auto;
}

.hero-main__center-center .hero-main__svg-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.hero-main__bottom-left .offset-lg-2,
.hero-main__bottom-left .offset-lg-3,
.hero-main__bottom-left .offset-md-2,
.hero-main__bottom-left .offset-md-3 {
  margin-left: 0;
}

.hero-main__center-left .offset-lg-2,
.hero-main__center-left .offset-lg-3,
.hero-main__center-left .offset-md-2,
.hero-main__center-left .offset-md-3 {
  margin-left: 0;
}

.hero-main__bottom-left h2.text-center,
.hero-main__center-left h2.text-center {
  text-align: left !important;
}

.hero-main__bottom-left .hero-main__svg-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.hero-main__center-left .hero-main__svg-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.hero-main__center-left .hero-main__inner {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-main__center-left .hero-main__inner .offset-md-1 {
  margin-left: 0;
}

.hero-main__center-left .hero-main__cta-wrapper {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero-main__bottom-left .hero-main__inner-container {
  padding: 0 !important;
}

.hero-main__bottom-left .hero-main__inner {
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: left;
}

.hero-main__bottom-left .hero-main__inner .offset-md-1 {
  margin-left: 0;
}

.hero-main__bottom-left .hero-main__cta-wrapper {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero-main__bottom-left .row:last-child .hero-main__content-wrapper {
  padding-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
  .hero-main__bottom-left .row:last-child .hero-main__content-wrapper {
    padding-bottom: 4rem;
  }
}

.hero-main__height-100-auto,
.hero-main__height-auto {
  height: unset;
  min-height: 540px;
  max-height: unset;
}

@media only screen and (max-width: 767px) {

  .hero-main__height-100-auto,
  .hero-main__height-auto {
    min-height: 375px !important;
  }
}

.hero-main__height-100-auto.is-after-drawer,
.hero-main__height-auto.is-after-drawer {
  min-height: 588px;
}

@media only screen and (max-width: 767px) {

  .hero-main__height-100-auto.is-after-drawer,
  .hero-main__height-auto.is-after-drawer {
    min-height: 423px;
  }
}

.hero-main__height-100-auto .hero-main__inner-container,
.hero-main__height-auto .hero-main__inner-container {
  position: unset !important;
  padding: 12rem 0 18rem;
}

@media only screen and (max-width: 767px) {

  .hero-main__height-100-auto .hero-main__inner-container,
  .hero-main__height-auto .hero-main__inner-container {
    padding: 4rem 0 6rem;
  }
}

.hero-main__height-100-auto.is-top .hero-main__inner-container,
.hero-main__height-auto.is-top .hero-main__inner-container {
  position: unset !important;
  padding: 24rem 0 18rem;
}

@media only screen and (max-width: 767px) {

  .hero-main__height-100-auto.is-top .hero-main__inner-container,
  .hero-main__height-auto.is-top .hero-main__inner-container {
    padding: 20rem 0 6rem;
  }
}

.hero-main__height-100 {
  height: 100vh;
  min-height: 540px;
}

.hero-main__height-100.is-after-drawer {
  min-height: 588px;
}

@media only screen and (max-width: 767px) {
  .hero-main__height-100 {
    min-height: 375px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-main__height-100.is-after-drawer {
    min-height: 423px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-main__height-100:not(.hero-main__bottom-left) .hero-main__caret-wrapper {
    display: block;
  }
}

.hero-main__height-100-auto {
  height: unset;
  max-height: unset;
  min-height: 100vh;
}

.hero-main__height-66 {
  height: 66vh;
  min-height: 540px;
}

.hero-main__height-66.is-after-drawer {
  height: calc(66vh + 4.8rem);
  min-height: 588px;
}

@media only screen and (max-width: 767px) {
  .hero-main__height-66 {
    min-height: 375px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-main__height-66.is-after-drawer {
    min-height: 423px;
  }
}

.hero-main.is-top .hero-main__overlay-info {
  height: 100%;
}

.hero-main.is-top .hero-main__overlay-info.is-shown {
  z-index: 20;
}

.hero-main.is-top .hero-main__inner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: height 0.6s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.hero-main.is-top .hero-main__video-container {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-main.is-top .hero-main__inner {
  position: relative;
  top: auto;
  left: auto;
}

.hero-main.is-top .hero-main__inner.align-center {
  align-items: center;
  justify-content: center;
}

.hero-main.is-dark .hero-main__eyebrow,
.hero-main.is-dark .hero-main__headline,
.hero-main.is-dark .hero-main__headline_long,
.hero-main.is-dark .hero-main__overlay-info-blurb,
.hero-main.is-dark .hero-main__overlay-info-caption,
.hero-main.is-dark .hero-main__snippet,
.hero-main.is-dark .hero-main__subhead {
  color: #fff;
}

.hero-main.is-dark .hero-main__caret svg * {
  fill: #fff;
}

.hero-main.is-dark .hero-main__info-open-wrapper {
  background-color: #fff;
}

.hero-main.is-dark .hero-main__info-open-wrapper svg {
  color: #000;
}

.hero-main.is-dark .hero-main__info-open-wrapper svg:not(.colored):not(.colored) {
  fill: #000;
}

.hero-main.is-light .hero-main__eyebrow,
.hero-main.is-light .hero-main__headline,
.hero-main.is-light .hero-main__headline_long,
.hero-main.is-light .hero-main__overlay-info-blurb,
.hero-main.is-light .hero-main__overlay-info-caption,
.hero-main.is-light .hero-main__snippet,
.hero-main.is-light .hero-main__subhead {
  color: #000;
}

.hero-main.is-light .hero-main__caret svg * {
  fill: #000;
}

.hero-main [class*=col-]:not(:first-of-type) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.hero-main__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  z-index: 2;
}

.hero-main__inner.align-center {
  align-items: center;
}

.hero-main__inner.align-center .hero-main__bottom {
  margin-bottom: 0;
}

.hero-main__inner.align-center .hero-main__bottom--container {
  max-width: none;
  flex: 0 0 100%;
  text-align: center;
}

.hero-main__inner.align-center .hero-main__cta-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-main__inner.align-right {
  align-items: right;
}

.hero-main__inner.align-right .hero-main__bottom {
  margin-bottom: 0;
}

.hero-main__inner.align-right .hero-main__bottom--container {
  max-width: none;
  flex: 0 0 100%;
  text-align: right;
}

.hero-main__inner.align-right .hero-main__cta-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .hero-main__inner {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) {

  .hero-main__inner.align-left,
  .hero-main__inner.align-right {
    align-items: center;
  }

  .hero-main__inner.align-left .hero-main__bottom,
  .hero-main__inner.align-right .hero-main__bottom {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .hero-main__inner.align-center .hero-main__cta-wrapper {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .hero-main__inner.align-right .hero-main__cta-wrapper {
    flex-direction: row;
  }
}

.hero-main__bg {
  transition: transform 1s cubic-bezier(0.395, 0.005, 0.19, 1);
  z-index: 1;
  opacity: 1;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-main__bg--src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: blur(10px);
  transform: scale(1.02);
  overflow: hidden;
  transition: filter 1s;
}

.hero-main__bg--src.lazyloaded {
  filter: blur(0);
  transform: scale(1);
}

.hero-main__bg--full {
  background-size: cover !important;
}

.hero-main__bg.is-zoomed {
  transform: scale(1.0625);
}

.hero-main__overlay,
.hero-main__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
  z-index: 1;
}

.hero-main__overlay.is-dim {
  opacity: 0.6;
}

.hero-main__overlay.is-hidden,
.hero-main__overlay.story-film-overlay,
.hero-main__overlay.story-general-overlay {
  opacity: 0;
  transition: opacity 0s cubic-bezier(0.38, 0.41, 0.27, 1);
}

@media only screen and (max-width: 767px) {

  .hero-main__overlay.story-film-overlay,
  .hero-main__overlay.story-general-overlay {
    opacity: 0.6 !important;
    transition: opacity 0s cubic-bezier(0.38, 0.41, 0.27, 1) !important;
    visibility: visible !important;
  }
}

.hero-main__video-overlay {
  background: #fff;
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.265, 0.035, 0.205, 0.995);
}

.hero-main__video-overlay.is-hidden {
  opacity: 0;
}

.hero-main__headline {
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: -.04rem;
  line-height: 1.125;
}

.hero-main__headline.is-long {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: -.04rem;
  line-height: 1.16667;
}

@media only screen and (min-width: 480px) {
  .hero-main__headline {
    font-size: 6.4rem;
    letter-spacing: -.052rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .hero-main__headline {
    font-size: 6.4rem;
    letter-spacing: -.064rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (min-width: 480px) {
  .hero-main__headline.is-long {
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .hero-main__headline.is-long {
    font-size: 4.8rem;
    letter-spacing: -.048rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .hero-main__headline {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.16667;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .hero-main__headline {
    font-size: 4rem;
    letter-spacing: -.04rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) and (min-width: 992px) {
  .hero-main__headline {
    font-size: 4.8rem;
    letter-spacing: -.048rem;
    line-height: 1.16667;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .hero-main__headline.is-long {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .hero-main__headline.is-long {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) and (min-width: 992px) {
  .hero-main__headline.is-long {
    font-size: 3.2rem;
    letter-spacing: -.032rem;
    line-height: 1.125;
    font-weight: 400;
  }
}

.hero-main__eyebrow {
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .hero-main__eyebrow {
    font-size: 1.2rem;
  }
}

.hero-main__subhead {
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 2rem;
  margin-top: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .hero-main__subhead {
    font-size: 1.6rem;
  }
}

.hero-main__snippet {
  color: #fff;
  font-size: 2rem;
  margin-top: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .hero-main__snippet {
    font-size: 1.6rem;
  }
}

.hero-main__caret-wrapper {
  display: none;
  position: absolute;
  bottom: 6em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .hero-main__caret-wrapper {
    bottom: 3rem;
  }
}

.hero-main__caret {
  margin: 0 auto;
  height: 2.4rem;
  width: 2.4rem;
  line-height: 2.4rem;
  cursor: pointer;
  text-align: center;
}

.hero-main__caret svg {
  fill: #fff;
  animation: fade_move_down 2s ease-in-out infinite;
}

.hero-main__svg-wrapper {
  margin: 2vh 0;
  width: 66%;
  text-align: left;
}

.hero-main__svg-wrapper+.hero-main__cta-wrapper {
  margin-top: 5.5rem;
}

@media only screen and (min-width: 768px) {
  .hero-main__svg-wrapper {
    margin: 2vh auto;
    width: 400px;
    max-height: 200px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .hero-main__svg-wrapper+.hero-main__cta-wrapper {
    margin-top: 4rem;
  }
}

.hero-main__svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain";
  object-position: left center;
}

@media only screen and (min-width: 768px) {
  .hero-main__svg {
    object-position: center;
    max-height: 200px;
  }
}

.hero-main__cta-wrapper {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.hero-main__cta-wrapper .cta-25 {
  width: 25%;
  min-width: 150px;
  max-width: none;
}

.hero-main__cta-wrapper .cta-33 {
  width: 33.33%;
  min-width: 150px;
  max-width: none;
}

.hero-main__cta-wrapper .cta-50 {
  width: 50%;
  min-width: 150px;
  max-width: none;
}

.hero-main__cta-wrapper .cta-100 {
  width: auto;
  min-width: 200px;
  max-width: none;
}

@media only screen and (max-width: 767px) {
  .hero-main__cta-wrapper {
    text-align: center;
  }

  .hero-main__cta-wrapper .cta-25,
  .hero-main__cta-wrapper .cta-33,
  .hero-main__cta-wrapper .cta-50,
  .hero-main__cta-wrapper .cta-100 {
    width: 100%;
    min-width: 200px;
  }
}

@media only screen and (max-width: 479px) {
  .hero-main__cta-wrapper {
    justify-content: center;
    flex-direction: column;
  }

  .hero-main__cta-wrapper a:not(.cta-link-underline) {
    width: calc(100% + 8px);
    max-width: none;
  }
}

.hero-main .btn+.btn {
  margin: 0 0 0 2rem;
}

@media only screen and (max-width: 767px) {
  .hero-main .btn+.btn {
    margin: 1.5rem auto 0;
  }
}

.hero-main__info-open-wrapper {
  display: none;
}

.hero-main__info-open-wrapper.is-hidden {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .hero-main__info-open-wrapper {
    display: block;
    border-radius: 4rem;
    position: absolute;
    background-color: #f9f9f9;
    right: 8rem;
    bottom: 8rem;
    z-index: 9;
    transition: opacity .3s;
    opacity: 1;
  }

  .hero-main__info-open-wrapper svg {
    fill: #000;
  }

  .hero-main__info-open-wrapper .is-hidden {
    opacity: 0;
    display: none;
  }
}

.hero-main__info-open {
  height: 3.2rem;
  width: 3.2rem;
  color: #fff;
  transition: opacity 0.2s cubic-bezier(0.38, 0.41, 0.27, 1);
  cursor: pointer;
  padding: 0;
}

.hero-main__info-open.icon--ellipses svg {
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
}

.hero-main__info-close {
  position: absolute;
  top: 4rem;
  right: 8rem;
  display: none;
}

.hero-main__info-close.is-shown {
  display: block;
}

.hero-main__info-close .cta-circle.cta-circle-outlined.cta-circle-light .cta-circle__outline {
  box-shadow: inset 0 0 0 4px #fff;
}

.hero-main__overlay-info {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: #fff;
  padding-bottom: 8rem;
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.hero-main__overlay-info.is-shown {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .48s;
  z-index: 20;
}

.hero-main__overlay-info.is-shown .hero-main__overlay-info-content-wrapper {
  transform: none;
  transition: transform 0.6s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition-delay: 0.48s;
}

.hero-main__overlay-info.is-shown .hero-main__overlay-info-caption,
.hero-main__overlay-info.is-shown .hero-main__overlay-info-link {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.8s cubic-bezier(0.38, 0.41, 0.27, 1);
  transition-delay: 0.48s;
}

.hero-main__overlay-info .hero-main__overlay-info-content-wrapper {
  position: relative;
  transform: translateY(6rem);
  transition: transform 0s cubic-bezier(0.38, 0.41, 0.27, 1) 0.4s;
}

.hero-main__overlay-info .hero-main__overlay-info-caption,
.hero-main__overlay-info .hero-main__overlay-info-link {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
  transition: opacity 0.4s cubic-bezier(0.38, 0.41, 0.27, 1) 0s, transform 0s cubic-bezier(0.38, 0.41, 0.27, 1) 0.4s;
}

.hero-main__overlay-info .hero-main__overlay-info-blurb {
  margin-bottom: 4rem;
}

.hero-main__overlay-info .hero-main__overlay-info-caption {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: -.024rem;
  line-height: 1.2;
}

.hero-main__overlay-info .hero-main__overlay-info-link {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  .hero-main__overlay-info {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .hero-main__overlay-info .hero-main__overlay-info-caption {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

@media only screen and (min-width: 992px) {
  .hero-main__overlay-info .hero-main__overlay-info-caption {
    font-size: 2.4rem;
    letter-spacing: -.024rem;
    line-height: 1.2;
    font-weight: 400;
  }
}

.hero-main__video-container {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: calc(100vh + 1px);
  z-index: 0;
  overflow: hidden;
  background: none;
}

.hero-main__video-container video {
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-main__video-container iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 101%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}

@media only screen and (min-width: 768px) {
  .hero-main__video-container {
    background: none;
  }
}

.template-index .modal-backdrop {
  z-index: 1;
}

.template-index .shopify-section .swiper-button-next,
.template-index .shopify-section .swiper-button-prev {
  transform: scale(0.8);
}

.template-index .shopify-section .swiper-button-next:active,
.template-index .shopify-section .swiper-button-next:focus,
.template-index .shopify-section .swiper-button-prev:active,
.template-index .shopify-section .swiper-button-prev:focus {
  outline: none;
}

.template-index .shopify-section.page-carousel-container .slider-cards__header,
.template-index .shopify-section.small-carousel-container .slider-cards__header,
.template-index .shopify-section.medium-carousel-container .slider-cards__header,
.template-index .shopify-section.banner-carousel-container .slider-cards__header,
.template-index .shopify-section.bgImage-copy .slider-cards__header,
.template-index .shopify-section.copy .slider-cards__header {
  margin-top: 0;
}

.template-index .shopify-section.page-carousel-container .slider-card__container,
.template-index .shopify-section.small-carousel-container .slider-card__container,
.template-index .shopify-section.medium-carousel-container .slider-card__container,
.template-index .shopify-section.banner-carousel-container .slider-card__container,
.template-index .shopify-section.bgImage-copy .slider-card__container,
.template-index .shopify-section.copy .slider-card__container {
  margin-bottom: 0;
}

@media (min-width: 768px) {

  .template-index .shopify-section.page-carousel-container,
  .template-index .shopify-section.small-carousel-container,
  .template-index .shopify-section.medium-carousel-container,
  .template-index .shopify-section.banner-carousel-container,
  .template-index .shopify-section.bgImage-copy,
  .template-index .shopify-section.copy {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .template-index .shopify-section.page-carousel-container,
  .template-index .shopify-section.small-carousel-container,
  .template-index .shopify-section.medium-carousel-container,
  .template-index .shopify-section.banner-carousel-container,
  .template-index .shopify-section.bgImage-copy,
  .template-index .shopify-section.copy {
    overflow-x: hidden;
  }
}

@media (max-width: 500px) {

  .template-index .shopify-section.page-carousel-container .card__title,
  .template-index .shopify-section.small-carousel-container .card__title,
  .template-index .shopify-section.medium-carousel-container .card__title,
  .template-index .shopify-section.banner-carousel-container .card__title,
  .template-index .shopify-section.bgImage-copy .card__title,
  .template-index .shopify-section.copy .card__title {
    font-size: 24px !important;
  }
}

.template-index .shopify-section .card--manual-content .card__inner.square,
.template-index .shopify-section .card--article-content .card__inner.square,
.template-index .shopify-section .card--film-content .card__inner.square {
  padding-top: 100%;
}

.template-index .shopify-section .card--manual-content .card__inner.rectangle,
.template-index .shopify-section .card--article-content .card__inner.rectangle,
.template-index .shopify-section .card--film-content .card__inner.rectangle {
  padding-top: 48%;
}

@media (max-width: 767px) {

  .template-index .shopify-section .card--manual-content.alwaysHover .card__inner,
  .template-index .shopify-section .card--article-content.alwaysHover .card__inner,
  .template-index .shopify-section .card--film-content.alwaysHover .card__inner {
    transform: scale(1.02);
  }

  .template-index .shopify-section .card--manual-content.alwaysHover .card__image-wrapper:after,
  .template-index .shopify-section .card--article-content.alwaysHover .card__image-wrapper:after,
  .template-index .shopify-section .card--film-content.alwaysHover .card__image-wrapper:after {
    opacity: 1;
  }

  .template-index .shopify-section .card--manual-content.alwaysHover .card__content-wrapper,
  .template-index .shopify-section .card--article-content.alwaysHover .card__content-wrapper,
  .template-index .shopify-section .card--film-content.alwaysHover .card__content-wrapper {
    height: 100%;
  }

  .template-index .shopify-section .card--manual-content.alwaysHover .card__content-wrapper .card__blurb-wrap,
  .template-index .shopify-section .card--article-content.alwaysHover .card__content-wrapper .card__blurb-wrap,
  .template-index .shopify-section .card--film-content.alwaysHover .card__content-wrapper .card__blurb-wrap {
    opacity: 1;
  }
}

.template-index .shopify-section.page-carousel-container {
  opacity: 0;
}

.template-index .shopify-section.page-carousel-container .container {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .template-index .shopify-section.page-carousel-container .carousel-page {
    padding-bottom: 0 !important;
  }
}

.template-index .shopify-section.page-carousel-container .card__title {
  font-family: var(--font-secondary);
}

.template-index .shopify-section.page-carousel-container .slider-cards__header-title {
  font-size: 24px;
}

.template-index .shopify-section.page-carousel-container .slider-cards__header-title a {
  font-size: 16px;
}

.template-index .shopify-section.page-carousel-container .slider-cards__header-title a span {
  font-size: 16px;
  font-family: var(--font-primary);
  font-weight: 500;
}

.template-index .shopify-section.page-carousel-container .btn {
  line-height: 0px;
}

.template-index .shopify-section.page-carousel-container .btn span {
  font-size: 12px;
}

@media (max-width: 767px) {
  .template-index .shopify-section.page-carousel-container .slider-cards__container {
    padding-bottom: 0 !important;
  }
}

.template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-next,
.template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-prev {
  top: 62%;
}

@media (min-width: 768px) {

  .template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-next,
  .template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-prev {
    top: 45%;
  }
}

@media (min-width: 1280px) {

  .template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-next,
  .template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-prev {
    top: 55%;
  }
}

.template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-next.square,
.template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-prev.square {
  top: 52%;
}

@media (min-width: 767px) {

  .template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-next.square,
  .template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="4"] .swiper-button-prev.square {
    top: calc(50% - 11rem);
  }
}

.template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="3"] .swiper-button-next,
.template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="3"] .swiper-button-prev {
  top: calc(50% - 6rem);
}

.template-index .shopify-section.page-carousel-container .slider-cards[data-display-count="2"].container {
  padding-left: 40px;
  padding-right: 40px;
}

.template-index .shopify-section.page-carousel-container+.grid-icons {
  margin-top: -10rem;
}

.template-index .shopify-section.medium-carousel-container {
  opacity: 0;
}

.template-index .shopify-section.medium-carousel-container .container {
  padding-left: 0px;
  padding-right: 0px;
}

.template-index .shopify-section.medium-carousel-container .slider-cards[data-display-count="4"] .swiper-button-next,
.template-index .shopify-section.medium-carousel-container .slider-cards[data-display-count="4"] .swiper-button-prev {
  top: 48%;
}

@media (min-width: 768px) {

  .template-index .shopify-section.medium-carousel-container .slider-cards[data-display-count="4"] .swiper-button-next,
  .template-index .shopify-section.medium-carousel-container .slider-cards[data-display-count="4"] .swiper-button-prev {
    top: calc(50% + 8rem);
  }
}

.template-index .shopify-section.medium-carousel-container .slider-cards[data-display-count="3"] .swiper-button-next,
.template-index .shopify-section.medium-carousel-container .slider-cards[data-display-count="3"] .swiper-button-prev {
  top: 45%;
}

@media (min-width: 768px) {

  .template-index .shopify-section.medium-carousel-container .slider-cards[data-display-count="3"] .swiper-button-next,
  .template-index .shopify-section.medium-carousel-container .slider-cards[data-display-count="3"] .swiper-button-prev {
    top: calc(50% - 1rem);
  }
}

.template-index .shopify-section.medium-carousel-container .slider-cards__header-inner p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: var(--font-primary);
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 738px;
}

.template-index .shopify-section.medium-carousel-container .card__caption-heading {
  font-family: var(--font-primary);
  font-weight: 500;
}

.template-index .shopify-section.medium-carousel-container .card__caption-btn a {
  min-width: 140px;
  padding: 0 31px;
  line-height: 48px;
}

.template-index .shopify-section.medium-carousel-container .card__caption-btn .btn {
  line-height: 48px !important;
  font-size: 32px;
}

.template-index .shopify-section.small-carousel-container {
  opacity: 0;
}

@media (max-width: 767px) {
  .template-index .shopify-section.small-carousel-container .carousel-small {
    padding-bottom: 4rem !important;
  }
}

@media (max-width: 767px) {
  .template-index .shopify-section.small-carousel-container .slider-cards__container {
    padding-bottom: 0;
  }
}

.template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="6"] .card__caption-heading,
.template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="5"] .card__caption-heading {
  font-size: 2rem;
}

@media (min-width: 768px) {

  .template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="6"] .swiper-button-next,
  .template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="6"] .swiper-button-prev {
    top: 40%;
  }
}

@media (min-width: 1280px) {

  .template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="6"] .swiper-button-next,
  .template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="6"] .swiper-button-prev {
    top: 50%;
  }
}

.template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="4"] .swiper-button-next,
.template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="4"] .swiper-button-prev {
  top: calc(50% + 1rem);
}

.template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="3"] .swiper-button-next,
.template-index .shopify-section.small-carousel-container .slider-cards[data-display-count="3"] .swiper-button-prev {
  top: calc(50% - 1rem);
}

.template-index .shopify-section.small-carousel-container .card-tile.card--image img {
  border-radius: 8px;
}

.template-index .shopify-section.small-carousel-container .card-tile.card--image .card__caption-heading {
  transform: translateY(1.5rem);
}

.template-index .shopify-section.small-carousel-container .card-tile.card--image:hover .card__caption-heading {
  transform: translateY(0);
}

.template-index .shopify-section.banner-carousel-container .container {
  padding: 100px 40px;
}

.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h1,
.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h2 {
  font-size: 40px;
}

.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h1,
.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h2,
.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h3,
.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h4,
.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h5,
.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h6,
.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h7,
.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide h8,
.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide p {
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide p {
  font-size: 14px;
}

.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide .btn {
  margin-top: 20px;
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 9px 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  width: 100%;
}

.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide .hero-main__video-container {
  position: absolute;
  top: -32px;
  left: 0;
  height: 100%;
  z-index: 1;
}

.template-index .shopify-section.banner-carousel-container .carousel-banner .swiper-wrapper .swiper-slide .hero-main__video-container .embed-responsive:before {
  padding-top: 178% !important;
}

.template-index .shopify-section.copy-image .copyImage {
  padding-top: 6rem;
  padding-bottom: 6rem;
  min-height: 300px;
}

.template-index .shopify-section.copy-image .copyImage .row {
  min-height: 450px;
}

.template-index .shopify-section.copy-image .copyImage .row.reverse {
  flex-direction: row-reverse;
}

.template-index .shopify-section.copy-image .copyImage .row.reverse .copy__inner {
  padding-left: 32px;
}

.template-index .shopify-section.copy-image .copyImage .row .copy__inner {
  width: 80%;
}

@media (max-width: 767.98px) {
  .template-index .shopify-section.copy-image .copyImage .row .copy__inner h2 {
    display: block;
  }
}

.template-index .shopify-section.copy-image .copyImage .row .copy__body {
  font-family: var(--font-primary);
  font-weight: 500;
}

.template-index .shopify-section.copy-image .copyImage .row .image .img {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: auto;
  border-radius: 8px;
  margin-top: 3.2rem;
}

@media (min-width: 768px) {
  .template-index .shopify-section.copy-image .copyImage .row .image .img {
    height: 100%;
    margin-top: 0;
  }
}

.template-index .shopify-section.copy>.copy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.template-index .shopify-section.copy>.copy .copy__header {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 24px;
}

.template-index .shopify-section.copy>.copy .copy__body {
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 32px 0;
}

.template-index .shopify-section.copy>.copy .copy__body a {
  font-family: var(--font-primary);
  font-weight: 500;
  text-decoration: underline;
}

.template-index .shopify-section.copy>.copy .copy__body p {
  margin-bottom: 32px;
}

.template-index .shopify-section.bgImage-copy .btn {
  border-radius: 50px;
  line-height: 30px;
}

.template-index .shopify-section.bgImage-copy .container {
  padding-left: 40px;
  padding-right: 40px;
}

.template-index .shopify-section.bgImage-copy .container .hero-main__headline {
  margin-bottom: 14px;
  font-size: 40px;
}

.template-index .shopify-section.bgImage-copy .container h4 {
  font-size: 16px;
  line-height: 1.75;
}

.template-index .shopify-section.bgImage-copy .container .hero-main__cta-wrapper {
  margin-top: 0;
}

.template-index .shopify-section.bgImage-copy .hero-main__inner-container {
  padding: 10rem 0;
}

.template-index .shopify-section .container {
  padding-left: 40px;
  padding-right: 40px;
}

.template-index .shopify-section:not(#shopify-section-header) .btn {
  text-transform: capitalize;
  font-size: 1.2rem;
  border-radius: 50px;
  line-height: 30px;
}

@media screen and (min-width: 992px) {
  .template-index .shopify-section:not(#shopify-section-header) .btn {
    font-size: 1.6rem;
  }
}

.template-index .shopify-section:not(#shopify-section-header) .btn.btn-outlined {
  line-height: 5px;
  color: #fff;
  font-size: 12px;
  border-width: 4px !important;
}

.template-index .shopify-section:not(#shopify-section-header) .btn.btn-outlined span {
  color: #fff;
  font-size: 12px;
}

.template-index .shopify-section:not(#shopify-section-header) .btn span {
  font-size: 16px;
}

.template-index>.modal {
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  -webkit-overflow-scrolling: touch;
}

.template-index>.modal.is-open {
  display: block;
  animation: modal-fade-in 0.3s cubic-bezier(0.38, 0.41, 0.27, 1);
  overflow-x: hidden;
  overflow-y: auto;
}

.template-index>.modal.is-top .modal-dialog:before,
.template-index>.modal.is-bottom .modal-dialog:after {
  opacity: 0;
}

.template-index>.modal-close {
  position: fixed;
  z-index: 11;
  pointer-events: auto;
  top: 30px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.template-index>.modal-close a {
  color: #fff;
}

.template-index>.modal-close svg {
  fill: #fff;
  width: 100%;
}

.template-index>.modal-close .modal-close {
  position: static;
}

@media only screen and (min-width: 768px) {
  .template-index>.modal__close {
    top: 4rem;
    right: 4rem;
  }
}

.template-index>.modal__content {
  text-align: center;
}

.template-index>.modal__content h2 {
  margin: 0 auto 8rem;
}

@media only screen and (max-width: 767px) {
  .template-index>.modal__content h2 {
    margin: 0 auto 6rem;
  }
}

.template-index>.modal__body {
  margin: 0 auto;
  text-align: center;
}

.template-index>.modal .modal-dialog {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  color: #fff;
  background-color: #000;
  transform: none !important;
  pointer-events: none;
}

.template-index>.modal__copy {
  margin-bottom: 3.5rem;
}

.template-index>.modal .modal-content {
  background-color: #000;
  border: 0;
  z-index: 2;
}

.template-index>.modal .modal-body {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  padding: 0;
  z-index: 2;
}

.template-index>.modal .modal-body .row {
  margin-left: -25px;
  margin-right: -25px;
}

.template-index>.modal .modal-body [class*=col] {
  padding-left: 25px;
  padding-right: 25px;
}

.template-index>.modal .modal-body .btn {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .template-index>.modal .modal-body .btn {
    width: auto;
  }
}

.template-index .modal__bottom,
.template-index .modal__floating,
.template-index .modal__full,
.template-index .modal__top,
.template-index .modal__video {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 1050;
}

.template-index .modal__bottom .modal-close,
.template-index .modal__bottom .modal__close {
  position: absolute;
  top: 3rem;
  right: 4rem;
}

.template-index .modal__floating .modal-close,
.template-index .modal__floating .modal__close {
  position: absolute;
  top: 3rem;
  right: 4rem;
}

.template-index .modal__full .modal-close,
.template-index .modal__full .modal__close {
  position: absolute;
  top: 3rem;
  right: 4rem;
}

.template-index .modal__top .modal-close,
.template-index .modal__top .modal__close {
  position: absolute;
  top: 3rem;
  right: 4rem;
}

.template-index .modal__video .modal-close,
.template-index .modal__video .modal__close {
  position: absolute;
  top: 3rem;
  right: 4rem;
}

@media only screen and (max-width: 767px) {

  .template-index .modal__bottom .modal-close,
  .template-index .modal__bottom .modal__close {
    top: 2rem;
    right: 2rem;
  }

  .template-index .modal__floating .modal-close,
  .template-index .modal__floating .modal__close {
    top: 2rem;
    right: 2rem;
  }

  .template-index .modal__full .modal-close,
  .template-index .modal__full .modal__close {
    top: 2rem;
    right: 2rem;
  }

  .template-index .modal__top .modal-close,
  .template-index .modal__top .modal__close {
    top: 2rem;
    right: 2rem;
  }

  .template-index .modal__video .modal-close,
  .template-index .modal__video .modal__close {
    top: 2rem;
    right: 2rem;
  }
}

.template-index .modal__bottom .modal-dialog,
.template-index .modal__floating .modal-dialog,
.template-index .modal__full .modal-dialog,
.template-index .modal__top .modal-dialog,
.template-index .modal__video .modal-dialog {
  background-color: transparent !important;
}

.template-index .modal__bottom .modal-content,
.template-index .modal__floating .modal-content,
.template-index .modal__full .modal-content,
.template-index .modal__top .modal-content,
.template-index .modal__video .modal-content {
  position: absolute;
  left: 0;
  width: 100%;
}

.template-index .modal__bottom .modal-body,
.template-index .modal__floating .modal-body,
.template-index .modal__full .modal-body,
.template-index .modal__top .modal-body,
.template-index .modal__video .modal-body {
  margin: 0 auto;
  text-align: center;
  width: unset;
}

.template-index .modal__bottom .modal-body .slim,
.template-index .modal__floating .modal-body .slim,
.template-index .modal__full .modal-body .slim,
.template-index .modal__top .modal-body .slim,
.template-index .modal__video .modal-body .slim {
  width: 70%;
  margin: 0 auto;
  text-align: left;
}

.template-index .modal__bottom .modal-body .slim a,
.template-index .modal__bottom .modal-body .slim ul {
  display: inline-block;
}

.template-index .modal__floating .modal-body .slim a,
.template-index .modal__floating .modal-body .slim ul {
  display: inline-block;
}

.template-index .modal__full .modal-body .slim a,
.template-index .modal__full .modal-body .slim ul {
  display: inline-block;
}

.template-index .modal__top .modal-body .slim a,
.template-index .modal__top .modal-body .slim ul {
  display: inline-block;
}

.template-index .modal__video .modal-body .slim a,
.template-index .modal__video .modal-body .slim ul {
  display: inline-block;
}

.template-index .modal__bottom .modal-body .cta-circle-light.cta-circle-outlined .cta-circle__outline,
.template-index .modal__floating .modal-body .cta-circle-light.cta-circle-outlined .cta-circle__outline,
.template-index .modal__full .modal-body .cta-circle-light.cta-circle-outlined .cta-circle__outline,
.template-index .modal__top .modal-body .cta-circle-light.cta-circle-outlined .cta-circle__outline,
.template-index .modal__video .modal-body .cta-circle-light.cta-circle-outlined .cta-circle__outline {
  box-shadow: inset 0 0 0 4px #fff !important;
}

.template-index .modal__floating .modal-content,
.template-index .modal__full .modal-content {
  top: 0;
  height: 100%;
  border-radius: 0;
}

.template-index .modal__video .modal-content {
  top: 0;
  height: 100%;
  border-radius: 0;
}

.template-index .modal__video .modal-body {
  width: 100%;
}

.template-index .modal__video .modal-body video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
}

.template-index .modal__video .modal-body video:focus {
  outline: none;
}

.template-index .modal__video .cta-circle.cta-circle-outlined.cta-circle-light svg * {
  stroke: rgba(0, 0, 0, 0.25);
  stroke-width: 1px;
}

.template-index .modal__top .modal-content {
  top: 0;
  height: 50%;
}

.template-index .modal__bottom .modal-content {
  bottom: 0;
  height: 50%;
}

.template-index .modal__floating .modal-content {
  top: 0;
  height: 100%;
}

.template-index .modal__floating .modal-close,
.template-index .modal__floating .modal__close {
  top: unset;
  right: unset;
  bottom: 4rem;
  left: calc(50% - 22px);
}

.template-index .modal__floating .modal-close .cta-circle__outline,
.template-index .modal__floating .modal__close .cta-circle__outline {
  box-shadow: inset 0 0 0 4px #fff !important;
}

.template-index body.is-modal-open {
  overflow: hidden;
}

.template-index body.is-modal-open .hero-pdp__toolbar.is-sticky {
  color: #fff;
  background-color: transparent;
}

.template-index body.is-modal-open .hero-pdp__toolbar.is-sticky .cta-rounded-rect__bg {
  background: #fff;
}

.template-index body.is-modal-open .hero-pdp__toolbar.is-sticky .cta-rounded-rect__heading {
  color: #000;
}

.template-index body.is-modal-open .hero-pdp__toolbar-secondary a {
  color: #fff;
}

.template-index body.is-modal-open .hero-main__caret-wrapper {
  display: none !important;
}

.template-index body.is-modal-open [data-custom-cursor] {
  z-index: 1051;
}

.template-index body.is-modal-open .account-login-container {
  z-index: 1;
}

.template-index .dark-theme .modal .modal-content {
  background-color: #fff;
  color: #000;
}

.template-index .dark-theme .modal .cta-circle.cta-circle-outlined svg *,
.template-index .dark-theme .modal .dark-theme .cta-circle.cta-circle-outlined.disabled svg * {
  fill: #000 !important;
}

.template-index .dark-theme .modal__floating .modal-content {
  top: 0;
  height: 100%;
}

.template-index .dark-theme .modal__floating .modal-close .cta-circle__outline,
.template-index .dark-theme .modal__floating .modal__close .cta-circle__outline {
  box-shadow: inset 0 0 0 4px #000 !important;
}

@keyframes modal-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

.modal-video {
  position: initial;
}

.modal-video #modal-video {
  padding: 0 !important;
}

.modal-video__close {
  position: fixed;
  top: 2.8rem;
  right: 0;
  width: 4.4rem;
  height: 4.4rem;
  z-index: 4;
  pointer-events: auto;
}

@media (min-width: 768px) {
  .modal-video__close {
    top: 4rem;
    right: 4rem;
  }
}

@media (min-width: 992px) {
  .modal-video__close {
    top: 4rem;
    right: 8rem;
  }
}

.modal-video__player {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.has-take-action .modal-video__player {
  opacity: 0.6;
}

.has-take-action.is-playing .modal-video__player {
  opacity: 1;
}

.modal-video__ctrls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 10.7rem;
  padding: 0 8rem;
  z-index: 2;
  pointer-events: all;
}

@media (max-width: 991.98px) {
  .modal-video__ctrls {
    padding: 0 4rem;
  }
}

.modal-video__ctrls-bar {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  height: 2rem;
  overflow: hidden;
  cursor: pointer;
}

.modal-video__ctrls-bar-progress {
  width: 100%;
  height: 0.2rem;
  border-radius: 3.0rem;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}

.modal-video__ctrls-bar-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.0rem;
  transform: translateX(-100%);
  background: #fff;
  pointer-events: none;
}

.modal-video__ctrls-bar-head.is-hidden {
  opacity: 0;
}

.modal-video__ctrls-meta {
  margin: 0 2rem;
  font-size: 1.2rem;
  opacity: 0.6;
}

.modal-video__ctrls-playback {
  position: relative;
  margin-right: 2rem;
  width: 1.6rem;
  height: 2rem;
  cursor: pointer;
}

.modal-video__ctrls-playback figure {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.modal-video__ctrls-playback figure.is-hidden {
  display: none;
}

.modal-video__ctrls-playback svg {
  fill: #fff;
  width: 1.6rem;
  height: 2rem;
}

.modal-video__ctrls-share,
.modal-video__ctrls-fullscreen {
  width: 1.8rem;
  height: auto;
  margin-left: 2rem;
  margin-bottom: 0.6rem;
  cursor: pointer;
}

.modal-video__ctrls-share svg,
.modal-video__ctrls-fullscreen svg {
  fill: #fff;
}

.modal-video__ctrls-volume {
  position: relative;
  margin-left: 2.7rem;
  width: 1.8rem;
  height: 2rem;
  cursor: pointer;
}

.modal-video__ctrls-volume figure {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.modal-video__ctrls-volume figure.is-hidden {
  display: none;
}

.modal-video__ctrls-volume svg {
  fill: #fff;
  width: 1.6rem;
  height: 2.4rem;
}

.modal-video__take-action {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  height: 100vh;
  background: #000;
  text-align: center;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  z-index: 100;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), z-index 0s step-end 0s;
}

@media (min-width: 768px) {
  .modal-video__take-action {
    top: 50%;
    left: 50%;
    padding: 4rem 2rem;
    width: 75%;
    height: 50vh;
    max-width: 700px;
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 992px) {
  .modal-video__take-action {
    padding: 4rem;
  }
}

.is-playing .modal-video__take-action {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), z-index 0s step-end 0.3s;
}

.has-take-action .modal-video__take-action {
  display: flex;
}

.modal-video__take-action .btn {
  margin: 1rem;
}

.modal-video__take-action__body {
  margin: 1em 0;
}

.modal-video .modal {
  background-color: #000;
}

.modal-video .modal-dialog {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin: 0;
  color: #fff;
  background-color: #000;
  transform: none !important;
  pointer-events: auto;
  overflow: hidden;
}

.modal-video .modal-content {
  background-color: #000;
  border: 0;
  height: 100vh;
  z-index: 2;
}

.modal-video .modal-body {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  height: calc(100vh - 20rem);
  padding: 10rem 0;
  width: 100%;
  transform: translateY(30px);
  transition: opacity 0.6s cubic-bezier(0.38, 0.41, 0.27, 1), transform 0.6s cubic-bezier(0.38, 0.41, 0.27, 1);
}

.modal-video .modal-body .row {
  margin-left: -20px;
  margin-right: -20px;
}

.modal-video .modal-body [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-video .modal-body.is-open {
  opacity: 1;
  transform: translateY(0);
}

.modal-video .card__caption {
  height: 17.8rem;
}

.modal-video .card__badge {
  opacity: 0;
}

@media (max-width: 991.98px) {
  .modal-video .card__badge .card__badge {
    opacity: 1;
  }
}

.modal-video .swiper-scrollbar {
  background: #000;
}

.modal-video .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}

.modal-video .slider-features--size-modal {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.38, 0.41, 0.27, 1) 0.3s;
}

.modal-video .slider-features--size-modal.is-shown {
  opacity: 1;
}

@media (min-width: 768px) {
  .modal-video .slider-features--size-modal {
    display: flex;
    flex-flow: row wrap;
    max-width: 55%;
    margin-left: 9.5rem;
  }

  .modal-video .slider-features--size-modal .swiper-slide {
    flex: 0 0 50%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
}

.modal-video__take-action-cta {
  display: none;
}

.has-take-action.is-playing .modal-video__take-action-cta {
  display: block;
}

@keyframes blurb-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.storytelling-scroller {
  position: relative;
  width: 100%;
}

.storytelling-scroller:after {
  content: unset;
}

.storytelling-scroller.is-background-locked .storytelling-scroller__skip {
  visibility: visible;
  opacity: 0.6;
  transition: opacity 0.6s ease-in-out, visibility 0.6s;
}

.storytelling-scroller__backgrounds {
  position: -webkit-sticky;
  position: sticky;
  top: 0rem;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 0;
  will-change: position;
  overflow: hidden;
  transform: translateZ(0);
}

.storytelling-scroller__backgrounds.is-bottom .storytelling-scroller__background {
  top: auto;
  bottom: 0rem;
}

.storytelling-scroller__background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transform: translateZ(0);
}

.storytelling-scroller__background.active,
.storytelling-scroller__background.active-last {
  opacity: 1;
}

.storytelling-scroller__background img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
  transition: opacity 0.2s, filter 0.4s;
}

.storytelling-scroller__background img.lazyload {
  opacity: 0;
}

.storytelling-scroller__background img.lazyload,
.storytelling-scroller__background img.lazyloading {
  filter: blur(20px);
}

.storytelling-scroller__background .storytelling-scroller__background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.storytelling-scroller__background.is-dark {
  background-color: #000;
}

.storytelling-scroller__background.is-dark .storytelling-scroller__background-overlay {
  background-color: #000;
  opacity: 0.5;
}

.storytelling-scroller__background.is-light {
  background-color: #fff;
}

.storytelling-scroller__background.is-light .storytelling-scroller__background-overlay {
  background-color: #fff;
  opacity: 0.5;
}

.storytelling-scroller__border {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.storytelling-scroller__border-top,
.storytelling-scroller__border-right,
.storytelling-scroller__border-bottom,
.storytelling-scroller__border-left {
  position: absolute;
  will-change: transform;
  background: #fff;
}

.is-dark .storytelling-scroller__border-top,
.is-dark .storytelling-scroller__border-right,
.is-dark .storytelling-scroller__border-bottom,
.is-dark .storytelling-scroller__border-left {
  background: #000;
}

.storytelling-scroller__border-top {
  top: -0.1rem;
  left: 0rem;
  width: 100%;
  height: 2rem;
  transform-origin: 50% 0%;
}

@media (min-width: 767px) {
  .storytelling-scroller__border-top {
    height: 4rem;
  }
}

@media (min-width: 992px) {
  .storytelling-scroller__border-top {
    height: 8rem;
  }
}

.storytelling-scroller__border-right {
  top: 0rem;
  left: auto;
  right: -0.1rem;
  width: 2rem;
  height: 100%;
  transform-origin: 100% 50%;
}

@media (min-width: 767px) {
  .storytelling-scroller__border-right {
    width: 4rem;
  }
}

@media (min-width: 992px) {
  .storytelling-scroller__border-right {
    width: 8rem;
  }
}

.storytelling-scroller__border-bottom {
  top: auto;
  bottom: -0.1rem;
  left: 0rem;
  width: 100%;
  height: 2rem;
  transform-origin: 50% 100%;
}

@media (min-width: 767px) {
  .storytelling-scroller__border-bottom {
    height: 4rem;
  }
}

@media (min-width: 992px) {
  .storytelling-scroller__border-bottom {
    height: 8rem;
  }
}

.storytelling-scroller__border-left {
  top: 0rem;
  left: -0.1rem;
  width: 2rem;
  height: 100%;
  transform-origin: 0% 50%;
}

@media (min-width: 767px) {
  .storytelling-scroller__border-left {
    width: 4rem;
  }
}

@media (min-width: 992px) {
  .storytelling-scroller__border-left {
    width: 8rem;
  }
}

.storytelling-scroller__foregrounds {
  position: relative;
  width: 100%;
  margin-top: -100vh;
  z-index: 4;
  overflow: hidden;
}

.storytelling-scroller__foreground {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
}

.storytelling-scroller__foreground:last-child {
  min-height: 100vh;
}

@media (min-width: 767px) {
  .storytelling-scroller__foreground:last-child {
    min-height: 103vh;
  }
}

.storytelling-scroller__foreground:first-child {
  min-height: 120vh;
}

@media (min-width: 767px) {
  .storytelling-scroller__foreground:first-child {
    min-height: 150vh;
  }
}

.storytelling-scroller__foreground:first-child .storytelling-scroller__foreground-content-wrapper>div:first-child {
  top: 10vh;
}

@media (min-width: 767px) {
  .storytelling-scroller__foreground:first-child .storytelling-scroller__foreground-content-wrapper>div:first-child {
    top: 16vh;
  }
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-main__content>*,
.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-caption>* {
  opacity: 1;
  transform: none;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-main__content>*:nth-child(1),
.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-caption>*:nth-child(1) {
  transition: opacity 0.5s ease-in-out 0.16s, transform 0.8s ease-in-out 0.12s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-main__content>*:nth-child(2),
.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-caption>*:nth-child(2) {
  transition: opacity 0.5s ease-in-out 0.32s, transform 0.8s ease-in-out 0.24s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-main__content>*:nth-child(3),
.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-caption>*:nth-child(3) {
  transition: opacity 0.5s ease-in-out 0.48s, transform 0.8s ease-in-out 0.36s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-main__content>*:nth-child(4),
.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-caption>*:nth-child(4) {
  transition: opacity 0.5s ease-in-out 0.64s, transform 0.8s ease-in-out 0.48s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-main__content>*:nth-child(5),
.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-caption>*:nth-child(5) {
  transition: opacity 0.5s ease-in-out 0.8s, transform 0.8s ease-in-out 0.6s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-main__content>*:nth-child(6),
.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-caption>*:nth-child(6) {
  transition: opacity 0.5s ease-in-out 0.96s, transform 0.8s ease-in-out 0.72s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-main__content>*:first-child,
.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .hero-caption>*:first-child {
  transition: opacity 0.5s ease-in-out 0s, transform 0.8s ease-in-out 0s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .slider-cards__header-inner>* {
  opacity: 1;
  transform: none;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .slider-cards__header-inner>*:nth-child(1) {
  transition: opacity 0.4s ease-in-out 0.16s, transform 0.6s ease-in-out 0.12s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .slider-cards__header-inner>*:nth-child(2) {
  transition: opacity 0.4s ease-in-out 0.32s, transform 0.6s ease-in-out 0.24s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .slider-cards__header-inner>*:nth-child(3) {
  transition: opacity 0.4s ease-in-out 0.48s, transform 0.6s ease-in-out 0.36s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .slider-cards__header-inner>*:nth-child(4) {
  transition: opacity 0.4s ease-in-out 0.64s, transform 0.6s ease-in-out 0.48s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .slider-cards__header-inner>*:nth-child(5) {
  transition: opacity 0.4s ease-in-out 0.8s, transform 0.6s ease-in-out 0.6s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .slider-cards__header-inner>*:nth-child(6) {
  transition: opacity 0.4s ease-in-out 0.96s, transform 0.6s ease-in-out 0.72s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .swiper-wrapper>* {
  opacity: 1;
  transform: none;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .swiper-wrapper>*:nth-child(1) {
  transition: opacity 0.4s ease-in-out 0.16s, transform 0.8s ease-in-out 0.12s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .swiper-wrapper>*:nth-child(2) {
  transition: opacity 0.4s ease-in-out 0.24s, transform 0.8s ease-in-out 0.16s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .swiper-wrapper>*:nth-child(3) {
  transition: opacity 0.4s ease-in-out 0.32s, transform 0.8s ease-in-out 0.2s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .swiper-wrapper>*:nth-child(4) {
  transition: opacity 0.4s ease-in-out 0.4s, transform 0.8s ease-in-out 0.24s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .swiper-wrapper>*:nth-child(5) {
  transition: opacity 0.4s ease-in-out 0.48s, transform 0.8s ease-in-out 0.28s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .swiper-wrapper>*:nth-child(6) {
  transition: opacity 0.4s ease-in-out 0.56s, transform 0.8s ease-in-out 0.32s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .swiper-wrapper>*:nth-child(7) {
  transition: opacity 0.4s ease-in-out 0.64s, transform 0.8s ease-in-out 0.36s;
}

.storytelling-scroller__foreground.is-on-screen .storytelling-scroller__foreground-content-wrapper .swiper-wrapper>*:nth-child(8) {
  transition: opacity 0.4s ease-in-out 0.72s, transform 0.8s ease-in-out 0.4s;
}

@media (min-width: 767px) {
  .storytelling-scroller__foreground .hero-main .align-left .hero-main__bottom {
    padding-left: 5.7rem;
  }
}

@media (min-width: 992px) {
  .storytelling-scroller__foreground .hero-main .align-left .hero-main__bottom {
    padding-left: 10.7rem;
  }
}

@media (min-width: 767px) {
  .storytelling-scroller__foreground .hero-main .align-right .hero-main__bottom {
    padding-right: 5.7rem;
  }
}

@media (min-width: 992px) {
  .storytelling-scroller__foreground .hero-main .align-right .hero-main__bottom {
    padding-right: 10.7rem;
  }
}

.storytelling-scroller__foreground-content-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
  flex-flow: row wrap;
  padding: 0;
}

.storytelling-scroller__foreground-content-wrapper .hero-main__content>*,
.storytelling-scroller__foreground-content-wrapper .hero-caption>* {
  opacity: 0;
  transform: translateY(10rem);
  transition: transform 0s linear 0.3s, opacity 0.3s ease-in-out 0s;
}

.storytelling-scroller__foreground-content-wrapper .hero-main__content>*:first-child,
.storytelling-scroller__foreground-content-wrapper .hero-caption>*:first-child {
  opacity: 0.3;
}

.storytelling-scroller__foreground-content-wrapper .slider-cards__container {
  width: 100vw;
}

.storytelling-scroller__foreground-content-wrapper .slider-cards {
  background-color: transparent;
}

.storytelling-scroller__foreground-content-wrapper .slider-cards__header-inner>* {
  opacity: 0;
  transform: translateY(6rem);
  transition: transform 0s linear 0.3s, opacity 0.3s ease-in-out 0s;
}

.storytelling-scroller__foreground-content-wrapper .swiper-wrapper>* {
  opacity: 0;
  transform: translateY(10rem);
  transition: transform 0s linear 0.3s, opacity 0.3s ease-in-out 0s;
}

.storytelling-scroller__foreground-content-wrapper .slider,
.storytelling-scroller__foreground-content-wrapper .slider-cards__container,
.storytelling-scroller__foreground-content-wrapper .container-wrapper {
  overflow: visible;
}

.storytelling-scroller__foreground-content-wrapper .hero-caption__cta {
  flex: none;
}

.storytelling-scroller__progress {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 0.8rem;
  z-index: 3;
}

.storytelling-scroller__progress-track {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.6);
  transform-origin: 0% 50%;
}

.storytelling-scroller__skip {
  display: none;
  position: fixed;
  top: 2rem;
  left: auto;
  right: 8rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

.storytelling-scroller__skip:hover {
  opacity: 1 !important;
  transition: opacity 0.6s ease-in-out, visibility 0.6s;
}

.lazyload-placeholder--slider:before,
.lazyload-placeholder--slider .card {
  background: linear-gradient(122deg, #dae0e5 0%, #f8f9fa 100%);
  background-size: 400% 400%;
  animation: placeholderAnimateBg 4s ease infinite;
}

.is-dark .lazyload-placeholder--slider:before,
.is-dark .lazyload-placeholder--slider .card {
  background: linear-gradient(122deg, #5f5f5f 0%, #525252 100%);
  background-size: 400% 400%;
  animation: placeholderAnimateBg 4s ease infinite;
}

.lazyload-placeholder--slider:before {
  content: '';
  display: block;
  margin: 0 0 3rem;
  height: 4rem;
  border-radius: 8px;
}

.lazyload-placeholder--slider .lazyload-placeholder__cards-container {
  display: flex;
  white-space: nowrap;
  margin-right: -20px;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 1200px) {
  .lazyload-placeholder--slider .lazyload-placeholder__cards-container {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.lazyload--product-slider .lazyload-placeholder--slider .lazyload-placeholder__cards-container {
  padding-bottom: 0;
  margin-bottom: 0;
}

.lazyload-placeholder--slider .swiper-slide {
  padding: 0;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .layout-wide .lazyload-placeholder--slider .swiper-slide {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

.lazyload-placeholder--slider .card {
  height: 0;
  padding-bottom: 133.33333%;
}

@media (min-width: 992px) {
  .layout-wide .lazyload-placeholder--slider .card {
    padding-bottom: 66.66667%;
  }
}

.lazyload--product-slider .lazyload-placeholder:before {
  margin-top: 3.4rem;
}

.lazyload--product-slider .lazyload-placeholder .card {
  padding-bottom: 121.21212%;
}

@media (min-width: 767px) {
  .lazyload--product-slider .lazyload-placeholder .card-meta {
    margin-bottom: 2.7rem;
  }
}

.lazyload--product-slider .lazyload-placeholder .card-meta:before,
.lazyload--product-slider .lazyload-placeholder .card-meta:after {
  content: '';
  display: block;
  margin: 0 auto 1em;
  width: 90%;
  height: 3rem;
  border-radius: 8px;
  opacity: 0.5;
  background: linear-gradient(122deg, #dae0e5 0%, #f8f9fa 100%);
  background-size: 400% 400%;
  animation: placeholderAnimateBg 4s ease infinite;
}

.is-dark .lazyload--product-slider .lazyload-placeholder .card-meta:before,
.is-dark .lazyload--product-slider .lazyload-placeholder .card-meta:after {
  background: linear-gradient(122deg, #5f5f5f 0%, #525252 100%);
  background-size: 400% 400%;
  animation: placeholderAnimateBg 4s ease infinite;
}

.lazyload-placeholder--story-scroller {
  background: linear-gradient(122deg, #dae0e5 0%, #f8f9fa 100%);
  background-size: 400% 400%;
  animation: placeholderAnimateBg 4s ease infinite;
  display: block;
  width: auto;
  max-width: 100%;
  min-height: 100vh;
  border-radius: 8px;
  margin: 2rem;
}

@media (min-width: 767px) {
  .lazyload-placeholder--story-scroller {
    margin: 4rem;
  }
}

@media (min-width: 992px) {
  .lazyload-placeholder--story-scroller {
    margin: 8rem;
  }
}

.is-dark .lazyload-placeholder--story-scroller {
  background: linear-gradient(122deg, #5f5f5f 0%, #525252 100%);
  background-size: 400% 400%;
  animation: placeholderAnimateBg 4s ease infinite;
}

@keyframes placeholderAnimateBg {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.lazyload--story-scroller.lazyloaded-ajax,
.slider-cards>.lazyloaded-ajax {
  animation: lazyloadAppear 0.5s ease-in;
}

@keyframes lazyloadAppear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .items-wrapper {
    display: table !important;
  }
}

#navbarDropdownMenuLink-account svg,
#navbarDropdownMenuLink-user svg {
  top: 0;
}

@media (max-width: 991.98px) {
  #navbarDropdownMenuLink-cart {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

#navbarDropdownMenuLink-cart svg {
  margin-top: -8px;
}

@media (max-width: 991.98px) {
  #navbarDropdownMenuLink-cart svg.mobile-white {
    fill: white;
  }
}

.items-wrapper>li>a {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}

.items-wrapper>li>a.current {
  background: #ef4923;
  color: #fff;
  z-index: 2;
  position: relative;
}

.items-wrapper>li>a.current svg {
  fill: #fff;
}

@media (min-width: 768px) {
  .items-wrapper>li>a.current:hover {
    background: #ef4923;
    color: #fff;
  }

  .items-wrapper>li>a.current:hover svg {
    fill: #ef4923 !important;
  }
}

@media (min-width: 768px) {
  .items-wrapper>li:hover>a {
    background-color: #fff;
    color: #ef4923;
  }
}

@media (max-width: 991.98px) {
  .items-wrapper>li.show>a {
    background-color: #fff;
    color: #ef4923;
  }
}

.items-wrapper li.item-main {
  height: 60px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .items-wrapper li.item-main {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 992px) {
  .items-wrapper li.item-main.item-desktop {
    display: table-cell !important;
  }
}

.items-wrapper li.search-top-wrapper {
  width: 55%;
}

@media (max-width: 991.98px) {
  .items-wrapper li.search-top-wrapper {
    width: 60%;
  }
}

.items-wrapper li.search-top-wrapper .form {
  height: 60px;
}

.items-wrapper li.item-icon {
  width: 60px;
}

.items-wrapper li.item-icon .fa {
  font-size: 22px;
  top: 3px;
  position: relative;
}

.items-wrapper li.item-icon svg {
  top: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .items-wrapper li.item-icon:hover svg {
    fill: #ef4923;
  }
}

.items-wrapper li.inside-menu .list-menu {
  max-width: 230px;
}

.items-wrapper li.inside-menu .list-image {
  padding-left: 20px;
  width: 500px;
}

.items-wrapper li.account-menu .dropdown-menu {
  padding: 0 0;
  left: auto;
  right: -50px;
}

.items-wrapper li.item-large {
  min-width: 140px;
}

.main-menu {
  width: 100%;
}

.header .navbar .container {
  display: block;
}

.minicart-menu {
  min-width: 60px;
  height: 100%;
}

@media (min-width: 768px) {
  .minicart-menu .items-wrapper li.dropdown:hover:after {
    content: ' ';
    position: absolute;
    bottom: -1px;
    background-color: #fff;
    width: 100%;
    height: 1px;
    right: 0;
    z-index: 1031;
  }

  .minicart-menu .items-wrapper li.dropdown:hover>a {
    color: #ef4923;
    background-color: #fff;
  }

  .minicart-menu .items-wrapper li.dropdown:hover svg {
    fill: #ef4923;
    position: relative;
  }
}

@media (max-width: 991.98px) {
  .minicart-menu .items-wrapper li.dropdown.show:after {
    content: ' ';
    position: absolute;
    bottom: -1px;
    background-color: #fff;
    width: 100%;
    height: 1px;
    right: 0;
    z-index: 1031;
  }

  .minicart-menu .items-wrapper li.dropdown.show>a {
    color: #ef4923;
    background-color: #fff;
  }

  .minicart-menu .items-wrapper li.dropdown.show svg {
    fill: #ef4923 !important;
    position: relative;
  }
}

.minicart-menu .dropdown-menu {
  padding: 0 0;
  left: auto;
  right: 0;
}

.mini-cart-products a {
  line-height: 1.1;
  display: block;
}

.meganav {
  position: initial;
}

.meganav .dropdown-menu {
  padding: 0 0;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 110px);
  overflow: auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .meganav .dropdown-menu {
    overflow: hidden;
  }
}

.menu-content-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
}

.submenu li a {
  white-space: initial;
}

.submenu .column a {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration-line: none;
  font-size: inherit;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .submenu .column a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.submenu .column .collection-wrapper {
  background: #ccc;
  min-width: 200px;
}

.submenu .column .collection-wrapper .title {
  color: #fff;
}

.submenu .column .sports-wrapper {
  background-color: #f0f0f0;
  min-width: 200px;
}

.submenu .column .sports-wrapper .title {
  color: #999;
}

/* dropdown category menu animation */
@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

.slideIn {
  animation-name: slideIn;
}

.menu-toggle {
  padding: 10px 20px 10px 15px;
  height: 60px;
  font-size: 14px;
}

.menu-toggle:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

.menu-toggle[aria-expanded='true'] svg {
  fill: #ef4923;
}

.menu-toggle .icon {
  display: inline-block;
  fill: currentColor;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
}

@media screen and (min-width: 992px) {
  width: 30px;
  height: 30px;
}

.menu-toggle .icon-menu-toggle {
  top: 0;
}

.svg-menu-toggle .line {
  opacity: 1;
  transform: rotate(0) translateY(0) translateX(0);
  transform-origin: 1em 1em;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.svg-menu-toggle .line-1 {
  transform-origin: 1em 2.5em;
}

.svg-menu-toggle .line-3 {
  transform-origin: 1em 4.5em;
}

.menu-toggle[aria-expanded='true'] .svg-menu-toggle .line-1 {
  transform: rotate(45deg) translateY(0) translateX(0);
  color: #ef4923;
}

.menu-toggle[aria-expanded='true'] .svg-menu-toggle .line-2 {
  opacity: 0;
  color: #ef4923;
}

.menu-toggle[aria-expanded='true'] .svg-menu-toggle .line-3 {
  transform: rotate(-45deg) translateY(0em) translateX(0em);
  color: #ef4923;
}

.mobile-menu {
  background: #fff;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #d4d4d4;
}

.mobile-menu.show,
.mobile-menu.collpasing {
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.05), 0 -3px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mobile-menu .form-search {
  height: 50px;
  font-size: 1.2rem;
  background-position: top 0px right 40px;
}

.mobile-menu .form-search+.btn {
  padding: 7px 10px 3px 0px;
  font-size: 1.4rem;
}

.mobile-menu .form-search+.btn svg {
  width: 25px;
  height: 25px;
}

.mobile-menu .find {
  position: relative;
}

.mobile-menu .find .pin {
  left: 0;
}

.mobile-menu-content .item {
  position: relative;
}

.mobile-menu-content .item .fa {
  position: absolute;
  right: 10px;
  top: 0.7rem;
  font-size: 24px;
}

.mobile-menu-content .item .title[aria-expanded='true'] {
  color: #ef4923;
}

.mobile-menu-content .item .title[aria-expanded='true'] .fa {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  #shopify-section-header {
    position: relative;
  }

  .template-index #shopify-section-header {
    margin-bottom: -60px;
  }

  .template-index #shopify-section-header .header {
    background: transparent;
  }
}

#shopify-section-header.no-scroll {
  display: none;
}

.search-overlay {
  background-color: #000;
  display: none !important;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .5s ease-in-out;
}

.search-overlay .modal__close a {
  border: 3px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  right: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
}

.search-overlay .modal__close a svg {
  width: 50%;
  fill: #fff;
}

.search-overlay form {
  transform: translateY(30%);
  opacity: 0;
  z-index: -1;
  width: 80%;
  transition-delay: 1s;
  transition: all .5s ease-in-out;
  padding: 32px 16px;
}

.search-overlay form input {
  border-radius: 25px !important;
  border: none;
  padding-bottom: 7px;
  padding-left: 16px;
  z-index: -1;
}

.search-overlay form button {
  padding-top: 0 !important;
}

.search-overlay.active {
  opacity: 1;
  z-index: 99;
}

.search-overlay.active form {
  transform: translateY(0%);
  opacity: 1;
  z-index: 10;
}

.search-overlay.active form input {
  z-index: 1;
}

.header {
  transition: background-color .5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.85);
}

.header.bg-black {
  background-color: #000 !important;
}

.header .card-body {
  padding: 0;
}

.header .navbar {
  height: 60px;
}

.header .search-toggle {
  width: 20px;
  height: 20px;
}

@media (min-width: 767px) {
  .header .search-toggle {
    display: none;
  }
}

.header .top-bar {
  color: #999999;
}

.header .top-bar a {
  color: #999999;
}

.header .top-bar a:hover {
  color: #d4d4d4;
}

.header .top-bar p {
  font-size: 11px;
  letter-spacing: 1pt;
  padding: 3px 0 0 15px;
}

.header .logo {
  width: auto;
  min-width: 200px;
}

@media (min-width: 768px) {
  .header .logo img {
    filter: none !important;
  }

  .header .logo:hover {
    background-color: transparent;
  }
}

@media (max-width: 767.98px) {
  .header .logo {
    min-width: auto;
    width: 150px;
    margin-left: 25px !important;
  }

  .header .logo img {
    width: 120px;
  }
}

@media (max-width: 322px) {
  .header .logo {
    margin-left: 0px !important;
  }
}

.top-menu li a {
  font-size: 0.875rem;
  padding-top: 6px;
  height: 100%;
  display: block;
}

.mini-cart {
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: calc(100vh - 90px);
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  width: 100vw;
  min-width: auto;
  max-width: 320px;
  font-size: 14px;
}

.mini-cart-products {
  max-height: calc(100vh - 300px);
  min-height: 100px;
  overflow: auto;
}

.mini-cart-checkout {
  height: 90px;
}

.mini-cart_header .title {
  font-size: 21px;
}

.mini-cart_header .action a {
  font-size: 14px;
}

.mini-cart_header .action .fa {
  font-size: 14px !important;
  top: 0px !important;
}

.mini-cart_product:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 15px;
}

.mini-cart_product {
  padding-bottom: 15px;
}

.mini-cart_product .image-wrapper {
  width: 60px;
}

.mini-cart_product .image-wrapper img {
  min-width: 60px;
}

.mini-cart_product .name {
  white-space: initial;
}

.mini-cart_product .vary {
  font-size: 12px;
  color: #999999;
}

.mini-cart_product .price {
  font-size: 12px;
}

.mini-cart-totals {
  padding-top: 3px;
  padding-bottom: 3px;
}

@media (max-width: 991.98px) {
  .bc-sf-search-suggestion-mobile.bc-sf-search-suggestion-wrapper {
    transform: translateY(40px) !important;
  }

  .bc-sf-search-suggestion-mobile-top-panel {
    padding: 45px 0 !important;
    background-color: black !important;
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .bc-sf-search-suggestion-mobile-top-panel form {
    background-color: black !important;
  }

  .bc-sf-search-suggestion-mobile-top-panel form input {
    border-radius: 25px;
    padding: 0 16px !important;
    width: 300px !important;
    margin-left: 16px !important;
    position: relative;
    top: -26px;
  }

  .bc-sf-search-suggestion-mobile-top-panel .bc-sf-search-btn-clear-suggestion {
    background-color: #000 !important;
    display: none !important;
  }

  .bc-sf-search-suggestion-mobile-top-panel .bc-sf-search-btn-close-suggestion {
    position: absolute !important;
    background-color: #000 !important;
    right: 0 !important;
    height: 30px !important;
    width: 30px !important;
    top: 30px !important;
    right: 16px !important;
    border-radius: 100% !important;
    border: 2px solid #fff !important;
    background-image: url("https://cdn.shopify.com/s/files/1/0012/1661/0359/files/close-icon.png?v=1597350601") !important;
    background-size: 76% !important;
    background-position: center !important;
  }

  .bc-sf-search-suggestion-mobile-top-panel .bc-sf-search-btn-close-suggestion:before {
    content: none !important;
  }
}

.nav-tabs .nav-link {
  padding-top: 15px;
  border-color: transparent transparent #d4d4d4 transparent;
}

.nav-tabs .nav-link .fa-angle-up {
  display: none;
}

.nav-tabs .nav-link .fa {
  font-size: 1.2rem;
}

.nav-tabs .nav-link.active .fa-angle-up {
  display: inline-block;
}

.nav-tabs .nav-link.active .fa-angle-down {
  display: none;
}

.filter-head {
  position: relative;
}

.filter-head .icon {
  position: absolute;
  top: 0;
  right: 0;
}

.filter-head .title {
  font-size: 12px;
  letter-spacing: 1.7px;
}

.filter-head .title .icon-minus {
  display: none;
}

.filter-head .title a:hover,
.filter-head .title a[aria-expanded='true'] {
  color: #ef4923;
}

.filter-head .title a:hover svg,
.filter-head .title a[aria-expanded='true'] svg {
  fill: #ef4923;
}

.filter-head .title a[aria-expanded='true'] .icon-plus {
  display: none;
}

.filter-head .title a[aria-expanded='true'] .icon-minus {
  display: block;
}

.filter .link-filter {
  position: relative;
  padding-left: 22px;
}

.filter .link-filter:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #d4d4d4;
}

.filter .link-filter:before {
  content: '';
  display: none;
}

.filter .link-filter:hover:after {
  border: 1px solid #ef4923;
}

.filter .link-filter:focus {
  color: #000;
}

.filter .link-filter.active-filter {
  color: #ef4923;
}

.filter .link-filter.active-filter:after {
  border: 1px solid #ef4923;
}

.filter .link-filter.active-filter:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #ef4923;
  display: block;
}

.sidenav-mobile .wrapper-filter {
  margin-bottom: -1px;
}

.sidenav-mobile .wrapper-filter .filter-body li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidenav-mobile .filter {
  padding-left: 15px;
  padding-right: 15px;
}

.sidenav-mobile .filter-head .icon {
  top: 2px;
}

.footer-wrapper {
  height: 70px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .footer-wrapper {
    height: 130px;
  }
}

@media (max-width: 767.98px) {
  .footer-wrapper {
    position: relative;
    height: auto;
  }
}

.footer-wrapper.no-scroll {
  display: none;
}

.footer {
  height: 70px;
  background-color: #fff;
}

.footer .btn-newsletter {
  font-family: Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 1.6px !important;
  line-height: 18px !important;
}

@media (max-width: 767px) {
  .footer .footer-subscribe {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .footer {
    height: 130px;
  }
}

@media (max-width: 991.98px) {
  .footer {
    background-color: #000;
  }
}

@media (max-width: 767.98px) {
  .footer {
    height: auto;
    color: #fff;
  }

  .footer a {
    color: #fff !important;
  }
}

.footer .footer-signup {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 32px;
}

@media (min-width: 767px) {
  .footer .footer-signup {
    display: none;
  }
}

.footer .footer-signup p {
  font-size: 16px;
  font-family: var(--font-primary);
  font-weight: 500;
  margin-bottom: 32px;
}

.footer .footer-signup h2 {
  font-size: 24px;
  font-family: var(--font-primary);
  font-weight: 500;
  text-align: left;
  margin-bottom: 8px;
  margin-bottom: 32px;
}

.footer .footer-signup input[type="email"] {
  border: none;
  display: block;
  border-bottom: 2px solid #fff;
  background-color: #000;
  padding: 4px 8px;
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 32px;
}

.footer .footer-signup input[type="submit"] {
  margin-top: 8px;
  padding: 4px 16px;
  display: inline-block;
  border: none;
  margin-right: auto;
  line-height: 36px;
  padding-left: 32px;
  padding-right: 32px;
}

.fitzroy {
  position: absolute;
  top: -98px;
  right: 50px;
  width: 789px;
  height: 99px;
  background: url(../assets/fitzroy.png) bottom center no-repeat;
  background-size: cover;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .template-index .fitzroy {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .fitzroy {
    background-position: bottom 0px right -180px;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .fitzroy {
    background-position: bottom 0px right -200px;
  }
}

@media (min-width: 1200px) {
  .footer-menu li.list-inline-item:not(:last-child) {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .footer-menu li {
    width: 49%;
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
}

.footer-menu li a {
  font-size: 12px;
  font-family: var(--font-primary);
}

@media (max-width: 767px) {
  .footer-menu li a {
    font-size: 14px;
    opacity: .7;
  }
}

.footer-social li a {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #999999;
  font-size: 16px;
}

.footer-social li a:hover,
.footer-social li afocus {
  background: #ef4923;
}

.home-slideshow {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.home-slideshow .photo-caption {
  bottom: 100px;
  font-size: 1.6rem;
  z-index: 10;
}

@media (max-width: 1199.98px) {
  .home-slideshow .photo-caption {
    bottom: auto;
  }
}

.home-slideshow .title {
  line-height: 1;
}

@media (max-width: 991.98px) {
  .home-slideshow .title {
    font-size: 3.4rem;
  }
}

.home-slideshow .carousel,
.home-slideshow .slick-list,
.home-slideshow .slick-track,
.home-slideshow .item,
.home-slideshow .img-wrapper {
  height: 100vh;
  position: relative;
}

.home-slideshow .item {
  visibility: hidden;
}

.home-slideshow .slick-initialized .item {
  visibility: visible;
}

.home-slideshow .content {
  pointer-events: none;
}

.home-slideshow .content .inner {
  pointer-events: initial;
}

.home-slideshow .img-wrapper {
  position: relative;
}

.home-slideshow .img-wrapper img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.home-slideshow .control {
  font-size: 5rem;
}

.control {
  color: #fff;
  opacity: 0.7;
  z-index: 1;
  cursor: pointer;
  padding: 10px;
}

.control:hover {
  opacity: 1;
}

.control.prev {
  left: -8px;
}

.control.next {
  right: -8px;
}

.slick-dots {
  padding: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 100px;
  left: 30px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 4px #222222;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
  background: #fff;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.home-mobile .cover {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 40px 40px 40px;
  background-attachment: fixed;
}

@media (max-width: 575.98px) {
  .home-mobile .cover {
    padding: 80px 20px 40px 20px;
  }
}

.home-mobile .form-control {
  height: 60px;
  font-size: 1.2rem;
  border-width: 4px;
}

.home-mobile .form-control_icon+.btn {
  padding: 7px 15px 3px 0px;
  font-size: 1.4rem;
}

.home-mobile .form-control_icon+.btn svg {
  width: 25px;
  height: 25px;
}

.home-mobile .collection-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}

.home-mobile .collection-wrapper .item {
  padding-left: 10px;
  padding-right: 10px;
}

.home-mobile .btn-menu {
  height: 100px;
  background: rgba(255, 255, 255, 0.8);
  color: #777777;
  line-height: 1.4;
  white-space: normal;
}

.home-mobile .btn-menu:hover {
  background: white;
  color: #ef4923;
}

.home-mobile .btn-menu span.name {
  position: relative;
  font-size: 1em;
}

@media (max-width: 374px) {
  .home-mobile .btn-menu span.name {
    word-break: break-word;
  }
}

.home-mobile .btn-menu span.description {
  letter-spacing: 1.2pt;
  font-size: 1em;
}

@media (max-width: 767.98px) {
  .btn {
    padding: 13px 22px 10px 17px;
  }
}

.template-collection .page-title {
  line-height: 1.4;
  font-size: 2rem;
}

@media screen and (min-width: 992px) {
  .template-collection .page-title {
    font-size: 2.8rem;
  }
}

.collection-grid {
  margin-right: -7px;
  margin-left: -7px;
  position: relative;
}

.collection-grid>.col,
.collection-grid>[class*='col-'] {
  padding-right: 7px;
  padding-left: 7px;
}

.collection-image {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 767.98px) {
  .collection-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.collection-swatches .variant {
  border: 1px solid #d4d4d4;
  margin-left: 3px;
  margin-right: 3px;
}

.collection-swatches .variant.active {
  border-color: #000;
}

.collection-swatches .variant img {
  padding: 2px;
}

.sort-wrapper {
  height: 38px;
  max-width: 200px;
}

.pagination-loader-wrapper {
  position: absolute;
  width: 100%;
  bottom: -50px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.page-item:first-child .page-link {
  padding-left: 0;
}

.loader .st0 {
  fill: #342e7d;
}

.loader .st1 {
  fill: #ef4923;
}

.loader .st2 {
  fill: #1c449c;
}

.load-mask {
  position: fixed;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}

.load-mask .icon {
  width: 90px;
  height: 20px;
}

.photo-caption {
  position: absolute;
  bottom: 20px;
  right: 40px;
  cursor: pointer;
}

.photo-caption__icon {
  z-index: 100;
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.6);
}

.photo-caption__text {
  display: none;
  position: absolute;
  bottom: 0;
  right: -7px;
  z-index: 3;
  width: 200px;
  padding: 5px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.4;
}

.placeholder-svg-collection {
  height: 270px;
}

.carousel {
  display: none;
}

.carousel.slick-initialized {
  display: block;
}

.collectionSlider:hover .control {
  opacity: 1;
}

.collectionSlider .slick-dots {
  bottom: 25px;
  left: auto;
  right: auto;
  width: calc(100% - 30px);
  text-align: center;
}

.collectionSlider .slick-dots li {
  border: 0;
  background: #d4d4d4;
  box-shadow: none;
  width: 7px;
  height: 7px;
  margin: 0 8px;
}

.collectionSlider .slick-dots li.slick-active {
  background: #fff;
}

.collectionSlider .control {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  font-size: 2rem;
  padding: 0;
  color: #3a3a3a;
  opacity: 0;
  text-align: center;
  line-height: 2.4rem;
}

.collectionSlider .control.prev {
  left: 40px;
  padding-right: 3px;
}

.collectionSlider .control.next {
  right: 40px;
  padding-left: 3px;
}

.back-to-top {
  position: fixed;
  bottom: 42px;
  right: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #999999;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
  transition: 300ms ease all;
}

.back-to-top.with-description {
  opacity: 1;
  pointer-events: initial;
  transform: rotate(180deg);
}

.back-to-top.active {
  transform: rotate(0deg);
  opacity: 1;
  pointer-events: initial;
}

.ver-video-top {
  font-size: 14px;
  line-height: 18px;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  padding: 10px 14px;
  display: table-cell;
  -webkit-font-smoothing: antialiased;
  background: black;
  color: white;
  font-weight: 400;
  text-transform: none;
  margin: 0 1% 3%;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.ver-video-top:hover {
  color: white;
}

.breadcrumbs-top .breadcrumb,
.remove-star-top .yotpo-bottomline a,
.breadcrumbs-top .breadcrumb a {
  font-size: 1.3rem !important;
}

.size-top {
  font-size: 14px !important;
}

.my-size-margin {
  padding-top: 0.5rem;
  margin-right: 1.5rem !important;
}

.remove-star-top {
  padding-top: 0.6rem;
}

.remove-star-top .yotpo-stars {
  display: none;
}

.text-cuota-calce {
  font-size: 0.6rem;
}

.product-video .embed-code {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.product-video .embed-code iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}

.list-group-top {
  list-style-type: none;
  float: right;
  position: relative;
}

.list-group-top li {
  display: inline;
}

.list-group-top li div {
  float: left;
  margin-right: 0.3rem;
}

.menu-sticky {
  background-color: #fff;
}

.margin-top-fixed-pdp {
  margin-left: 15px;
  margin-right: 15px;
}

.product-detail .product-name {
  line-height: 1.4;
  font-size: 2rem;
}

@media (max-width: 991.98px) {
  .product-detail .product-name {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}

.product-detail .price {
  font-size: 1.6rem;
}

.product-detail .sku,
.product-detail .link {
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {

  .product-detail .sku,
  .product-detail .link {
    font-size: 1.6rem;
  }
}

.product-detail small {
  font-weight: 300;
  ;
}

.product-detail .tag-digital {
  color: #553825 !important;
}

.product-detail .tag-digital-brackground {
  background-color: #553825 !important;
  border-color: #553825;
}

@media (max-width: 991.98px) {
  .product-detail .price-wrapper {
    font-size: 1.5rem;
  }
}

.product-detail .tab-content {
  position: relative;
}

.product-detail .tab-content>.tab-pane {
  position: absolute;
  background: #fff;
  width: calc(100% + 2px);
  left: -1px;
  z-index: 3;
  overflow: hidden;
}

.product-detail .tab-content>.tab-pane input[type="radio"],
.product-detail .tab-content>.tab-pane input[type="checkbox"] {
  position: absolute;
  display: none !important;
}

.product-detail .tab-content>.tab-pane.half-tab-left.active:before {
  content: "";
  position: absolute;
  width: calc(50% + 12px);
  height: 1px;
  top: 0;
  left: 50%;
  margin-left: -11px;
  background: #d4d4d4;
}

.product-detail .tab-content>.tab-pane.half-tab-right.active:before {
  content: "";
  position: absolute;
  width: calc(50% + 12px);
  height: 1px;
  top: 0;
  right: 50%;
  margin-right: -11px;
  background: #d4d4d4;
}

.product-detail .tab-content>.tab-pane-color {
  margin-top: -75px;
}

.product-detail .tab-content>.tab-pane-color a {
  font-weight: bold;
}

.product-detail .tab-content>.tab-pane-color a:first-child {
  border-top: 0 !important;
}

.product-detail .tab-content>.tab-pane-color a:hover,
.product-detail .tab-content>.tab-pane-color a.active {
  color: #ef4923;
}

.product-detail .tab-content>.tab-pane-grid a {
  width: 33.3333%;
  border: 1px solid #d4d4d4;
  height: 50px;
  line-height: 53px;
  margin: 0 -5px -1px 0px;
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.product-detail .tab-content>.tab-pane-grid a:hover,
.product-detail .tab-content>.tab-pane-grid a.active {
  border: 1px solid #ef4923;
  color: #ef4923;
  font-weight: bold;
  z-index: 3;
}

.product-detail .tab-content>.tab-pane-color a {
  display: block;
}

.product-detail .btn.disabled {
  background-color: #ef4923;
  border-color: #ef4923;
  color: #fff;
  opacity: 1;
}

.product-detail .btn.loading {
  opacity: 0.8;
}

.product-detail .disables {
  border-color: #ccc;
  background-color: #ccc;
  text-decoration: none;
  pointer-events: none;
}

.product-detail .disables:hover {
  border-color: #ccc;
  background-color: #ccc;
  cursor: not-allowed !important;
}

.product-content,
.product-detail {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.product-details-column .product-short-desc {
  line-height: 1.6;
}

.title-separator {
  height: 3.438rem;
}

.title-separator hr {
  border-color: #000;
  top: 2.313rem;
}

.nav-tabs-product {
  position: relative;
}

.nav-tabs-product .nav-link span {
  color: #777777;
}

.nav-tabs-product .nav-link .fa {
  float: right;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  bottom: 10px;
}

@media (max-width: 991.98px) {
  .sticky-sidebar {
    top: auto;
    bottom: auto;
    position: relative;
  }
}

.sidebar {
  height: 100%;
  will-change: min-height;
}

.social-sharing .product-social-icons a {
  width: 30px;
  height: 30px;
  background: #999999;
  color: #fff;
  text-align: center;
  line-height: 34px;
  margin-right: 20px;
}

.social-sharing .product-social-icons a.whatshare-desktop,
.social-sharing .product-social-icons a.whatshare-mobile {
  width: 30px;
  height: 30px;
  padding: 5px;
  line-height: 2px;
  margin: -22px 0 0 2px;
  box-sizing: border-box;
}

.social-sharing .product-social-icons a.whatshare-desktop img,
.social-sharing .product-social-icons a.whatshare-mobile img {
  max-width: 100%;
  height: auto;
}

.social-sharing .product-social-icons a:hover {
  background: #ef4923;
}

.my-size .ruler {
  width: 28px;
  height: auto;
}

.my-size .image {
  top: -2px;
  position: relative;
}

.my-size .link {
  color: #ef4923;
}

.thumbnails {
  width: 100%;
}

.thumbnails li {
  border: 1px solid #d4d4d4;
  height: 46px;
}

.thumbnails li.active,
.thumbnails li:hover {
  border-color: #ef4923;
}

.thumbnails li a {
  display: block;
  padding: 3px;
}

.productSlider .slick-arrow {
  opacity: 0.1;
  color: #000;
  font-size: 6rem;
}

.productSlider .slick-arrow:before {
  top: 40%;
  position: relative;
}

@media (max-width: 767.98px) {
  .productSlider .slick-arrow {
    font-size: 4.5rem;
  }
}

.productSlider .item {
  display: none;
  position: relative;
}

.productSlider .item #zoom-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .5s ease-in-out;
  opacity: 0;
}

.productSlider .item:hover #zoom-button {
  opacity: 1;
}

.productSlider:hover .slick-arrow {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .productSlider .slick-slide img {
    max-width: -webkit-fit-content;
    max-width: fit-content;
  }

  .productSlider .item {
    display: flex !important;
    justify-content: center;
  }
}

#addedModal .product-details {
  margin-top: -10px;
  margin-right: 20px;
}

#addedModal .product-details.loading {
  background: url(../assets/loader.svg) center no-repeat;
  background-size: 100px 100px;
  padding: 40px 0;
}

.product-details-header {
  border-top: 1px solid #999;
}

.title-separator {
  height: 3.438rem;
}

.title-separator hr {
  border-color: #000;
  top: 2.313rem;
}

.z-1 {
  z-index: 1;
}

.nostock {
  background-color: #ccc;
  color: #999;
  pointer-events: none;
}

.disable {
  border-color: #ccc;
  background-color: #ccc;
  text-decoration: none;
}

.disable:hover {
  border-color: #ccc;
  background-color: #ccc;
  cursor: not-allowed !important;
}

.paddingBottom {
  padding-bottom: 4em;
}

.claseUnica1 {
  display: inline-block;
}

.claseUnica2 {
  overflow: hidden;
  text-overflow: clip;
  width: 66px;
  word-break: keep-all;
  white-space: nowrap;
  vertical-align: bottom;
}

.description_mobile_section {
  display: none;
}

.searchit-product:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.sk-layout__filters:hover {
  background: white !important;
}

.sk-refinement-list__view-more-action {
  display: none;
}

.sk-item-list-option__text {
  font-family: var(--font-primary) !important;
}

@media (max-width: 991.98px) {
  .image_section {
    order: 1;
  }

  .product_section {
    order: 2;
  }

  .description_mobile_section {
    display: block;
    order: 3;
  }
}

.image-modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
  flex-direction: column;
  justify-content: center;
}

.image-modal .item {
  position: relative;
}

.image-modal .item .easyzoom-flyout {
  width: 100%;
  height: 100%;
}

.image-modal span#close {
  position: absolute;
  top: 5px;
  right: 16px;
  color: black;
  font-size: 32px;
}

.image-modal .control {
  transform: scale(4);
  color: black;
}

.image-modal .control.prev {
  left: 16px;
}

.image-modal .control.next {
  right: 16px;
}

.image-modal.active {
  display: flex;
}

#shopify-section-product-recommendations ul,
.related-products-mobile ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

#shopify-section-product-recommendations ul li,
.related-products-mobile ul li {
  width: 50%;
  padding: 8px;
  cursor: pointer;
  text-align: center;
}

#shopify-section-product-recommendations ul li .product__title,
.related-products-mobile ul li .product__title {
  min-height: 72px;
}

@media (min-width: 767px) {

  #shopify-section-product-recommendations ul li,
  .related-products-mobile ul li {
    width: 25%;
  }

  #shopify-section-product-recommendations ul li:last-child,
  .related-products-mobile ul li:last-child {
    display: block;
  }
}

@media (min-width: 767px) and (max-width: 1025px) {

  #shopify-section-product-recommendations ul li,
  .related-products-mobile ul li {
    width: 33%;
  }

  #shopify-section-product-recommendations ul li:last-child,
  .related-products-mobile ul li:last-child {
    display: none;
  }
}

#shopify-section-product-recommendations ul li img,
.related-products-mobile ul li img {
  width: 100%;
}

#shopify-section-product-recommendations ul li:hover,
.related-products-mobile ul li:hover {
  box-shadow: 0 0 13px 0 #e6e6e6;
  height: auto;
  z-index: 25;
  transition: all 0.2s ease-in-out;
}

.image-404 {
  min-height: 200px;
}

.image-404 .volume {
  width: 120px;
}

.image-404 .overlay {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  color: #e6e6e6;
}

.template-password {
  background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0 0 !important;
}

.template-password a {
  text-decoration: underline;
}

.template-password .wrapper {
  z-index: 2;
  position: relative;
}

.template-password .overlay-page {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.template-password .password-page-message {
  font-family: Oswald;
  font-weight: lighter;
}

@media (max-width: 575.98px) {
  .template-password .password-page-message {
    font-size: 2.5rem;
  }
}

.template-password .form-inline input {
  height: 50px;
}

.template-password .form-inline .password {
  width: calc(100% - 120px);
}

.template-password .footer-password {
  bottom: 0;
}

#mapa-del-sitio ul li {
  padding-bottom: 10px;
}

#mapa-del-sitio ul li ul {
  padding: 0 0 0 30px;
}

#mapa-del-sitio ul li ul li {
  padding-bottom: 0;
}

.template-cart {
  background-color: #efefef;
}

.template-cart .main-wrapper {
  max-width: 1100px;
}

.card-title a:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.cart-shoping-item {
  position: relative;
  min-height: 145px;
}

.cart-shoping-item .close {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

.cart-shoping-item .close svg {
  width: 25px;
  height: 25px;
}

.cart-shoping-item .close:hover {
  opacity: 0.6;
}

.cart-shoping-item-info-image {
  max-width: 130px;
}

.cart-shoping-item-info-details .sku {
  color: #999999;
  font-size: 12px;
}

.cart-shoping-item-info-details .variant {
  font-size: 12px;
}

.cart-shoping-item-quantity {
  flex: 0 0 17%;
}

.cart-shoping-item-quantity .control:hover {
  opacity: 0.6;
}

.cart-shoping-item-quantity .qty-selector .form-control {
  width: 25px;
  height: 25px;
  line-height: 2;
}

.cart-shoping-item-quantity .qty-selector svg {
  width: 12px;
  height: 12px;
  margin-top: 3px;
}

.cart-shoping-item-price {
  flex: 0 0 20%;
}

.cart-shoping-item .total,
.cart-shoping-item .price,
.cart-shoping-item .total-items {
  font-size: 14px;
}

.msg-shipping {
  margin-top: -23px;
}

.custom-control .custom-control-description {
  margin-left: 1rem;
}

.summary .custom-control-description {
  font-size: 1.2rem;
  padding-top: 4px;
}

.summary .custom-control-description a {
  font-size: inherit;
}


.cart-message {
  margin-bottom: 16px;
}

.cart-message div {
  padding: 8px 15px;
}

.cart-message div p {
  margin: 0;
}

.margin-12 {
  margin-top: 12em;
}

.paddingleft-7 {
  padding-left: 7em;
}

.line-height_title {
  line-height: 1.5em;
  margin: 0;
}

.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contenedor {
  position: relative;
  display: inline-block;
  text-align: center;
}

.opacity {
  opacity: 1;
}

#skrollr-body .photo-credits,
.media-wrapper .photo-credits {
  bottom: 25px;
  right: 25px;
  z-index: 200 !important;
}

.photo-caption {
  position: absolute;
  bottom: 40px;
  right: 50px;
}

.photo-caption__icon {
  z-index: 100;
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.6);
}

.photo-caption__text {
  display: none;
  position: absolute;
  bottom: 0;
  right: -7px;
  z-index: 3;
  width: 200px;
  padding: 5px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.4;
}

p.line {
  position: relative;
  z-index: 1;
}

p.line:before {
  border-top: 2px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}

p.line span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}

.sectiona-embajador {
  background: url(https://www.patagonia.com/dis/dw/image/v2/ABBM_PRD/on/demandware.static/-/Library-Sites-PatagoniaShared/default/dwf584326c/images/ambassadors/1400x655_caldwell_r_0037.jpg?sw=1400&amp;sh=655&amp;sm=fit);
  height: 600px;
  background-repeat: none;
  background-position: fixed;
  background-size: cover;
  max-width: 100%;
  object-fit: cover;
}

.title-center {
  background: rgba(231, 231, 231, 0.6);
  max-width: 600px;
  padding: 35px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.containerCarousel {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  width: 100%;
}

.embajadores {
  width: 240px;
  height: 240px;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
}

.embajadores-image {
  cursor: pointer;
}

.embajadores-text {
  position: absolute;
  top: 47px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 240px;
  text-align: center;
  background: rgba(62, 47, 128, 0.6);
  opacity: 0;
  transition: opacity 0.6s;
  vertical-align: middle;
  line-height: 200px;
}

.embajadores-text:hover {
  opacity: 1;
}

.embajadores-text p {
  color: white;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.ambassador-image>img {
  width: 100%;
  padding: 0;
}

.title-embajador {
  letter-spacing: .12em;
}

.text-contenido {
  letter-spacing: .44px;
  font-size: 21px;
  line-height: 30px;
  padding: 40px 10% 0;
  margin-top: -100px;
}

.content-section-header {
  border-top: 1px solid #ccc;
  margin: 40px 0 25px;
  text-align: center;
}

.content-section-header-2 {
  border-bottom: 1px solid #ccc;
  margin: 40px 0 25px;
  text-align: center;
}

.content-section-header span {
  top: -.7em;
  padding: 0 15px;
  display: inline-block;
  position: relative;
  margin: 0;
  white-space: pre-wrap;
  background-color: #FFF;
}

.content-section-header h2 {
  top: -.7em;
  padding: 0 15px;
  display: inline-block;
  position: relative;
  margin: 0;
  white-space: pre-wrap;
  background-color: #FFF;
}

.ambassador-highlights {
  float: right;
  margin-bottom: 100px;
  width: calc(100% - 550px);
}

@media (max-width: 1024px) {
  .ambassador-highlights {
    float: right;
    margin-bottom: 100px;
    width: calc(100% - 350px);
  }
}

@media (max-width: 991.98px) {
  .ambassador-highlights {
    margin-bottom: 200px !important;
    width: 100%;
    float: none !important;
  }
}

@media (max-width: 767.98px) {
  .responsive-1 {
    order: 1;
  }

  .responsive-2 {
    order: 2;
  }

  .responsive-3 {
    order: 3;
  }

  .responsive-4 {
    order: 4;
  }

  .ambassador-highlights {
    margin-bottom: 200px !important;
    width: 100%;
    float: none !important;
  }

  .sectiona-embajador {
    height: 200px;
  }

  .content-section-header {
    border-top: none;
  }

  .embajadores-text {
    top: 35px;
  }
}

/* Forms =====================================================================*/
form {
  max-width: 100%;
}

form #contact_form {
  display: block;
  width: 100%;
}

label,
legend,
.option_title {
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: left;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.map-canvas {
  height: 100vh;
  max-height: 700px;
  overflow: hidden;
  max-height: 640px;
}

@media (max-width: 767.98px) {
  .map-canvas #map {
    width: 100%;
    height: 640px !important;
  }
}

.map-canvas #map {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .map-canvas .items-list {
    height: auto !important;
    min-height: 200px;
  }
}

.map-canvas .items-list .search-bar {
  height: 110px;
}

.map-canvas .items-list .search-bar .dk-select,
.map-canvas .items-list .search-bar select {
  width: calc(100% - 90px);
  height: 38px;
}

.map-canvas .items-list .search-bar .dk-selected {
  height: 38px;
}

@media (max-width: 575.98px) {
  .map-canvas .items-list .search-bar .dk-selected {
    padding-top: 10px;
  }
}

.map-canvas .items-list .search-bar .btn {
  width: 90px;
  height: 38px;
}

.map-canvas .items-list .inner {
  height: calc(100% - 110px);
  overflow: auto;
  box-shadow: inset 0 -8px 10px -6px #efefef;
}

@media (max-width: 767.98px) {
  .map-canvas .items-list .inner {
    max-height: 300px;
    min-height: 150px;
  }
}

.map-canvas .items-list .inner li {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .map-canvas .items-list .inner li .item {
    line-height: 1.6;
  }
}

.marker-loaded .map-marker {
  visibility: visible;
}

.map-marker {
  visibility: hidden;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  height: 30px;
  width: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
  bottom: 12px;
}

.map-marker:before {
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  bottom: -10px;
  content: "";
  left: 0;
  height: 0;
  position: absolute;
  width: 0;
  z-index: 0;
}

.map-marker:after {
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
  bottom: -12px;
  content: "";
  left: 0;
  height: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}

.map-marker:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

.map-marker:hover:before {
  border-color: #e6e6e6 transparent transparent transparent;
}

.map-marker.featured {
  background-color: #fff;
}

.map-marker.featured:hover {
  background-color: #e6e6e6;
}

.map-marker.featured:hover:before {
  border-color: #e6e6e6 transparent transparent transparent;
}

.map-marker.featured:before {
  border-color: #fff transparent transparent transparent;
}

.map-marker .icon {
  background-color: #ef4923;
  color: #fff;
  height: 16px;
  left: 7px;
  width: 16px;
  overflow: hidden;
  position: relative;
  top: 9px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-active .map-marker {
  background-color: #ef4923;
}

.marker-active .map-marker:before {
  border-color: #ef4923 transparent transparent transparent;
}

@keyframes fadeInMarker {
  from {
    opacity: 0;
    margin-bottom: -10px;
  }

  to {
    opacity: 1;
    margin-bottom: 0px;
  }
}

.fade-in-marker {
  opacity: 1;
  animation: fadeInMarker 0.3s;
}

.fade-in-marker>img {
  z-index: 1;
}

.fade-out-marker {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  animation: fadeOutMarker 0.3s;
}

.fade-out-marker>img {
  z-index: 1;
}

@keyframes fadeOutMarker {
  from {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    margin-bottom: 0px;
  }

  to {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    margin-bottom: -10px;
  }
}

.infobox {
  display: block;
  width: 295px;
  position: relative;
  background: #fff;
  padding: 14px 20px 16px 17px;
  border-radius: 3px 3px 0px 0px;
  left: 3px;
  margin-bottom: -3px;
  border-bottom: 3px solid #ef4923;
}

.infobox .title {
  color: #ef4923;
}

.infobox .infobox .inner .image {
  width: 100%;
  position: relative;
}

.gm-style img {
  max-width: none;
  top: 10px;
  right: 10px;
}

.toggle-navigation {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  height: 27px;
  width: 27px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  z-index: 10;
  right: 0;
  cursor: pointer;
}

.toggle-navigation .icon {
  padding: 7px 0 0 6px;
}

.toggle-navigation .icon .line {
  background-color: #ef4923;
  transition: 0.2s ease-in-out all;
  direction: block;
  height: 2px;
  margin-bottom: 3px;
  width: 15px;
}

.toggle-navigation:hover .icon .line:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 5px;
}

.toggle-navigation:hover .icon .line:nth-child(2) {
  opacity: 0;
}

.toggle-navigation:hover .icon .line:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

/* border red dashed */
.border-red {
  border-style: dashed;
  color: #ef4923;
  text-align: center;
}

.tienda {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.tienda:nth-child(even) {
  object-fit: contain;
}

.gmnoprint {
  display: none;
}

body#capilene {
  /* Fix of conflicts on mobile with Patagonia modified boostrap main css */
}

body#capilene .hero-content {
  text-align: center;
}

body#capilene .hero-area {
  position: relative;
  width: 100%;
  height: auto;
}

body#capilene .hero-area .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

body#capilene .hero-area:after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .5;
}

body#capilene .hero-content h2 {
  font-size: 80px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

body#capilene #videoplayer video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

body#capilene .hero-area video {
  width: 100%;
  z-index: -1;
}

body#capilene .hero-area {
  overflow: hidden;
}

body#capilene .scroll-down-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 40px;
  display: none;
}

body#capilene .blog-item img {
  width: 100%;
}

body#capilene .section-title {
  text-align: center;
}

body#capilene .section-title h2 {
  font-size: 60px;
}

body#capilene .section-title h2 span {
  display: block;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px;
}

body#capilene .section-title p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

body#capilene .blog-item {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

body#capilene .blog-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 60px;
}

body#capilene .blog-text h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}

body#capilene .blog-text p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0px 0px 5px black;
}

body#capilene .site-btn {
  display: inline-block;
  background-color: #FAFAFA;
  color: #000;
  font-size: 16px;
  border-radius: 50px;
  padding: 15px 30px;
  margin-top: 40px;
}

body#capilene .section-title h4 {
  font-size: 40px;
}

body#capilene .product-section .section-title p {
  color: #000000;
  width: 40%;
  margin: auto;
}

body#capilene .product-section {
  background-color: #A7E0F0;
}

body#capilene .product-box {
  position: relative;
}

body#capilene .product-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 42px;
  color: #F2664F;
  font-weight: 700;
  line-height: 1.5;
}

body#capilene .product-left-inner {
  position: relative;
  z-index: 1;
}

body#capilene .product-left-inner:after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .5;
}

body#capilene .product-left-inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  font-size: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

body#capilene .owl-nav .owl-prev {
  display: none;
}

body#capilene .owl-nav div {
  width: 48px;
  text-align: center;
  height: 48px;
  color: #666D6E;
  font-size: 30px;
  line-height: 48px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

body#capilene .owl-nav {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 999;
}

body#capilene .owl-nav div:after {
  position: absolute;
  content: "";
  background-color: #ffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: -1;
  opacity: .8;
}

body#capilene .product-slide-item {
  text-align: center;
}

body#capilene .product-slide-item p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  padding: 10px;
}

body#capilene .product-left-inner img {
  width: 100%;
}

body#capilene .btn-inner a {
  background-color: #121212;
  color: #fff;
  padding: 15px;
  border-radius: 50px;
  margin: 10px 25px;
  display: inline-block;
  width: 200px;
}

body#capilene .btn-inner {
  display: block;
}

@media (min-width: 769px) {
  body#capilene .btn-inner {
    margin-top: 70px;
  }
}

body#capilene .tab-btn ul {
  display: inherit;
}

body#capilene .tab-btn ul li {
  display: inline-block;
}

body#capilene .tab-btn ul li a {
  color: #121212;
  font-size: 24px;
  font-weight: 300;
  padding: 0px 30px;
  opacity: .4;
}

body#capilene .tab-btn ul li a.active {
  opacity: 1;
}

body#capilene .tab-btn {
  margin-top: 30px;
}

body#capilene .about-area {
  position: relative;
  z-index: 1;
}

body#capilene .about-area:after {
  width: 50%;
  height: 100%;
  background-image: url("https://cdn.shopify.com/s/files/1/0249/4808/0685/files/section-9.jpg?15702");
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

body#capilene .about-text {
  padding: 50px 0;
}

body#capilene .about-text h4 {
  font-size: 64px;
  margin-bottom: 40px;
}

body#capilene .about-text a {
  background-color: #121212;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 50px;
  margin-top: 40px;
}

body#capilene .about-text p {
  font-size: 20px;
  line-height: 40px;
}

body#capilene .footer-area {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}

body#capilene .sky-bg {
  background-color: #00AEEF;
}

body#capilene .sky-bg .section-title h4,
body#capilene .blue-bg .section-title h4 {
  color: #fff;
}

body#capilene .sky-bg .section-title p,
body#capilene .blue-bg .section-title p {
  color: #fff;
}

body#capilene .sky-bg .product-text {
  color: #520A76;
  font-size: 60px;
}

body#capilene .product-box {
  text-align: center;
}

body#capilene .blue-bg .product-text {
  color: #A7E0F0;
}

body#capilene .blue-bg {
  background-color: #003CA6;
}

body#capilene #scrolltop>div>div.row.justify-content-center>div>div>p {
  width: 60%;
  margin-left: 20%;
}

body#capilene #scrolltop>div>div.row.justify-content-center>div>div>h3 {
  font-weight: 500;
}

@media (max-width: 768px) {
  body#capilene #shopify-section-capilene>div.hero-area.d-flex.align-items-center>div>div>div>div>h2 {
    font-size: 48px;
  }

  body#capilene #scrolltop>div>div.row.justify-content-center>div>div>p {
    margin-top: 20px;
    width: 100%;
    margin-left: 00%;
  }

  body#capilene #shopify-section-capilene>div:nth-child(3)>div>div:nth-child(1)>div>div>p {
    width: 100% !important;
  }

  body#capilene #shopify-section-capilene>div:nth-child(3)>div>div.row.justify-content-center>div>div>div {
    margin-top: 5px;
    font-size: 22px !important;
  }

  body#capilene #shopify-section-capilene>div.product-section.sky-bg.pt-150.pb-150>div>div:nth-child(1)>div>div>p {
    width: 100%;
  }

  body#capilene #shopify-section-capilene>div.product-section.sky-bg.pt-150.pb-150>div>div.row.justify-content-center>div>div>div {
    font-size: 26px !important;
  }

  body#capilene #shopify-section-capilene>div.product-section.blue-bg.pt-150.pb-150>div>div:nth-child(1)>div>div>p {
    width: 100% !important;
  }

  body#capilene #shopify-section-capilene>div.product-section.blue-bg.pt-150.pb-150>div>div.row.justify-content-center>div>div>div {
    font-size: 24px !important;
  }
}

#modalShippingInfo .modal-content.modal-content-newsletter {
  border-width: 0px;
}

@media (min-width: 768px) {
  #modalShippingInfo .modal-content.modal-content-newsletter {
    padding: 20px;
  }
}

#modalShippingInfo .modal-description-newsletter span {
  font-size: 17px;
}


#modalholiday a {
  text-decoration: none;
  text-decoration-thickness: .1rem;
  text-decoration-line: underline;
  text-underline-offset: .5rem;
}

#modalholiday a:hover,
#modalholiday a.btn {
  text-decoration-line: none;
}