@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.visually-hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
}

.clearfix:before, .clearfix:after,
.l-mobile-header:before,
.l-constrained:before,
.l-pre-header:before,
.l-header:before,
.l-inner:before,
.l-content:before,
#content:before,
.pre-content:before,
.l-content-wrapper:before,
.l-pre-footer-wrapper:before,
.l-footer-wrapper:before,
.l-mobile-header:after,
.l-constrained:after,
.l-pre-header:after,
.l-header:after,
.l-inner:after,
.l-content:after,
#content:after,
.pre-content:after,
.l-content-wrapper:after,
.l-pre-footer-wrapper:after,
.l-footer-wrapper:after {
  content: "";
  display: table;
}
.clearfix:after,
.l-mobile-header:after,
.l-constrained:after,
.l-pre-header:after,
.l-header:after,
.l-inner:after,
.l-content:after,
#content:after,
.pre-content:after,
.l-content-wrapper:after,
.l-pre-footer-wrapper:after,
.l-footer-wrapper:after {
  clear: both;
  font-size: 0; /* Clear Fix correction (add font-size to fix extra padding at bottom of site */
}

@keyframes nav-link-underline-animation {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 30px);
  }
}
@keyframes nav-link-underline-animation-reverse {
  0% {
    width: calc(100% - 30px);
  }
  100% {
    width: 0;
  }
}
@keyframes nav-bg-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes nav-bg-animation-reverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
nav.tabs {
  background: #1f2123;
  padding: 30px;
  border-radius: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  nav.tabs {
    margin: 20px;
  }
}
@media (min-width: 768px) {
  nav.tabs {
    margin: 50px;
  }
}
nav.tabs:before {
  display: block;
  content: "ADMIN LINKS";
  text-align: center;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 15px;
  border-bottom: 1px solid #666;
}

.tabs.primary {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  border: 0;
}
.tabs.primary:before {
  display: block;
  background: #FFF;
  color: #000;
  text-align: center;
}
.tabs.primary li {
  margin: 0 10px 10px 0;
  padding: 0;
  float: none;
  display: inline-block;
  list-style-type: none;
}
.tabs.primary li.tabs__tab--active a {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
}
.tabs.primary li a {
  background-color: #eee;
  color: #000;
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
}
.tabs.primary li a:hover {
  background-color: #03a9f4;
  color: #fff;
  border-color: #03a9f4;
  text-decoration: none;
}

body.maintenance-page {
  background: #fff;
  height: 100vh;
}
body.maintenance-page header {
  text-align: center;
  padding: 4vw;
  background: #000;
}
body.maintenance-page header h1 {
  text-transform: uppercase;
  margin: 0.5em 0;
  font-weight: bold;
}
body.maintenance-page header img {
  width: 300px;
}
body.maintenance-page main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5vw;
  text-align: center;
}

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

@media (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

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

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.button-wrapper {
  margin: 40px 0;
}

.btn, .album-wrapper .musical_album__album-purchase-link a, .section-contact-form form button, .section-alert .alert .feature-box-button a, .modal-trigger--video {
  padding: 15px 30px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  text-align: center;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 1.1;
  display: inline-block;
}
.btn:hover, .album-wrapper .musical_album__album-purchase-link a:hover, .section-contact-form form button:hover, .section-alert .alert .feature-box-button a:hover, .modal-trigger--video:hover {
  text-decoration: none;
}

.btn-primary, .album-wrapper .musical_album__album-purchase-link a, .modal-trigger--video {
  background: #FFF400;
  border-color: #FFF400;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.btn-primary:hover, .album-wrapper .musical_album__album-purchase-link a:hover, .modal-trigger--video:hover, .btn-primary:active, .album-wrapper .musical_album__album-purchase-link a:active, .modal-trigger--video:active, .btn-primary:focus, .album-wrapper .musical_album__album-purchase-link a:focus, .modal-trigger--video:focus {
  background: #b30090;
  border-color: #b30090;
  color: #fff !important;
  text-decoration: none;
}

.btn-secondary {
  background: #b30090;
  border-color: #b30090;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: #FF00CE;
  border-color: #FF00CE;
  color: #fff !important;
  text-decoration: none;
}

fieldset {
  border: 1px solid #444;
  border-radius: 15px;
  padding: 1em;
  margin-bottom: 1em;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  fieldset {
    padding: 0.5em;
  }
}

legend {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  padding: 0 0.5em;
  line-height: 1.2;
}
legend a:link {
  color: #fff;
}

input.focus {
  color: #F8F4CA;
}

.image-widget-data input.form-file {
  margin-right: 10px;
  margin-bottom: 20px;
}

.form-item {
  margin-bottom: 20px;
}

.form-item label,
.form-actions label {
  font-weight: normal;
  font-size: 18px;
  display: block;
}

label.option {
  vertical-align: middle;
}

input[type=checkbox] {
  cursor: pointer;
  margin-right: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
input.form-text,
textarea {
  max-width: 100%;
  padding: 10px;
  border: 1px solid #444;
  width: 100%;
}

input[type=file] {
  margin: 15px 0px 0px;
}

.form-managed-file {
  border: 1px solid #444;
  padding: 20px;
  margin: 0 0 10px 0;
}

.webform-client-form input.form-submit {
  padding: 15px 30px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  text-align: center;
  background: #FFF400;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  margin: 15px 0;
}
.webform-client-form input.form-submit:hover {
  text-decoration: none;
}
.webform-client-form input.form-submit:hover, .webform-client-form input.form-submit:active, .webform-client-form input.form-submit:focus {
  background: #b30090;
  border-color: #b30090;
  color: #fff !important;
  text-decoration: none;
}
@media (min-width: 768px) {
  .webform-client-form input.form-submit {
    width: auto;
  }
}

.contact-button-wrapper a {
  padding: 14px 5px 12px;
  background-color: #FFF400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .contact-button-wrapper a {
    width: 48%;
    display: inline-block;
    margin-bottom: 0;
  }
  .contact-button-wrapper a:nth-of-type(1) {
    margin-right: 4%;
  }
}
.contact-button-wrapper a:hover {
  color: #fff;
  background-color: #FF00CE;
  text-decoration: none;
}

.form-item-radios label {
  margin-left: 15px;
}

select {
  margin-bottom: 10px;
}

.form-item img {
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.page-user-login .l-constrained .l-content-main {
  display: flex;
  justify-content: center;
  padding: 0 24px;
}

.user-login-form {
  max-width: 400px;
}
.user-login-form .form-item label,
.user-login-form .form-actions label {
  font-weight: normal;
  font-size: 18px;
  display: block;
}
.user-login-form div#edit-actions {
  width: 100%;
}
.user-login-form input[type=submit] {
  padding: 15px 30px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  text-align: center;
  background: #FFF400;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  width: 100%;
}
.user-login-form input[type=submit]:hover {
  text-decoration: none;
}
.user-login-form input[type=submit]:hover, .user-login-form input[type=submit]:active, .user-login-form input[type=submit]:focus {
  background: #b30090;
  border-color: #b30090;
  color: #fff !important;
  text-decoration: none;
}

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

html {
  font-size: 18px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #AFAFAF;
  letter-spacing: 0em;
}
@media (max-width: 575.98px) {
  body {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
@media (min-width: 768px) {
  body {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
@media (min-width: 992px) {
  body {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}

.clear-both {
  clear: both;
}

@media (max-width: 575.98px) {
  .l-constrained {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .l-constrained {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }
}

@media (max-width: 575.98px) {
  .contained,
  .section.contained {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .contained,
  .section.contained {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

/*.contained-max,
.section.contained-max {
	@include media-breakpoint-down(sm) {
		padding-left: $section-padding-x-sm;
		padding-right: $section-padding-x-sm;
		margin: 0 auto;
	}
	@include media-breakpoint-up(sm) {
		//width: 90vw;
		margin-left: auto;
		margin-right: auto;
		padding-left: $section-padding-x-lg;
		padding-right: $section-padding-x-lg;
	}
}*/
.contained-max {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
}

.section-hero.first-section-top-padding,
.first-section-top-padding {
  padding-top: 6vw;
}
@media (max-width: 575.98px) {
  .section-hero.first-section-top-padding,
  .first-section-top-padding {
    padding-top: 50px;
  }
}

.section-hero.first-section-bottom-padding,
.first-section-bottom-padding {
  padding-bottom: 6vw;
}
@media (max-width: 575.98px) {
  .section-hero.first-section-bottom-padding,
  .first-section-bottom-padding {
    padding-bottom: 50px;
  }
}

.grid-default {
  display: grid;
  grid-template-columns: 2.5rem repeat(12, 1fr) 2.5rem;
  column-gap: 2rem;
}

/*----------------------------------------

 Add Clearfix to all main containers

----------------------------------------*/
a#main-content {
  display: none;
}

.l-content-main-wrapper > .l-constrained {
  width: 100%;
  padding: 0;
  max-width: 100%;
}

.section-user .l-content-main-wrapper {
  padding: 6vw 0;
}

.block-page-title-block {
  text-align: center;
}

.intro .col.col-lg-8 {
  width: 100%;
}

/*-------------------------------------------

 LISTS - defaults for standard formatting

--------------------------------------------*/
ol li {
  list-style-type: decimal;
}
ol ol {
  padding-top: 0.5em;
}
ol ol li {
  list-style-type: upper-roman;
}

ul li {
  list-style: disc;
}
ul ul {
  padding-top: 0.5em;
}
ul ul li {
  list-style: circle;
}

.node ol,
.node ul {
  padding-left: 2em;
}

.story-block-text ul li {
  margin-bottom: 0.75em;
  line-height: 1.3;
  padding-left: 10px;
}

dt,
.admin h3 {
  font-size: 1.125rem;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.938rem;
  font-style: italic;
  margin-bottom: 20px;
}

.upper-roman {
  list-style-type: upper-roman;
  font-size: 18px;
}
.upper-roman > li {
  list-style-type: upper-roman;
  padding-left: 8px;
}

.upper-alpha {
  list-style-type: upper-alpha;
}
.upper-alpha > li {
  list-style-type: upper-alpha;
  padding-left: 8px;
}

.decimal {
  list-style-type: decimal;
}
.decimal > li {
  list-style-type: decimal;
  padding-left: 8px;
}

.node .grid,
.node .css-grid {
  margin: 0 0 3rem 0;
  padding: 0;
}

.grid-flex {
  margin: 0 0 3rem 0;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.grid-flex li,
.grid-flex .grid-item {
  list-style-type: none;
  /*@include media-breakpoint-down(sm) {
  	@include flexgrid-1;
  }
  @include media-breakpoint-only(md) {
  	@include flexgrid-2;
  }
  @include media-breakpoint-only(lg) {
  	@include flexgrid-3;
  }
  @include media-breakpoint-up(xl) {
  	@include flexgrid-4;
  }*/
}

.css-grid {
  margin: 0 0 3rem 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px 3.8%;
}
.css-grid li,
.css-grid .grid-item {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.grid-item .grid-item-image {
  margin-bottom: 20px;
}
.grid-item .grid-item-titles {
  text-align: left;
}
.grid-item .grid-item-titles h2,
.grid-item .grid-item-titles h2.title {
  margin-bottom: 0.5em;
}
@media (max-width: 575.98px) {
  .grid-item .grid-item-titles h2,
  .grid-item .grid-item-titles h2.title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .grid-item .grid-item-titles h2,
  .grid-item .grid-item-titles h2.title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .grid-item .grid-item-titles h2,
  .grid-item .grid-item-titles h2.title {
    font-size: 25px;
  }
}
.grid-item .grid-item-titles h3 {
  font-weight: normal;
}
@media (max-width: 575.98px) {
  .grid-item .grid-item-titles h3 {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
@media (min-width: 768px) {
  .grid-item .grid-item-titles h3 {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
@media (min-width: 992px) {
  .grid-item .grid-item-titles h3 {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}

.list {
  padding: 0;
}
.list ul {
  margin: 0;
  padding: 0;
}
.list .list-item {
  padding: 0.5em 0;
  border-bottom: 1px solid #444;
  list-style-type: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.list .list-item:first-child {
  padding-top: 0;
}
.list .list-item:last-child {
  border-bottom: 0;
}

img, media {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* kills space between img, a, and container */
}

a img {
  transition: all 0.2s ease-in;
}

.mfp-embedded-video-popup {
  width: 100%;
  max-width: 1200px;
}

.embedded-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 35px auto 0;
}
.embedded-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 99%;
  left: 50%;
  transform: translateX(-50%);
}

button.mfp-close {
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 0.5;
  font-size: 30px;
  padding: 6px;
  color: #fff !important;
  border-radius: 0;
  opacity: 1;
  top: 5px;
  right: 3px;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  .embedded-video {
    margin: 0 auto;
  }
  .video-embed-field-responsive-video {
    height: 340px;
    width: 100%;
    margin: 0 auto;
  }
  button.mfp-close {
    right: -27px;
    top: 0px;
  }
  .mfp-embedded-video-popup {
    width: 75%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .embedded-video {
    margin: 0 auto;
  }
  .video-embed-field-responsive-video {
    height: 340px;
    width: 100%;
    margin: 0 auto;
  }
  button.mfp-close {
    right: -27px;
    top: 0px;
  }
  .mfp-embedded-video-popup {
    width: 75%;
  }
}
.menu .leaf {
  list-style-image: none;
  list-style-type: none;
}

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: middle;
}

table {
  width: 100%;
}

thead th {
  background-color: #301231;
  border: 1px solid #444;
  font-size: 13px;
  padding: 1em;
  text-align: left;
  text-transform: uppercase;
}

td {
  border: 1px solid #444;
  padding: 15px;
  font-size: 12px;
}

tr.odd {
  background-color: transparent;
}

tr.even {
  background-color: #222;
}

tr.draggable td {
  padding-left: 25px;
}

.draggable a.tabledrag-handle {
  margin-left: -15px;
  min-height: 20px;
}
.draggable a.tabledrag-handle:hover {
  text-decoration: none;
}

a.tabledrag-handle .handle {
  background-position: 0px 7px;
  height: 20px;
  margin: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 14px;
}

a.tabledrag-handle-hover .handle {
  background-position: 0 -13px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-moz-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-ms-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-o-keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-ms-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-ms-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    -o-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-moz-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-ms-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@-o-keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  100% {
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
/* 

Montserrat: CSS class for a variable style

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
Roboto: CSS class for a variable style

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
Roboto Condensed: CSS class for a variable style

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background-color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #AFAFAF;
  letter-spacing: 0em;
}
@media (max-width: 575.98px) {
  body {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
@media (min-width: 768px) {
  body {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
@media (min-width: 992px) {
  body {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
body.cke_editable {
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

a {
  transition: all 0.2s ease-in;
  color: #FFF400;
}
a:hover {
  color: #FF00CE;
}

hr {
  margin: 3em 0;
}

img, media {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* kills space between img, a, and container */
}

.h1, .h2, .h3, .h4, .h5,
.h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: none;
}

h1,
h1.page-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  h1,
  h1.page-title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 768px) {
  h1,
  h1.page-title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 992px) {
  h1,
  h1.page-title {
    font-size: clamp(40px, 5vw, 80px);
  }
}

h1.title:before,
h1.page-title:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.35em;
  top: -0.75em;
  width: 2.5em;
  height: 2.5em;
  background: url(../images/title-icon-hex.svg) no-repeat scroll left center;
  background-size: auto 100%;
  z-index: -1;
}

h2,
h2.section-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  h2,
  h2.section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 768px) {
  h2,
  h2.section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 992px) {
  h2,
  h2.section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}

h2.section-title:before,
h2.viewsreference--view-title:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.35em;
  top: -0.75em;
  width: 2.5em;
  height: 2.5em;
  background: url(../images/title-icon-hex.svg) no-repeat scroll left center;
  background-size: auto 100%;
  z-index: -1;
}

.center-text-full-bg-image h2.section-title:before {
  display: none;
}

b, strong {
  font-weight: 900;
}

@media (min-width: 768px) {
  .fixed {
    background-attachment: fixed;
  }
}
@media (pointer: coarse) {
  .fixed {
    background-attachment: scroll;
  }
}

.sticky {
  position: sticky;
}
@media (max-width: 767.98px) {
  .sticky {
    top: 67px;
  }
}
@media (min-width: 992px) {
  .sticky {
    top: 80px;
  }
}

.widget {
  overflow: hidden;
}

figure {
  margin-bottom: 2em;
}
figure picture {
  display: block;
  width: 100%;
}
figure figcaption {
  font-size: 14px;
  text-align: center;
  padding: 8px;
}

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
.border {
  border: 0px solid #444 !important;
}

.border-top {
  border-top: 0px solid #444 !important;
}

.border-right {
  border-right: 0px solid #444 !important;
}

.border-bottom {
  border-bottom: 0px solid #444 !important;
}

.border-left {
  border-left: 0px solid #444 !important;
}

.section {
  position: relative;
}
@media (max-width: 575.98px) {
  .section {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .section {
    margin: 30px;
  }
}
@media (max-width: 991.98px) {
  .section {
    scroll-margin-top: 67px;
  }
}
@media (min-width: 992px) {
  .section {
    scroll-margin-top: 80px;
  }
}
.section .section-title,
.section .text-section-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .section .section-title,
  .section .text-section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 768px) {
  .section .section-title,
  .section .text-section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 992px) {
  .section .section-title,
  .section .text-section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
.section .subtitle {
  color: #fff;
  font-style: normal;
  text-align: center;
}
@media (max-width: 575.98px) {
  .section .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .section .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .section .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767.98px) {
  .section.section-contact, .section.section-general-embed, .section.section-contact-form {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .section.section-contact, .section.section-general-embed, .section.section-contact-form {
    padding: 12vw 0;
  }
}
.section.alternating {
  background-color: rgba(181, 199, 216, 0.2);
}
.section .hide-title h2,
.section .hide-title h2.section-title {
  display: none;
}
.section a:not(.btn):not(.modal-trigger--video) {
  text-decoration: none;
}
.section a:hover:not(.btn):not(.modal-trigger--video) {
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .section {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .section {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .section {
    border-radius: 0;
    overflow: visible;
  }
}
@media (min-width: 576px) {
  .section {
    border-radius: 0;
    overflow: visible;
  }
}
@media (max-width: 575.98px) {
  .section.section-margin {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .section.section-margin {
    margin: 30px;
  }
}
@media (max-width: 575.98px) {
  .section.section-border-radius {
    border-radius: 0;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .section.section-border-radius {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 575.98px) {
  .section.section-border {
    border: 0px solid #444;
  }
}
@media (min-width: 576px) {
  .section.section-border {
    border: 0px solid #444;
  }
}
@media (max-width: 575.98px) {
  .section.remove-section-margin-sm {
    margin: 0;
  }
}
@media (min-width: 576px) {
  .section.remove-section-margin-lg {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .section.remove-section-border-radius-sm {
    border-radius: 0;
    overflow: visible;
  }
}
@media (min-width: 576px) {
  .section.remove-section-border-radius-lg {
    border-radius: 0;
    overflow: visible;
  }
}
.section.image-border-radius figure img {
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .section.image-border-radius figure img {
    border-radius: 10px;
  }
}
.section.section-p-0 {
  padding: 0 !important;
}
.section.section-p-0 .story-block-inner {
  padding: 0 !important;
}
@media (max-width: 575.98px) {
  .section.section-p-0-sm {
    padding: 0 !important;
  }
  .section.section-p-0-sm .story-block-inner {
    padding: 0 !important;
  }
}
.section.section-pt-0 {
  padding-top: 0 !important;
}
.section.section-pt-0 .story-block-inner {
  padding-top: 0 !important;
}
@media (max-width: 575.98px) {
  .section.section-pt-0-sm {
    padding-top: 0 !important;
  }
  .section.section-pt-0-sm .story-block-inner {
    padding-top: 0 !important;
  }
}
.section.section-pb-0 {
  padding-bottom: 0 !important;
}
.section.section-pb-0 .story-block-inner {
  padding-bottom: 0 !important;
}
@media (max-width: 575.98px) {
  .section.section-pb-0-sm {
    padding-bottom: 0 !important;
  }
  .section.section-pb-0-sm .story-block-inner {
    padding-bottom: 0 !important;
  }
}
.section.section-pl-0 {
  padding-left: 0 !important;
}
.section.section-pl-0 .story-block-inner {
  padding-left: 0 !important;
}
@media (max-width: 575.98px) {
  .section.section-pl-0-sm {
    padding-left: 0 !important;
  }
  .section.section-pl-0-sm .story-block-inner {
    padding-left: 0 !important;
  }
}
.section.section-pr-0 {
  padding-right: 0 !important;
}
.section.section-pr-0 .story-block-inner {
  padding-right: 0 !important;
}
@media (max-width: 575.98px) {
  .section.section-pr-0-sm {
    padding-left: 0 !important;
  }
  .section.section-pr-0-sm .story-block-inner {
    padding-left: 0 !important;
  }
}

.dark-bg {
  background: #000;
}
.dark-bg.section-hero, .dark-bg.section-slides-text, .dark-bg.section-cards, .dark-bg.section-general-embed, .dark-bg.section-instagram, .dark-bg.section-social-links, .dark-bg.section-contact, .dark-bg.section-contact-form, .dark-bg.section-text, .dark-bg.section-video-embed, .dark-bg.section-business-information, .dark-bg.section-subscribe, .dark-bg.section-image-two-across {
  background: #000;
}

.light-bg {
  background: #fff;
}
.light-bg.section-hero, .light-bg.section-slides-text, .light-bg.section-cards, .light-bg.section-general-embed, .light-bg.section-instagram, .light-bg.section-social-links, .light-bg.section-contact, .light-bg.section-contact-form, .light-bg.section-text, .light-bg.section-video-embed, .light-bg.section-business-information, .light-bg.section-subscribe {
  background: #fff;
}

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

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

.bg-color-tertiary {
  background-color: #00FFEC !important;
}

.dark-text .section-title {
  border-color: #444;
}

.light-text .section-title {
  border-color: #444;
}

.intro-dark-text .intro .section-title {
  color: rgba(0, 0, 0, 0.8) !important;
  border-color: #444 !important;
}
.intro-dark-text .intro .intro-body {
  color: rgba(0, 0, 0, 0.8) !important;
}
.intro-dark-text .intro .intro-body a {
  color: #FFF400 !important;
}
.intro-dark-text .intro .intro-body a:hover {
  color: #999200 !important;
}
.intro-dark-text .intro .section-link a {
  color: #FFF400 !important;
}
.intro-dark-text .intro .section-link a:hover {
  color: #999200 !important;
}

.dark-text.section-hero .hero-title-wrapper .hero-heading, .dark-text.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
  color: rgba(0, 0, 0, 0.8);
}
.dark-text.section-hero .hero-title-wrapper .hero-sub-heading, .dark-text.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
  color: rgba(0, 0, 0, 0.8);
}
.dark-text .section-title {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text .story-block-text,
.dark-text .intro-body {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text .story-block-text a,
.dark-text .intro-body a {
  color: #FFF400 !important;
}
.dark-text .story-block-text a:hover,
.dark-text .intro-body a:hover {
  color: #999200 !important;
}
.dark-text .story-block-link a.btn, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a, .dark-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-text .story-block-link a, .dark-text .story-block-link a.modal-trigger--video {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.dark-text .story-block-link a.btn:hover, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a:hover, .dark-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-text .story-block-link a:hover, .dark-text .story-block-link a.modal-trigger--video:hover, .dark-text .story-block-link a.btn:active, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a:active, .dark-text .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .dark-text .story-block-link a:active, .dark-text .story-block-link a.modal-trigger--video:active, .dark-text .story-block-link a.btn:focus, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a:focus, .dark-text .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .dark-text .story-block-link a:focus, .dark-text .story-block-link a.modal-trigger--video:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.dark-text .story-block-link a.btn.btn-secondary, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a.btn-secondary, .dark-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .dark-text .story-block-link a.btn-secondary, .dark-text .story-block-link a.btn-secondary.modal-trigger--video {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.dark-text .story-block-link a.btn.btn-secondary:hover, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a.btn-secondary:hover, .dark-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .dark-text .story-block-link a.btn-secondary:hover, .dark-text .story-block-link a.btn-secondary.modal-trigger--video:hover, .dark-text .story-block-link a.btn.btn-secondary:active, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a.btn-secondary:active, .dark-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .dark-text .story-block-link a.btn-secondary:active, .dark-text .story-block-link a.btn-secondary.modal-trigger--video:active, .dark-text .story-block-link a.btn.btn-secondary:focus, .dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .dark-text .story-block-link a.btn-secondary:focus, .dark-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .dark-text .story-block-link a.btn-secondary:focus, .dark-text .story-block-link a.btn-secondary.modal-trigger--video:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}
.dark-text .story-block-video .modal-trigger--video {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.dark-text .story-block-video .modal-trigger--video:hover, .dark-text .story-block-video .modal-trigger--video:active, .dark-text .story-block-video .modal-trigger--video:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.dark-text .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
  color: #FFF400;
}
.dark-text .swiper-slide .slide-title,
.dark-text .swiper-slide .slide-body {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.card-item .card-title {
  color: rgba(0, 0, 0, 0.8);
  border-color: #444 !important;
}
.dark-text.card-item .card-text {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.card-item .card-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.dark-text.card-item .card-link:hover, .dark-text.card-item .card-link:active, .dark-text.card-item .card-link:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.dark-text.card-item .card-link.btn-secondary {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.dark-text.card-item .card-link.btn-secondary:hover, .dark-text.card-item .card-link.btn-secondary:active, .dark-text.card-item .card-link.btn-secondary:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

@media (max-width: 575.98px) {
  .light-text.dark-text-mobile.section-hero .hero-title-wrapper .hero-heading, .light-text.dark-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    color: rgba(0, 0, 0, 0.8);
  }
  .light-text.dark-text-mobile.section-hero .hero-title-wrapper .hero-sub-heading, .light-text.dark-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    color: rgba(0, 0, 0, 0.8);
  }
  .light-text.dark-text-mobile .section-title {
    color: rgba(0, 0, 0, 0.8) !important;
    border-color: #444 !important;
  }
  .light-text.dark-text-mobile .story-block-text,
  .light-text.dark-text-mobile .intro-body {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile .story-block-text a,
  .light-text.dark-text-mobile .intro-body a {
    color: #FFF400 !important;
  }
  .light-text.dark-text-mobile .story-block-text a:hover,
  .light-text.dark-text-mobile .intro-body a:hover {
    color: #999200 !important;
  }
  .light-text.dark-text-mobile .story-block-link a.btn, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a, .light-text.dark-text-mobile .story-block-link a.modal-trigger--video {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .light-text.dark-text-mobile .story-block-link a.btn:hover, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a:hover, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a:hover, .light-text.dark-text-mobile .story-block-link a.modal-trigger--video:hover, .light-text.dark-text-mobile .story-block-link a.btn:active, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a:active, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a:active, .light-text.dark-text-mobile .story-block-link a.modal-trigger--video:active, .light-text.dark-text-mobile .story-block-link a.btn:focus, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a:focus, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a:focus, .light-text.dark-text-mobile .story-block-link a.modal-trigger--video:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .light-text.dark-text-mobile .story-block-link a.btn.btn-secondary, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a.btn-secondary, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a.btn-secondary, .light-text.dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .light-text.dark-text-mobile .story-block-link a.btn.btn-secondary:hover, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a.btn-secondary:hover, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a.btn-secondary:hover, .light-text.dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:hover, .light-text.dark-text-mobile .story-block-link a.btn.btn-secondary:active, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a.btn-secondary:active, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a.btn-secondary:active, .light-text.dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:active, .light-text.dark-text-mobile .story-block-link a.btn.btn-secondary:focus, .light-text.dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile .story-block-link a.btn-secondary:focus, .light-text.dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .light-text.dark-text-mobile .story-block-link a.btn-secondary:focus, .light-text.dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
  .light-text.dark-text-mobile .story-block-video .modal-trigger--video {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .light-text.dark-text-mobile .story-block-video .modal-trigger--video:hover, .light-text.dark-text-mobile .story-block-video .modal-trigger--video:active, .light-text.dark-text-mobile .story-block-video .modal-trigger--video:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .light-text.dark-text-mobile .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
    color: #FFF400;
  }
  .light-text.dark-text-mobile .swiper-slide .slide-title,
  .light-text.dark-text-mobile .swiper-slide .slide-body {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile.card-item .card-title {
    color: rgba(0, 0, 0, 0.8);
    border-color: #444 !important;
  }
  .light-text.dark-text-mobile.card-item .card-text {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile.card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .light-text.dark-text-mobile.card-item .card-link:hover, .light-text.dark-text-mobile.card-item .card-link:active, .light-text.dark-text-mobile.card-item .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .light-text.dark-text-mobile.card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .light-text.dark-text-mobile.card-item .card-link.btn-secondary:hover, .light-text.dark-text-mobile.card-item .card-link.btn-secondary:active, .light-text.dark-text-mobile.card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

@media (max-width: 575.98px) {
  .dark-text-mobile.section-hero .hero-title-wrapper .hero-heading, .dark-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    color: rgba(0, 0, 0, 0.8);
  }
  .dark-text-mobile.section-hero .hero-title-wrapper .hero-sub-heading, .dark-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    color: rgba(0, 0, 0, 0.8);
  }
  .dark-text-mobile .section-title {
    color: rgba(0, 0, 0, 0.8) !important;
    border-color: #444 !important;
  }
  .dark-text-mobile .story-block-text,
  .dark-text-mobile .intro-body {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .dark-text-mobile .story-block-text a,
  .dark-text-mobile .intro-body a {
    color: #FFF400 !important;
  }
  .dark-text-mobile .story-block-text a:hover,
  .dark-text-mobile .intro-body a:hover {
    color: #999200 !important;
  }
  .dark-text-mobile .story-block-link a.btn, .dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-text-mobile .story-block-link a, .dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-text-mobile .story-block-link a, .dark-text-mobile .story-block-link a.modal-trigger--video {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .dark-text-mobile .story-block-link a.btn:hover, .dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-text-mobile .story-block-link a:hover, .dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-text-mobile .story-block-link a:hover, .dark-text-mobile .story-block-link a.modal-trigger--video:hover, .dark-text-mobile .story-block-link a.btn:active, .dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .dark-text-mobile .story-block-link a:active, .dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .dark-text-mobile .story-block-link a:active, .dark-text-mobile .story-block-link a.modal-trigger--video:active, .dark-text-mobile .story-block-link a.btn:focus, .dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .dark-text-mobile .story-block-link a:focus, .dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .dark-text-mobile .story-block-link a:focus, .dark-text-mobile .story-block-link a.modal-trigger--video:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .dark-text-mobile .story-block-link a.btn.btn-secondary, .dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .dark-text-mobile .story-block-link a.btn-secondary, .dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .dark-text-mobile .story-block-link a.btn-secondary, .dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .dark-text-mobile .story-block-link a.btn.btn-secondary:hover, .dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .dark-text-mobile .story-block-link a.btn-secondary:hover, .dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .dark-text-mobile .story-block-link a.btn-secondary:hover, .dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:hover, .dark-text-mobile .story-block-link a.btn.btn-secondary:active, .dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .dark-text-mobile .story-block-link a.btn-secondary:active, .dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .dark-text-mobile .story-block-link a.btn-secondary:active, .dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:active, .dark-text-mobile .story-block-link a.btn.btn-secondary:focus, .dark-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .dark-text-mobile .story-block-link a.btn-secondary:focus, .dark-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .dark-text-mobile .story-block-link a.btn-secondary:focus, .dark-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
  .dark-text-mobile .story-block-video .modal-trigger--video {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .dark-text-mobile .story-block-video .modal-trigger--video:hover, .dark-text-mobile .story-block-video .modal-trigger--video:active, .dark-text-mobile .story-block-video .modal-trigger--video:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .dark-text-mobile .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
    color: #FFF400;
  }
  .dark-text-mobile .swiper-slide .slide-title,
  .dark-text-mobile .swiper-slide .slide-body {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .dark-text-mobile.card-item .card-title {
    color: rgba(0, 0, 0, 0.8);
    border-color: #444 !important;
  }
  .dark-text-mobile.card-item .card-text {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .dark-text-mobile.card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .dark-text-mobile.card-item .card-link:hover, .dark-text-mobile.card-item .card-link:active, .dark-text-mobile.card-item .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .dark-text-mobile.card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .dark-text-mobile.card-item .card-link.btn-secondary:hover, .dark-text-mobile.card-item .card-link.btn-secondary:active, .dark-text-mobile.card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

.button-on-light .story-block-link a.btn, .button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a, .button-on-light .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .button-on-light .story-block-link a, .button-on-light .story-block-link a.modal-trigger--video,
.button-on-light .story-block-link .card-link.btn,
.button-on-light .story-block-link .section-contact-form form button.card-link,
.section-contact-form form .button-on-light .story-block-link button.card-link,
.button-on-light .story-block-link .card-link.modal-trigger--video,
.button-on-light .hero-link a.btn,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a,
.button-on-light .hero-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .button-on-light .hero-link a,
.button-on-light .hero-link a.modal-trigger--video,
.button-on-light .hero-link .card-link.btn,
.button-on-light .hero-link .section-contact-form form button.card-link,
.section-contact-form form .button-on-light .hero-link button.card-link,
.button-on-light .hero-link .card-link.modal-trigger--video,
.button-on-light .card-item a.btn,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a,
.button-on-light .card-item .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .button-on-light .card-item a,
.button-on-light .card-item a.modal-trigger--video,
.button-on-light .card-item .card-link.btn,
.button-on-light .card-item .section-contact-form form button.card-link,
.section-contact-form form .button-on-light .card-item button.card-link,
.button-on-light .card-item .card-link.modal-trigger--video {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.button-on-light .story-block-link a.btn:hover, .button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a:hover, .button-on-light .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .button-on-light .story-block-link a:hover, .button-on-light .story-block-link a.modal-trigger--video:hover, .button-on-light .story-block-link a.btn:active, .button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a:active, .button-on-light .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .button-on-light .story-block-link a:active, .button-on-light .story-block-link a.modal-trigger--video:active, .button-on-light .story-block-link a.btn:focus, .button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a:focus, .button-on-light .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .button-on-light .story-block-link a:focus, .button-on-light .story-block-link a.modal-trigger--video:focus,
.button-on-light .story-block-link .card-link.btn:hover,
.button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.card-link:hover,
.button-on-light .story-block-link .section-contact-form form button.card-link:hover,
.section-contact-form form .button-on-light .story-block-link button.card-link:hover,
.button-on-light .story-block-link .card-link.modal-trigger--video:hover,
.button-on-light .story-block-link .card-link.btn:active,
.button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.card-link:active,
.button-on-light .story-block-link .section-contact-form form button.card-link:active,
.section-contact-form form .button-on-light .story-block-link button.card-link:active,
.button-on-light .story-block-link .card-link.modal-trigger--video:active,
.button-on-light .story-block-link .card-link.btn:focus,
.button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.card-link:focus,
.button-on-light .story-block-link .section-contact-form form button.card-link:focus,
.section-contact-form form .button-on-light .story-block-link button.card-link:focus,
.button-on-light .story-block-link .card-link.modal-trigger--video:focus,
.button-on-light .hero-link a.btn:hover,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a:hover,
.button-on-light .hero-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .button-on-light .hero-link a:hover,
.button-on-light .hero-link a.modal-trigger--video:hover,
.button-on-light .hero-link a.btn:active,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a:active,
.button-on-light .hero-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .button-on-light .hero-link a:active,
.button-on-light .hero-link a.modal-trigger--video:active,
.button-on-light .hero-link a.btn:focus,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a:focus,
.button-on-light .hero-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .button-on-light .hero-link a:focus,
.button-on-light .hero-link a.modal-trigger--video:focus,
.button-on-light .hero-link .card-link.btn:hover,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.card-link:hover,
.button-on-light .hero-link .section-contact-form form button.card-link:hover,
.section-contact-form form .button-on-light .hero-link button.card-link:hover,
.button-on-light .hero-link .card-link.modal-trigger--video:hover,
.button-on-light .hero-link .card-link.btn:active,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.card-link:active,
.button-on-light .hero-link .section-contact-form form button.card-link:active,
.section-contact-form form .button-on-light .hero-link button.card-link:active,
.button-on-light .hero-link .card-link.modal-trigger--video:active,
.button-on-light .hero-link .card-link.btn:focus,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.card-link:focus,
.button-on-light .hero-link .section-contact-form form button.card-link:focus,
.section-contact-form form .button-on-light .hero-link button.card-link:focus,
.button-on-light .hero-link .card-link.modal-trigger--video:focus,
.button-on-light .card-item a.btn:hover,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a:hover,
.button-on-light .card-item .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .button-on-light .card-item a:hover,
.button-on-light .card-item a.modal-trigger--video:hover,
.button-on-light .card-item a.btn:active,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a:active,
.button-on-light .card-item .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .button-on-light .card-item a:active,
.button-on-light .card-item a.modal-trigger--video:active,
.button-on-light .card-item a.btn:focus,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a:focus,
.button-on-light .card-item .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .button-on-light .card-item a:focus,
.button-on-light .card-item a.modal-trigger--video:focus,
.button-on-light .card-item .card-link.btn:hover,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.card-link:hover,
.button-on-light .card-item .section-contact-form form button.card-link:hover,
.section-contact-form form .button-on-light .card-item button.card-link:hover,
.button-on-light .card-item .card-link.modal-trigger--video:hover,
.button-on-light .card-item .card-link.btn:active,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.card-link:active,
.button-on-light .card-item .section-contact-form form button.card-link:active,
.section-contact-form form .button-on-light .card-item button.card-link:active,
.button-on-light .card-item .card-link.modal-trigger--video:active,
.button-on-light .card-item .card-link.btn:focus,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.card-link:focus,
.button-on-light .card-item .section-contact-form form button.card-link:focus,
.section-contact-form form .button-on-light .card-item button.card-link:focus,
.button-on-light .card-item .card-link.modal-trigger--video:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.button-on-light .story-block-link a.btn.btn-secondary, .button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.btn-secondary, .button-on-light .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .button-on-light .story-block-link a.btn-secondary, .button-on-light .story-block-link a.btn-secondary.modal-trigger--video,
.button-on-light .story-block-link .card-link.btn.btn-secondary,
.button-on-light .story-block-link .section-contact-form form button.card-link.btn-secondary,
.section-contact-form form .button-on-light .story-block-link button.card-link.btn-secondary,
.button-on-light .story-block-link .card-link.btn-secondary.modal-trigger--video,
.button-on-light .hero-link a.btn.btn-secondary,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.btn-secondary,
.button-on-light .hero-link .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .button-on-light .hero-link a.btn-secondary,
.button-on-light .hero-link a.btn-secondary.modal-trigger--video,
.button-on-light .hero-link .card-link.btn.btn-secondary,
.button-on-light .hero-link .section-contact-form form button.card-link.btn-secondary,
.section-contact-form form .button-on-light .hero-link button.card-link.btn-secondary,
.button-on-light .hero-link .card-link.btn-secondary.modal-trigger--video,
.button-on-light .card-item a.btn.btn-secondary,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.btn-secondary,
.button-on-light .card-item .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .button-on-light .card-item a.btn-secondary,
.button-on-light .card-item a.btn-secondary.modal-trigger--video,
.button-on-light .card-item .card-link.btn.btn-secondary,
.button-on-light .card-item .section-contact-form form button.card-link.btn-secondary,
.section-contact-form form .button-on-light .card-item button.card-link.btn-secondary,
.button-on-light .card-item .card-link.btn-secondary.modal-trigger--video {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.button-on-light .story-block-link a.btn.btn-secondary:hover, .button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.btn-secondary:hover, .button-on-light .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .button-on-light .story-block-link a.btn-secondary:hover, .button-on-light .story-block-link a.btn-secondary.modal-trigger--video:hover, .button-on-light .story-block-link a.btn.btn-secondary:active, .button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.btn-secondary:active, .button-on-light .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .button-on-light .story-block-link a.btn-secondary:active, .button-on-light .story-block-link a.btn-secondary.modal-trigger--video:active, .button-on-light .story-block-link a.btn.btn-secondary:focus, .button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.btn-secondary:focus, .button-on-light .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .button-on-light .story-block-link a.btn-secondary:focus, .button-on-light .story-block-link a.btn-secondary.modal-trigger--video:focus,
.button-on-light .story-block-link .card-link.btn.btn-secondary:hover,
.button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.card-link.btn-secondary:hover,
.button-on-light .story-block-link .section-contact-form form button.card-link.btn-secondary:hover,
.section-contact-form form .button-on-light .story-block-link button.card-link.btn-secondary:hover,
.button-on-light .story-block-link .card-link.btn-secondary.modal-trigger--video:hover,
.button-on-light .story-block-link .card-link.btn.btn-secondary:active,
.button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.card-link.btn-secondary:active,
.button-on-light .story-block-link .section-contact-form form button.card-link.btn-secondary:active,
.section-contact-form form .button-on-light .story-block-link button.card-link.btn-secondary:active,
.button-on-light .story-block-link .card-link.btn-secondary.modal-trigger--video:active,
.button-on-light .story-block-link .card-link.btn.btn-secondary:focus,
.button-on-light .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .story-block-link a.card-link.btn-secondary:focus,
.button-on-light .story-block-link .section-contact-form form button.card-link.btn-secondary:focus,
.section-contact-form form .button-on-light .story-block-link button.card-link.btn-secondary:focus,
.button-on-light .story-block-link .card-link.btn-secondary.modal-trigger--video:focus,
.button-on-light .hero-link a.btn.btn-secondary:hover,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.btn-secondary:hover,
.button-on-light .hero-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .button-on-light .hero-link a.btn-secondary:hover,
.button-on-light .hero-link a.btn-secondary.modal-trigger--video:hover,
.button-on-light .hero-link a.btn.btn-secondary:active,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.btn-secondary:active,
.button-on-light .hero-link .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .button-on-light .hero-link a.btn-secondary:active,
.button-on-light .hero-link a.btn-secondary.modal-trigger--video:active,
.button-on-light .hero-link a.btn.btn-secondary:focus,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.btn-secondary:focus,
.button-on-light .hero-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .button-on-light .hero-link a.btn-secondary:focus,
.button-on-light .hero-link a.btn-secondary.modal-trigger--video:focus,
.button-on-light .hero-link .card-link.btn.btn-secondary:hover,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.card-link.btn-secondary:hover,
.button-on-light .hero-link .section-contact-form form button.card-link.btn-secondary:hover,
.section-contact-form form .button-on-light .hero-link button.card-link.btn-secondary:hover,
.button-on-light .hero-link .card-link.btn-secondary.modal-trigger--video:hover,
.button-on-light .hero-link .card-link.btn.btn-secondary:active,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.card-link.btn-secondary:active,
.button-on-light .hero-link .section-contact-form form button.card-link.btn-secondary:active,
.section-contact-form form .button-on-light .hero-link button.card-link.btn-secondary:active,
.button-on-light .hero-link .card-link.btn-secondary.modal-trigger--video:active,
.button-on-light .hero-link .card-link.btn.btn-secondary:focus,
.button-on-light .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .hero-link a.card-link.btn-secondary:focus,
.button-on-light .hero-link .section-contact-form form button.card-link.btn-secondary:focus,
.section-contact-form form .button-on-light .hero-link button.card-link.btn-secondary:focus,
.button-on-light .hero-link .card-link.btn-secondary.modal-trigger--video:focus,
.button-on-light .card-item a.btn.btn-secondary:hover,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.btn-secondary:hover,
.button-on-light .card-item .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .button-on-light .card-item a.btn-secondary:hover,
.button-on-light .card-item a.btn-secondary.modal-trigger--video:hover,
.button-on-light .card-item a.btn.btn-secondary:active,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.btn-secondary:active,
.button-on-light .card-item .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .button-on-light .card-item a.btn-secondary:active,
.button-on-light .card-item a.btn-secondary.modal-trigger--video:active,
.button-on-light .card-item a.btn.btn-secondary:focus,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.btn-secondary:focus,
.button-on-light .card-item .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .button-on-light .card-item a.btn-secondary:focus,
.button-on-light .card-item a.btn-secondary.modal-trigger--video:focus,
.button-on-light .card-item .card-link.btn.btn-secondary:hover,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.card-link.btn-secondary:hover,
.button-on-light .card-item .section-contact-form form button.card-link.btn-secondary:hover,
.section-contact-form form .button-on-light .card-item button.card-link.btn-secondary:hover,
.button-on-light .card-item .card-link.btn-secondary.modal-trigger--video:hover,
.button-on-light .card-item .card-link.btn.btn-secondary:active,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.card-link.btn-secondary:active,
.button-on-light .card-item .section-contact-form form button.card-link.btn-secondary:active,
.section-contact-form form .button-on-light .card-item button.card-link.btn-secondary:active,
.button-on-light .card-item .card-link.btn-secondary.modal-trigger--video:active,
.button-on-light .card-item .card-link.btn.btn-secondary:focus,
.button-on-light .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-light .card-item a.card-link.btn-secondary:focus,
.button-on-light .card-item .section-contact-form form button.card-link.btn-secondary:focus,
.section-contact-form form .button-on-light .card-item button.card-link.btn-secondary:focus,
.button-on-light .card-item .card-link.btn-secondary.modal-trigger--video:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

@media (max-width: 575.98px) {
  .card-light-text.dark-text-mobile .card-item .card-title {
    color: #fff;
    border-color: #444 !important;
  }
  .card-light-text.dark-text-mobile .card-item .card-text {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .card-light-text.dark-text-mobile .card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-light-text.dark-text-mobile .card-item .card-link:hover, .card-light-text.dark-text-mobile .card-item .card-link:active, .card-light-text.dark-text-mobile .card-item .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-light-text.dark-text-mobile .card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:hover, .card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:active, .card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

@media (max-width: 767.98px) {
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-title, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-title {
    color: rgba(0, 0, 0, 0.8);
    border-color: #444 !important;
  }
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-text, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-text {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link:hover, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link:hover, .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link:active, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link:active, .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link:focus, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:hover, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:hover, .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:active, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:active, .card-text-over-image.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:focus, .card-light-text.dark-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

@media (max-width: 1023.98px) {
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-title,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-title {
    color: #fff;
    border-color: #444 !important;
  }
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-text,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-text {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link:hover, .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link:active, .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link:focus,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link:hover,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link:active,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:hover, .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:active, .card-text-over-image-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:focus,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:hover,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:active,
  .card-text-over-image-bottom-hover.card-light-text.dark-text-mobile .card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

.overlay-light .image-overlay,
.overlay-light .hero-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.overlay-gradient-light .left-text-full-bg-image .image-overlay {
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 36%, rgba(255, 255, 255, 0.65) 41%, rgba(255, 255, 255, 0.55) 46%, rgba(255, 255, 255, 0.35) 55.5%, rgba(255, 255, 255, 0.25) 59%, rgba(255, 255, 255, 0) 65%);
}
.overlay-gradient-light .right-text-full-bg-image .image-overlay {
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.25) 42%, rgba(255, 255, 255, 0.35) 46%, rgba(255, 255, 255, 0.55) 55.5%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.7) 65%);
}
.overlay-gradient-light.section-hero .hero-overlay {
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.25) 42%, rgba(255, 255, 255, 0.35) 46%, rgba(255, 255, 255, 0.55) 55.5%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.7) 65%);
}

.intro-light-text .intro .section-title {
  color: #fff !important;
  border-color: #444 !important;
}
.intro-light-text .intro .intro-body {
  color: #fff !important;
}
.intro-light-text .intro .intro-body a {
  color: #FFF400 !important;
}
.intro-light-text .intro .intro-body a:hover {
  color: #fff866 !important;
}
.intro-light-text .intro .section-link a {
  color: #FFF400 !important;
}
.intro-light-text .intro .section-link a:hover {
  color: #fff866 !important;
}

.light-text.section-hero .hero-title-wrapper .hero-heading, .light-text.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
  color: #fff;
}
.light-text.section-hero .hero-title-wrapper .hero-sub-heading, .light-text.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
  color: #fff;
}
.light-text .section-title {
  color: #fff !important;
  border-color: #444 !important;
}
.light-text .story-block-text,
.light-text .intro-body {
  color: #fff !important;
}
.light-text .story-block-text a,
.light-text .intro-body a {
  color: #FFF400 !important;
}
.light-text .story-block-text a:hover,
.light-text .intro-body a:hover {
  color: #fff866 !important;
}
.light-text .story-block-link a.btn, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a, .light-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-text .story-block-link a, .light-text .story-block-link a.modal-trigger--video {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.light-text .story-block-link a.btn:hover, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a:hover, .light-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-text .story-block-link a:hover, .light-text .story-block-link a.modal-trigger--video:hover, .light-text .story-block-link a.btn:active, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a:active, .light-text .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .light-text .story-block-link a:active, .light-text .story-block-link a.modal-trigger--video:active, .light-text .story-block-link a.btn:focus, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a:focus, .light-text .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .light-text .story-block-link a:focus, .light-text .story-block-link a.modal-trigger--video:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.light-text .story-block-link a.btn.btn-secondary, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a.btn-secondary, .light-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .light-text .story-block-link a.btn-secondary, .light-text .story-block-link a.btn-secondary.modal-trigger--video {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.light-text .story-block-link a.btn.btn-secondary:hover, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a.btn-secondary:hover, .light-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .light-text .story-block-link a.btn-secondary:hover, .light-text .story-block-link a.btn-secondary.modal-trigger--video:hover, .light-text .story-block-link a.btn.btn-secondary:active, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a.btn-secondary:active, .light-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .light-text .story-block-link a.btn-secondary:active, .light-text .story-block-link a.btn-secondary.modal-trigger--video:active, .light-text .story-block-link a.btn.btn-secondary:focus, .light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .light-text .story-block-link a.btn-secondary:focus, .light-text .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .light-text .story-block-link a.btn-secondary:focus, .light-text .story-block-link a.btn-secondary.modal-trigger--video:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}
.light-text .story-block-video .modal-trigger--video {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.light-text .story-block-video .modal-trigger--video:hover, .light-text .story-block-video .modal-trigger--video:active, .light-text .story-block-video .modal-trigger--video:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.light-text .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
  color: #FFF400;
}
.light-text .swiper-slide .slide-title {
  color: #fff !important;
}
.light-text .swiper-slide .slide-body {
  color: #fff !important;
}
.light-text.section-cards .card-title, .light-text.card-item .card-title {
  color: #fff !important;
  border-color: #444 !important;
}
.light-text.section-cards .card-text, .light-text.card-item .card-text {
  color: #fff !important;
}
.light-text.section-cards .card-link, .light-text.card-item .card-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.light-text.section-cards .card-link:hover, .light-text.section-cards .card-link:active, .light-text.section-cards .card-link:focus, .light-text.card-item .card-link:hover, .light-text.card-item .card-link:active, .light-text.card-item .card-link:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.light-text.section-cards .card-link.btn-secondary, .light-text.card-item .card-link.btn-secondary {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.light-text.section-cards .card-link.btn-secondary:hover, .light-text.section-cards .card-link.btn-secondary:active, .light-text.section-cards .card-link.btn-secondary:focus, .light-text.card-item .card-link.btn-secondary:hover, .light-text.card-item .card-link.btn-secondary:active, .light-text.card-item .card-link.btn-secondary:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

.button-on-dark .story-block-link a.btn, .button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a, .button-on-dark .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .button-on-dark .story-block-link a, .button-on-dark .story-block-link a.modal-trigger--video,
.button-on-dark .story-block-link .card-link.btn,
.button-on-dark .story-block-link .section-contact-form form button.card-link,
.section-contact-form form .button-on-dark .story-block-link button.card-link,
.button-on-dark .story-block-link .card-link.modal-trigger--video,
.button-on-dark .hero-link a.btn,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a,
.button-on-dark .hero-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .button-on-dark .hero-link a,
.button-on-dark .hero-link a.modal-trigger--video,
.button-on-dark .hero-link .card-link.btn,
.button-on-dark .hero-link .section-contact-form form button.card-link,
.section-contact-form form .button-on-dark .hero-link button.card-link,
.button-on-dark .hero-link .card-link.modal-trigger--video,
.button-on-dark .card-item a.btn,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a,
.button-on-dark .card-item .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .button-on-dark .card-item a,
.button-on-dark .card-item a.modal-trigger--video,
.button-on-dark .card-item .card-link.btn,
.button-on-dark .card-item .section-contact-form form button.card-link,
.section-contact-form form .button-on-dark .card-item button.card-link,
.button-on-dark .card-item .card-link.modal-trigger--video {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.button-on-dark .story-block-link a.btn:hover, .button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a:hover, .button-on-dark .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .button-on-dark .story-block-link a:hover, .button-on-dark .story-block-link a.modal-trigger--video:hover, .button-on-dark .story-block-link a.btn:active, .button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a:active, .button-on-dark .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .button-on-dark .story-block-link a:active, .button-on-dark .story-block-link a.modal-trigger--video:active, .button-on-dark .story-block-link a.btn:focus, .button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a:focus, .button-on-dark .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .button-on-dark .story-block-link a:focus, .button-on-dark .story-block-link a.modal-trigger--video:focus,
.button-on-dark .story-block-link .card-link.btn:hover,
.button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.card-link:hover,
.button-on-dark .story-block-link .section-contact-form form button.card-link:hover,
.section-contact-form form .button-on-dark .story-block-link button.card-link:hover,
.button-on-dark .story-block-link .card-link.modal-trigger--video:hover,
.button-on-dark .story-block-link .card-link.btn:active,
.button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.card-link:active,
.button-on-dark .story-block-link .section-contact-form form button.card-link:active,
.section-contact-form form .button-on-dark .story-block-link button.card-link:active,
.button-on-dark .story-block-link .card-link.modal-trigger--video:active,
.button-on-dark .story-block-link .card-link.btn:focus,
.button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.card-link:focus,
.button-on-dark .story-block-link .section-contact-form form button.card-link:focus,
.section-contact-form form .button-on-dark .story-block-link button.card-link:focus,
.button-on-dark .story-block-link .card-link.modal-trigger--video:focus,
.button-on-dark .hero-link a.btn:hover,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a:hover,
.button-on-dark .hero-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .button-on-dark .hero-link a:hover,
.button-on-dark .hero-link a.modal-trigger--video:hover,
.button-on-dark .hero-link a.btn:active,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a:active,
.button-on-dark .hero-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .button-on-dark .hero-link a:active,
.button-on-dark .hero-link a.modal-trigger--video:active,
.button-on-dark .hero-link a.btn:focus,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a:focus,
.button-on-dark .hero-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .button-on-dark .hero-link a:focus,
.button-on-dark .hero-link a.modal-trigger--video:focus,
.button-on-dark .hero-link .card-link.btn:hover,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.card-link:hover,
.button-on-dark .hero-link .section-contact-form form button.card-link:hover,
.section-contact-form form .button-on-dark .hero-link button.card-link:hover,
.button-on-dark .hero-link .card-link.modal-trigger--video:hover,
.button-on-dark .hero-link .card-link.btn:active,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.card-link:active,
.button-on-dark .hero-link .section-contact-form form button.card-link:active,
.section-contact-form form .button-on-dark .hero-link button.card-link:active,
.button-on-dark .hero-link .card-link.modal-trigger--video:active,
.button-on-dark .hero-link .card-link.btn:focus,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.card-link:focus,
.button-on-dark .hero-link .section-contact-form form button.card-link:focus,
.section-contact-form form .button-on-dark .hero-link button.card-link:focus,
.button-on-dark .hero-link .card-link.modal-trigger--video:focus,
.button-on-dark .card-item a.btn:hover,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a:hover,
.button-on-dark .card-item .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .button-on-dark .card-item a:hover,
.button-on-dark .card-item a.modal-trigger--video:hover,
.button-on-dark .card-item a.btn:active,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a:active,
.button-on-dark .card-item .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .button-on-dark .card-item a:active,
.button-on-dark .card-item a.modal-trigger--video:active,
.button-on-dark .card-item a.btn:focus,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a:focus,
.button-on-dark .card-item .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .button-on-dark .card-item a:focus,
.button-on-dark .card-item a.modal-trigger--video:focus,
.button-on-dark .card-item .card-link.btn:hover,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.card-link:hover,
.button-on-dark .card-item .section-contact-form form button.card-link:hover,
.section-contact-form form .button-on-dark .card-item button.card-link:hover,
.button-on-dark .card-item .card-link.modal-trigger--video:hover,
.button-on-dark .card-item .card-link.btn:active,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.card-link:active,
.button-on-dark .card-item .section-contact-form form button.card-link:active,
.section-contact-form form .button-on-dark .card-item button.card-link:active,
.button-on-dark .card-item .card-link.modal-trigger--video:active,
.button-on-dark .card-item .card-link.btn:focus,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.card-link:focus,
.button-on-dark .card-item .section-contact-form form button.card-link:focus,
.section-contact-form form .button-on-dark .card-item button.card-link:focus,
.button-on-dark .card-item .card-link.modal-trigger--video:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.button-on-dark .story-block-link a.btn.btn-secondary, .button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.btn-secondary, .button-on-dark .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .button-on-dark .story-block-link a.btn-secondary, .button-on-dark .story-block-link a.btn-secondary.modal-trigger--video,
.button-on-dark .story-block-link .card-link.btn.btn-secondary,
.button-on-dark .story-block-link .section-contact-form form button.card-link.btn-secondary,
.section-contact-form form .button-on-dark .story-block-link button.card-link.btn-secondary,
.button-on-dark .story-block-link .card-link.btn-secondary.modal-trigger--video,
.button-on-dark .hero-link a.btn.btn-secondary,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.btn-secondary,
.button-on-dark .hero-link .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .button-on-dark .hero-link a.btn-secondary,
.button-on-dark .hero-link a.btn-secondary.modal-trigger--video,
.button-on-dark .hero-link .card-link.btn.btn-secondary,
.button-on-dark .hero-link .section-contact-form form button.card-link.btn-secondary,
.section-contact-form form .button-on-dark .hero-link button.card-link.btn-secondary,
.button-on-dark .hero-link .card-link.btn-secondary.modal-trigger--video,
.button-on-dark .card-item a.btn.btn-secondary,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.btn-secondary,
.button-on-dark .card-item .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .button-on-dark .card-item a.btn-secondary,
.button-on-dark .card-item a.btn-secondary.modal-trigger--video,
.button-on-dark .card-item .card-link.btn.btn-secondary,
.button-on-dark .card-item .section-contact-form form button.card-link.btn-secondary,
.section-contact-form form .button-on-dark .card-item button.card-link.btn-secondary,
.button-on-dark .card-item .card-link.btn-secondary.modal-trigger--video {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.button-on-dark .story-block-link a.btn.btn-secondary:hover, .button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.btn-secondary:hover, .button-on-dark .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .button-on-dark .story-block-link a.btn-secondary:hover, .button-on-dark .story-block-link a.btn-secondary.modal-trigger--video:hover, .button-on-dark .story-block-link a.btn.btn-secondary:active, .button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.btn-secondary:active, .button-on-dark .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .button-on-dark .story-block-link a.btn-secondary:active, .button-on-dark .story-block-link a.btn-secondary.modal-trigger--video:active, .button-on-dark .story-block-link a.btn.btn-secondary:focus, .button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.btn-secondary:focus, .button-on-dark .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .button-on-dark .story-block-link a.btn-secondary:focus, .button-on-dark .story-block-link a.btn-secondary.modal-trigger--video:focus,
.button-on-dark .story-block-link .card-link.btn.btn-secondary:hover,
.button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.card-link.btn-secondary:hover,
.button-on-dark .story-block-link .section-contact-form form button.card-link.btn-secondary:hover,
.section-contact-form form .button-on-dark .story-block-link button.card-link.btn-secondary:hover,
.button-on-dark .story-block-link .card-link.btn-secondary.modal-trigger--video:hover,
.button-on-dark .story-block-link .card-link.btn.btn-secondary:active,
.button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.card-link.btn-secondary:active,
.button-on-dark .story-block-link .section-contact-form form button.card-link.btn-secondary:active,
.section-contact-form form .button-on-dark .story-block-link button.card-link.btn-secondary:active,
.button-on-dark .story-block-link .card-link.btn-secondary.modal-trigger--video:active,
.button-on-dark .story-block-link .card-link.btn.btn-secondary:focus,
.button-on-dark .story-block-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .story-block-link a.card-link.btn-secondary:focus,
.button-on-dark .story-block-link .section-contact-form form button.card-link.btn-secondary:focus,
.section-contact-form form .button-on-dark .story-block-link button.card-link.btn-secondary:focus,
.button-on-dark .story-block-link .card-link.btn-secondary.modal-trigger--video:focus,
.button-on-dark .hero-link a.btn.btn-secondary:hover,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.btn-secondary:hover,
.button-on-dark .hero-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .button-on-dark .hero-link a.btn-secondary:hover,
.button-on-dark .hero-link a.btn-secondary.modal-trigger--video:hover,
.button-on-dark .hero-link a.btn.btn-secondary:active,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.btn-secondary:active,
.button-on-dark .hero-link .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .button-on-dark .hero-link a.btn-secondary:active,
.button-on-dark .hero-link a.btn-secondary.modal-trigger--video:active,
.button-on-dark .hero-link a.btn.btn-secondary:focus,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.btn-secondary:focus,
.button-on-dark .hero-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .button-on-dark .hero-link a.btn-secondary:focus,
.button-on-dark .hero-link a.btn-secondary.modal-trigger--video:focus,
.button-on-dark .hero-link .card-link.btn.btn-secondary:hover,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.card-link.btn-secondary:hover,
.button-on-dark .hero-link .section-contact-form form button.card-link.btn-secondary:hover,
.section-contact-form form .button-on-dark .hero-link button.card-link.btn-secondary:hover,
.button-on-dark .hero-link .card-link.btn-secondary.modal-trigger--video:hover,
.button-on-dark .hero-link .card-link.btn.btn-secondary:active,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.card-link.btn-secondary:active,
.button-on-dark .hero-link .section-contact-form form button.card-link.btn-secondary:active,
.section-contact-form form .button-on-dark .hero-link button.card-link.btn-secondary:active,
.button-on-dark .hero-link .card-link.btn-secondary.modal-trigger--video:active,
.button-on-dark .hero-link .card-link.btn.btn-secondary:focus,
.button-on-dark .hero-link .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .hero-link a.card-link.btn-secondary:focus,
.button-on-dark .hero-link .section-contact-form form button.card-link.btn-secondary:focus,
.section-contact-form form .button-on-dark .hero-link button.card-link.btn-secondary:focus,
.button-on-dark .hero-link .card-link.btn-secondary.modal-trigger--video:focus,
.button-on-dark .card-item a.btn.btn-secondary:hover,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.btn-secondary:hover,
.button-on-dark .card-item .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .button-on-dark .card-item a.btn-secondary:hover,
.button-on-dark .card-item a.btn-secondary.modal-trigger--video:hover,
.button-on-dark .card-item a.btn.btn-secondary:active,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.btn-secondary:active,
.button-on-dark .card-item .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .button-on-dark .card-item a.btn-secondary:active,
.button-on-dark .card-item a.btn-secondary.modal-trigger--video:active,
.button-on-dark .card-item a.btn.btn-secondary:focus,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.btn-secondary:focus,
.button-on-dark .card-item .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .button-on-dark .card-item a.btn-secondary:focus,
.button-on-dark .card-item a.btn-secondary.modal-trigger--video:focus,
.button-on-dark .card-item .card-link.btn.btn-secondary:hover,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.card-link.btn-secondary:hover,
.button-on-dark .card-item .section-contact-form form button.card-link.btn-secondary:hover,
.section-contact-form form .button-on-dark .card-item button.card-link.btn-secondary:hover,
.button-on-dark .card-item .card-link.btn-secondary.modal-trigger--video:hover,
.button-on-dark .card-item .card-link.btn.btn-secondary:active,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.card-link.btn-secondary:active,
.button-on-dark .card-item .section-contact-form form button.card-link.btn-secondary:active,
.section-contact-form form .button-on-dark .card-item button.card-link.btn-secondary:active,
.button-on-dark .card-item .card-link.btn-secondary.modal-trigger--video:active,
.button-on-dark .card-item .card-link.btn.btn-secondary:focus,
.button-on-dark .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .button-on-dark .card-item a.card-link.btn-secondary:focus,
.button-on-dark .card-item .section-contact-form form button.card-link.btn-secondary:focus,
.section-contact-form form .button-on-dark .card-item button.card-link.btn-secondary:focus,
.button-on-dark .card-item .card-link.btn-secondary.modal-trigger--video:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

@media (max-width: 575.98px) {
  .dark-text.light-text-mobile.section-hero .hero-title-wrapper .hero-heading, .dark-text.light-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    color: #fff;
  }
  .dark-text.light-text-mobile.section-hero .hero-title-wrapper .hero-sub-heading, .dark-text.light-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    color: #fff;
  }
  .dark-text.light-text-mobile .section-title {
    color: #fff !important;
    border-color: #444 !important;
  }
  .dark-text.light-text-mobile .story-block-text,
  .dark-text.light-text-mobile .intro-body {
    color: #fff !important;
  }
  .dark-text.light-text-mobile .story-block-text a,
  .dark-text.light-text-mobile .intro-body a {
    color: #FFF400 !important;
  }
  .dark-text.light-text-mobile .story-block-text a:hover,
  .dark-text.light-text-mobile .intro-body a:hover {
    color: #fff866 !important;
  }
  .dark-text.light-text-mobile .story-block-link a.btn, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a, .dark-text.light-text-mobile .story-block-link a.modal-trigger--video {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .dark-text.light-text-mobile .story-block-link a.btn:hover, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a:hover, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a:hover, .dark-text.light-text-mobile .story-block-link a.modal-trigger--video:hover, .dark-text.light-text-mobile .story-block-link a.btn:active, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a:active, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a:active, .dark-text.light-text-mobile .story-block-link a.modal-trigger--video:active, .dark-text.light-text-mobile .story-block-link a.btn:focus, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a:focus, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a:focus, .dark-text.light-text-mobile .story-block-link a.modal-trigger--video:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .dark-text.light-text-mobile .story-block-link a.btn.btn-secondary, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a.btn-secondary, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a.btn-secondary, .dark-text.light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .dark-text.light-text-mobile .story-block-link a.btn.btn-secondary:hover, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a.btn-secondary:hover, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a.btn-secondary:hover, .dark-text.light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:hover, .dark-text.light-text-mobile .story-block-link a.btn.btn-secondary:active, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a.btn-secondary:active, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a.btn-secondary:active, .dark-text.light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:active, .dark-text.light-text-mobile .story-block-link a.btn.btn-secondary:focus, .dark-text.light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .dark-text.light-text-mobile .story-block-link a.btn-secondary:focus, .dark-text.light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .dark-text.light-text-mobile .story-block-link a.btn-secondary:focus, .dark-text.light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
  .dark-text.light-text-mobile .story-block-video .modal-trigger--video {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .dark-text.light-text-mobile .story-block-video .modal-trigger--video:hover, .dark-text.light-text-mobile .story-block-video .modal-trigger--video:active, .dark-text.light-text-mobile .story-block-video .modal-trigger--video:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .dark-text.light-text-mobile .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
    color: #FFF400;
  }
  .dark-text.light-text-mobile .swiper-slide .slide-title {
    color: #fff !important;
  }
  .dark-text.light-text-mobile .swiper-slide .slide-body {
    color: #fff !important;
  }
  .dark-text.light-text-mobile.section-cards .card-title, .dark-text.light-text-mobile.card-item .card-title {
    color: #fff !important;
    border-color: #444 !important;
  }
  .dark-text.light-text-mobile.section-cards .card-text, .dark-text.light-text-mobile.card-item .card-text {
    color: #fff !important;
  }
  .dark-text.light-text-mobile.section-cards .card-link, .dark-text.light-text-mobile.card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .dark-text.light-text-mobile.section-cards .card-link:hover, .dark-text.light-text-mobile.section-cards .card-link:active, .dark-text.light-text-mobile.section-cards .card-link:focus, .dark-text.light-text-mobile.card-item .card-link:hover, .dark-text.light-text-mobile.card-item .card-link:active, .dark-text.light-text-mobile.card-item .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .dark-text.light-text-mobile.section-cards .card-link.btn-secondary, .dark-text.light-text-mobile.card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .dark-text.light-text-mobile.section-cards .card-link.btn-secondary:hover, .dark-text.light-text-mobile.section-cards .card-link.btn-secondary:active, .dark-text.light-text-mobile.section-cards .card-link.btn-secondary:focus, .dark-text.light-text-mobile.card-item .card-link.btn-secondary:hover, .dark-text.light-text-mobile.card-item .card-link.btn-secondary:active, .dark-text.light-text-mobile.card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

@media (max-width: 575.98px) {
  .light-text-mobile.section-hero .hero-title-wrapper .hero-heading, .light-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    color: #fff;
  }
  .light-text-mobile.section-hero .hero-title-wrapper .hero-sub-heading, .light-text-mobile.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    color: #fff;
  }
  .light-text-mobile .section-title {
    color: #fff !important;
    border-color: #444 !important;
  }
  .light-text-mobile .story-block-text,
  .light-text-mobile .intro-body {
    color: #fff !important;
  }
  .light-text-mobile .story-block-text a,
  .light-text-mobile .intro-body a {
    color: #FFF400 !important;
  }
  .light-text-mobile .story-block-text a:hover,
  .light-text-mobile .intro-body a:hover {
    color: #fff866 !important;
  }
  .light-text-mobile .story-block-link a.btn, .light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-text-mobile .story-block-link a, .light-text-mobile .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-text-mobile .story-block-link a, .light-text-mobile .story-block-link a.modal-trigger--video {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .light-text-mobile .story-block-link a.btn:hover, .light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-text-mobile .story-block-link a:hover, .light-text-mobile .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-text-mobile .story-block-link a:hover, .light-text-mobile .story-block-link a.modal-trigger--video:hover, .light-text-mobile .story-block-link a.btn:active, .light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .light-text-mobile .story-block-link a:active, .light-text-mobile .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .light-text-mobile .story-block-link a:active, .light-text-mobile .story-block-link a.modal-trigger--video:active, .light-text-mobile .story-block-link a.btn:focus, .light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .light-text-mobile .story-block-link a:focus, .light-text-mobile .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .light-text-mobile .story-block-link a:focus, .light-text-mobile .story-block-link a.modal-trigger--video:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .light-text-mobile .story-block-link a.btn.btn-secondary, .light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary, .album-wrapper .musical_album__album-purchase-link .light-text-mobile .story-block-link a.btn-secondary, .light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary, .section-alert .alert .feature-box-button .light-text-mobile .story-block-link a.btn-secondary, .light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .light-text-mobile .story-block-link a.btn.btn-secondary:hover, .light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .light-text-mobile .story-block-link a.btn-secondary:hover, .light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover, .section-alert .alert .feature-box-button .light-text-mobile .story-block-link a.btn-secondary:hover, .light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:hover, .light-text-mobile .story-block-link a.btn.btn-secondary:active, .light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .light-text-mobile .story-block-link a.btn-secondary:active, .light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active, .section-alert .alert .feature-box-button .light-text-mobile .story-block-link a.btn-secondary:active, .light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:active, .light-text-mobile .story-block-link a.btn.btn-secondary:focus, .light-text-mobile .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .light-text-mobile .story-block-link a.btn-secondary:focus, .light-text-mobile .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus, .section-alert .alert .feature-box-button .light-text-mobile .story-block-link a.btn-secondary:focus, .light-text-mobile .story-block-link a.btn-secondary.modal-trigger--video:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
  .light-text-mobile .story-block-video .modal-trigger--video {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .light-text-mobile .story-block-video .modal-trigger--video:hover, .light-text-mobile .story-block-video .modal-trigger--video:active, .light-text-mobile .story-block-video .modal-trigger--video:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .light-text-mobile .story-block-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
    color: #FFF400;
  }
  .light-text-mobile .swiper-slide .slide-title {
    color: #fff !important;
  }
  .light-text-mobile .swiper-slide .slide-body {
    color: #fff !important;
  }
  .light-text-mobile.section-cards .card-title, .light-text-mobile.card-item .card-title {
    color: #fff !important;
    border-color: #444 !important;
  }
  .light-text-mobile.section-cards .card-text, .light-text-mobile.card-item .card-text {
    color: #fff !important;
  }
  .light-text-mobile.section-cards .card-link, .light-text-mobile.card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .light-text-mobile.section-cards .card-link:hover, .light-text-mobile.section-cards .card-link:active, .light-text-mobile.section-cards .card-link:focus, .light-text-mobile.card-item .card-link:hover, .light-text-mobile.card-item .card-link:active, .light-text-mobile.card-item .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .light-text-mobile.section-cards .card-link.btn-secondary, .light-text-mobile.card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .light-text-mobile.section-cards .card-link.btn-secondary:hover, .light-text-mobile.section-cards .card-link.btn-secondary:active, .light-text-mobile.section-cards .card-link.btn-secondary:focus, .light-text-mobile.card-item .card-link.btn-secondary:hover, .light-text-mobile.card-item .card-link.btn-secondary:active, .light-text-mobile.card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

@media (max-width: 575.98px) {
  .card-dark-text.light-text-mobile .card-item .card-title {
    color: #fff !important;
    border-color: #444;
  }
  .card-dark-text.light-text-mobile .card-item .card-text {
    color: #fff !important;
  }
  .card-dark-text.light-text-mobile .card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-dark-text.light-text-mobile .card-item .card-link:hover, .card-dark-text.light-text-mobile .card-item .card-link:active, .card-dark-text.light-text-mobile .card-item .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-dark-text.light-text-mobile .card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:hover, .card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:active, .card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

@media (max-width: 1023.98px) {
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-title, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-title {
    color: #fff !important;
    border-color: #444 !important;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-text, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-text {
    color: #fff !important;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link:hover, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link:hover, .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link:active, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link:active, .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link:focus, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:hover, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:hover, .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:active, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:active, .card-text-over-image.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:focus, .card-dark-text.light-text-mobile.card-text-over-image-bottom .card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

@media (max-width: 991.98px) {
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-title, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-title {
    color: #fff !important;
    border-color: #444 !important;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-text, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-text {
    color: #fff !important;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link:hover, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link:hover, .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link:active, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link:active, .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link:focus, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link.btn-secondary {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:hover, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link.btn-secondary:hover, .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:active, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link.btn-secondary:active, .card-text-over-image-hover.card-dark-text.light-text-mobile .card-item .card-link.btn-secondary:focus, .card-dark-text.light-text-mobile.card-text-over-image-bottom-hover .card-item .card-link.btn-secondary:focus {
    background: #FF00CE;
    color: #fff !important;
    border-color: #FF00CE;
  }
}

.overlay-dark .image-overlay,
.overlay-dark .hero-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.overlay-dark-30 .image-overlay,
.overlay-dark-30 .hero-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.overlay-dark-40 .image-overlay,
.overlay-dark-40 .hero-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.overlay-dark-50 .image-overlay,
.overlay-dark-50 .hero-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.overlay-dark-60 .image-overlay,
.overlay-dark-60 .hero-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.overlay-dark-70 .image-overlay,
.overlay-dark-70 .hero-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.overlay-dark-80 .image-overlay,
.overlay-dark-80 .hero-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.overlay-opacity-80 .image-overlay,
.overlay-opacity-80 .hero-overlay {
  opacity: 0.6;
}

.overlay-opacity-70 .image-overlay,
.overlay-opacity-70 .hero-overlay {
  opacity: 0.6;
}

.overlay-opacity-60 .image-overlay,
.overlay-opacity-60 .hero-overlay {
  opacity: 0.6;
}

.overlay-opacity-50 .image-overlay,
.overlay-opacity-50 .hero-overlay {
  opacity: 0.5;
}

.overlay-opacity-40 .image-overlay,
.overlay-opacity-40 .hero-overlay {
  opacity: 0.4;
}

.overlay-opacity-30 .image-overlay,
.overlay-opacity-30 .hero-overlay {
  opacity: 0.3;
}

.overlay-gradient-dark .left-text-full-bg-image .image-overlay {
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 36%, rgba(0, 0, 0, 0.7) 41%, rgba(0, 0, 0, 0.65) 46%, rgba(0, 0, 0, 0.4) 55.5%, rgba(0, 0, 0, 0.25) 59%, rgba(0, 0, 0, 0) 65%);
}
.overlay-gradient-dark .right-text-full-bg-image .image-overlay {
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 36%, rgba(0, 0, 0, 0.7) 41%, rgba(0, 0, 0, 0.65) 46%, rgba(0, 0, 0, 0.4) 55.5%, rgba(0, 0, 0, 0.25) 59%, rgba(0, 0, 0, 0) 65%);
}
.overlay-gradient-dark.section-hero .hero-overlay {
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 36%, rgba(0, 0, 0, 0.7) 41%, rgba(0, 0, 0, 0.65) 46%, rgba(0, 0, 0, 0.4) 55.5%, rgba(0, 0, 0, 0.25) 59%, rgba(0, 0, 0, 0) 65%);
}

.text-wrapper-dark.section-story-block .text-wrapper {
  padding: calc(4vw * 1.5);
  background: #000;
  align-self: center;
}
@media (min-width: 768px) {
  .text-wrapper-dark.section-story-block .text-wrapper {
    margin: 0 -4vw;
  }
}
@media (min-width: 768px) {
  .text-wrapper-dark.section-story-block .text-wrapper {
    padding: 4vw;
  }
}
.text-wrapper-dark .intro .text-wrapper,
.text-wrapper-dark .text-wrapper {
  padding: calc(4vw * 1.5);
  background: #000;
  border-radius: 20px;
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .text-wrapper-dark .intro .text-wrapper,
  .text-wrapper-dark .text-wrapper {
    padding: 4vw;
  }
}
.text-wrapper-dark .intro .text-wrapper .section-title,
.text-wrapper-dark .text-wrapper .section-title {
  color: #fff;
  border-color: #444;
}
.text-wrapper-dark .intro .text-wrapper .intro-body,
.text-wrapper-dark .intro .text-wrapper .story-block-text,
.text-wrapper-dark .text-wrapper .intro-body,
.text-wrapper-dark .text-wrapper .story-block-text {
  color: #AFAFAF;
}
.text-wrapper-dark .intro .text-wrapper .intro-body a,
.text-wrapper-dark .intro .text-wrapper .story-block-text a,
.text-wrapper-dark .text-wrapper .intro-body a,
.text-wrapper-dark .text-wrapper .story-block-text a {
  color: #FFF400;
}
.text-wrapper-dark .intro .text-wrapper .intro-body a:hover,
.text-wrapper-dark .intro .text-wrapper .story-block-text a:hover,
.text-wrapper-dark .text-wrapper .intro-body a:hover,
.text-wrapper-dark .text-wrapper .story-block-text a:hover {
  color: #fff866;
}
.text-wrapper-dark .intro .text-wrapper .story-block-link a.btn,
.text-wrapper-dark .intro .text-wrapper .story-block-video a.btn,
.text-wrapper-dark .text-wrapper .story-block-link a.btn,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a,
.text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video,
.text-wrapper-dark .text-wrapper .story-block-video a.btn,
.text-wrapper-dark .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-video a,
.text-wrapper-dark .text-wrapper .story-block-video .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-video a,
.text-wrapper-dark .text-wrapper .story-block-video a.modal-trigger--video {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:hover, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:active, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn:focus,
.text-wrapper-dark .intro .text-wrapper .story-block-video a.btn:hover,
.text-wrapper-dark .intro .text-wrapper .story-block-video a.btn:active,
.text-wrapper-dark .intro .text-wrapper .story-block-video a.btn:focus,
.text-wrapper-dark .text-wrapper .story-block-link a.btn:hover,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:hover,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:hover,
.text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:hover,
.text-wrapper-dark .text-wrapper .story-block-link a.btn:active,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:active,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:active,
.text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:active,
.text-wrapper-dark .text-wrapper .story-block-link a.btn:focus,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a:focus,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a:focus,
.text-wrapper-dark .text-wrapper .story-block-link a.modal-trigger--video:focus,
.text-wrapper-dark .text-wrapper .story-block-video a.btn:hover,
.text-wrapper-dark .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-video a:hover,
.text-wrapper-dark .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-video a:hover,
.text-wrapper-dark .text-wrapper .story-block-video a.modal-trigger--video:hover,
.text-wrapper-dark .text-wrapper .story-block-video a.btn:active,
.text-wrapper-dark .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-video a:active,
.text-wrapper-dark .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-video a:active,
.text-wrapper-dark .text-wrapper .story-block-video a.modal-trigger--video:active,
.text-wrapper-dark .text-wrapper .story-block-video a.btn:focus,
.text-wrapper-dark .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-video a:focus,
.text-wrapper-dark .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-video a:focus,
.text-wrapper-dark .text-wrapper .story-block-video a.modal-trigger--video:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.text-wrapper-dark .intro .text-wrapper .story-block-link a.btn.btn-secondary,
.text-wrapper-dark .intro .text-wrapper .story-block-video a.btn.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-link a.btn.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video,
.text-wrapper-dark .text-wrapper .story-block-video a.btn.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary,
.text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.text-wrapper-dark .intro .text-wrapper .story-block-link a.btn.btn-secondary:hover, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn.btn-secondary:active, .text-wrapper-dark .intro .text-wrapper .story-block-link a.btn.btn-secondary:focus,
.text-wrapper-dark .intro .text-wrapper .story-block-video a.btn.btn-secondary:hover,
.text-wrapper-dark .intro .text-wrapper .story-block-video a.btn.btn-secondary:active,
.text-wrapper-dark .intro .text-wrapper .story-block-video a.btn.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-link a.btn.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:hover,
.text-wrapper-dark .text-wrapper .story-block-link a.btn.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:active,
.text-wrapper-dark .text-wrapper .story-block-link a.btn.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:focus,
.text-wrapper-dark .text-wrapper .story-block-video a.btn.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary:hover,
.text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:hover,
.text-wrapper-dark .text-wrapper .story-block-video a.btn.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary:active,
.text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:active,
.text-wrapper-dark .text-wrapper .story-block-video a.btn.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary:focus,
.text-wrapper-dark .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

.text-wrapper-dark-2.section-story-block .text-wrapper {
  background: rgba(20, 5, 46, 0.8);
  padding: 4vw;
  margin: 0 -2vw;
  z-index: 0;
  border-radius: 20px;
  box-shadow: 10px 10px 0 rgba(255, 2, 207, 0.2);
  color: #fff;
  align-self: center;
}
@media (min-width: 768px) {
  .text-wrapper-dark-2.section-story-block .text-wrapper {
    margin: 0 -4vw;
  }
}
@media (min-width: 768px) {
  .text-wrapper-dark-2.section-story-block .text-wrapper {
    padding: 4vw;
  }
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .bg-image,
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .bg-image {
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .bg-image,
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .bg-image {
    border-radius: 0 30px 30px 0;
    overflow: hidden;
  }
}

@media (min-width: 576px) {
  .section-story-block.text-wrapper-dark .left-text-full-bg-image .group-left,
  .section-story-block.text-wrapper-dark .left-text-right-bg-image .group-left, .section-story-block.text-wrapper-dark-2 .left-text-full-bg-image .group-left,
  .section-story-block.text-wrapper-dark-2 .left-text-right-bg-image .group-left, .section-story-block.text-wrapper-light .left-text-full-bg-image .group-left,
  .section-story-block.text-wrapper-light .left-text-right-bg-image .group-left {
    padding-left: 8vw;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .section-story-block.text-wrapper-dark .right-text-full-bg-image .group-right,
  .section-story-block.text-wrapper-dark .right-text-left-bg-image .group-right, .section-story-block.text-wrapper-dark-2 .right-text-full-bg-image .group-right,
  .section-story-block.text-wrapper-dark-2 .right-text-left-bg-image .group-right, .section-story-block.text-wrapper-light .right-text-full-bg-image .group-right,
  .section-story-block.text-wrapper-light .right-text-left-bg-image .group-right {
    padding-right: 8vw;
  }
}

.text-wrapper-overlap .section-title,
.text-wrapper-dark .section-title,
.text-wrapper-light .section-title {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .text-wrapper-dark .text-wrapper {
    box-shadow: 10px 10px 0 rgba(255, 2, 207, 0.2);
  }
}

.section-story-block.paragraph--view-mode--left-text-right-bg-image {
  padding: 6vw 0;
}
.section-story-block.paragraph--view-mode--left-text-right-bg-image .story-block {
  overflow: visible;
}
.section-story-block.paragraph--view-mode--left-text-right-bg-image .group-right {
  border-radius: 30px 0 0 30px;
}

.section-story-block.paragraph--view-mode--right-text-left-bg-image {
  padding: 6vw 0;
}
.section-story-block.paragraph--view-mode--right-text-left-bg-image .story-block {
  overflow: visible;
}
.section-story-block.paragraph--view-mode--right-text-left-bg-image .group-left {
  border-radius: 0 30px 30px 0;
}

.section-story-block.paragraph--view-mode--right-text-full-bg-image.text-wrapper-overlap,
.section-story-block.paragraph--view-mode--left-text-full-bg-image.text-wrapper-overlap {
  padding: 6vw 0;
}

.text-wrapper-light.section-story-block .text-wrapper {
  padding: calc(4vw * 1.5);
  background: #fff;
  align-self: center;
}
@media (min-width: 768px) {
  .text-wrapper-light.section-story-block .text-wrapper {
    margin: 0 -4vw;
  }
}
@media (min-width: 768px) {
  .text-wrapper-light.section-story-block .text-wrapper {
    padding: 4vw;
  }
}
.text-wrapper-light.intro .text-wrapper,
.text-wrapper-light .text-wrapper {
  padding: calc(4vw * 1.5);
  background: #fff;
  border-radius: 20px;
  margin-bottom: 4vw;
}
@media (min-width: 768px) {
  .text-wrapper-light.intro .text-wrapper,
  .text-wrapper-light .text-wrapper {
    padding: 4vw;
  }
}
.text-wrapper-light.intro .text-wrapper .section-title,
.text-wrapper-light .text-wrapper .section-title {
  color: rgba(0, 0, 0, 0.8);
  border-color: #444;
}
.text-wrapper-light.intro .text-wrapper .intro-body,
.text-wrapper-light.intro .text-wrapper .story-block-text,
.text-wrapper-light .text-wrapper .intro-body,
.text-wrapper-light .text-wrapper .story-block-text {
  color: rgba(0, 0, 0, 0.8);
}
.text-wrapper-light.intro .text-wrapper .intro-body a,
.text-wrapper-light.intro .text-wrapper .story-block-text a,
.text-wrapper-light .text-wrapper .intro-body a,
.text-wrapper-light .text-wrapper .story-block-text a {
  color: #FFF400;
}
.text-wrapper-light.intro .text-wrapper .intro-body a:hover,
.text-wrapper-light.intro .text-wrapper .story-block-text a:hover,
.text-wrapper-light .text-wrapper .intro-body a:hover,
.text-wrapper-light .text-wrapper .story-block-text a:hover {
  color: #999200;
}
.text-wrapper-light.intro .text-wrapper .story-block-link a.btn,
.text-wrapper-light.intro .text-wrapper .story-block-video a.btn,
.text-wrapper-light .text-wrapper .story-block-link a.btn,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a,
.text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video,
.text-wrapper-light .text-wrapper .story-block-video a.btn,
.text-wrapper-light .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-video a,
.text-wrapper-light .text-wrapper .story-block-video .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-video a,
.text-wrapper-light .text-wrapper .story-block-video a.modal-trigger--video {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.text-wrapper-light.intro .text-wrapper .story-block-link a.btn:hover, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn:active, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn:focus,
.text-wrapper-light.intro .text-wrapper .story-block-video a.btn:hover,
.text-wrapper-light.intro .text-wrapper .story-block-video a.btn:active,
.text-wrapper-light.intro .text-wrapper .story-block-video a.btn:focus,
.text-wrapper-light .text-wrapper .story-block-link a.btn:hover,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:hover,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:hover,
.text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:hover,
.text-wrapper-light .text-wrapper .story-block-link a.btn:active,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:active,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:active,
.text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:active,
.text-wrapper-light .text-wrapper .story-block-link a.btn:focus,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a:focus,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a:focus,
.text-wrapper-light .text-wrapper .story-block-link a.modal-trigger--video:focus,
.text-wrapper-light .text-wrapper .story-block-video a.btn:hover,
.text-wrapper-light .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-video a:hover,
.text-wrapper-light .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-video a:hover,
.text-wrapper-light .text-wrapper .story-block-video a.modal-trigger--video:hover,
.text-wrapper-light .text-wrapper .story-block-video a.btn:active,
.text-wrapper-light .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-video a:active,
.text-wrapper-light .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-video a:active,
.text-wrapper-light .text-wrapper .story-block-video a.modal-trigger--video:active,
.text-wrapper-light .text-wrapper .story-block-video a.btn:focus,
.text-wrapper-light .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-video a:focus,
.text-wrapper-light .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-video a:focus,
.text-wrapper-light .text-wrapper .story-block-video a.modal-trigger--video:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.text-wrapper-light.intro .text-wrapper .story-block-link a.btn.btn-secondary,
.text-wrapper-light.intro .text-wrapper .story-block-video a.btn.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-link a.btn.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video,
.text-wrapper-light .text-wrapper .story-block-video a.btn.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-video a.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-video a.btn-secondary,
.text-wrapper-light .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.text-wrapper-light.intro .text-wrapper .story-block-link a.btn.btn-secondary:hover, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn.btn-secondary:active, .text-wrapper-light.intro .text-wrapper .story-block-link a.btn.btn-secondary:focus,
.text-wrapper-light.intro .text-wrapper .story-block-video a.btn.btn-secondary:hover,
.text-wrapper-light.intro .text-wrapper .story-block-video a.btn.btn-secondary:active,
.text-wrapper-light.intro .text-wrapper .story-block-video a.btn.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-link a.btn.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:hover,
.text-wrapper-light .text-wrapper .story-block-link a.btn.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:active,
.text-wrapper-light .text-wrapper .story-block-link a.btn.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-link a.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:focus,
.text-wrapper-light .text-wrapper .story-block-video a.btn.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-video a.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:hover,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-video a.btn-secondary:hover,
.text-wrapper-light .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:hover,
.text-wrapper-light .text-wrapper .story-block-video a.btn.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-video a.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:active,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-video a.btn-secondary:active,
.text-wrapper-light .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:active,
.text-wrapper-light .text-wrapper .story-block-video a.btn.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
.album-wrapper .musical_album__album-purchase-link .text-wrapper-light .text-wrapper .story-block-video a.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:focus,
.section-alert .alert .feature-box-button .text-wrapper-light .text-wrapper .story-block-video a.btn-secondary:focus,
.text-wrapper-light .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

@media (max-width: 575.98px) {
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-bg, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-bg,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-bg,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-bg {
    background-color: transparent;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text .section-title, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text .section-title,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text .section-title,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text .section-title {
    color: #fff !important;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.light-text .story-block-text, .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block.dark-text .story-block-text,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.light-text .story-block-text,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block.dark-text .story-block-text {
    color: #AFAFAF !important;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.section-story-block .text-wrapper,
  .text-wrapper-light.text-wrapper-normalize-mobile.section-story-block .text-wrapper {
    margin: 0;
    padding: 0;
    background: transparent;
    align-self: center;
    box-shadow: none;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .section-title,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .section-title,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .section-title,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .section-title {
    color: #fff;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .intro-body,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-text,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .intro-body,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-text {
    color: #AFAFAF;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body a,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .intro-body a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-text a,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body a,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .intro-body a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-text a {
    color: #FFF400;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .intro-body a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-text a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .intro-body a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-text a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .intro-body a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-text a:hover {
    color: #FF00CE;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.modal-trigger--video,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.modal-trigger--video {
    background: #FFF400;
    border: 1px solid transparent;
    color: #000;
    text-align: center;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:hover, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:hover, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:active, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:active, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:focus, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.modal-trigger--video:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.modal-trigger--video:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.modal-trigger--video:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.modal-trigger--video:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.modal-trigger--video:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:active,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.modal-trigger--video:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.modal-trigger--video:focus {
    background: #b30090;
    border-color: #b30090;
    color: #fff !important;
    text-decoration: none;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video {
    background: #b30090;
    border-color: #b30090;
    color: #fff;
    text-align: center;
  }
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:hover, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:hover, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:active, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:active, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:focus, .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:hover,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:hover,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:active,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:active,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:focus,
  .section-alert .alert .feature-box-button .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:focus,
  .text-wrapper-dark.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile.intro .text-wrapper .story-block-video a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:active,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link .section-alert .alert .feature-box-button a.btn-secondary:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-link a.btn-secondary.modal-trigger--video:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:hover,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:hover,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:hover,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:active,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:active,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:active,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .album-wrapper .musical_album__album-purchase-link a.btn-secondary:focus,
  .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video .section-alert .alert .feature-box-button a.btn-secondary:focus,
  .section-alert .alert .feature-box-button .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary:focus,
  .text-wrapper-light.text-wrapper-normalize-mobile .text-wrapper .story-block-video a.btn-secondary.modal-trigger--video:focus {
    background: #FF00CE;
    border-color: #FF00CE;
    color: #fff !important;
    text-decoration: none;
  }
}

@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-overlap .story-block-mobile-image {
    margin-bottom: 0;
  }
  .section-story-block.text-wrapper-overlap .text-wrapper {
    margin-top: -15vw;
  }
}
@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-overlap.has-extra-image .text-wrapper {
    margin-top: 0;
  }
  .section-story-block.text-wrapper-overlap.has-extra-image .story-block-extra-image {
    margin-top: -15vw;
  }
}

@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-overlap.text-wrapper-overlap-remove-mobile .story-block .story-block-mobile-image {
    margin-bottom: 2em;
  }
  .section-story-block.text-wrapper-overlap.text-wrapper-overlap-remove-mobile .story-block .text-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-overlap.text-wrapper-overlap-remove-mobile.has-extra-image .story-block-extra-image {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #cta-modal .modal-dialog {
    width: 70vw;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  #cta-modal .modal-dialog {
    width: 50vw;
    max-width: 700px;
  }
}
#cta-modal .modal-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  font-size: unset;
}
#cta-modal .modal-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cta-modal .modal-image figure {
  margin: 0;
}
#cta-modal .modal-text {
  padding: 30px 30px 40px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #cta-modal .modal-text {
    padding: 50px 30px 30px;
  }
}
@media (min-width: 992px) {
  #cta-modal .modal-text {
    padding: 50px 4vw 40px;
  }
}
#cta-modal .modal-header {
  padding: 0;
  margin-bottom: 1.5em;
  border: 0;
  display: flex;
  align-items: center;
}
#cta-modal .modal-title {
  font-size: clamp(25px, 3vw, 35px);
  color: #fff;
  line-height: 1.2;
  text-align: center;
  flex: 1 1 100%;
}
#cta-modal .modal-title span {
  font-size: 2.5em;
  color: #fff;
  display: block;
}
#cta-modal .modal-body {
  padding: 0;
  margin-bottom: 2em;
  font-size: 0.85em;
  color: #AFAFAF;
  text-align: center;
}
#cta-modal .modal-body p:last-child {
  margin: 0;
}
#cta-modal #fileswift-cta-link a,
#cta-modal input[type=submit],
#cta-modal button[type=submit] {
  background: #FFF400;
  color: #000;
  border: 1px solid transparent;
  border-radius: 60px;
  padding: 15px 30px;
  flex: 0 0 auto;
  text-decoration: none;
}
#cta-modal #fileswift-cta-link a:hover,
#cta-modal input[type=submit]:hover,
#cta-modal button[type=submit]:hover {
  background-color: #b30090;
  color: #fff;
  border-color: #b30090;
  text-decoration: none;
}
#cta-modal #mc_embed_signup {
  width: auto;
}
#cta-modal #mc_embed_signup #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#cta-modal #mc_embed_signup .mc-field-group {
  width: 100%;
}
#cta-modal #mc_embed_signup .mc-field-group input {
  width: 100%;
}
#cta-modal #mc_embed_signup form {
  margin: 0;
}
#cta-modal #mc_embed_signup input[type=submit] {
  height: auto;
}
#cta-modal #mc_embed_signup input[type=email],
#cta-modal #mc_embed_signup input[type=text] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#cta-modal button.close.cta-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  transition: 0.2s all ease;
}
#cta-modal button.close.cta-modal-close:hover {
  transform: rotate(90deg);
  opacity: 1;
}
#cta-modal button.close.cta-modal-close span {
  display: none;
}
#cta-modal button.close.cta-modal-close:before {
  content: "";
  width: 30px;
  height: 2px;
  background: #ababab;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  transform: rotate(45deg);
}
#cta-modal button.close.cta-modal-close:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #ababab;
  position: relative;
  left: 0;
  top: -2px;
  display: block;
  transform: rotate(315deg);
}
#cta-modal.cta-picture-frame .modal-image {
  padding: 50px 30px 30px;
}
@media (min-width: 768px) {
  #cta-modal.cta-2-col .modal-dialog {
    width: 90vw;
    max-width: 1000px;
  }
  #cta-modal.cta-2-col .modal-content {
    flex-direction: row;
  }
  #cta-modal.cta-2-col .modal-image {
    flex: 1 1 50%;
  }
  #cta-modal.cta-2-col .modal-image figure {
    margin: 0;
  }
  #cta-modal.cta-2-col .modal-image figcaption {
    display: none;
  }
  #cta-modal.cta-2-col .modal-text {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #cta-modal.cta-2-col .modal-header {
    flex: 0 1 auto;
  }
  #cta-modal.cta-2-col .modal-title {
    flex: 1 1 100%;
  }
  #cta-modal.cta-2-col .modal-body {
    flex: 0 1 auto;
  }
  #cta-modal.cta-2-col .modal_alert__modal-alert-image,
  #cta-modal.cta-2-col .site_v2__cta-image {
    width: 100%;
    height: 100%;
  }
  #cta-modal.cta-2-col .modal_alert__modal-alert-image figure,
  #cta-modal.cta-2-col .site_v2__cta-image figure {
    margin: 0;
    width: 100%;
    height: 100%;
  }
  #cta-modal.cta-2-col .modal_alert__modal-alert-image figure picture,
  #cta-modal.cta-2-col .site_v2__cta-image figure picture {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
#cta-modal.cta-2-col.cta-picture-frame .modal-image {
  padding: 50px 30px 0px;
}
@media (min-width: 768px) {
  #cta-modal.cta-2-col.cta-picture-frame .modal-image {
    padding: 30px;
  }
}
#cta-modal.cta-2-col.cta-picture-fit .modal-content picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-wake-link {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 0;
  padding: 0.5em;
  font-size: 1.25em;
  margin: 0;
  line-height: 1;
  z-index: 100;
  background: #FFF400;
  border: 0px solid #fff;
  color: #000;
}
.cta-wake-link:hover {
  border-color: #b30090;
  background-color: #b30090;
  color: #fff;
}

#cta-modal-wrapper .cta-type-native-email .contact-form-wrapper {
  display: flex;
  justify-content: center;
}
#cta-modal-wrapper .cta-type-native-email .contact-form-wrapper #cta-form {
  width: 100%;
  justify-content: center;
  display: flex;
  max-width: 600px;
}
@media (max-width: 575.98px) {
  #cta-modal-wrapper .cta-type-native-email .contact-form-wrapper #cta-form {
    flex-direction: column;
  }
}
#cta-modal-wrapper .cta-type-native-email .contact-form-wrapper input[type=email] {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 15px;
  flex: 1 1 auto;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #cta-modal-wrapper .cta-type-native-email .contact-form-wrapper input[type=email] {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
#cta-modal-wrapper .cta-type-native-email.cta-2-col #cta-form {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
#cta-modal-wrapper .cta-type-native-email.cta-2-col input[type=email] {
  margin: 0 0 15px;
}
#cta-modal-wrapper .cta-type-dedicated-link #fileswift-cta-link {
  display: flex;
  justify-content: center;
}
#cta-modal-wrapper .cta-type-dedicated-link #fileswift-cta-link .site_v2__cta-link {
  display: flex;
}

#cta-modal-wrapper .center-center .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 1rem);
}
#cta-modal-wrapper .center-center .modal-dialog::before {
  display: block;
  height: min-content;
  content: "";
}
#cta-modal-wrapper .center-bottom {
  width: auto;
  height: auto;
}
#cta-modal-wrapper .center-bottom .modal-dialog {
  position: fixed;
  width: calc(100% - 15px);
  min-width: calc(100% - 15px);
  left: 0;
  bottom: 0;
  margin: 0;
}
#cta-modal-wrapper .right-bottom {
  width: auto;
  height: auto;
}
#cta-modal-wrapper .right-bottom .modal-dialog {
  position: fixed;
  right: 15px;
  bottom: 0;
  margin: 0;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.section-slides-text.no-overlay .image-overlay,
.section-slides-text .no-overlay .image-overlay {
  background: transparent !important;
}

.section-hero.no-overlay .hero-overlay {
  background: transparent !important;
}

.section-story-block.no-overlay.light-bg-dark-text .image-overlay, .section-story-block.no-overlay.dark-bg-light-text .image-overlay {
  background: transparent !important;
}

.section-cards.no-overlay.light-bg-dark-text .image-overlay, .section-cards.no-overlay.dark-bg-light-text .image-overlay {
  background: transparent !important;
}

.text-wrapper {
  position: relative;
}

.section.text-full-width .text-wrapper {
  max-width: 100% !important;
}

.section.text-max-width-wide .text-wrapper {
  max-width: 50em !important;
}

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

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

.bg-tertiary {
  background-color: #00FFEC !important;
}

.section .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section.background-center-top {
  background-position: center top;
}
.section.background-center-top .bg-image,
.section.background-center-top .group-left.bg-image,
.section.background-center-top .group-right.bg-image {
  background-position: center top;
}
@media (max-width: 575.98px) {
  .section.background-center-top-sm {
    background-position: center top;
  }
  .section.background-center-top-sm .bg-image,
  .section.background-center-top-sm .group-left.bg-image,
  .section.background-center-top-sm .group-right.bg-image {
    background-position: center top;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-center-top-md {
    background-position: center top;
  }
  .section.background-center-top-md .bg-image,
  .section.background-center-top-md .group-left.bg-image,
  .section.background-center-top-md .group-right.bg-image {
    background-position: center top;
  }
}
@media (min-width: 992px) {
  .section.background-center-top-lg {
    background-position: center top;
  }
  .section.background-center-top-lg .bg-image,
  .section.background-center-top-lg .group-left.bg-image,
  .section.background-center-top-lg .group-right.bg-image {
    background-position: center top;
  }
}
.section.background-center-center {
  background-position: center center;
}
.section.background-center-center .bg-image,
.section.background-center-center .group-left.bg-image,
.section.background-center-center .group-right.bg-image {
  background-position: center center;
}
@media (max-width: 575.98px) {
  .section.background-center-center-sm {
    background-position: center center;
  }
  .section.background-center-center-sm .bg-image,
  .section.background-center-center-sm .group-left.bg-image,
  .section.background-center-center-sm .group-right.bg-image {
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-center-center-md {
    background-position: center center;
  }
  .section.background-center-center-md .bg-image,
  .section.background-center-center-md .group-left.bg-image,
  .section.background-center-center-md .group-right.bg-image {
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .section.background-center-center-lg {
    background-position: center center;
  }
  .section.background-center-center-lg .bg-image,
  .section.background-center-center-lg .group-left.bg-image,
  .section.background-center-center-lg .group-right.bg-image {
    background-position: center center;
  }
}
.section.background-center-bottom {
  background-position: center bottom;
}
.section.background-center-bottom .bg-image,
.section.background-center-bottom .group-left.bg-image,
.section.background-center-bottom .group-right.bg-image {
  background-position: center bottom;
}
@media (max-width: 575.98px) {
  .section.background-center-bottom-sm {
    background-position: center bottom;
  }
  .section.background-center-bottom-sm .bg-image,
  .section.background-center-bottom-sm .group-left.bg-image,
  .section.background-center-bottom-sm .group-right.bg-image {
    background-position: center bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-center-bottom-md {
    background-position: center bottom;
  }
  .section.background-center-bottom-md .bg-image,
  .section.background-center-bottom-md .group-left.bg-image,
  .section.background-center-bottom-md .group-right.bg-image {
    background-position: center bottom;
  }
}
@media (min-width: 992px) {
  .section.background-center-bottom-lg {
    background-position: center bottom;
  }
  .section.background-center-bottom-lg .bg-image,
  .section.background-center-bottom-lg .group-left.bg-image,
  .section.background-center-bottom-lg .group-right.bg-image {
    background-position: center bottom;
  }
}
.section.background-left-top {
  background-position: left top;
}
.section.background-left-top .bg-image,
.section.background-left-top .group-left.bg-image,
.section.background-left-top .group-right.bg-image {
  background-position: left top;
}
@media (max-width: 575.98px) {
  .section.background-left-top-sm {
    background-position: left top;
  }
  .section.background-left-top-sm .bg-image,
  .section.background-left-top-sm .group-left.bg-image,
  .section.background-left-top-sm .group-right.bg-image {
    background-position: left top;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-left-top-md {
    background-position: left top;
  }
  .section.background-left-top-md .bg-image,
  .section.background-left-top-md .group-left.bg-image,
  .section.background-left-top-md .group-right.bg-image {
    background-position: left top;
  }
}
@media (min-width: 992px) {
  .section.background-left-top-lg {
    background-position: left top;
  }
  .section.background-left-top-lg .bg-image,
  .section.background-left-top-lg .group-left.bg-image,
  .section.background-left-top-lg .group-right.bg-image {
    background-position: left top;
  }
}
.section.background-left-center {
  background-position: left center;
}
.section.background-left-center .bg-image,
.section.background-left-center .group-left.bg-image,
.section.background-left-center .group-right.bg-image {
  background-position: left center;
}
@media (max-width: 575.98px) {
  .section.background-left-center-sm {
    background-position: left center;
  }
  .section.background-left-center-sm .bg-image,
  .section.background-left-center-sm .group-left.bg-image,
  .section.background-left-center-sm .group-right.bg-image {
    background-position: left center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-left-center-md {
    background-position: left center;
  }
  .section.background-left-center-md .bg-image,
  .section.background-left-center-md .group-left.bg-image,
  .section.background-left-center-md .group-right.bg-image {
    background-position: left center;
  }
}
@media (min-width: 992px) {
  .section.background-left-center-lg {
    background-position: left center;
  }
  .section.background-left-center-lg .bg-image,
  .section.background-left-center-lg .group-left.bg-image,
  .section.background-left-center-lg .group-right.bg-image {
    background-position: left center;
  }
}
.section.background-left-bottom {
  background-position: left bottom;
}
.section.background-left-bottom .bg-image,
.section.background-left-bottom .group-left.bg-image,
.section.background-left-bottom .group-right.bg-image {
  background-position: left bottom;
}
@media (max-width: 575.98px) {
  .section.background-left-bottom-sm {
    background-position: left bottom;
  }
  .section.background-left-bottom-sm .bg-image,
  .section.background-left-bottom-sm .group-left.bg-image,
  .section.background-left-bottom-sm .group-right.bg-image {
    background-position: left bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-left-bottom-md {
    background-position: left bottom;
  }
  .section.background-left-bottom-md .bg-image,
  .section.background-left-bottom-md .group-left.bg-image,
  .section.background-left-bottom-md .group-right.bg-image {
    background-position: left bottom;
  }
}
@media (min-width: 992px) {
  .section.background-left-bottom-lg {
    background-position: left bottom;
  }
  .section.background-left-bottom-lg .bg-image,
  .section.background-left-bottom-lg .group-left.bg-image,
  .section.background-left-bottom-lg .group-right.bg-image {
    background-position: left bottom;
  }
}
.section.background-right-top {
  background-position: right top;
}
.section.background-right-top .bg-image,
.section.background-right-top .group-left.bg-image,
.section.background-right-top .group-right.bg-image {
  background-position: right top;
}
@media (max-width: 575.98px) {
  .section.background-right-top-sm {
    background-position: right top;
  }
  .section.background-right-top-sm .bg-image,
  .section.background-right-top-sm .group-left.bg-image,
  .section.background-right-top-sm .group-right.bg-image {
    background-position: right top;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-right-top-md {
    background-position: right top;
  }
  .section.background-right-top-md .bg-image,
  .section.background-right-top-md .group-left.bg-image,
  .section.background-right-top-md .group-right.bg-image {
    background-position: right top;
  }
}
@media (min-width: 992px) {
  .section.background-right-top-lg {
    background-position: right top;
  }
  .section.background-right-top-lg .bg-image,
  .section.background-right-top-lg .group-left.bg-image,
  .section.background-right-top-lg .group-right.bg-image {
    background-position: right top;
  }
}
.section.background-right-center {
  background-position: right center;
}
.section.background-right-center .bg-image,
.section.background-right-center .group-left.bg-image,
.section.background-right-center .group-right.bg-image {
  background-position: right center;
}
@media (max-width: 575.98px) {
  .section.background-right-center-sm {
    background-position: right center;
  }
  .section.background-right-center-sm .bg-image,
  .section.background-right-center-sm .group-left.bg-image,
  .section.background-right-center-sm .group-right.bg-image {
    background-position: right center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-right-center-md {
    background-position: right center;
  }
  .section.background-right-center-md .bg-image,
  .section.background-right-center-md .group-left.bg-image,
  .section.background-right-center-md .group-right.bg-image {
    background-position: right center;
  }
}
@media (min-width: 992px) {
  .section.background-right-center-lg {
    background-position: right center;
  }
  .section.background-right-center-lg .bg-image,
  .section.background-right-center-lg .group-left.bg-image,
  .section.background-right-center-lg .group-right.bg-image {
    background-position: right center;
  }
}
.section.background-right-bottom {
  background-position: right bottom;
}
.section.background-right-bottom .bg-image,
.section.background-right-bottom .group-left.bg-image,
.section.background-right-bottom .group-right.bg-image {
  background-position: right bottom;
}
@media (max-width: 575.98px) {
  .section.background-right-bottom-sm {
    background-position: right bottom;
  }
  .section.background-right-bottom-sm .bg-image,
  .section.background-right-bottom-sm .group-left.bg-image,
  .section.background-right-bottom-sm .group-right.bg-image {
    background-position: right bottom;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section.background-right-bottom-md {
    background-position: right bottom;
  }
  .section.background-right-bottom-md .bg-image,
  .section.background-right-bottom-md .group-left.bg-image,
  .section.background-right-bottom-md .group-right.bg-image {
    background-position: right bottom;
  }
}
@media (min-width: 992px) {
  .section.background-right-bottom-lg {
    background-position: right bottom;
  }
  .section.background-right-bottom-lg .bg-image,
  .section.background-right-bottom-lg .group-left.bg-image,
  .section.background-right-bottom-lg .group-right.bg-image {
    background-position: right bottom;
  }
}

.quoteblock blockquote {
  line-height: 1.4;
  position: relative;
  margin-left: 80px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quoteblock blockquote {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .quoteblock blockquote {
    border-left: 1px solid #777;
    padding-left: 1.3em;
  }
}
.quoteblock blockquote:before {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  left: -80px;
  position: absolute;
  top: 0px;
  width: 60px;
  height: 70px;
  background: url(https://fileswift.com/sites/default/files/2021-05/quote-left-solid_0.svg) no-repeat scroll left top;
  background-size: 100% auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .quoteblock blockquote:before {
    position: relative;
    left: 0;
  }
}
.quoteblock blockquote span.quote-highlight {
  color: #FFF400;
  font-size: #FFF400;
  line-height: 1.2;
  font-weight: bold;
}
.quoteblock blockquote p {
  margin-bottom: 1em;
}
.quoteblock blockquote .author {
  margin: 0;
  text-align: right;
  font-style: italic;
  color: #FFF400;
  font-family: "Roboto", sans-serif;
}

.address span,
.address div,
.phone span,
.phone div,
.fax span,
.fax div,
.email span,
.email div {
  display: inline-block;
}

.mfp-wrap .mfp-embedded-video-popup {
  width: 100%;
  max-width: 1440px;
}
.mfp-wrap .mfp-embedded-video-popup .embedded-video {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 auto;
}
.mfp-wrap .mfp-embedded-video-popup .embedded-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.mfp-wrap .mfp-embedded-video-popup .mfp-close {
  color: #fff;
  background: #b91212;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.modal-trigger--video {
  cursor: pointer;
  display: inline-block;
  transition: 0.2s all ease-in-out;
}

.intro-full-width .intro .container {
  padding: 0;
}
.intro-full-width .intro .container .row {
  padding: 0;
  margin: 0;
}
.intro-full-width .intro .container .col-lg-8 {
  max-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  padding: 0;
}

.section-story-block.section-image-caption {
  min-height: 60vw;
}
@media (max-width: 575.98px) {
  .section-story-block.section-image-caption {
    min-height: auto;
  }
}
.section-story-block.section-image-caption .story-block-inner {
  min-height: 60vw;
  align-items: center;
  flex-direction: column;
}
.section-story-block.section-image-caption .text-wrapper {
  background: rgba(0, 0, 0, 0.85);
  padding: clamp(20px, 3vw, 40px);
  border-radius: 20px;
  line-height: 1.4;
  box-shadow: 10px 10px 0 rgba(167, 41, 140, 0.45);
}
.section-story-block.section-image-caption .text-wrapper .field--name-field-story-block-text {
  text-align: center;
  font-size: clamp(16px, 2.5vw, 20px);
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.section-story-block.section-image-caption .text-wrapper p {
  font-family: "Roboto Condensed", sans-serif;
}
.section-story-block.section-image-caption .text-wrapper p:last-of-type {
  margin: 0;
}

.title-eyebrow .field--name-field-title-eyebrow {
  border: 2px solid yellow;
  display: inline-block;
  padding: 6px 20px;
  font-size: 0.8em;
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: yellow;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}

.section.eyebrow-center .title-eyebrow {
  text-align: center !important;
}
.section.eyebrow-left .title-eyebrow {
  text-align: left !important;
}

.hide-extra-image.section-story-block .s2_story_block__story-block-extra-image {
  display: none;
}

.cookiesjsr-banner {
  background: #212349;
  padding: 40px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .cookiesjsr-banner {
    padding: 20px;
  }
}

.cookiesjsr-banner--info {
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .cookiesjsr-banner--info {
    width: calc(100vw - 250px);
  }
}

.cookiesjsr-banner--action {
  display: flex;
  flex-direction: column;
  width: 250px;
  max-width: 250px;
}
@media (max-width: 575.98px) {
  .cookiesjsr-banner--action {
    width: 100%;
    flex-direction: row;
  }
}

span.cookiesjsr-banner--text {
  font-size: 15px;
}
@media (max-width: 575.98px) {
  span.cookiesjsr-banner--text {
    font-size: 12px;
  }
}

.cookiesjsr-links.links--row li {
  list-style-type: none;
}

.cookiesjsr-btn {
  color: #000;
  border-radius: 60px;
}
@media (max-width: 575.98px) {
  .cookiesjsr-btn {
    max-width: 170px;
  }
}

.ui-widget-header {
  border: 0;
  background: transparent;
  color: #333333;
  font-weight: bold;
  background: transparent;
  top: 10px;
  z-index: 2;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
  background: #000000;
  color: #fff;
  border: 10px solid #FFF400;
  border-radius: 30px;
}
@media (max-width: 575.98px) {
  .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
    max-width: 90%;
  }
}

.ui-dialog .ui-dialog-title {
  display: none;
}

.ui-dialog .ui-dialog-content {
  color: #fff;
  padding: 30px 40px;
}
@media (max-width: 575.98px) {
  .ui-dialog .ui-dialog-content {
    padding: 30px 20px;
  }
}
.ui-dialog .ui-dialog-content a {
  color: #FF00CE;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-widget-overlay {
  background: #404040;
  opacity: 0.7;
}

.rf-welcome__body {
  font-family: "Roboto", sans-serif;
}
.rf-welcome__body strong {
  font-family: "Montserrat", sans-serif;
}

.rf-welcome__cta a {
  padding: 15px 30px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  text-align: center;
  background: #FFF400;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  display: block;
  color: #000 !important;
  text-decoration: none;
}
.rf-welcome__cta a:hover {
  text-decoration: none;
}
.rf-welcome__cta a:hover, .rf-welcome__cta a:active, .rf-welcome__cta a:focus {
  background: #b30090;
  border-color: #b30090;
  color: #fff !important;
  text-decoration: none;
}
.rf-welcome__cta a:hover {
  color: #fff;
}

.error-404-message .story-block.center-text-full-bg-image .text-wrapper {
  max-width: 100%;
  text-align: center;
}
.error-404-message .story-block.center-text-full-bg-image .story-block-text {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .error-404-message .story-block.center-text-full-bg-image .story-block-text {
    text-align: left;
  }
}
.error-404-message .story-block.center-text-full-bg-image .story-block-text p {
  max-width: 30em;
  margin: 0 auto;
}
.error-404-message .story-block.center-text-full-bg-image .story-block-text .btn-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6vw;
}
.error-404-message .story-block.center-text-full-bg-image .story-block-text a {
  padding: 15px 30px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  text-align: center;
  background: #FFF400;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  margin: 0 10px 10px 0;
}
.error-404-message .story-block.center-text-full-bg-image .story-block-text a:hover {
  text-decoration: none;
}
.error-404-message .story-block.center-text-full-bg-image .story-block-text a:hover, .error-404-message .story-block.center-text-full-bg-image .story-block-text a:active, .error-404-message .story-block.center-text-full-bg-image .story-block-text a:focus {
  background: #b30090;
  border-color: #b30090;
  color: #fff !important;
  text-decoration: none;
}

.front nav.breadcrumb {
  display: none;
}

.breadcrumb-wrapper,
.block--blockify-blockify-breadcrumb,
.block-system-breadcrumb-block {
  background-color: transparent;
  padding-top: clamp(40px, 5vw, 50px);
  padding-left: 5vw;
  padding-right: 30px;
}

.breadcrumb {
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
}
.breadcrumb ol {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}
@media (min-width: 992px) {
  .breadcrumb ol {
    background: linear-gradient(90deg, #282828 50%, rgba(0, 0, 0, 0) 100%);
  }
  .breadcrumb ol:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -30vw;
    width: 30vw;
    height: 39px;
    background: #282828;
    z-index: -1;
  }
}
.breadcrumb li {
  list-style-type: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  color: #b6b6b6;
  padding: 0 15px 0 0;
}
@media (max-width: 767.98px) {
  .breadcrumb li {
    margin-bottom: 5px;
  }
}
.breadcrumb li:after {
  content: "»";
  margin-left: 15px;
  display: inline-block;
  font-size: 1.8em;
  line-height: 0.5;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  color: #FFF400;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #FF00CE;
}

section#content {
  background: transparent;
  position: relative;
  z-index: 1;
}

.l-content-main {
  padding: 0 0 8vw 0;
  min-height: 500px;
}

.block-views-blockfaq-faq-list-accordion-block h3 {
  border-bottom: 1px solid #444;
  padding: 20px 30px 20px 0;
  background-image: url("../images/icons/icon-accordion-closed.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
.block-views-blockfaq-faq-list-accordion-block .views-row.open h3 {
  background-image: url("../images/icons/icon-accordion-opened.svg");
}

.footer-logo {
  max-width: 200px;
}

.l-pre-footer-wrapper {
  background-color: transparent;
  position: relative;
}
.l-pre-footer-wrapper .l-constrained {
  max-width: 100%;
  width: 100%;
}

.l-footer-inner.l-constrained {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.l-footer-wrapper {
  background-color: #000;
}

.l-footer-inner {
  color: #ccc;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}

.footer-row-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 4vw 5vw 30px 5vw;
}
@media (max-width: 767.98px) {
  .footer-row-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
  }
}

.footer-row-2 {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 50px 5vw;
  background-color: #1A1C1E;
}
@media (max-width: 991.98px) {
  .footer-row-2 {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-row-2 {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-row-2 {
    text-align: left;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

footer .footer-logo {
  width: 200px;
  max-width: 200px;
  padding: 0;
}
@media (max-width: 767.98px) {
  footer .footer-logo {
    margin-bottom: 30px;
  }
}
footer .footer-logo h1 {
  margin: 0;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #FFF400;
}

.footer-social-links ul.social-media-links--platforms {
  display: flex;
  gap: 15px;
}

.affiliation-logos-inner {
  display: flex;
  gap: 30px;
  filter: grayscale(1) brightness(1.25);
}
.affiliation-logos-inner img {
  max-width: 80px;
}

.footer-contact-inner {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}
.footer-contact-inner ul {
  margin: 0;
  padding: 0;
}
.footer-contact-inner ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact-inner .footer-block-title {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "poppins";
  letter-spacing: 0.1em;
  font-size: 0.8em;
  color: #fff;
}
.footer-contact-inner .footer-contact span.contact-label {
  display: inline-block;
  margin-right: 10px;
}

.footer-row-2 h2 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 20px;
  color: #fff;
}
.footer-row-2 ul.menu {
  margin: 0;
  padding: 0;
}
.footer-row-2 ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
}

.l-post-footer-wrapper {
  padding: 15px 10px 15px;
  background-color: #000;
  text-align: center;
  font-size: 14px;
}

.post-footer-inner.l-constrained {
  padding: 0;
}

.footer-copyright {
  color: #ccc;
  display: inline-block;
}
.footer-copyright p {
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .footer-copyright p {
    font-size: 15px;
  }
}
.footer-copyright a {
  color: #ccc;
}
.footer-copyright a:hover {
  color: #FFF400;
}

.credits {
  color: #888;
  font-size: 13px;
  margin-top: 20px;
}
.credits a {
  color: #999;
}

.l-pre-header .mobile-brand-title {
  background-color: #1E1F21;
}
.l-pre-header .mobile-brand-title h2 {
  color: #fff;
  line-height: 1;
  font-size: 21px;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-pre-header .mobile-brand-title h2 {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .l-pre-header .mobile-brand-title {
    display: block;
  }
}
@media (min-width: 992px) {
  .l-pre-header .mobile-brand-title {
    display: none;
  }
}

.l-header {
  position: relative;
  z-index: 99;
  background-color: #000;
  border-bottom: 1px solid #222;
}
@media (max-width: 991.98px) {
  .l-header {
    display: none;
  }
}
@media (min-width: 992px) {
  .l-header {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 6;
    height: auto;
  }
  .l-header:before, .l-header:after {
    content: "";
    display: table;
  }
  .l-header:after {
    clear: both;
    font-size: 0; /* Clear Fix correction (add font-size to fix extra padding at bottom of site */
  }
}
@media (min-width: 1200px) {
  .l-header {
    height: auto;
  }
}
.l-header .l-constrained {
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: flex-end;
}
.l-header nav.menu--main {
  margin-left: auto;
}

.header-logo {
  max-width: 200px;
  margin: 0.5em 20px 0.5em 0;
}
@media (min-width: 992px) and (max-width: 1040px) {
  .header-logo {
    max-width: 150px;
  }
}

.mobile-logo {
  max-width: 80px;
}

.l-branding {
  background-color: transparent;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .l-branding {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .l-branding {
    width: auto;
  }
}
@media (min-width: 992px) {
  .l-branding {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .l-branding {
    width: auto;
  }
}
.l-branding img {
  width: 100%;
}

.site-logo {
  display: block;
}
@media (min-width: 992px) {
  .site-logo {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.site-logo .site-name {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------

 System Messages (mobile)

---------------------------------------*/
.l-messages {
  line-height: 1.25;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  font-size: 18px;
  word-break: break-all;
  position: relative;
  z-index: 15;
}

.l-messages .l-constrained {
  margin: 0;
  width: auto;
}

.messages {
  margin: 0;
  padding: 15px 15px 15px 50px;
  border: 0;
  background-position: 15px 15px;
  text-align: center;
}

.messages--warning {
  background-color: #fcf092;
  color: #000;
}

.messages--error {
  background-color: #f45d5d;
}
.messages--error a {
  color: #fff;
}

.messages--status {
  background-color: #bff697;
  padding: 5vw 10vw;
  text-align: center;
  font-size: 22px;
  word-break: normal;
  color: #000;
}
.messages--status h2 {
  color: #000;
}
@media (min-width: 992px) {
  .messages--status {
    padding: 3vw 10vw;
  }
}

.messages--status a,
.messages--error a,
.messages--warning a {
  color: #000; /* color needs to be visible from .messages bg-color value */
  text-decoration: underline;
}

.messages .placeholder {
  background-color: transparent;
  opacity: 1;
  vertical-align: baseline;
}

/*

// hide the stupid h2 block title since drupal won't allow us to not render it
h2#block-mainnavigation-mobile-menu {
	display: none;
}


//-----------------------------------
// 
// mobile header - contains nav toggle 
// and site name
//   
//------------------------------------


// Container for userbar, nav
.l-mobile-header {
	@extend %clearfix;

	@include media-breakpoint-down(md) {
		position: relative;
		width: 100%;
		z-index: 101;
		top: 0;
		left: 0;
		background-color: $mobile-header-bg-color;
		height: 50px;
	}
	@include @include media-breakpoint-up(lg) {
		display: none;
	}

	.l-constrained {
		margin: 0;
		width: 100%;
	}

	// Site Name 
	.site-name {

		@include media-breakpoint-down(md) {
			display: block;
			position: absolute;
			top: 0;
			width: 200px;
			@include font-size(25px);
			text-align: center;
			height: 50px;
			line-height: 1.2;
			vertical-align: middle;
			margin: 0;
			z-index: 0;

			& a {
				display: block;
				color: $site-name-text-color;
				width: 100%;
				height: 100%;
				background: transparent; // replace with link to logo img
				background-size: auto;
			}
		}
		@include @include media-breakpoint-only(md) {
			top: 8px;
			height: 70px;

			& a {
				background-size: 178px auto;
			}
		}
	}
}



//-----------------------------------
//
//	hamburger nav toggle button
//
//-----------------------------------

// container for close menu button inside nav wrapper
.l-menu-mobile-top {
	background-color: $mobile-nav-close-btn-bg;
	height: 50px;

	// HIDE for now
	display: none;
}

// toggle button
button#mobile-nav-open-btn {
	float: right;
	padding: 12px 10px 5px;
	border: 0;

	&:focus {
		outline: 0;
	}
}

// !
// * Hamburgers
// * @description Tasty CSS-animated hamburgers
// * @author Jonathan Suh @jonsuh
// * @site https://jonsuh.com/hamburgers
// * @link https://github.com/jonsuh/hamburgers
// 

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;

	&:hover {
		opacity: 0.7; 
	}
}

.js-nav .hamburger {
	&:hover {
		opacity: 0.7; 
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		background-color: #fff; 
	}
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; 
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
	width: 34px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, 
.hamburger-inner::after {
	content: "";
	display: block; 
}
.hamburger-inner::before {
	top: -10px; 
}
.hamburger-inner::after {
	bottom: -10px; 
}

//---------------------------
//	specific animation
//---------------------------
.hamburger--squeeze {
	.hamburger-inner {
	  transition-duration: 0.075s;
	  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

	  &::before {
		transition: top 0.075s 0.12s ease,
					opacity 0.075s ease;
	  }

	  &::after {
		transition: bottom 0.075s 0.12s ease,
					transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	  }
	}
}
.js-nav {
	.hamburger:hover {
		opacity: 0.7; 

		.hamburger-inner,
		.hamburger-inner::before,
		.hamburger-inner::after {
			background-color: #fff; 
		}
	}
	.hamburger-inner {
		transform: rotate(45deg);
		transition-delay: 0.12s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

		&::before {
			top: 0;
			opacity: 0;
			transition: top 0.075s ease, opacity 0.075s 0.12s ease;
		}

		&::after {
			bottom: 0;
			transform: rotate(-90deg);
			transition: bottom 0.075s ease,	transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
		}
	}
}
 // end hamburgers css

span.hamburger-label {
	font-size: 12px;
	position: relative;
	top: -3px;
	color: #c8c8c8;
	//display: block;
	line-height: 1;
	font-weight: bold;
	left: -2px;

	display: none;
}



//-----------------------------------
// 
//  Layout
//   
//------------------------------------

#site-wrapper {
	overflow: hidden;
	width: 100%;
}

// Outer container which contains all content
// and pushes off screen when navigation
// menu is toggled on

.l-inner-wrap { // site canvas
	width: 100%;
	height: 100%;
}



// clickable transparent content cover that closes mobile nav
// in addition to "close menu" button

#mobile-fade {
	display: none;
	-webkit-transition: 2s ease-in background;
	transition: 2s ease-in background;
	background: transparent;

}

// .js-nav is added as body class via js onClick event
.js-nav #mobile-fade {
	width: 100%;
	height: 1000%;
	display: block;
	background: rgba(0,0,0,0.7);
	position: fixed; // normally absolute
	top: 0px;
	left: 0;
	z-index: 10;
	-webkit-transition: 2s ease-in background;
	transition: 2s ease-in background;
}

// Mobile nav container
// is translated off screen left until menu is toggled on

.l-menu-mobile {
	position: absolute;
	right: 0;
	top: -1022px;
	width: 100%;
	height: 1022px;
	background-color: $mobile-nav-bg-color;
	backface-visibility: hidden;
	display: block;
	z-index: 100;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;

	@include breakpoint($nav-large-up) {
		display: none;
	}

	.js-nav & {
		-webkit-transition: .3s ease all;
		transition: .3s ease all;

		// latest browser performance
		-webkit-transform: translate3d(0,0, 0);
		transform: translate3d(0,0, 0);

		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transition: all 500ms ease 0s;
		transition: all 500ms ease 0s;
		width: 100%;
		top: 50px;
	}
}


//------------------------------------
//
// Main Links styling
// 
//-------------------------------------

.mobile-nav {
	height: auto;
	position: relative;

	ul {
		margin: 0;
		padding: 0;
		overflow-y: auto;
	}

	li {
		text-align: left;
		float: none;
		@include no-bullet(0,0);
		border-bottom: 1px solid rgba(100,100,100,.5);

		& a {
			padding: 15px;
			display: block;
			text-decoration: none;
			width: auto;
			color: $mobile-nav-text-color;
			@include font-size(22px);
			font-weight: bold;
			text-align: center;
			line-height: 1;

			&:hover,
			&:active
			&.active-trail {
				background-color: $mobile-nav-bg-hover-color;
				color: $mobile-nav-text-hover-color;
				text-decoration: none;
			}
		}
	}
}



//---------------------------------------
//
// SUB NAV
// 
//---------------------------------------

.mobile-nav {
	ul ul {
		margin-bottom: 10px;

		li {
			border: 0;
		}
		.sub-nav {
			padding: 10px;
			@include font-size(16px);
			color: $mobile-subnav-text-color;
			text-align: center;
		}
	}
}

//---------------------------------------
//
//  CUSTOM - hide items
// 
//---------------------------------------

*/
nav.menu--main h2 {
  display: none;
}

.l-mobile-header {
  /* Site Name */
}
@media (max-width: 991.98px) {
  .l-mobile-header {
    position: relative;
    width: 100%;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: #000;
  }
}
@media (min-width: 992px) {
  .l-mobile-header {
    display: none;
  }
}
.l-mobile-header .l-constrained {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-mobile-header .l-constrained {
    padding: 0 24px;
  }
}
@media (max-width: 991.98px) {
  .l-mobile-header .site-name {
    display: block;
    width: calc(100% - 60px);
    font-size: 25px;
    text-align: left;
    height: 50px;
    line-height: 1.2;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 20px;
    z-index: 0;
  }
  .l-mobile-header .site-name a {
    display: block;
    color: #AFAFAF;
    width: 100%;
    height: 100%;
    background: url(../images/rockforce-logo-white.svg) no-repeat center left;
    background-size: auto 70%;
    font-size: 0;
    color: #fff;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-mobile-header .site-name {
    top: 8px;
    height: 70px;
  }
  .l-mobile-header .site-name a {
    background-size: 100px auto;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: translateX(0);
  outline: none;
}
.hamburger:hover {
  background-color: transparent;
}

.js-nav .hamburger {
  position: absolute;
  transform: translateX(97vw);
  top: 0;
  right: 8px;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .js-nav .hamburger {
    top: 15px;
  }
}
.js-nav .hamburger .hamburger-inner,
.js-nav .hamburger .hamburger-inner::before,
.js-nav .hamburger .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.js-nav .hamburger-box {
  top: 0;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.js-nav .hamburger:hover {
  background-color: transparent;
}
.js-nav .hamburger:hover .hamburger-inner,
.js-nav .hamburger:hover .hamburger-inner::before,
.js-nav .hamburger:hover .hamburger-inner::after {
  background-color: #fff;
}
.js-nav .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js-nav .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.js-nav .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

span.hamburger-label {
  font-size: 12px;
  position: relative;
  top: -3px;
  color: #c8c8c8;
  line-height: 1;
  font-weight: bold;
  left: -2px;
  display: none;
}

#site-wrapper {
  width: 100%;
}
@media (max-width: 767.98px) {
  #site-wrapper {
    overflow-x: hidden;
  }
}

.l-inner-wrap {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.js-nav body {
  overflow: hidden;
}

.js-nav .l-inner-wrap {
  transform: translate3d(-100vw, 0, 0);
  backface-visibility: hidden;
  transition: transform 500ms ease 0s;
  position: relative;
  width: 100%;
}

#mobile-fade {
  display: none;
  -webkit-transition: 2s ease-in background;
  transition: 2s ease-in background;
  background: transparent;
}

.js-nav #mobile-fade {
  width: 100%;
  height: 1000%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  -webkit-transition: 2s ease-in background;
  transition: 2s ease-in background;
}

.l-menu-mobile {
  position: fixed;
  right: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  backface-visibility: hidden;
  display: block;
  z-index: 100;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .l-menu-mobile {
    display: none;
  }
}
.js-nav .l-menu-mobile {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

.mobile-nav {
  height: auto;
  position: relative;
}
.mobile-nav ul {
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.mobile-nav li {
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav li a {
  padding: 3vh 15px 3vh 30px;
  display: block;
  text-decoration: none;
  width: auto;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  line-height: 1;
  text-transform: uppercase;
  background-color: #2b0824;
  position: relative;
}
.mobile-nav li a:hover, .mobile-nav li a:active, .mobile-nav li a.active-trail {
  background-color: #FFF400;
  color: #000;
  text-decoration: none;
}
.mobile-nav li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/icons/arrow-right-white.svg) no-repeat scroll center center;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  z-index: 1;
  opacity: 0.5;
}

.mobile-nav ul ul {
  margin-bottom: 0px;
  background-color: #000;
  padding: 20px;
}
.mobile-nav ul ul li {
  border: 0;
}
.mobile-nav ul ul .sub-nav {
  padding: 15px 15px 15px 30px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  background: transparent;
}
.mobile-nav ul ul .sub-nav:before {
  content: "";
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  margin-right: 10px;
}
.mobile-nav ul ul .sub-nav:hover, .mobile-nav ul ul .sub-nav:active, .mobile-nav ul ul .sub-nav.active-trail {
  color: #000;
  background-color: #FFF400;
}
.mobile-nav ul ul .sub-nav:after {
  display: none;
}

.l-menu-mobile .mobile-search-form {
  background: #FFF400;
}
.l-menu-mobile .mobile-search-form .form--inline {
  display: flex;
}
.l-menu-mobile .mobile-search-form #views-exposed-form-search-content-page-1 {
  display: flex;
  flex-wrap: nowrap;
  padding: 15px;
  justify-content: center;
}
.l-menu-mobile .mobile-search-form .form-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 50px;
}
.l-menu-mobile .mobile-search-form .form-item label {
  color: #fff;
}
.l-menu-mobile .mobile-search-form .form-item input.form-text {
  padding: 6px;
  margin: 0;
  flex: 1 1 auto;
  height: 50px;
  border: 0;
  border-radius: 5px 0 0 5px;
}
.l-menu-mobile .mobile-search-form .form-actions {
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.l-menu-mobile .mobile-search-form .form-actions {
  margin-top: 38px;
}
.l-menu-mobile .mobile-search-form .form-actions input {
  border: 0;
  height: 50px;
  margin-left: 0;
  padding: 10px 15px;
  font-size: 0;
  width: 60px;
  box-sizing: border-box;
  border-radius: 0 7px 7px 0;
  background: #000 url(../images/icons/icon_search.svg) no-repeat scroll center center;
  background-size: 30px auto;
  border-left: 0;
}
.l-menu-mobile .mobile-search-form .form-actions input:hover {
  background-color: #FF00CE;
}
.l-menu-mobile .mobile-search-form .form-submit {
  font-size: 14px;
  padding: 8px 7px 7px;
  letter-spacing: 0;
  vertical-align: top;
}

.l-header nav.menu--main {
  height: 50%;
}
.l-header nav.menu--main .menu {
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  background-color: transparent;
  display: flex;
  height: 100%;
  align-items: center;
}
.l-header nav.menu--main .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
}
.l-header nav.menu--main .menu li.menu-item--active-trail {
  background-color: transparent;
}
.l-header nav.menu--main .menu li.leaf, .l-header nav.menu--main .menu li.collapsed, .l-header nav.menu--main .menu li.expanded {
  list-style-image: none;
}
.l-header nav.menu--main .menu li:hover {
  background-color: transparent;
}
.l-header nav.menu--main .menu li:hover > a {
  background-color: #FFF400;
  color: #FFF400;
}
.l-header nav.menu--main .menu li:before {
  transition: all 0.2s ease;
  width: 0;
}
.l-header nav.menu--main .menu li:hover:before, .l-header nav.menu--main .menu li.menu-item--active-trail:before {
  display: block;
  content: "";
  height: 3px;
  background: #FFF400;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: nav-border-animation 0.3s ease-in-out forwards;
  animation-delay: 0;
}
.l-header nav.menu--main .menu li:hover > a, .l-header nav.menu--main .menu li.menu-item--active-trail > a {
  background-color: transparent;
  color: #FFF400;
}
.l-header nav.menu--main .menu li:last-child:hover:before, .l-header nav.menu--main .menu li:last-child.menu-item--active-trail:before {
  animation: none;
  display: none;
}
.l-header nav.menu--main .menu li > a.main-nav-item {
  display: block;
  color: #d2d2d2;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .l-header nav.menu--main .menu li > a.main-nav-item {
    font-size: 32px;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-header nav.menu--main .menu li > a.main-nav-item {
    font-size: 18px;
    padding: 22px 10px 20px;
  }
}
@media (min-width: 992px) {
  .l-header nav.menu--main .menu li > a.main-nav-item {
    font-size: 18px;
    padding: 22px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .l-header nav.menu--main .menu li > a.main-nav-item {
    font-size: 19px;
    padding: 30px 15px 30px;
  }
}
.l-header nav.menu--main .menu li > a.main-nav-item:hover {
  color: #FFF400;
  background-color: transparent;
  text-decoration: none;
}
.l-header nav.menu--main .menu li > a.main-nav-item.active-trail, .l-header nav.menu--main .menu li > a.main-nav-item.active-trail:hover {
  color: #FFF400;
  background-color: #f1f4f7;
}
.l-header nav.menu--main .menu li a.crew-link {
  background: #FFF400;
  color: #000;
  display: block;
  padding: 10px;
  border-radius: 25px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.l-header nav.menu--main .menu li a.crew-link:hover {
  background-color: #FF00CE;
  color: #fff;
}
.l-header nav.menu--main .menu li a.crew-link:before {
  display: none !important;
}
.l-header nav.menu--main .menu li a.crew-link:hover:before {
  display: none !important;
}
.l-header nav.menu--main .menu li ul.menu {
  position: absolute;
  visibility: hidden;
  background-color: #FFF400;
  left: -9999px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-header nav.menu--main .menu li ul.menu {
    top: auto;
    min-width: 245px;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .l-header nav.menu--main .menu li ul.menu {
    top: auto;
    min-width: 245px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .l-header nav.menu--main .menu li ul.menu {
    top: auto;
    min-width: 245px;
    height: auto;
  }
}
.l-header nav.menu--main .menu li ul.menu li {
  float: none;
  overflow: hidden;
}
.l-header nav.menu--main .menu li ul.menu li a.sub-nav {
  padding: 10px 22px;
  color: #000;
  background-color: transparent;
  font-size: 14px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-header nav.menu--main .menu li ul.menu li a.sub-nav {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .l-header nav.menu--main .menu li ul.menu li a.sub-nav {
    font-size: 17px;
  }
}
.l-header nav.menu--main .menu li ul.menu li a.sub-nav:hover, .l-header nav.menu--main .menu li ul.menu li a.sub-nav:active, .l-header nav.menu--main .menu li ul.menu li a.sub-nav.active-trail {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.l-header nav.menu--main .menu li ul.menu li a.sub-nav:hover {
  padding-left: 20px;
}
.l-header nav.menu--main .menu li ul.menu li:hover:before {
  display: none;
}
.l-header nav.menu--main .menu li:hover ul.menu {
  display: block;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.l-header nav.menu--main .menu li:last-child:hover ul.menu {
  left: -80px;
}

@keyframes nav-border-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.entity-pager-wrapper {
  margin-top: 5vw;
}

.entity-pager {
  height: auto;
  position: relative;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 575.98px) {
  .entity-pager {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .entity-pager {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.entity-pager ul {
  padding: 0;
}

.entity-pager-list {
  width: 100%;
  display: flex;
  margin: 4vw 0;
  grid-gap: 4vw;
}
@media (max-width: 575.98px) {
  .entity-pager-list {
    flex-direction: column;
  }
}

.entity-pager-list .entity-pager-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 575.98px) {
  .entity-pager-list .entity-pager-item {
    min-height: 170px;
  }
}
@media (min-width: 576px) {
  .entity-pager-list .entity-pager-item {
    min-height: 200px;
    flex: 0 0 calc(50% - 2vw);
  }
}
@media (min-width: 992px) {
  .entity-pager-list .entity-pager-item {
    min-height: 250px;
  }
}
.entity-pager-list .entity-pager-item a {
  color: #FFF;
  display: flex;
  align-items: center;
  line-height: 1.3;
  height: 100%;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.2s ease-in;
  border-radius: 20px;
  background: rgba(72, 23, 98, 0.4);
  width: 100%;
}
@media (max-width: 575.98px) {
  .entity-pager-list .entity-pager-item a {
    padding: 20px;
  }
}
.entity-pager-list .entity-pager-item a:hover {
  text-decoration: none;
  color: #fff;
}
.entity-pager-list .entity-pager-item a:hover div span:nth-of-type(1) {
  color: #FF00CE !important;
}
.entity-pager-list .entity-pager-item a div {
  display: flex;
  width: 95%;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.entity-pager-list .entity-pager-item a div span:nth-of-type(1) {
  z-index: 1;
  transition: all 0.2s ease-in;
  display: block;
  flex: 0 0 100%;
  position: revert;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-family: "Montserrat", sans-serif;
  color: #99007c;
}
@media (max-width: 767.98px) {
  .entity-pager-list .entity-pager-item a div span:nth-of-type(1) {
    color: #FF00CE !important;
  }
}
.entity-pager-list .entity-pager-item a div h4 {
  z-index: 3;
  margin: 0;
  text-align: left;
  font-size: clamp(16px, 2vw, 25px);
  width: 100%;
  line-height: 1.1;
  font-weight: 600;
}

.entity-pager-item .inactive {
  display: none;
}

.entity-pager-list .entity-pager-item-prev a {
  padding: 0 70px 2vw 70px;
}
.entity-pager-list .entity-pager-item-prev a:hover {
  padding-left: 110px;
  padding-right: 30px;
}
.entity-pager-list .entity-pager-item-prev a:before {
  clip-path: polygon(35% 0%, 70% 0%, 35% 50%, 70% 100%, 35% 100%, 0% 50%);
  content: "";
  display: block;
  width: 170px;
  height: 90%;
  position: absolute;
  left: 60%;
  top: 5%;
  background: #660052;
  z-index: 1;
  transition: 0.2s all ease-in-out;
  opacity: 0;
}
.entity-pager-list .entity-pager-item-prev a:hover:before {
  left: 30px;
  opacity: 1;
}
.entity-pager-list .entity-pager-item-prev a:after {
  clip-path: polygon(60% 0%, 90% 0%, 35% 50%, 90% 100%, 60% 100%, 0% 50%);
  content: "";
  display: block;
  width: 100px;
  height: 90%;
  position: absolute;
  left: 70%;
  top: 5%;
  background: #420036;
  z-index: 0;
  transition: 0.25s all ease-in-out;
  opacity: 0;
}
.entity-pager-list .entity-pager-item-prev a:hover:after {
  left: 105px;
  opacity: 1;
}
.entity-pager-list .entity-pager-item-prev a div {
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .entity-pager-list .entity-pager-item-prev a div {
    padding-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .entity-pager-list .entity-pager-item-prev a {
    padding: 30px;
    border: 3px solid rgba(72, 23, 98, 0.8);
  }
  .entity-pager-list .entity-pager-item-prev a:hover {
    padding: 30px;
  }
  .entity-pager-list .entity-pager-item-prev a:before {
    opacity: 0.7;
    left: 10px;
  }
  .entity-pager-list .entity-pager-item-prev a:after {
    opacity: 0.7;
    left: 85px;
  }
}
.entity-pager-list .entity-pager-item-prev h4 {
  text-align: left !important;
  transition: all 0.2s ease;
  order: 2;
  margin: 0 0 0 20px;
}

.entity-pager-list .entity-pager-item-next a {
  padding: 0vw 70px 2vw 70px;
}
.entity-pager-list .entity-pager-item-next a:hover {
  padding-right: 110px;
  padding-left: 30px;
}
.entity-pager-list .entity-pager-item-next a:before {
  clip-path: polygon(30% 0%, 65% 0%, 100% 50%, 65% 100%, 30% 100%, 65% 50%);
  content: "";
  display: block;
  width: 170px;
  height: 90%;
  position: absolute;
  right: 60%;
  top: 5%;
  background: #660052;
  z-index: 0;
  transition: 0.2s all ease-in-out;
  opacity: 0;
}
.entity-pager-list .entity-pager-item-next a:hover:before {
  right: 30px;
  opacity: 1;
}
.entity-pager-list .entity-pager-item-next a:after {
  clip-path: polygon(10% 0%, 40% 0%, 100% 50%, 40% 100%, 10% 100%, 70% 50%);
  content: "";
  display: block;
  width: 100px;
  height: 90%;
  position: absolute;
  right: 70%;
  top: 5%;
  background: #420036;
  z-index: 0;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.entity-pager-list .entity-pager-item-next a:hover:after {
  right: 105px;
  opacity: 1;
}
.entity-pager-list .entity-pager-item-next a div {
  justify-content: flex-end !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .entity-pager-list .entity-pager-item-next a {
    padding: 30px;
    border: 3px solid rgba(72, 23, 98, 0.8);
  }
  .entity-pager-list .entity-pager-item-next a:hover {
    padding: 30px;
  }
  .entity-pager-list .entity-pager-item-next a:before {
    opacity: 0.7;
    right: 10px;
  }
  .entity-pager-list .entity-pager-item-next a:after {
    opacity: 0.7;
    right: 85px;
  }
}
.entity-pager-list .entity-pager-item-next h4 {
  text-align: right !important;
  transition: all 0.2s ease;
  order: 1;
}

.entity-pager li.entity-pager-item-all {
  display: none;
}

.entity-pager-item-all {
  position: absolute;
  top: 50%;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 4.5vw;
  height: 4.5vw;
}
@media (max-width: 575.98px) {
  .entity-pager-item-all {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.entity-pager-item-all a {
  overflow: hidden;
  height: 0;
  width: 4.5vw;
  padding-top: 4.5vw;
  background: transparent;
  display: block;
  border-radius: 4px;
}
@media (max-width: 575.98px) {
  .entity-pager-item-all a {
    width: 7.5vw;
    padding-top: 7.5vw;
  }
}
.entity-pager-item-all a:hover {
  background-color: #FFF400;
}
.entity-pager-item-all a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/icons/bars.svg) no-repeat scroll center center;
  vertical-align: middle;
  speak: none;
  background-size: 80% auto;
  width: 3vw;
  height: 3vw;
  left: 50%;
  top: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .entity-pager-item-all a:before {
    width: 5vw;
    height: 5vw;
  }
}
.entity-pager-item-all a:hover:before {
  background: url(../images/icons/bars-white.svg) no-repeat scroll center center;
  background-size: 80% auto;
}

/*----------------------------------------------------
------------------------------------------------------

 SEARCH page

------------------------------------------------------
----------------------------------------------------*/
.page-search .views-exposed-form .form-item-search-fulltext {
  max-width: 500px;
  margin: 0 auto 5vw;
}
.page-search .views-exposed-form .form-item-search-fulltext input {
  text-align: center;
}
.page-search .view_id-search-display_id-search-page {
  text-align: center;
}

/*----------------------------------------------------
------------------------------------------------------

 SEARCH form

------------------------------------------------------
----------------------------------------------------*/
.views-exposed-form {
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}
.views-exposed-form select {
  padding: 10px;
}

.search-form {
  position: absolute;
  right: 20px;
  z-index: 1;
  background-color: #efefef;
  padding: 8px;
}
@media (min-width: 768px) {
  .search-form {
    display: none;
    top: 120px;
  }
}
@media (min-width: 992px) {
  .search-form {
    top: 128px;
  }
}
@media (min-width: 1200px) {
  .search-form {
    top: 128px;
  }
}
.search-form::before {
  content: "";
  display: block;
  position: absolute;
  right: 63px;
  top: -12px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #efefef;
}
.search-form h2,
.search-form label {
  display: none;
}
.search-form .form-item {
  display: inline-block;
  margin: 0 5px 0 0;
}
.search-form .form-item input {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #444;
  display: inline-block;
  vertical-align: top;
}
.search-form .form-actions {
  display: inline-block;
  vertical-align: top;
}
.search-form input.form-submit {
  padding: 9px 10px;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  background: #FFF400;
  border: 0;
  border-radius: 4px;
  text-transform: capitalize;
}
.search-form input.form-submit::hover {
  background-color: #000;
}

.views-row.slick-slide {
  transition: all 0.2s ease-in;
}
.views-row.slick-slide:hover {
  background-color: #efefef;
}
@media (max-width: 767.98px) {
  .views-row.slick-slide {
    padding: 0 15px;
  }
}
.views-row.slick-slide h3.title {
  margin-top: 8px;
}
.views-row.slick-slide .views-field-body {
  font-size: 16px;
  line-height: 1.4;
}
.views-row.slick-slide .views-field-field-images {
  margin-bottom: 10px;
}
.views-row.slick-slide .views-field-title h3 {
  margin-bottom: 10px;
}

.slick-slider {
  display: flex;
  margin: 0;
  padding: 0;
}
.slick-slider .prev-arrow.slick-arrow,
.slick-slider .next-arrow.slick-arrow {
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  display: block;
  position: relative;
  align-self: center;
  flex: 0 0 25px;
  cursor: pointer;
}
.slick-slider .prev-arrow.slick-arrow::before,
.slick-slider .next-arrow.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  opacity: 0.5;
  width: 30px;
  height: 24px;
  transform: translateY(-50%);
}
.slick-slider .prev-arrow.slick-arrow::hover::before,
.slick-slider .next-arrow.slick-arrow::hover::before {
  opacity: 1;
}
.slick-slider .prev-arrow.slick-arrow::before {
  background: url(../images/icons/arrow-left.svg) no-repeat scroll center left;
  background-size: 15px auto;
  left: 0;
}
.slick-slider .next-arrow.slick-arrow::before {
  background: url(../images/icons/arrow-right.svg) no-repeat scroll center right;
  background-size: 15px auto;
  right: 0;
}

.front .slick-slider,
.not-front .slick-slider {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.front .slick-slider .prev-arrow.slick-arrow,
.front .slick-slider .next-arrow.slick-arrow,
.not-front .slick-slider .prev-arrow.slick-arrow,
.not-front .slick-slider .next-arrow.slick-arrow {
  height: 126px;
  padding-top: 0px;
  overflow: hidden;
  display: block;
  position: relative;
  align-self: center;
  flex: 0 0, 25px;
  cursor: pointer;
  top: 0;
  transform: none;
  font-size: 0;
}
@media (max-width: 575.98px) {
  .front .slick-slider .prev-arrow.slick-arrow,
  .front .slick-slider .next-arrow.slick-arrow,
  .not-front .slick-slider .prev-arrow.slick-arrow,
  .not-front .slick-slider .next-arrow.slick-arrow {
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .front .slick-slider .prev-arrow.slick-arrow,
  .front .slick-slider .next-arrow.slick-arrow,
  .not-front .slick-slider .prev-arrow.slick-arrow,
  .not-front .slick-slider .next-arrow.slick-arrow {
    height: 46px;
  }
}
.front .slick-slider .prev-arrow.slick-arrow::before,
.front .slick-slider .next-arrow.slick-arrow::before,
.not-front .slick-slider .prev-arrow.slick-arrow::before,
.not-front .slick-slider .next-arrow.slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  opacity: 0.5;
  width: 30px;
  height: 24px;
  transform: translateY(-50%);
}
.front .slick-slider .prev-arrow.slick-arrow::hover::before,
.front .slick-slider .next-arrow.slick-arrow::hover::before,
.not-front .slick-slider .prev-arrow.slick-arrow::hover::before,
.not-front .slick-slider .next-arrow.slick-arrow::hover::before {
  opacity: 1;
}
.front .slick-slider .prev-arrow.slick-arrow:before,
.not-front .slick-slider .prev-arrow.slick-arrow:before {
  background: url(../images/icons/arrow-left.svg) no-repeat scroll center left;
  background-size: 15px auto;
  left: 0;
}
.front .slick-slider .prev-arrow.slick-arrow:hover:before,
.not-front .slick-slider .prev-arrow.slick-arrow:hover:before {
  opacity: 1;
}
.front .slick-slider .next-arrow.slick-arrow:before,
.not-front .slick-slider .next-arrow.slick-arrow:before {
  background: url(../images/icons/arrow-right.svg) no-repeat scroll center right;
  background-size: 15px auto;
  right: 0;
}
.front .slick-slider .next-arrow.slick-arrow:hover:before,
.not-front .slick-slider .next-arrow.slick-arrow:hover:before {
  opacity: 1;
}

.page-user-register nav.tabs {
  max-width: 600px;
  margin: 0 auto;
}
.page-user-register nav.tabs tabs.primary:before {
  display: none;
}

.page-user-login nav.tabs,
.page-user-login div.description {
  display: none;
}
.page-user-login label[for=edit-name] {
  font-size: 0px;
}
.page-user-login label[for=edit-name]::before {
  content: "Email Address";
  font-size: 18px;
}
.page-user-login label[for=edit-name]::after {
  font-size: 18px;
}

form.user-register-form,
form.user-form {
  max-width: 600px;
  margin: 0 auto;
}
form.user-register-form .description,
form.user-form .description {
  font-size: 13px;
  margin: 10px 20px 10px 0;
}
form.user-register-form label,
form.user-register-form .form-item label,
form.user-form label,
form.user-form .form-item label {
  font-size: 20px;
  margin-bottom: 6px;
  display: block;
  display: inline-block;
}
form.user-register-form .form-item,
form.user-form .form-item {
  margin-bottom: 30px;
}
form.user-register-form .form-actions,
form.user-form .form-actions {
  margin: 40px 0 0;
}
form.user-register-form input,
form.user-form input {
  width: 100%;
}
form.user-register-form input.form-autocomplete,
form.user-form input.form-autocomplete {
  background-position: 99% center;
}

.section-user .layout-container {
  margin: 0;
}
.section-user nav.tabs {
  padding: 3vw;
  width: calc(100% - 6vw);
  margin: 2vw 3vw;
}
.section-user .user--view-mode-full .field-label {
  font-weight: bold;
  display: inline-block;
  margin-right: 20px;
  min-width: 110px;
}
@media (max-width: 575.98px) {
  .section-user .user--view-mode-full .field-label {
    margin-right: 10px;
    min-width: 80px;
  }
}
.section-user .block-local-actions-block {
  margin: 0 0 30px 0;
}
.section-user .action-links li {
  list-style-type: none;
  margin-bottom: 30px;
  text-align: center;
}
.section-user .order-number h2 {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  color: #AFAFAF;
}
@media (max-width: 575.98px) {
  .section-user .view_id-commerce-user-orders,
  .section-user .view_id-commerce-order-item-table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  .section-user .view_id-commerce-user-orders:before,
  .section-user .view_id-commerce-order-item-table:before {
    display: block;
    content: "Swipe to view full table";
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    color: #999;
  }
  .section-user .view_id-commerce-user-orders table,
  .section-user .view_id-commerce-order-item-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .section-user .view_id-commerce-user-orders table thead th,
  .section-user .view_id-commerce-order-item-table table thead th {
    font-size: 12px;
    line-height: 1.2;
  }
}
.section-user article .field-name-brand {
  font-size: 25px;
  margin-bottom: 20px;
}
.section-user article h4.label {
  margin: 0;
  display: inline-block;
}
.section-user .field-name-fir div,
.section-user .field-name-las div {
  display: inline-block;
}
.section-user .field-name-fir div:first-child,
.section-user .field-name-las div:first-child {
  font-weight: bold;
  display: inline-block;
}
.section-user .field-name-placed,
.section-user .field-name-state,
.section-user .field-name-mail,
.section-user .field-name-shipping-method,
.section-user .customer-information__shipping {
  margin-bottom: 40px;
}
.section-user .field-name-placed > div:first-of-type,
.section-user .field-name-state > div:first-of-type,
.section-user .field-name-mail > div:first-of-type,
.section-user .field-name-shipping-method > div:first-of-type,
.section-user .customer-information__shipping > div:first-of-type {
  font-weight: bold;
  font-size: 1.2em;
}
.section-user .customer-billing,
.section-user .customer-information__shipping {
  margin-bottom: 40px;
}
.section-user .customer-billing .field__label,
.section-user .customer-information__shipping .field__label {
  font-weight: bold;
  font-size: 1.2em;
}

#toolbar-item-shortcuts-tray ul.toolbar-menu a {
  background: #000;
  margin: 10px 5px;
  text-align: center;
  font-size: 18px;
  padding: 15px 10px;
  color: #e5e5e5;
  border-radius: 6px;
}
#toolbar-item-shortcuts-tray ul.toolbar-menu a:hover {
  background-color: #FFF400;
  text-decoration: none;
}

.role--administrator .toolbar-menu a {
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) {
  .role--administrator .block-masquerade {
    display: inline-block;
    vertical-align: middle;
  }
}
.role--administrator .masquerade-block-form {
  padding: 20px;
}
.role--administrator .masquerade-block-form input.form-autocomplete {
  margin-right: 10px;
  padding: 10px;
  height: 52px;
  width: 220px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .role--administrator .masquerade-block-form input.form-autocomplete {
    margin-bottom: 10px;
    width: 100%;
  }
}
.role--administrator .menu--masquerade {
  padding: 10px 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .role--administrator .menu--masquerade {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}
.role--administrator .menu--masquerade .menu {
  margin: 0;
  padding: 0;
}
.role--administrator .menu--masquerade .menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.role--administrator .menu--masquerade .menu li a {
  text-decoration: underline;
}

.role--authenticated .menu--masquerade {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 15px;
}
.role--authenticated .menu--masquerade a {
  display: block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
}

.block-homepageherovideo {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.block-homepageherovideo video {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.video-wrapper-img-text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_background__field-name-image {
  text-align: center;
}
.video_background__field-name-image img {
  max-width: 260px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .video_background__field-name-image img {
    width: 80%;
  }
}

.video_background__field-name-body {
  color: #fff;
  max-width: 700px;
  font-size: 2vw;
  line-height: 1;
  margin-top: 3vw;
}
@media (max-width: 575.98px) {
  .video_background__field-name-body {
    font-size: 17px;
  }
}

.video-overlay {
  position: absolute;
  content: "";
  background: rgba(40, 40, 40, 0.55);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.section-alert {
  text-align: center;
  background: #cce5ff;
  padding: 0;
}
.section-alert .alert {
  margin: 0;
}
.section-alert .alert.alert-primary {
  padding: 40px;
  color: #004085;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.section-alert .alert .feature-box-img img {
  margin-bottom: 1.5em;
}
.section-alert .alert h2.feature-box-title {
  color: #004085;
  margin: 0 0 0.5em 0;
}
.section-alert .alert .feature_box__feature-box-message-text {
  max-width: 1150px;
  margin: 0 auto;
}
.section-alert .alert .feature_box__feature-box-message-text a {
  color: #b8daff;
}
.section-alert .alert .feature-box-button a {
  background-color: #FFF400;
  border: 1px solid transparent;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-top: 2em;
}
.section-alert .alert .feature-box-button a:hover {
  background-color: #b30090;
  border-color: #b30090;
  color: #fff !important;
  text-decoration: none;
}
.section-alert .alert-dismissible .close {
  color: #000;
  text-shadow: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: none;
  font-weight: normal;
  font-size: 30px;
}

.section-bands-in-town {
  background: transparent;
}
.section-bands-in-town .intro .section-title {
  text-align: center;
  color: #fff;
}
.section-bands-in-town .intro .intro-body {
  text-align: center;
  color: #AFAFAF;
}
.section-bands-in-town .feed-wrapper {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.section-bands-in-town .bit-widget {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  width: 100%;
  color: #AFAFAF;
  background-color: rgba(0, 0, 0, 0);
}
.section-bands-in-town .bit-widget .bit-top-track-button {
  margin-bottom: 20px;
}
.section-bands-in-town .bit-widget .bit-details {
  transition: all 0.2s ease-in;
  padding: 10px;
}
.section-bands-in-town .bit-widget .bit-details:hover {
  background: rgba(100, 100, 100, 0.1);
  text-decoration: none;
  padding-left: 20px;
}
.section-bands-in-town .bit-widget .bit-venue {
  color: #FFF400;
}
.section-bands-in-town .bit-widget .bit-event {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.section-bands-in-town .bit-widget .bit-event a.bit-details {
  color: #AFAFAF;
}
.section-bands-in-town .bit-widget .bit-lineUp-with {
  color: #AFAFAF;
}
.section-bands-in-town .bit-widget .bit-lineUp {
  color: #FFF400;
}
.section-bands-in-town .bit-widget .bit-event-list-title {
  font-size: 20px;
}
.section-bands-in-town .bit-widget .bit-offers {
  background-color: #FFF400;
  border: 1px solid #FFF400;
  color: #fff;
  border-radius: 60px;
  transition: all 0.2s ease-in;
}
.section-bands-in-town .bit-widget .bit-offers:hover {
  background-color: #fff74d !important;
  border-color: #fff74d !important;
  color: #fff !important;
}
.section-bands-in-town .bit-widget a.bit-button:hover,
.section-bands-in-town .bit-widget a.bit-play-my-city-button:hover {
  background-color: #fff74d !important;
  border-color: #fff74d !important;
  color: #fff !important;
  text-decoration: none;
}
.section-bands-in-town .bit-widget .bit-rsvp {
  color: #FFF400;
  border: 1px solid #FFF400;
  border-radius: 60px;
}
.section-bands-in-town .bit-widget .bit-play-my-city-button {
  background-color: #FFF400;
  border: 1px solid #FFF400;
  color: #fff;
  border-radius: 60px;
  text-decoration: none;
}
.section-bands-in-town .bit-widget .bit-upcoming-events-show-all-button,
.section-bands-in-town .bit-widget .bit-past-events-show-all-button {
  color: #fff;
  background-color: #FFF400;
  border: 1px solid #FFF400;
  transition: all 0.2s ease-in;
}
.section-bands-in-town .bit-widget .bit-upcoming-events-show-all-button:hover,
.section-bands-in-town .bit-widget .bit-past-events-show-all-button:hover {
  background-color: #fff74d !important;
  border-color: #fff74d !important;
  color: #fff !important;
}

.page-article-item .article-header {
  display: flex;
  flex-direction: column;
  margin: 0 auto 2em;
}
@media (min-width: 768px) {
  .page-article-item .article-header {
    margin: 0 auto 3em;
  }
}
.page-article-item .article-header .back-to-catalog-page {
  display: flex;
  justify-content: center;
}
.page-article-item .article-header .back-to-catalog-page a.back-to-catalog-page-link {
  text-align: center;
  display: inline-block;
  background: rgba(181, 199, 216, 0.2);
  padding: 6px 16px;
  color: #AFAFAF;
  font-size: 0.7em;
  line-height: 1;
  margin-bottom: 30px;
  border-radius: 3px;
}
.page-article-item .article-header .back-to-catalog-page a.back-to-catalog-page-link:before {
  content: "<";
  display: inline-block;
  margin-right: 5px;
}
.page-article-item .article-header figure {
  margin: 0;
}
.page-article-item .article-body {
  max-width: 38em;
  margin: 0 auto;
}

.page-article-item.paragraph--type--blog-article {
  background: #000;
}
@media (max-width: 767.98px) {
  .page-article-item.paragraph--type--blog-article {
    padding: 8vw 20px 8vw;
  }
}
@media (min-width: 992px) {
  .page-article-item.paragraph--type--blog-article {
    padding: 5vw 0 8vw 0;
  }
}
.page-article-item.paragraph--type--blog-article .title-wrapper {
  text-align: left;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.page-article-item.paragraph--type--blog-article h1.page-title,
.page-article-item.paragraph--type--blog-article h1.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.5em;
  text-align: left;
}
@media (max-width: 575.98px) {
  .page-article-item.paragraph--type--blog-article h1.page-title,
  .page-article-item.paragraph--type--blog-article h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 768px) {
  .page-article-item.paragraph--type--blog-article h1.page-title,
  .page-article-item.paragraph--type--blog-article h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 992px) {
  .page-article-item.paragraph--type--blog-article h1.page-title,
  .page-article-item.paragraph--type--blog-article h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
.page-article-item.paragraph--type--blog-article .blog_article__catalog-item-image img {
  width: 100%;
  height: auto;
}
.page-article-item.paragraph--type--blog-article .article-author-date-wrapper {
  display: flex;
  margin: 0 auto 2em;
}
.page-article-item.paragraph--type--blog-article .article-item-author {
  display: flex;
  margin-right: 1em;
  font-size: 0.7em;
  color: #AFAFAF;
}
.page-article-item.paragraph--type--blog-article .article-item-author:after {
  content: "•";
  display: inline-block;
  margin-left: 1em;
}
.page-article-item.paragraph--type--blog-article .article-item-author span {
  display: inline-block;
  vertical-align: middle;
}
.page-article-item.paragraph--type--blog-article .article-item-author .article-author-label {
  margin-right: 0.2em;
}
.page-article-item.paragraph--type--blog-article .article-item-date {
  display: flex;
  font-size: 0.7em;
  color: #AFAFAF;
}
.page-article-item.paragraph--type--blog-article .article-item-date span {
  display: inline-block;
  vertical-align: middle;
}
.page-article-item.paragraph--type--blog-article .article-item-date .article-date-label {
  display: none;
}

.article-no-hero-img .article-header-image {
  display: none;
}
@media (min-width: 768px) {
  .article-no-hero-img .article-header {
    margin: 0 auto 2em;
  }
}

.article-hero-img-sm .article-header-image {
  max-width: 38em;
  margin: 0 auto;
}

.article-hero-img-contained .article-header-image {
  max-width: 1200px;
  margin: 0 auto;
}

.article-hero-img-full-width .article-header-image {
  max-width: 100%;
  width: 100%;
}

.catalog .section-content-items .content-row > .col {
  padding: 0;
}
.catalog .catalog-item.even .paragraph--type--blog-article {
  background: transparent;
}
.catalog .catalog-item.odd .paragraph--type--blog-article {
  background: rgba(181, 199, 216, 0.2);
}

.paragraph--type--blog-article.paragraph--view-mode--default {
  padding: 4rem 0;
  position: relative;
  border-bottom: 0px solid #444;
}
@media (max-width: 575.98px) {
  .paragraph--type--blog-article.paragraph--view-mode--default .article-item-1 {
    margin-bottom: 30px;
  }
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-1 figure {
  margin: 0;
}
@media (min-width: 992px) {
  .paragraph--type--blog-article.paragraph--view-mode--default .article-item-1 {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--blog-article.paragraph--view-mode--default .article-item-2 {
    padding-left: 30px;
  }
}
.paragraph--type--blog-article.paragraph--view-mode--default .blog_article__catalog-item-image img {
  width: 100%;
  height: auto;
}
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) {
  text-decoration: none;
  color: #fff;
}
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title {
  font-weight: 800;
  color: #fff;
  transition: 0.2s ease-in all;
  border: 0px solid #444;
  padding: 0;
  margin: 0 0 1em 0;
}
@media (max-width: 575.98px) {
  .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title {
    font-size: 30px;
  }
}
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video) h2.section-title:hover {
  text-decoration: underline;
  color: #FF00CE;
}
.paragraph--type--blog-article.paragraph--view-mode--default a.standalone-page-title-link:not(.btn):not(.modal-trigger--video):hover {
  text-decoration: underline;
  color: #FF00CE;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-author-date-wrapper {
  display: flex;
  margin-top: 1em;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-author {
  display: flex;
  margin-right: 1em;
  font-size: 0.7em;
  color: #AFAFAF;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-author:after {
  content: "•";
  display: inline-block;
  margin-left: 1em;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-author span {
  display: inline-block;
  vertical-align: middle;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-author .article-author-label {
  margin-right: 0.2em;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-date {
  display: flex;
  font-size: 0.7em;
  color: #AFAFAF;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-date span {
  display: inline-block;
  vertical-align: middle;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-date .article-date-label {
  display: none;
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-description {
  color: #AFAFAF;
  margin-top: 1em;
}
@media (min-width: 992px) {
  .paragraph--type--blog-article.paragraph--view-mode--default .article-item-description {
    font-size: 0.8em;
  }
}
.paragraph--type--blog-article.paragraph--view-mode--default .article-item-description p:last-child {
  margin-bottom: 0;
}
.paragraph--type--blog-article.paragraph--view-mode--default .blog_article__catalog-item-link {
  display: none;
}

.paragraph--type--blog-article.light-bg-dark-text {
  background: #fff !important;
}
.paragraph--type--blog-article.light-bg-dark-text h2.section-title,
.paragraph--type--blog-article.light-bg-dark-text a.standalone-page-link h2.section-title {
  color: rgba(0, 0, 0, 0.8);
}
.paragraph--type--blog-article.light-bg-dark-text .article-item-description,
.paragraph--type--blog-article.light-bg-dark-text .article-item-author,
.paragraph--type--blog-article.light-bg-dark-text .article-item-date {
  color: rgba(0, 0, 0, 0.8);
}
.paragraph--type--blog-article.light-bg-dark-text .catalog_item__catalog-item-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.paragraph--type--blog-article.light-bg-dark-text .catalog_item__catalog-item-link a:hover, .paragraph--type--blog-article.light-bg-dark-text .catalog_item__catalog-item-link a:active, .paragraph--type--blog-article.light-bg-dark-text .catalog_item__catalog-item-link a:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.paragraph--type--blog-article.light-bg {
  background: #fff !important;
}

.paragraph--type--blog-article.dark-bg-light-text {
  background: #000 !important;
}
.paragraph--type--blog-article.dark-bg-light-text h2.section-title,
.paragraph--type--blog-article.dark-bg-light-text a.standalone-page-link h2.section-title {
  color: #fff;
}
.paragraph--type--blog-article.dark-bg-light-text .article-item-description,
.paragraph--type--blog-article.dark-bg-light-text .article-item-author,
.paragraph--type--blog-article.dark-bg-light-text .article-item-date {
  color: #fff;
}
.paragraph--type--blog-article.dark-bg-light-text .catalog_item__catalog-item-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.paragraph--type--blog-article.dark-bg-light-text .catalog_item__catalog-item-link a:hover, .paragraph--type--blog-article.dark-bg-light-text .catalog_item__catalog-item-link a:active, .paragraph--type--blog-article.dark-bg-light-text .catalog_item__catalog-item-link a:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.paragraph--type--blog-article.dark-bg {
  background: #000 !important;
}

.paragraph--type--blog-article.light-text h2.section-title,
.paragraph--type--blog-article.light-text a.standalone-page-link h2.section-title {
  color: #fff;
}
.paragraph--type--blog-article.light-text .article-item-description,
.paragraph--type--blog-article.light-text .article-item-author,
.paragraph--type--blog-article.light-text .article-item-date {
  color: #fff;
}

.paragraph--type--blog-article.dark-text h2.section-title,
.paragraph--type--blog-article.dark-text a.standalone-page-link h2.section-title {
  color: rgba(0, 0, 0, 0.8);
}
.paragraph--type--blog-article.dark-text .article-item-description,
.paragraph--type--blog-article.dark-text .article-item-author,
.paragraph--type--blog-article.dark-text .article-item-date {
  color: rgba(0, 0, 0, 0.8);
}
.paragraph--type--blog-article.dark-text .catalog_item__catalog-item-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.paragraph--type--blog-article.dark-text .catalog_item__catalog-item-link a:hover, .paragraph--type--blog-article.dark-text .catalog_item__catalog-item-link a:active, .paragraph--type--blog-article.dark-text .catalog_item__catalog-item-link a:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}

.section-business-information {
  background: transparent;
  padding: 4vw;
}
@media (max-width: 575.98px) {
  .section-business-information {
    padding: 15px;
  }
}
.section-business-information .intro .section-title {
  text-align: center;
  color: #fff;
}
.section-business-information .intro .intro-body {
  text-align: center;
  color: #AFAFAF;
}
.section-business-information .info-contact-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.section-business-information .info-contact-wrapper a {
  color: #FFF400;
}
.section-business-information .info-contact-wrapper a:hover {
  color: #FF00CE;
}
.section-business-information .info-contact-wrapper .item-wrapper {
  align-items: flex-start;
  padding: 20px;
  background: transparent;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .section-business-information .info-contact-wrapper .item-wrapper {
    margin-bottom: 15px;
  }
  .section-business-information .info-contact-wrapper .item-wrapper:last-child {
    margin-bottom: 0;
  }
}
.section-business-information .info-contact-wrapper .contact-item {
  display: flex;
}
.section-business-information .info-contact-wrapper .contact-icon {
  margin-right: 15px;
  min-width: 2em;
  text-align: right;
  border-right: 1px solid #444;
  padding-right: 15px;
}
.section-business-information .info-contact-wrapper .contact-icon i {
  font-size: 1em;
  color: #AFAFAF;
}
.section-business-information .info-contact-wrapper .contact-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 5px;
  font-size: 1em;
  color: #AFAFAF;
  word-break: break-word;
}
.section-business-information .info-contact-wrapper .contact-detail p {
  margin: 0;
}
.section-business-information .info-contact-wrapper .contact-detail span {
  display: inline-block;
  margin-right: 5px;
}
.section-business-information .info-contact-wrapper .contact-detail span.country {
  display: none;
}
.section-business-information .social_links__social-links-list {
  display: flex;
}
.section-business-information .social_links__social-links-list > div {
  padding: 0 30px 0 0;
  font-size: 40px;
  margin-bottom: 20px;
}
.section-business-information .social_links__social-links-list > div > div {
  line-height: 1;
}

.phone span,
.phone div,
.fax span,
.fax div,
.email span,
.email div {
  display: inline-block;
}

.cards-stacked-1 .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
.cards-stacked-1 .card.has-card-body .card-image,
.cards-stacked-1 .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}
.cards-stacked-1 .card .card-fa-icon {
  padding-top: calc(30px * 1.5);
}

.cards-stacked-2 .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
.cards-stacked-2 .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}
.cards-stacked-2 .card .card-fa-icon {
  padding-top: calc(30px * 1.5);
}
.cards-stacked-2 .card-image {
  padding: 0 !important;
}

.cards-left-img-right-text .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cards-left-img-right-text .card.has-card-body .card-image,
  .cards-left-img-right-text .card.has-card-body .card-fa-icon {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-left-img-right-text .card {
    flex-direction: row;
  }
  .cards-left-img-right-text .card.photo {
    align-items: flex-start;
  }
  .cards-left-img-right-text .card.photo .card-image,
  .cards-left-img-right-text .card.photo .s2_sub_card__sub-card-image,
  .cards-left-img-right-text .card.photo figure {
    height: 100%;
  }
  .cards-left-img-right-text .card .card-image {
    flex: 1 1 50%;
  }
  .cards-left-img-right-text .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cards-left-img-right-text .card .card-fa-icon {
    flex: 1 1 80px;
  }
  .cards-left-img-right-text .card.has-card-body .card-image,
  .cards-left-img-right-text .card.has-card-body .card-fa-icon {
    padding-right: 0;
  }
  .cards-left-img-right-text .card .card-body {
    flex: 1 1 50%;
    align-self: auto;
    height: 100%;
  }
  .cards-left-img-right-text .card .card-body .card-title {
    text-align: left;
  }
}

.cards-left-text-right-img .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
@media (max-width: 767.98px) {
  .cards-left-text-right-img .card.has-card-body .card-image,
  .cards-left-text-right-img .card.has-card-body .card-fa-icon {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-left-text-right-img .card {
    flex-direction: row;
  }
  .cards-left-text-right-img .card.photo {
    align-items: flex-start;
  }
  .cards-left-text-right-img .card.photo .card-image,
  .cards-left-text-right-img .card.photo .s2_sub_card__sub-card-image,
  .cards-left-text-right-img .card.photo figure {
    height: 100%;
  }
  .cards-left-text-right-img .card .card-image {
    flex: 1 1 50%;
    order: 2;
  }
  .cards-left-text-right-img .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cards-left-text-right-img .card .card-fa-icon {
    flex: 1 1 80px;
    order: 2;
  }
  .cards-left-text-right-img .card.has-card-body .card-image,
  .cards-left-text-right-img .card.has-card-body .card-fa-icon {
    padding-left: 0;
  }
  .cards-left-text-right-img .card .card-body {
    flex: 1 1 50%;
    order: 1;
    align-self: auto;
    height: 100%;
  }
  .cards-left-text-right-img .card .card-body .card-title {
    text-align: left;
  }
}

.cards-image-grid .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
.cards-image-grid .card.has-card-body .card-image {
  padding-bottom: 0;
}
.cards-image-grid .card-image,
.cards-image-grid .s2_sub_card__sub-card-image,
.cards-image-grid figure {
  height: 100% !important;
}
.cards-image-grid figure {
  display: flex;
}
.cards-image-grid figure img {
  height: 100% !important;
  object-fit: cover;
}
.cards-image-grid.cards-expand-full {
  padding-left: 0;
  padding-right: 0;
}
.cards-image-grid.cards-expand-full .subcard-wrapper {
  padding: 0;
}
.cards-image-grid.cards-expand-full .subcard-wrapper .row {
  margin: 0;
  grid-gap: 0 !important;
  display: flex;
}
.cards-image-grid.cards-expand-full .card-item {
  flex: 1 1 auto;
}
.cards-image-grid.cards-expand-full .card-item a:hover .card {
  transform: none;
  box-shadow: none;
}
.cards-image-grid.cards-expand-full .card-item .card-image {
  overflow: hidden;
}
.cards-image-grid.cards-expand-full .card-item .card-image img {
  width: 100%;
  transition: 0.2s all ease-in-out;
}
.cards-image-grid.cards-expand-full .paragraph--type--s2-sub-card > a:hover img {
  transform: scale(1.1);
}

.cards-masonry .subcard-wrapper .row {
  display: block !important;
  -webkit-perspective: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .cards-masonry .subcard-wrapper .row {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry .subcard-wrapper .row {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .cards-masonry .subcard-wrapper .row {
    columns: 4;
  }
}
.cards-masonry .subcard-wrapper .row > * {
  break-inside: avoid;
}
.cards-masonry .subcard-wrapper .row .card-item {
  margin-bottom: 20px;
  display: block !important;
}
.cards-masonry .subcard-wrapper .row .card {
  height: auto !important;
}
.cards-masonry .subcard-wrapper .row .card.has-card-body .card-image,
.cards-masonry .subcard-wrapper .row .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}
@supports (grid-template-rows: masonry) {
  .cards-masonry .subcard-wrapper .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: masonry;
    grid-auto-flow: dense;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-4 .row {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-4 .row {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-4 .row {
    columns: 4;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-3 .row {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-3 .row {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-3 .row {
    columns: 3;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-2 .row {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-2 .row {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-2 .row {
    columns: 2;
  }
}
@media (min-width: 768px) {
  .cards-masonry.max-col-1 .row {
    columns: 1;
  }
}
@media (min-width: 992px) {
  .cards-masonry.max-col-1 .row {
    columns: 1;
  }
}
@media (min-width: 1200px) {
  .cards-masonry.max-col-1 .row {
    columns: 1;
  }
}

.cards-logos .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
.cards-logos .card .card-image {
  padding: 30px;
}
.cards-logos .card.has-card-body .card-image,
.cards-logos .card.has-card-body .card-fa-icon {
  padding-bottom: 0;
}
.cards-logos .card.photo, .cards-logos .card.icon {
  justify-content: center;
}
.cards-logos .card .card-text {
  display: none;
}

.section-cards {
  background: transparent;
}
@media (max-width: 991.98px) {
  .section-cards {
    padding: 80px 5vw;
  }
}
@media (min-width: 992px) {
  .section-cards {
    padding: 12vw 5vw;
  }
}
.section-cards .container-fluid {
  padding: 0;
}
.section-cards .title-eyebrow {
  text-align: center;
}
.section-cards .section-title {
  text-align: center;
  color: #fff;
}
.section-cards .intro-body {
  text-align: center;
  color: #AFAFAF;
}

.card-item > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out all;
  text-decoration: none;
}
.card-item > a:hover {
  text-decoration: none;
}
.card-item > a:hover .card {
  transform: none;
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.2);
}

.card-hover-scale .card-item > a:hover {
  text-decoration: none;
}
.card-hover-scale .card-item > a:hover .card {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.2);
}

.section-cards .card-item > a:not(.btn):not(.modal-trigger--video),
.section-cards .card-item > a:hover:not(btn) {
  text-decoration: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background: transparent;
  border: 0px solid rgba(30, 30, 30, 0.2);
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-out;
  box-shadow: none;
}
.card.has-fa-icon .card-fa-icon {
  color: #FFF400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  width: 100%;
}
.card.icon .card-image {
  max-width: 80%;
  margin: 0 auto;
}
.card.icon .card-image img {
  width: 100%;
  height: auto;
}
.card.photo .card-image {
  width: 100%;
}
.card.photo .card-image img {
  width: 100%;
  height: auto;
}

.card-image,
.card-fa-icon {
  padding: 30px 30px 30px 30px;
}

.card-image figure {
  margin: 0;
}
.card-image figure figcaption {
  font-size: 14px;
  text-align: center;
  display: none;
}

.section-cards.cards-no-image-padding .card-image {
  padding: 0 !important;
}
.section-cards.card-no-image-padding .card-image {
  padding: 0 !important;
}

.section-cards.cards-no-border .card, .section-cards.card-no-border .card {
  border: 0 !important;
}

.section-cards.cards-no-shadow .card, .section-cards.card-no-shadow .card {
  box-shadow: none !important;
}
.section-cards.cards-no-shadow .card-item > a:hover .card, .section-cards.card-no-shadow .card-item > a:hover .card {
  box-shadow: none !important;
}

.card-body {
  padding: 30px;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  min-height: auto;
  line-height: 1.4;
  align-self: stretch;
}

.card-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-align: center;
  border-bottom: 0;
  margin-bottom: 1.25rem;
  color: #fff;
  text-transform: none;
}
@media (max-width: 575.98px) {
  .card-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .card-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .card-title {
    font-size: 25px;
  }
}

.card-text-group {
  width: 100%;
}

.card-text {
  font-size: clamp(16px, 1.5vw, 20px);
  text-align: left;
  color: #fff;
}
.card-text p:last-child {
  margin-bottom: 0;
}
.card-text a {
  display: inline !important;
}
.card-text h4 {
  font-size: 1.2em;
  text-align: center;
}

.card-link {
  margin-top: 2rem;
  flex: 1 1 100%;
  text-align: center;
  font-size: 0.8em;
  align-self: flex-end;
}
.card-link.btn, .album-wrapper .musical_album__album-purchase-link a.card-link, .section-contact-form form button.card-link, .card-link.modal-trigger--video, .section-alert .alert .feature-box-button a.card-link {
  font-size: 0.8em;
  padding: 15px 30px;
}

.card-light-bg .card {
  background: #fff;
}
.card-light-bg .card-title {
  color: rgba(0, 0, 0, 0.8);
  border-color: #444;
}
.card-light-bg .card-text {
  color: rgba(0, 0, 0, 0.8);
}
.card-light-bg .card-link.btn, .card-light-bg .album-wrapper .musical_album__album-purchase-link a.card-link, .album-wrapper .musical_album__album-purchase-link .card-light-bg a.card-link, .card-light-bg .section-contact-form form button.card-link, .section-contact-form form .card-light-bg button.card-link, .card-light-bg .card-link.modal-trigger--video, .card-light-bg .section-alert .alert .feature-box-button a.card-link, .section-alert .alert .feature-box-button .card-light-bg a.card-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.card-light-bg .card-link.btn:hover, .card-light-bg .album-wrapper .musical_album__album-purchase-link a.card-link:hover, .album-wrapper .musical_album__album-purchase-link .card-light-bg a.card-link:hover, .card-light-bg .section-contact-form form button.card-link:hover, .section-contact-form form .card-light-bg button.card-link:hover, .card-light-bg .card-link.modal-trigger--video:hover, .card-light-bg .section-alert .alert .feature-box-button a.card-link:hover, .section-alert .alert .feature-box-button .card-light-bg a.card-link:hover, .card-light-bg .card-link.btn:active, .card-light-bg .album-wrapper .musical_album__album-purchase-link a.card-link:active, .album-wrapper .musical_album__album-purchase-link .card-light-bg a.card-link:active, .card-light-bg .section-contact-form form button.card-link:active, .section-contact-form form .card-light-bg button.card-link:active, .card-light-bg .card-link.modal-trigger--video:active, .card-light-bg .section-alert .alert .feature-box-button a.card-link:active, .section-alert .alert .feature-box-button .card-light-bg a.card-link:active, .card-light-bg .card-link.btn:focus, .card-light-bg .album-wrapper .musical_album__album-purchase-link a.card-link:focus, .album-wrapper .musical_album__album-purchase-link .card-light-bg a.card-link:focus, .card-light-bg .section-contact-form form button.card-link:focus, .section-contact-form form .card-light-bg button.card-link:focus, .card-light-bg .card-link.modal-trigger--video:focus, .card-light-bg .section-alert .alert .feature-box-button a.card-link:focus, .section-alert .alert .feature-box-button .card-light-bg a.card-link:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.card-light-bg .card-link.btn.btn-secondary, .card-light-bg .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary, .album-wrapper .musical_album__album-purchase-link .card-light-bg a.card-link.btn-secondary, .card-light-bg .section-contact-form form button.card-link.btn-secondary, .section-contact-form form .card-light-bg button.card-link.btn-secondary, .card-light-bg .card-link.btn-secondary.modal-trigger--video, .card-light-bg .section-alert .alert .feature-box-button a.card-link.btn-secondary, .section-alert .alert .feature-box-button .card-light-bg a.card-link.btn-secondary {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.card-light-bg .card-link.btn.btn-secondary:hover, .card-light-bg .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .card-light-bg a.card-link.btn-secondary:hover, .card-light-bg .section-contact-form form button.card-link.btn-secondary:hover, .section-contact-form form .card-light-bg button.card-link.btn-secondary:hover, .card-light-bg .card-link.btn-secondary.modal-trigger--video:hover, .card-light-bg .section-alert .alert .feature-box-button a.card-link.btn-secondary:hover, .section-alert .alert .feature-box-button .card-light-bg a.card-link.btn-secondary:hover, .card-light-bg .card-link.btn.btn-secondary:active, .card-light-bg .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .card-light-bg a.card-link.btn-secondary:active, .card-light-bg .section-contact-form form button.card-link.btn-secondary:active, .section-contact-form form .card-light-bg button.card-link.btn-secondary:active, .card-light-bg .card-link.btn-secondary.modal-trigger--video:active, .card-light-bg .section-alert .alert .feature-box-button a.card-link.btn-secondary:active, .section-alert .alert .feature-box-button .card-light-bg a.card-link.btn-secondary:active, .card-light-bg .card-link.btn.btn-secondary:focus, .card-light-bg .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .card-light-bg a.card-link.btn-secondary:focus, .card-light-bg .section-contact-form form button.card-link.btn-secondary:focus, .section-contact-form form .card-light-bg button.card-link.btn-secondary:focus, .card-light-bg .card-link.btn-secondary.modal-trigger--video:focus, .card-light-bg .section-alert .alert .feature-box-button a.card-link.btn-secondary:focus, .section-alert .alert .feature-box-button .card-light-bg a.card-link.btn-secondary:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

.card-dark-text .card-item .card-title {
  color: rgba(0, 0, 0, 0.8);
  border-color: #444;
}
.card-dark-text .card-item .card-text {
  color: rgba(0, 0, 0, 0.8) !important;
}
.card-dark-text .card-item .card-link.btn, .card-dark-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link, .album-wrapper .musical_album__album-purchase-link .card-dark-text .card-item a.card-link, .card-dark-text .card-item .section-contact-form form button.card-link, .section-contact-form form .card-dark-text .card-item button.card-link, .card-dark-text .card-item .card-link.modal-trigger--video, .card-dark-text .card-item .section-alert .alert .feature-box-button a.card-link, .section-alert .alert .feature-box-button .card-dark-text .card-item a.card-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.card-dark-text .card-item .card-link.btn:hover, .card-dark-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:hover, .album-wrapper .musical_album__album-purchase-link .card-dark-text .card-item a.card-link:hover, .card-dark-text .card-item .section-contact-form form button.card-link:hover, .section-contact-form form .card-dark-text .card-item button.card-link:hover, .card-dark-text .card-item .card-link.modal-trigger--video:hover, .card-dark-text .card-item .section-alert .alert .feature-box-button a.card-link:hover, .section-alert .alert .feature-box-button .card-dark-text .card-item a.card-link:hover, .card-dark-text .card-item .card-link.btn:active, .card-dark-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:active, .album-wrapper .musical_album__album-purchase-link .card-dark-text .card-item a.card-link:active, .card-dark-text .card-item .section-contact-form form button.card-link:active, .section-contact-form form .card-dark-text .card-item button.card-link:active, .card-dark-text .card-item .card-link.modal-trigger--video:active, .card-dark-text .card-item .section-alert .alert .feature-box-button a.card-link:active, .section-alert .alert .feature-box-button .card-dark-text .card-item a.card-link:active, .card-dark-text .card-item .card-link.btn:focus, .card-dark-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:focus, .album-wrapper .musical_album__album-purchase-link .card-dark-text .card-item a.card-link:focus, .card-dark-text .card-item .section-contact-form form button.card-link:focus, .section-contact-form form .card-dark-text .card-item button.card-link:focus, .card-dark-text .card-item .card-link.modal-trigger--video:focus, .card-dark-text .card-item .section-alert .alert .feature-box-button a.card-link:focus, .section-alert .alert .feature-box-button .card-dark-text .card-item a.card-link:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.card-dark-text .card-item .card-link.btn.btn-secondary, .card-dark-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary, .album-wrapper .musical_album__album-purchase-link .card-dark-text .card-item a.card-link.btn-secondary, .card-dark-text .card-item .section-contact-form form button.card-link.btn-secondary, .section-contact-form form .card-dark-text .card-item button.card-link.btn-secondary, .card-dark-text .card-item .card-link.btn-secondary.modal-trigger--video, .card-dark-text .card-item .section-alert .alert .feature-box-button a.card-link.btn-secondary, .section-alert .alert .feature-box-button .card-dark-text .card-item a.card-link.btn-secondary {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.card-dark-text .card-item .card-link.btn.btn-secondary:hover, .card-dark-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .card-dark-text .card-item a.card-link.btn-secondary:hover, .card-dark-text .card-item .section-contact-form form button.card-link.btn-secondary:hover, .section-contact-form form .card-dark-text .card-item button.card-link.btn-secondary:hover, .card-dark-text .card-item .card-link.btn-secondary.modal-trigger--video:hover, .card-dark-text .card-item .section-alert .alert .feature-box-button a.card-link.btn-secondary:hover, .section-alert .alert .feature-box-button .card-dark-text .card-item a.card-link.btn-secondary:hover, .card-dark-text .card-item .card-link.btn.btn-secondary:active, .card-dark-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .card-dark-text .card-item a.card-link.btn-secondary:active, .card-dark-text .card-item .section-contact-form form button.card-link.btn-secondary:active, .section-contact-form form .card-dark-text .card-item button.card-link.btn-secondary:active, .card-dark-text .card-item .card-link.btn-secondary.modal-trigger--video:active, .card-dark-text .card-item .section-alert .alert .feature-box-button a.card-link.btn-secondary:active, .section-alert .alert .feature-box-button .card-dark-text .card-item a.card-link.btn-secondary:active, .card-dark-text .card-item .card-link.btn.btn-secondary:focus, .card-dark-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .card-dark-text .card-item a.card-link.btn-secondary:focus, .card-dark-text .card-item .section-contact-form form button.card-link.btn-secondary:focus, .section-contact-form form .card-dark-text .card-item button.card-link.btn-secondary:focus, .card-dark-text .card-item .card-link.btn-secondary.modal-trigger--video:focus, .card-dark-text .card-item .section-alert .alert .feature-box-button a.card-link.btn-secondary:focus, .section-alert .alert .feature-box-button .card-dark-text .card-item a.card-link.btn-secondary:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

.card-dark-bg .card {
  background: #000;
}
.card-dark-bg .card-title {
  color: #fff;
  border-color: #444;
}
.card-dark-bg .card-text {
  color: #fff;
}
.card-dark-bg .card-link.btn, .card-dark-bg .album-wrapper .musical_album__album-purchase-link a.card-link, .album-wrapper .musical_album__album-purchase-link .card-dark-bg a.card-link, .card-dark-bg .section-contact-form form button.card-link, .section-contact-form form .card-dark-bg button.card-link, .card-dark-bg .card-link.modal-trigger--video, .card-dark-bg .section-alert .alert .feature-box-button a.card-link, .section-alert .alert .feature-box-button .card-dark-bg a.card-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.card-dark-bg .card-link.btn:hover, .card-dark-bg .album-wrapper .musical_album__album-purchase-link a.card-link:hover, .album-wrapper .musical_album__album-purchase-link .card-dark-bg a.card-link:hover, .card-dark-bg .section-contact-form form button.card-link:hover, .section-contact-form form .card-dark-bg button.card-link:hover, .card-dark-bg .card-link.modal-trigger--video:hover, .card-dark-bg .section-alert .alert .feature-box-button a.card-link:hover, .section-alert .alert .feature-box-button .card-dark-bg a.card-link:hover, .card-dark-bg .card-link.btn:active, .card-dark-bg .album-wrapper .musical_album__album-purchase-link a.card-link:active, .album-wrapper .musical_album__album-purchase-link .card-dark-bg a.card-link:active, .card-dark-bg .section-contact-form form button.card-link:active, .section-contact-form form .card-dark-bg button.card-link:active, .card-dark-bg .card-link.modal-trigger--video:active, .card-dark-bg .section-alert .alert .feature-box-button a.card-link:active, .section-alert .alert .feature-box-button .card-dark-bg a.card-link:active, .card-dark-bg .card-link.btn:focus, .card-dark-bg .album-wrapper .musical_album__album-purchase-link a.card-link:focus, .album-wrapper .musical_album__album-purchase-link .card-dark-bg a.card-link:focus, .card-dark-bg .section-contact-form form button.card-link:focus, .section-contact-form form .card-dark-bg button.card-link:focus, .card-dark-bg .card-link.modal-trigger--video:focus, .card-dark-bg .section-alert .alert .feature-box-button a.card-link:focus, .section-alert .alert .feature-box-button .card-dark-bg a.card-link:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.card-dark-bg .card-link.btn.btn-secondary, .card-dark-bg .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary, .album-wrapper .musical_album__album-purchase-link .card-dark-bg a.card-link.btn-secondary, .card-dark-bg .section-contact-form form button.card-link.btn-secondary, .section-contact-form form .card-dark-bg button.card-link.btn-secondary, .card-dark-bg .card-link.btn-secondary.modal-trigger--video, .card-dark-bg .section-alert .alert .feature-box-button a.card-link.btn-secondary, .section-alert .alert .feature-box-button .card-dark-bg a.card-link.btn-secondary {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.card-dark-bg .card-link.btn.btn-secondary:hover, .card-dark-bg .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .card-dark-bg a.card-link.btn-secondary:hover, .card-dark-bg .section-contact-form form button.card-link.btn-secondary:hover, .section-contact-form form .card-dark-bg button.card-link.btn-secondary:hover, .card-dark-bg .card-link.btn-secondary.modal-trigger--video:hover, .card-dark-bg .section-alert .alert .feature-box-button a.card-link.btn-secondary:hover, .section-alert .alert .feature-box-button .card-dark-bg a.card-link.btn-secondary:hover, .card-dark-bg .card-link.btn.btn-secondary:active, .card-dark-bg .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .card-dark-bg a.card-link.btn-secondary:active, .card-dark-bg .section-contact-form form button.card-link.btn-secondary:active, .section-contact-form form .card-dark-bg button.card-link.btn-secondary:active, .card-dark-bg .card-link.btn-secondary.modal-trigger--video:active, .card-dark-bg .section-alert .alert .feature-box-button a.card-link.btn-secondary:active, .section-alert .alert .feature-box-button .card-dark-bg a.card-link.btn-secondary:active, .card-dark-bg .card-link.btn.btn-secondary:focus, .card-dark-bg .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .card-dark-bg a.card-link.btn-secondary:focus, .card-dark-bg .section-contact-form form button.card-link.btn-secondary:focus, .section-contact-form form .card-dark-bg button.card-link.btn-secondary:focus, .card-dark-bg .card-link.btn-secondary.modal-trigger--video:focus, .card-dark-bg .section-alert .alert .feature-box-button a.card-link.btn-secondary:focus, .section-alert .alert .feature-box-button .card-dark-bg a.card-link.btn-secondary:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

.card-light-text .card-item .card-title {
  color: #fff;
  border-color: #444;
}
.card-light-text .card-item .card-text {
  color: #fff !important;
}
.card-light-text .card-item .card-link.btn, .card-light-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link, .album-wrapper .musical_album__album-purchase-link .card-light-text .card-item a.card-link, .card-light-text .card-item .section-contact-form form button.card-link, .section-contact-form form .card-light-text .card-item button.card-link, .card-light-text .card-item .card-link.modal-trigger--video, .card-light-text .card-item .section-alert .alert .feature-box-button a.card-link, .section-alert .alert .feature-box-button .card-light-text .card-item a.card-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.card-light-text .card-item .card-link.btn:hover, .card-light-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:hover, .album-wrapper .musical_album__album-purchase-link .card-light-text .card-item a.card-link:hover, .card-light-text .card-item .section-contact-form form button.card-link:hover, .section-contact-form form .card-light-text .card-item button.card-link:hover, .card-light-text .card-item .card-link.modal-trigger--video:hover, .card-light-text .card-item .section-alert .alert .feature-box-button a.card-link:hover, .section-alert .alert .feature-box-button .card-light-text .card-item a.card-link:hover, .card-light-text .card-item .card-link.btn:active, .card-light-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:active, .album-wrapper .musical_album__album-purchase-link .card-light-text .card-item a.card-link:active, .card-light-text .card-item .section-contact-form form button.card-link:active, .section-contact-form form .card-light-text .card-item button.card-link:active, .card-light-text .card-item .card-link.modal-trigger--video:active, .card-light-text .card-item .section-alert .alert .feature-box-button a.card-link:active, .section-alert .alert .feature-box-button .card-light-text .card-item a.card-link:active, .card-light-text .card-item .card-link.btn:focus, .card-light-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link:focus, .album-wrapper .musical_album__album-purchase-link .card-light-text .card-item a.card-link:focus, .card-light-text .card-item .section-contact-form form button.card-link:focus, .section-contact-form form .card-light-text .card-item button.card-link:focus, .card-light-text .card-item .card-link.modal-trigger--video:focus, .card-light-text .card-item .section-alert .alert .feature-box-button a.card-link:focus, .section-alert .alert .feature-box-button .card-light-text .card-item a.card-link:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.card-light-text .card-item .card-link.btn.btn-secondary, .card-light-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary, .album-wrapper .musical_album__album-purchase-link .card-light-text .card-item a.card-link.btn-secondary, .card-light-text .card-item .section-contact-form form button.card-link.btn-secondary, .section-contact-form form .card-light-text .card-item button.card-link.btn-secondary, .card-light-text .card-item .card-link.btn-secondary.modal-trigger--video, .card-light-text .card-item .section-alert .alert .feature-box-button a.card-link.btn-secondary, .section-alert .alert .feature-box-button .card-light-text .card-item a.card-link.btn-secondary {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.card-light-text .card-item .card-link.btn.btn-secondary:hover, .card-light-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:hover, .album-wrapper .musical_album__album-purchase-link .card-light-text .card-item a.card-link.btn-secondary:hover, .card-light-text .card-item .section-contact-form form button.card-link.btn-secondary:hover, .section-contact-form form .card-light-text .card-item button.card-link.btn-secondary:hover, .card-light-text .card-item .card-link.btn-secondary.modal-trigger--video:hover, .card-light-text .card-item .section-alert .alert .feature-box-button a.card-link.btn-secondary:hover, .section-alert .alert .feature-box-button .card-light-text .card-item a.card-link.btn-secondary:hover, .card-light-text .card-item .card-link.btn.btn-secondary:active, .card-light-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:active, .album-wrapper .musical_album__album-purchase-link .card-light-text .card-item a.card-link.btn-secondary:active, .card-light-text .card-item .section-contact-form form button.card-link.btn-secondary:active, .section-contact-form form .card-light-text .card-item button.card-link.btn-secondary:active, .card-light-text .card-item .card-link.btn-secondary.modal-trigger--video:active, .card-light-text .card-item .section-alert .alert .feature-box-button a.card-link.btn-secondary:active, .section-alert .alert .feature-box-button .card-light-text .card-item a.card-link.btn-secondary:active, .card-light-text .card-item .card-link.btn.btn-secondary:focus, .card-light-text .card-item .album-wrapper .musical_album__album-purchase-link a.card-link.btn-secondary:focus, .album-wrapper .musical_album__album-purchase-link .card-light-text .card-item a.card-link.btn-secondary:focus, .card-light-text .card-item .section-contact-form form button.card-link.btn-secondary:focus, .section-contact-form form .card-light-text .card-item button.card-link.btn-secondary:focus, .card-light-text .card-item .card-link.btn-secondary.modal-trigger--video:focus, .card-light-text .card-item .section-alert .alert .feature-box-button a.card-link.btn-secondary:focus, .section-alert .alert .feature-box-button .card-light-text .card-item a.card-link.btn-secondary:focus {
  background: #FF00CE;
  color: #fff !important;
  border-color: #FF00CE;
}

.section-cards.has-parallax {
  overflow: hidden;
}
.section-cards .bg-image.parallax-item, .section-cards .bg-image.fixed, .section-cards .bg-image.no-effect {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.full-width .subcard-wrapper .row {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
}

.grid-width-1 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-1 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 1), 1fr));
  }
}

.grid-width-2 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-2 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 2), 1fr));
  }
}

.grid-width-3 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-3 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 3), 1fr));
  }
}

.grid-width-4 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-4 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 4), 1fr));
  }
}

.grid-width-5 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-5 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 5), 1fr));
  }
}

.grid-width-6 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-6 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 6), 1fr));
  }
}

.grid-width-7 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-7 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 7), 1fr));
  }
}

.grid-width-8 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-8 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 8), 1fr));
  }
}

.grid-width-9 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-9 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 9), 1fr));
  }
}

.grid-width-10 .subcard-wrapper .row {
  display: grid;
}
@media (min-width: 768px) {
  .grid-width-10 .subcard-wrapper .row {
    grid-template-columns: repeat(auto-fit, minmax(calc(100px * 10), 1fr));
  }
}

.gap-0 .subcard-wrapper .row {
  grid-gap: calc(20px * 0);
}

.gap-1 .subcard-wrapper .row {
  grid-gap: calc(20px * 1);
}

.gap-2 .subcard-wrapper .row {
  grid-gap: calc(20px * 1.5);
}

.gap-3 .subcard-wrapper .row {
  grid-gap: calc(20px * 2);
}

.gap-4 .subcard-wrapper .row {
  grid-gap: calc(20px * 2.5);
}

.gap-5 .subcard-wrapper .row {
  grid-gap: calc(20px * 3);
}

.gap-6 .subcard-wrapper .row {
  grid-gap: calc(20px * 3.5);
}

.gap-7 .subcard-wrapper .row {
  grid-gap: calc(20px * 4);
}

.gap-8 .subcard-wrapper .row {
  grid-gap: calc(20px * 4.5);
}

.gap-9 .subcard-wrapper .row {
  grid-gap: calc(20px * 5);
}

.gap-10 .subcard-wrapper .row {
  grid-gap: calc(20px * 5.5);
}

@media (max-width: 575.98px) {
  .gap-0-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 0);
  }
}

@media (max-width: 575.98px) {
  .gap-1-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 1);
  }
}

@media (max-width: 575.98px) {
  .gap-2-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 1.5);
  }
}

@media (max-width: 575.98px) {
  .gap-3-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 2);
  }
}

@media (max-width: 575.98px) {
  .gap-4-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 2.5);
  }
}

@media (max-width: 575.98px) {
  .gap-5-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 3);
  }
}

@media (max-width: 575.98px) {
  .gap-6-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 3.5);
  }
}

@media (max-width: 575.98px) {
  .gap-7-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 4);
  }
}

@media (max-width: 575.98px) {
  .gap-8-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 4.5);
  }
}

@media (max-width: 575.98px) {
  .gap-9-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 5);
  }
}

@media (max-width: 575.98px) {
  .gap-10-sm .subcard-wrapper .row {
    grid-gap: calc(20px * 5.5);
  }
}

.cards-expand-full.grid-width-1 .card-item,
.card-expand-full.grid-width-1 .card-item {
  width: calc(100px * 1);
}
.cards-expand-full.grid-width-2 .card-item,
.card-expand-full.grid-width-2 .card-item {
  width: calc(100px * 2);
}
.cards-expand-full.grid-width-3 .card-item,
.card-expand-full.grid-width-3 .card-item {
  width: calc(100px * 3);
}
.cards-expand-full.grid-width-4 .card-item,
.card-expand-full.grid-width-4 .card-item {
  width: calc(100px * 4);
}
.cards-expand-full.grid-width-5 .card-item,
.card-expand-full.grid-width-5 .card-item {
  width: calc(100px * 5);
}
.cards-expand-full.grid-width-6 .card-item,
.card-expand-full.grid-width-6 .card-item {
  width: calc(100px * 6);
}
.cards-expand-full.grid-width-7 .card-item,
.card-expand-full.grid-width-7 .card-item {
  width: calc(100px * 7);
}
.cards-expand-full.grid-width-8 .card-item,
.card-expand-full.grid-width-8 .card-item {
  width: calc(100px * 8);
}
.cards-expand-full.grid-width-9 .card-item,
.card-expand-full.grid-width-9 .card-item {
  width: calc(100px * 9);
}
.cards-expand-full.grid-width-10 .card-item,
.card-expand-full.grid-width-10 .card-item {
  width: calc(100px * 10);
}

.cards-expand-full.cards-stacked-1, .cards-expand-full.cards-stacked-2, .cards-expand-full.cards-left-img-right-text, .cards-expand-full.cards-left-text-right-img,
.card-expand-full.cards-stacked-1,
.card-expand-full.cards-stacked-2,
.card-expand-full.cards-left-img-right-text,
.card-expand-full.cards-left-text-right-img {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
}
.cards-expand-full.cards-stacked-1 .row, .cards-expand-full.cards-stacked-2 .row, .cards-expand-full.cards-left-img-right-text .row, .cards-expand-full.cards-left-text-right-img .row,
.card-expand-full.cards-stacked-1 .row,
.card-expand-full.cards-stacked-2 .row,
.card-expand-full.cards-left-img-right-text .row,
.card-expand-full.cards-left-text-right-img .row {
  margin: 0;
  grid-gap: 0;
  display: flex !important;
}
.cards-expand-full.cards-stacked-1 .card-item, .cards-expand-full.cards-stacked-2 .card-item, .cards-expand-full.cards-left-img-right-text .card-item, .cards-expand-full.cards-left-text-right-img .card-item,
.card-expand-full.cards-stacked-1 .card-item,
.card-expand-full.cards-stacked-2 .card-item,
.card-expand-full.cards-left-img-right-text .card-item,
.card-expand-full.cards-left-text-right-img .card-item {
  flex: 1 1 auto;
}
.cards-expand-full.cards-stacked-1 .card-item a:hover .card, .cards-expand-full.cards-stacked-2 .card-item a:hover .card, .cards-expand-full.cards-left-img-right-text .card-item a:hover .card, .cards-expand-full.cards-left-text-right-img .card-item a:hover .card,
.card-expand-full.cards-stacked-1 .card-item a:hover .card,
.card-expand-full.cards-stacked-2 .card-item a:hover .card,
.card-expand-full.cards-left-img-right-text .card-item a:hover .card,
.card-expand-full.cards-left-text-right-img .card-item a:hover .card {
  transform: none;
  box-shadow: none;
}
.cards-expand-full.cards-stacked-1 .card-item .card-image, .cards-expand-full.cards-stacked-2 .card-item .card-image, .cards-expand-full.cards-left-img-right-text .card-item .card-image, .cards-expand-full.cards-left-text-right-img .card-item .card-image,
.card-expand-full.cards-stacked-1 .card-item .card-image,
.card-expand-full.cards-stacked-2 .card-item .card-image,
.card-expand-full.cards-left-img-right-text .card-item .card-image,
.card-expand-full.cards-left-text-right-img .card-item .card-image {
  overflow: hidden;
}
.cards-expand-full.cards-stacked-1 .card-item .card-image img, .cards-expand-full.cards-stacked-2 .card-item .card-image img, .cards-expand-full.cards-left-img-right-text .card-item .card-image img, .cards-expand-full.cards-left-text-right-img .card-item .card-image img,
.card-expand-full.cards-stacked-1 .card-item .card-image img,
.card-expand-full.cards-stacked-2 .card-item .card-image img,
.card-expand-full.cards-left-img-right-text .card-item .card-image img,
.card-expand-full.cards-left-text-right-img .card-item .card-image img {
  width: 100%;
  transition: 0.2s all ease-in-out;
}
.cards-expand-full.cards-stacked-1 .paragraph--type--s2-sub-card > a:hover img, .cards-expand-full.cards-stacked-2 .paragraph--type--s2-sub-card > a:hover img, .cards-expand-full.cards-left-img-right-text .paragraph--type--s2-sub-card > a:hover img, .cards-expand-full.cards-left-text-right-img .paragraph--type--s2-sub-card > a:hover img,
.card-expand-full.cards-stacked-1 .paragraph--type--s2-sub-card > a:hover img,
.card-expand-full.cards-stacked-2 .paragraph--type--s2-sub-card > a:hover img,
.card-expand-full.cards-left-img-right-text .paragraph--type--s2-sub-card > a:hover img,
.card-expand-full.cards-left-text-right-img .paragraph--type--s2-sub-card > a:hover img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .cards-expand-full.cards-stacked-1 .card.photo .card-image,
  .cards-expand-full.cards-stacked-1 .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-stacked-1 .card.photo figure, .cards-expand-full.cards-stacked-2 .card.photo .card-image,
  .cards-expand-full.cards-stacked-2 .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-stacked-2 .card.photo figure, .cards-expand-full.cards-left-img-right-text .card.photo .card-image,
  .cards-expand-full.cards-left-img-right-text .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-left-img-right-text .card.photo figure, .cards-expand-full.cards-left-text-right-img .card.photo .card-image,
  .cards-expand-full.cards-left-text-right-img .card.photo .s2_sub_card__sub-card-image,
  .cards-expand-full.cards-left-text-right-img .card.photo figure,
  .card-expand-full.cards-stacked-1 .card.photo .card-image,
  .card-expand-full.cards-stacked-1 .card.photo .s2_sub_card__sub-card-image,
  .card-expand-full.cards-stacked-1 .card.photo figure,
  .card-expand-full.cards-stacked-2 .card.photo .card-image,
  .card-expand-full.cards-stacked-2 .card.photo .s2_sub_card__sub-card-image,
  .card-expand-full.cards-stacked-2 .card.photo figure,
  .card-expand-full.cards-left-img-right-text .card.photo .card-image,
  .card-expand-full.cards-left-img-right-text .card.photo .s2_sub_card__sub-card-image,
  .card-expand-full.cards-left-img-right-text .card.photo figure,
  .card-expand-full.cards-left-text-right-img .card.photo .card-image,
  .card-expand-full.cards-left-text-right-img .card.photo .s2_sub_card__sub-card-image,
  .card-expand-full.cards-left-text-right-img .card.photo figure {
    height: 100%;
  }
  .cards-expand-full.cards-stacked-1 .card .card-image img, .cards-expand-full.cards-stacked-2 .card .card-image img, .cards-expand-full.cards-left-img-right-text .card .card-image img, .cards-expand-full.cards-left-text-right-img .card .card-image img,
  .card-expand-full.cards-stacked-1 .card .card-image img,
  .card-expand-full.cards-stacked-2 .card .card-image img,
  .card-expand-full.cards-left-img-right-text .card .card-image img,
  .card-expand-full.cards-left-text-right-img .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.card-text-over-image .card, .card-text-over-image-bottom .card {
  position: relative;
}
@media (min-width: 992px) {
  .card-text-over-image .card-image, .card-text-over-image-bottom .card-image,
  .card-text-over-image .s2_sub_card__sub-card-image,
  .card-text-over-image-bottom .s2_sub_card__sub-card-image {
    height: 100% !important;
  }
  .card-text-over-image figure img, .card-text-over-image-bottom figure img {
    height: 100% !important;
    object-fit: cover;
  }
  .card-text-over-image .card-body, .card-text-over-image-bottom .card-body {
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out opacity;
  }
  .card-text-over-image .card-text-group, .card-text-over-image-bottom .card-text-group {
    max-width: 700px;
  }
  .card-text-over-image .card-link, .card-text-over-image-bottom .card-link {
    flex: 0 0 auto;
    align-self: auto;
  }
  .card-text-over-image.dark-bg-light-text, .dark-bg-light-text.card-text-over-image-bottom {
    background: rgba(0, 0, 0, 0.85);
  }
  .card-text-over-image.light-bg-dark-text, .light-bg-dark-text.card-text-over-image-bottom {
    background: rgba(255, 255, 255, 0.7);
  }
  .card-text-over-image .card:hover .card-body, .card-text-over-image-bottom .card:hover .card-body {
    opacity: 1;
  }
  .card-text-over-image.card-overlay-light .card-body, .card-overlay-light.card-text-over-image-bottom .card-body, .card-text-over-image.card-light-bg .card-body, .card-light-bg.card-text-over-image-bottom .card-body {
    background: rgba(255, 255, 255, 0.7);
  }
  .card-text-over-image.card-overlay-light .card-title, .card-overlay-light.card-text-over-image-bottom .card-title, .card-text-over-image.card-light-bg .card-title, .card-light-bg.card-text-over-image-bottom .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image.card-overlay-light .card-text, .card-overlay-light.card-text-over-image-bottom .card-text, .card-text-over-image.card-light-bg .card-text, .card-light-bg.card-text-over-image-bottom .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image.card-overlay-light .card-link, .card-overlay-light.card-text-over-image-bottom .card-link, .card-text-over-image.card-light-bg .card-link, .card-light-bg.card-text-over-image-bottom .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image.card-overlay-light .card-link:hover, .card-overlay-light.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-overlay-light .card-link:active, .card-overlay-light.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-overlay-light .card-link:focus, .card-overlay-light.card-text-over-image-bottom .card-link:focus, .card-text-over-image.card-light-bg .card-link:hover, .card-light-bg.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-light-bg .card-link:active, .card-light-bg.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-light-bg .card-link:focus, .card-light-bg.card-text-over-image-bottom .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .card-text-over-image.card-overlay-dark .card-body, .card-overlay-dark.card-text-over-image-bottom .card-body, .card-text-over-image.card-dark-bg .card-body, .card-dark-bg.card-text-over-image-bottom .card-body {
    background: rgba(0, 0, 0, 0.85);
  }
  .card-text-over-image.card-overlay-dark .card-title, .card-overlay-dark.card-text-over-image-bottom .card-title, .card-text-over-image.card-dark-bg .card-title, .card-dark-bg.card-text-over-image-bottom .card-title {
    color: #fff;
  }
  .card-text-over-image.card-overlay-dark .card-text, .card-overlay-dark.card-text-over-image-bottom .card-text, .card-text-over-image.card-dark-bg .card-text, .card-dark-bg.card-text-over-image-bottom .card-text {
    color: #fff;
  }
  .card-text-over-image.card-overlay-dark .card-link, .card-overlay-dark.card-text-over-image-bottom .card-link, .card-text-over-image.card-dark-bg .card-link, .card-dark-bg.card-text-over-image-bottom .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image.card-overlay-dark .card-link:hover, .card-overlay-dark.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-overlay-dark .card-link:active, .card-overlay-dark.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-overlay-dark .card-link:focus, .card-overlay-dark.card-text-over-image-bottom .card-link:focus, .card-text-over-image.card-dark-bg .card-link:hover, .card-dark-bg.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-dark-bg .card-link:active, .card-dark-bg.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-dark-bg .card-link:focus, .card-dark-bg.card-text-over-image-bottom .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image.cards-light-text .card-title, .cards-light-text.card-text-over-image-bottom .card-title, .card-text-over-image.card-light-text .card-title, .card-light-text.card-text-over-image-bottom .card-title, .card-text-over-image.light-text .card-title, .light-text.card-text-over-image-bottom .card-title {
    color: #fff;
  }
  .card-text-over-image.cards-light-text .card-text, .cards-light-text.card-text-over-image-bottom .card-text, .card-text-over-image.card-light-text .card-text, .card-light-text.card-text-over-image-bottom .card-text, .card-text-over-image.light-text .card-text, .light-text.card-text-over-image-bottom .card-text {
    color: #fff;
  }
  .card-text-over-image.cards-light-text .card-link, .cards-light-text.card-text-over-image-bottom .card-link, .card-text-over-image.card-light-text .card-link, .card-light-text.card-text-over-image-bottom .card-link, .card-text-over-image.light-text .card-link, .light-text.card-text-over-image-bottom .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image.cards-light-text .card-link:hover, .cards-light-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.cards-light-text .card-link:active, .cards-light-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.cards-light-text .card-link:focus, .cards-light-text.card-text-over-image-bottom .card-link:focus, .card-text-over-image.card-light-text .card-link:hover, .card-light-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-light-text .card-link:active, .card-light-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-light-text .card-link:focus, .card-light-text.card-text-over-image-bottom .card-link:focus, .card-text-over-image.light-text .card-link:hover, .light-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.light-text .card-link:active, .light-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.light-text .card-link:focus, .light-text.card-text-over-image-bottom .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image.cards-dark-text .card-title, .cards-dark-text.card-text-over-image-bottom .card-title, .card-text-over-image.card-dark-text .card-title, .card-dark-text.card-text-over-image-bottom .card-title, .card-text-over-image.dark-text .card-title, .dark-text.card-text-over-image-bottom .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image.cards-dark-text .card-text, .cards-dark-text.card-text-over-image-bottom .card-text, .card-text-over-image.card-dark-text .card-text, .card-dark-text.card-text-over-image-bottom .card-text, .card-text-over-image.dark-text .card-text, .dark-text.card-text-over-image-bottom .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image.cards-dark-text .card-link, .cards-dark-text.card-text-over-image-bottom .card-link, .card-text-over-image.card-dark-text .card-link, .card-dark-text.card-text-over-image-bottom .card-link, .card-text-over-image.dark-text .card-link, .dark-text.card-text-over-image-bottom .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image.cards-dark-text .card-link:hover, .cards-dark-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.cards-dark-text .card-link:active, .cards-dark-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.cards-dark-text .card-link:focus, .cards-dark-text.card-text-over-image-bottom .card-link:focus, .card-text-over-image.card-dark-text .card-link:hover, .card-dark-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.card-dark-text .card-link:active, .card-dark-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.card-dark-text .card-link:focus, .card-dark-text.card-text-over-image-bottom .card-link:focus, .card-text-over-image.dark-text .card-link:hover, .dark-text.card-text-over-image-bottom .card-link:hover, .card-text-over-image.dark-text .card-link:active, .dark-text.card-text-over-image-bottom .card-link:active, .card-text-over-image.dark-text .card-link:focus, .dark-text.card-text-over-image-bottom .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .card-text-over-image .card:hover .card-body, .card-text-over-image-bottom .card:hover .card-body {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .card-text-over-image-bottom .card-body {
    bottom: 0;
    height: auto;
  }
}

.card-text-over-image-hover .card, .card-text-over-image-bottom-hover .card {
  position: relative;
}
@media (max-width: 1023.98px) {
  .card-text-over-image-hover.card-overlay-light .card-body, .card-overlay-light.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-light-bg .card-body, .card-light-bg.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-overlay-dark .card-body, .card-overlay-dark.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-dark-bg .card-body, .card-dark-bg.card-text-over-image-bottom-hover .card-body {
    background: transparent;
  }
  .card-text-over-image-hover.card-overlay-light .card-title, .card-overlay-light.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-light-bg .card-title, .card-light-bg.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-overlay-dark .card-title, .card-overlay-dark.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-dark-bg .card-title, .card-dark-bg.card-text-over-image-bottom-hover .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-overlay-light .card-text, .card-overlay-light.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-light-bg .card-text, .card-light-bg.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-overlay-dark .card-text, .card-overlay-dark.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-dark-bg .card-text, .card-dark-bg.card-text-over-image-bottom-hover .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-overlay-light .card-link, .card-overlay-light.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-light-bg .card-link, .card-light-bg.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-overlay-dark .card-link, .card-overlay-dark.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-dark-bg .card-link, .card-dark-bg.card-text-over-image-bottom-hover .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image-hover.card-overlay-light .card-link:hover, .card-overlay-light.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-overlay-light .card-link:active, .card-overlay-light.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-overlay-light .card-link:focus, .card-overlay-light.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-light-bg .card-link:hover, .card-light-bg.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-light-bg .card-link:active, .card-light-bg.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-light-bg .card-link:focus, .card-light-bg.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-overlay-dark .card-link:hover, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-overlay-dark .card-link:active, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-overlay-dark .card-link:focus, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-dark-bg .card-link:hover, .card-dark-bg.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-dark-bg .card-link:active, .card-dark-bg.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-dark-bg .card-link:focus, .card-dark-bg.card-text-over-image-bottom-hover .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover.card-light-text .card-title, .card-light-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.light-text .card-title, .light-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-dark-text .card-title, .card-dark-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.dark-text .card-title, .dark-text.card-text-over-image-bottom-hover .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-light-text .card-text, .card-light-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.light-text .card-text, .light-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-dark-text .card-text, .card-dark-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.dark-text .card-text, .dark-text.card-text-over-image-bottom-hover .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-light-text .card-link, .card-light-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.light-text .card-link, .light-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-dark-text .card-link, .card-dark-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.dark-text .card-link, .dark-text.card-text-over-image-bottom-hover .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image-hover.card-light-text .card-link:hover, .card-light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-light-text .card-link:active, .card-light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-light-text .card-link:focus, .card-light-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.light-text .card-link:hover, .light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.light-text .card-link:active, .light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.light-text .card-link:focus, .light-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-dark-text .card-link:hover, .card-dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-dark-text .card-link:active, .card-dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-dark-text .card-link:focus, .card-dark-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.dark-text .card-link:hover, .dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.dark-text .card-link:active, .dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.dark-text .card-link:focus, .dark-text.card-text-over-image-bottom-hover .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover .card:hover .card-body, .card-text-over-image-bottom-hover .card:hover .card-body {
    opacity: 1;
  }
}
@media (min-width: 1024.98px) {
  .card-text-over-image-hover .card-image, .card-text-over-image-bottom-hover .card-image,
  .card-text-over-image-hover .s2_sub_card__sub-card-image,
  .card-text-over-image-bottom-hover .s2_sub_card__sub-card-image {
    height: 100% !important;
  }
  .card-text-over-image-hover figure img, .card-text-over-image-bottom-hover figure img {
    height: 100% !important;
    object-fit: cover;
  }
  .card-text-over-image-hover .card-body, .card-text-over-image-bottom-hover .card-body {
    position: absolute;
    z-index: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out opacity;
  }
  .card-text-over-image-hover .card-text-group, .card-text-over-image-bottom-hover .card-text-group {
    max-width: 700px;
  }
  .card-text-over-image-hover .card-link, .card-text-over-image-bottom-hover .card-link {
    flex: 0 0 auto;
    align-self: auto;
  }
  .card-text-over-image-hover.dark-bg-light-text, .dark-bg-light-text.card-text-over-image-bottom-hover {
    background: rgba(0, 0, 0, 0.85);
  }
  .card-text-over-image-hover.light-bg-dark-text, .light-bg-dark-text.card-text-over-image-bottom-hover {
    background: rgba(255, 255, 255, 0.7);
  }
  .card-text-over-image-hover.card-overlay-light .card-body, .card-overlay-light.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-light-bg .card-body, .card-light-bg.card-text-over-image-bottom-hover .card-body {
    background: rgba(255, 255, 255, 0.7);
  }
  .card-text-over-image-hover.card-overlay-light .card-title, .card-overlay-light.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-light-bg .card-title, .card-light-bg.card-text-over-image-bottom-hover .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-overlay-light .card-text, .card-overlay-light.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-light-bg .card-text, .card-light-bg.card-text-over-image-bottom-hover .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-overlay-light .card-link, .card-overlay-light.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-light-bg .card-link, .card-light-bg.card-text-over-image-bottom-hover .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image-hover.card-overlay-light .card-link:hover, .card-overlay-light.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-overlay-light .card-link:active, .card-overlay-light.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-overlay-light .card-link:focus, .card-overlay-light.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-light-bg .card-link:hover, .card-light-bg.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-light-bg .card-link:active, .card-light-bg.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-light-bg .card-link:focus, .card-light-bg.card-text-over-image-bottom-hover .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover.card-overlay-dark .card-body, .card-overlay-dark.card-text-over-image-bottom-hover .card-body, .card-text-over-image-hover.card-dark-bg .card-body, .card-dark-bg.card-text-over-image-bottom-hover .card-body {
    background: rgba(0, 0, 0, 0.85);
  }
  .card-text-over-image-hover.card-overlay-dark .card-title, .card-overlay-dark.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.card-dark-bg .card-title, .card-dark-bg.card-text-over-image-bottom-hover .card-title {
    color: #fff;
  }
  .card-text-over-image-hover.card-overlay-dark .card-text, .card-overlay-dark.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.card-dark-bg .card-text, .card-dark-bg.card-text-over-image-bottom-hover .card-text {
    color: #fff;
  }
  .card-text-over-image-hover.card-overlay-dark .card-link, .card-overlay-dark.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.card-dark-bg .card-link, .card-dark-bg.card-text-over-image-bottom-hover .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image-hover.card-overlay-dark .card-link:hover, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-overlay-dark .card-link:active, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-overlay-dark .card-link:focus, .card-overlay-dark.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.card-dark-bg .card-link:hover, .card-dark-bg.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-dark-bg .card-link:active, .card-dark-bg.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-dark-bg .card-link:focus, .card-dark-bg.card-text-over-image-bottom-hover .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover.card-light-text .card-title, .card-light-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.light-text .card-title, .light-text.card-text-over-image-bottom-hover .card-title {
    color: #fff;
  }
  .card-text-over-image-hover.card-light-text .card-text, .card-light-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.light-text .card-text, .light-text.card-text-over-image-bottom-hover .card-text {
    color: #fff;
  }
  .card-text-over-image-hover.card-light-text .card-link, .card-light-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.light-text .card-link, .light-text.card-text-over-image-bottom-hover .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image-hover.card-light-text .card-link:hover, .card-light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-light-text .card-link:active, .card-light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-light-text .card-link:focus, .card-light-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.light-text .card-link:hover, .light-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.light-text .card-link:active, .light-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.light-text .card-link:focus, .light-text.card-text-over-image-bottom-hover .card-link:focus {
    background: #b30090;
    color: #fff !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover.card-dark-text .card-title, .card-dark-text.card-text-over-image-bottom-hover .card-title, .card-text-over-image-hover.dark-text .card-title, .dark-text.card-text-over-image-bottom-hover .card-title {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-dark-text .card-text, .card-dark-text.card-text-over-image-bottom-hover .card-text, .card-text-over-image-hover.dark-text .card-text, .dark-text.card-text-over-image-bottom-hover .card-text {
    color: rgba(0, 0, 0, 0.8);
  }
  .card-text-over-image-hover.card-dark-text .card-link, .card-dark-text.card-text-over-image-bottom-hover .card-link, .card-text-over-image-hover.dark-text .card-link, .dark-text.card-text-over-image-bottom-hover .card-link {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .card-text-over-image-hover.card-dark-text .card-link:hover, .card-dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.card-dark-text .card-link:active, .card-dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.card-dark-text .card-link:focus, .card-dark-text.card-text-over-image-bottom-hover .card-link:focus, .card-text-over-image-hover.dark-text .card-link:hover, .dark-text.card-text-over-image-bottom-hover .card-link:hover, .card-text-over-image-hover.dark-text .card-link:active, .dark-text.card-text-over-image-bottom-hover .card-link:active, .card-text-over-image-hover.dark-text .card-link:focus, .dark-text.card-text-over-image-bottom-hover .card-link:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .card-text-over-image-hover .card:hover .card-body, .card-text-over-image-bottom-hover .card:hover .card-body {
    opacity: 1;
  }
}
@media (min-width: 1023.98px) {
  .card-text-over-image-hover .card-body, .card-text-over-image-bottom-hover .card-body {
    opacity: 0;
  }
  .card-text-over-image-hover .card:hover .card-body, .card-text-over-image-bottom-hover .card:hover .card-body {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .card-text-over-image-bottom-hover .card-body {
    bottom: 0;
    height: auto;
  }
}

.section-cards.text-center .intro .section-title,
.section-cards.text-center .intro .section-body,
.section-cards.text-center .card-title,
.section-cards.text-center .s2_sub_card__sub-card-title,
.section-cards.text-center h4,
.section-cards.text-center .card-text {
  text-align: center !important;
}
.section-cards.text-left .intro .section-title,
.section-cards.text-left .intro .section-body,
.section-cards.text-left .card-title,
.section-cards.text-left .s2_sub_card__sub-card-title,
.section-cards.text-left h4,
.section-cards.text-left .card-text {
  text-align: left !important;
}
.section-cards.text-right .intro .section-title,
.section-cards.text-right .intro .section-body,
.section-cards.text-right .card-title,
.section-cards.text-right .s2_sub_card__sub-card-title,
.section-cards.text-right h4,
.section-cards.text-right .card-text {
  text-align: right !important;
}

.section-cards.card-text-center .card-title,
.section-cards.card-text-center .s2_sub_card__sub-card-title,
.section-cards.card-text-center h4,
.section-cards.card-text-center .card-text {
  text-align: center !important;
}
@media (max-width: 767.98px) {
  .section-cards.card-text-center-sm .card-title,
  .section-cards.card-text-center-sm .s2_sub_card__sub-card-title,
  .section-cards.card-text-center-sm h4,
  .section-cards.card-text-center-sm .card-text {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-cards.card-text-center-md .card-title,
  .section-cards.card-text-center-md .s2_sub_card__sub-card-title,
  .section-cards.card-text-center-md h4,
  .section-cards.card-text-center-md .card-text {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .section-cards.card-text-center-lg .card-title,
  .section-cards.card-text-center-lg .s2_sub_card__sub-card-title,
  .section-cards.card-text-center-lg h4,
  .section-cards.card-text-center-lg .card-text {
    text-align: center !important;
  }
}
.section-cards.card-text-left .card-title,
.section-cards.card-text-left .s2_sub_card__sub-card-title,
.section-cards.card-text-left h4,
.section-cards.card-text-left .card-text {
  text-align: left !important;
}
@media (max-width: 767.98px) {
  .section-cards.card-text-left-sm .card-title,
  .section-cards.card-text-left-sm .s2_sub_card__sub-card-title,
  .section-cards.card-text-left-sm h4,
  .section-cards.card-text-left-sm .card-text {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-cards.card-text-left-md .card-title,
  .section-cards.card-text-left-md .s2_sub_card__sub-card-title,
  .section-cards.card-text-left-md h4,
  .section-cards.card-text-left-md .card-text {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .section-cards.card-text-left-lg .card-title,
  .section-cards.card-text-left-lg .s2_sub_card__sub-card-title,
  .section-cards.card-text-left-lg h4,
  .section-cards.card-text-left-lg .card-text {
    text-align: left !important;
  }
}
.section-cards.card-text-right .card-title,
.section-cards.card-text-right .s2_sub_card__sub-card-title,
.section-cards.card-text-right h4,
.section-cards.card-text-right .card-text {
  text-align: right !important;
}
@media (max-width: 767.98px) {
  .section-cards.card-text-right-sm .card-title,
  .section-cards.card-text-right-sm .s2_sub_card__sub-card-title,
  .section-cards.card-text-right-sm h4,
  .section-cards.card-text-right-sm .card-text {
    text-align: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-cards.card-text-right-md .card-title,
  .section-cards.card-text-right-md .s2_sub_card__sub-card-title,
  .section-cards.card-text-right-md h4,
  .section-cards.card-text-right-md .card-text {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .section-cards.card-text-right-lg .card-title,
  .section-cards.card-text-right-lg .s2_sub_card__sub-card-title,
  .section-cards.card-text-right-lg h4,
  .section-cards.card-text-right-lg .card-text {
    text-align: right !important;
  }
}
.section-cards .card-item.card-text-center .card-title,
.section-cards .card-item.card-text-center .s2_sub_card__sub-card-title,
.section-cards .card-item.card-text-center h4,
.section-cards .card-item.card-text-center .card-text {
  text-align: center !important;
}
.section-cards .card-item.card-text-left .card-title,
.section-cards .card-item.card-text-left .s2_sub_card__sub-card-title,
.section-cards .card-item.card-text-left h4,
.section-cards .card-item.card-text-left .card-text {
  text-align: left !important;
}
.section-cards .card-item.card-text-right .card-title,
.section-cards .card-item.card-text-right .s2_sub_card__sub-card-title,
.section-cards .card-item.card-text-right h4,
.section-cards .card-item.card-text-right .card-text {
  text-align: right !important;
}

.section-cards.intro-text-center .intro .section-title,
.section-cards.intro-text-center .intro .intro-body {
  text-align: center !important;
}
.section-cards.intro-text-left .intro .section-title,
.section-cards.intro-text-left .intro .intro-body {
  text-align: left !important;
}
.section-cards.intro-text-right .intro .section-title,
.section-cards.intro-text-right .intro .intro-body {
  text-align: right !important;
}

.section-cards.card-title-center .card-title,
.section-cards.card-title-center .s2_sub_card__sub-card-title,
.section-cards.card-title-center h4 {
  text-align: center !important;
}
@media (max-width: 767.98px) {
  .section-cards.card-title-center-sm .card-title,
  .section-cards.card-title-center-sm .s2_sub_card__sub-card-title,
  .section-cards.card-title-center-sm h4 {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-cards.card-title-center-md .card-title,
  .section-cards.card-title-center-md .s2_sub_card__sub-card-title,
  .section-cards.card-title-center-md h4 {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .section-cards.card-title-center-lg .card-title,
  .section-cards.card-title-center-lg .s2_sub_card__sub-card-title,
  .section-cards.card-title-center-lg h4 {
    text-align: center !important;
  }
}
.section-cards.card-title-left .card-title,
.section-cards.card-title-left .s2_sub_card__sub-card-title,
.section-cards.card-title-left h4 {
  text-align: left !important;
}
@media (max-width: 767.98px) {
  .section-cards.card-title-left-sm .card-title,
  .section-cards.card-title-left-sm .s2_sub_card__sub-card-title,
  .section-cards.card-title-left-sm h4 {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-cards.card-title-left-md .card-title,
  .section-cards.card-title-left-md .s2_sub_card__sub-card-title,
  .section-cards.card-title-left-md h4 {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .section-cards.card-title-left-lg .card-title,
  .section-cards.card-title-left-lg .s2_sub_card__sub-card-title,
  .section-cards.card-title-left-lg h4 {
    text-align: left !important;
  }
}
.section-cards.card-title-right .card-title,
.section-cards.card-title-right .s2_sub_card__sub-card-title,
.section-cards.card-title-right h4 {
  text-align: right !important;
}
@media (max-width: 767.98px) {
  .section-cards.card-title-right-sm .card-title,
  .section-cards.card-title-right-sm .s2_sub_card__sub-card-title,
  .section-cards.card-title-right-sm h4 {
    text-align: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-cards.card-title-right-md .card-title,
  .section-cards.card-title-right-md .s2_sub_card__sub-card-title,
  .section-cards.card-title-right-md h4 {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .section-cards.card-title-right-lg .card-title,
  .section-cards.card-title-right-lg .s2_sub_card__sub-card-title,
  .section-cards.card-title-right-lg h4 {
    text-align: right !important;
  }
}
.section-cards .card-item.card-title-center .card-title,
.section-cards .card-item.card-title-center .s2_sub_card__sub-card-title,
.section-cards .card-item.card-title-center h4 {
  text-align: center !important;
}
.section-cards .card-item.card-title-left .card-title,
.section-cards .card-item.card-title-left .s2_sub_card__sub-card-title,
.section-cards .card-item.card-title-left h4 {
  text-align: left !important;
}
.section-cards .card-item.card-title-right .card-title,
.section-cards .card-item.card-title-right .s2_sub_card__sub-card-title,
.section-cards .card-item.card-title-right h4 {
  text-align: right !important;
}

.section-cards.card-body-center .card-text {
  text-align: center !important;
}
@media (max-width: 767.98px) {
  .section-cards.card-body-center-sm .card-text {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-cards.card-body-center-md .card-text {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .section-cards.card-body-center-lg .card-text {
    text-align: center !important;
  }
}
.section-cards.card-body-left .card-text {
  text-align: left !important;
}
@media (max-width: 767.98px) {
  .section-cards.card-body-left-sm .card-text {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-cards.card-body-left-md .card-text {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .section-cards.card-body-left-lg .card-text {
    text-align: left !important;
  }
}
.section-cards.card-body-right .card-text {
  text-align: right !important;
}
@media (max-width: 767.98px) {
  .section-cards.card-body-right-sm .card-text {
    text-align: right !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-cards.card-body-right-md .card-text {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .section-cards.card-body-right-lg .card-text {
    text-align: right !important;
  }
}
.section-cards .card-item.card-body-center .card-text {
  text-align: center !important;
}
.section-cards .card-item.card-body-left .card-text {
  text-align: left !important;
}
.section-cards .card-item.card-body-right .card-text {
  text-align: right !important;
}

.section-cards.card-transparent-bg .card {
  background-color: transparent;
}
.section-cards .card-item.card-transparent-bg .card {
  background-color: transparent;
}

.section-cards.card-hide-title .card-title,
.section-cards .card-hide-title .card-title {
  display: none;
}

.section-cards.card-2col-icon .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-cards.card-2col-icon .container {
    position: sticky;
    top: 50px;
  }
}
@media (min-width: 768px) {
  .section-cards.card-2col-icon {
    display: flex;
  }
  .section-cards.card-2col-icon .intro {
    flex: 0 0 46%;
    padding-right: 10vw;
  }
  .section-cards.card-2col-icon .intro .row.justify-content-center {
    justify-content: flex-start !important;
  }
  .section-cards.card-2col-icon .intro .s2_cards__cards-title {
    display: flex;
    flex-direction: column;
  }
}
.section-cards.card-2col-icon .intro .col.col-lg-8 {
  max-width: 100%;
  width: 100%;
  flex: 1 1 100%;
}
.section-cards.card-2col-icon .intro .intro-body {
  text-align: left;
}
.section-cards.card-2col-icon .title-eyebrow {
  text-align: left;
}
.section-cards.card-2col-icon h2.section-title {
  text-align: left;
  line-height: 1;
}
.section-cards.card-2col-icon .subcard-wrapper {
  flex: 1 1 50vw;
}
.section-cards.card-2col-icon .card-item {
  margin-bottom: 0;
  border-bottom: 1px solid #444;
  padding-bottom: 50px;
}
@media (max-width: 575.98px) {
  .section-cards.card-2col-icon .card-item {
    margin-bottom: 0;
  }
}
.section-cards.card-2col-icon .card {
  align-items: flex-start;
  gap: 2vw;
}
.section-cards.card-2col-icon .card.icon .card-image,
.section-cards.card-2col-icon .card.has-fa-icon .card-fa-icon {
  max-width: 70px;
  margin: 0;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .section-cards.card-2col-icon .card.icon .card-image,
  .section-cards.card-2col-icon .card.has-fa-icon .card-fa-icon {
    padding: 5px 0 0 0;
  }
}
.section-cards.card-2col-icon .card-body {
  padding: 0;
}
@media (max-width: 575.98px) {
  .section-cards.card-2col-icon .card-body {
    padding: 20px 0 0 0;
  }
}
.section-cards.card-2col-icon .card-fa-icon {
  font-size: 60px;
  padding-top: 5px;
}
.section-cards.card-2col-icon h3.card-title {
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1;
  margin-bottom: 0.3em;
  text-align: left;
}
.section-cards.card-2col-icon .card-text {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.4;
  text-align: left;
  margin: 0 auto;
  color: #AFAFAF;
}

.section-cards.card-hide-title h3.card-title {
  display: none;
}

.page-catalog-item {
  background: #000;
}
@media (max-width: 767.98px) {
  .page-catalog-item {
    padding: 8vw 0;
  }
}
@media (min-width: 992px) {
  .page-catalog-item {
    padding: 5vw 0 8vw 0;
  }
}
.page-catalog-item .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
.page-catalog-item h1.page-title,
.page-catalog-item h1.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 575.98px) {
  .page-catalog-item h1.page-title,
  .page-catalog-item h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 768px) {
  .page-catalog-item h1.page-title,
  .page-catalog-item h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 992px) {
  .page-catalog-item h1.page-title,
  .page-catalog-item h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
.page-catalog-item.paragraph--type--catalog-item {
  padding: 8vw 0;
  position: relative;
  border-bottom: none;
}
.page-catalog-item.paragraph--type--catalog-item h2.section-title {
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .page-catalog-item.paragraph--type--catalog-item .catalog-item-1 {
    margin-bottom: 30px;
  }
}
.page-catalog-item.paragraph--type--catalog-item .catalog-item-description p:first-child {
  margin-top: 0;
}
.page-catalog-item.paragraph--type--catalog-item .catalog-item-description p:last-child {
  margin-bottom: 0;
}

.back-to-catalog-page {
  display: flex;
  justify-content: center;
}
.back-to-catalog-page a.back-to-catalog-page-link {
  text-align: center;
  display: inline-block;
  background: rgba(181, 199, 216, 0.2);
  padding: 6px 16px;
  color: #AFAFAF;
  font-size: 0.7em;
  line-height: 1;
  margin-bottom: 30px;
  border-radius: 3px;
}
.back-to-catalog-page a.back-to-catalog-page-link:before {
  content: "<";
  display: inline-block;
  margin-right: 5px;
}

.paragraph--type--catalog-item {
  padding: 4rem 0;
  position: relative;
  border-bottom: 0px solid #444;
}
.paragraph--type--catalog-item h2.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: #fff;
}
@media (max-width: 575.98px) {
  .paragraph--type--catalog-item h2.section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 768px) {
  .paragraph--type--catalog-item h2.section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item h2.section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) {
  text-decoration: none;
  color: #fff;
}
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title {
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease-in all;
  border: 0px solid #444;
  padding: 0;
  margin: 0 0 1em 0;
}
@media (max-width: 575.98px) {
  .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title {
    font-size: 30px;
  }
}
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video) h2.section-title:hover {
  color: #FF00CE;
  text-decoration: underline;
}
.paragraph--type--catalog-item a.standalone-page-link:not(.btn):not(.modal-trigger--video):hover {
  color: #FF00CE;
  text-decoration: underline;
}
.paragraph--type--catalog-item .subtitle {
  color: #fff;
  font-style: normal;
  text-align: center;
}
@media (max-width: 575.98px) {
  .paragraph--type--catalog-item .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--catalog-item .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .paragraph--type--catalog-item .catalog-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .catalog-item-1 {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .catalog-item-2 {
    padding-left: 30px;
  }
}
.paragraph--type--catalog-item .catalog_item__catalog-item-image img {
  width: 100%;
  height: auto;
}
.paragraph--type--catalog-item .catalog_item__catalog-item-link {
  margin-top: 1.5rem;
  margin-bottom: 15px;
}
.paragraph--type--catalog-item .catalog_item__catalog-item-link a {
  display: block;
}
.paragraph--type--catalog-item .btn.standalone-page-link, .paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.standalone-page-link, .album-wrapper .musical_album__album-purchase-link .paragraph--type--catalog-item a.standalone-page-link, .paragraph--type--catalog-item .section-contact-form form button.standalone-page-link, .section-contact-form form .paragraph--type--catalog-item button.standalone-page-link, .paragraph--type--catalog-item .standalone-page-link.modal-trigger--video, .paragraph--type--catalog-item .section-alert .alert .feature-box-button a.standalone-page-link, .section-alert .alert .feature-box-button .paragraph--type--catalog-item a.standalone-page-link {
  margin-top: 1.5rem;
}
.paragraph--type--catalog-item .catalog-item-description {
  color: #AFAFAF;
}
@media (min-width: 992px) {
  .paragraph--type--catalog-item .catalog-item-description {
    font-size: 0.8em;
  }
}
.paragraph--type--catalog-item .catalog-item-description p:last-child {
  margin-bottom: 0;
}
.paragraph--type--catalog-item .catalog-item-link {
  margin: 2.5em 0;
  display: inline-block;
}
.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video) {
  text-decoration: underline;
}

.dark-text.paragraph--type--catalog-item .section-title,
.dark-text.paragraph--type--catalog-item a.standalone-page-link h2.section-title {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.paragraph--type--catalog-item .catalog-item-description {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.paragraph--type--catalog-item .catalog-item-link.btn-primary, .dark-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--catalog-item a.catalog-item-link, .dark-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.dark-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:hover, .dark-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:hover, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--catalog-item a.catalog-item-link:hover, .dark-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:hover, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:active, .dark-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:active, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--catalog-item a.catalog-item-link:active, .dark-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:active, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:focus, .dark-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:focus, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--catalog-item a.catalog-item-link:focus, .dark-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:focus, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:hover, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:active, .dark-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.dark-text.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video) {
  color: #FFF400 !important;
}
.dark-text.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video):hover {
  color: #999200 !important;
}

.paragraph--type--catalog-item.light-bg {
  background: #fff !important;
}

.paragraph--type--catalog-item.dark-bg {
  background: #000 !important;
}

.light-text.paragraph--type--catalog-item .section-title,
.light-text.paragraph--type--catalog-item a.standalone-page-link h2.section-title {
  color: #fff !important;
}
.light-text.paragraph--type--catalog-item .catalog-item-description {
  color: #fff !important;
}
.light-text.paragraph--type--catalog-item .catalog-item-link.btn-primary, .light-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--catalog-item a.catalog-item-link, .light-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.light-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:hover, .light-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:hover, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--catalog-item a.catalog-item-link:hover, .light-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:hover, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:active, .light-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:active, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--catalog-item a.catalog-item-link:active, .light-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:active, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-primary:focus, .light-text.paragraph--type--catalog-item .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:focus, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--catalog-item a.catalog-item-link:focus, .light-text.paragraph--type--catalog-item .catalog-item-link.modal-trigger--video:focus, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:hover, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:active, .light-text.paragraph--type--catalog-item .catalog-item-link.btn-secondary:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.light-text.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video) {
  color: #FFF400 !important;
}
.light-text.paragraph--type--catalog-item .catalog-item-link:not(.btn):not(.modal-trigger--video):hover {
  color: #fff866 !important;
}

@media (max-width: 575.98px) {
  .light-text.dark-text-mobile .section-title {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile .catalog-item-description {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.dark-text-mobile .catalog-item-link.btn-primary, .light-text.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.catalog-item-link, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile a.catalog-item-link, .light-text.dark-text-mobile .catalog-item-link.modal-trigger--video, .light-text.dark-text-mobile .catalog-item-link.btn-secondary {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .light-text.dark-text-mobile .catalog-item-link.btn-primary:hover, .light-text.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:hover, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile a.catalog-item-link:hover, .light-text.dark-text-mobile .catalog-item-link.modal-trigger--video:hover, .light-text.dark-text-mobile .catalog-item-link.btn-primary:active, .light-text.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:active, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile a.catalog-item-link:active, .light-text.dark-text-mobile .catalog-item-link.modal-trigger--video:active, .light-text.dark-text-mobile .catalog-item-link.btn-primary:focus, .light-text.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.catalog-item-link:focus, .album-wrapper .musical_album__album-purchase-link .light-text.dark-text-mobile a.catalog-item-link:focus, .light-text.dark-text-mobile .catalog-item-link.modal-trigger--video:focus, .light-text.dark-text-mobile .catalog-item-link.btn-secondary:hover, .light-text.dark-text-mobile .catalog-item-link.btn-secondary:active, .light-text.dark-text-mobile .catalog-item-link.btn-secondary:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .light-text.dark-text-mobile .catalog-item-link:not(.btn):not(.modal-trigger--video) {
    color: #FFF400 !important;
  }
  .light-text.dark-text-mobile .catalog-item-link:not(.btn):not(.modal-trigger--video):hover {
    color: #999200 !important;
  }
}

.section-contact-form.paragraph--view-mode--contact-form-1 .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.section-contact-form.paragraph--view-mode--contact-form-2 .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.section-contact-form {
  background: transparent;
}
.section-contact-form .intro .section-title {
  text-align: center;
  color: #fff;
}
.section-contact-form .intro .intro-body {
  text-align: center;
  color: #AFAFAF;
}
.section-contact-form .contact-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.section-contact-form .contact-detail i {
  flex: 0 0 20px;
  margin-right: 20px;
  text-align: right;
  font-size: 18px;
}
.section-contact-form .contact-detail p {
  margin: 0;
}
.section-contact-form .contact-detail span.country {
  display: none;
}
.section-contact-form .contact-name {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  font-weight: bold;
  font-size: 1.125em;
}
.section-contact-form form {
  max-width: 450px;
  font-size: 16px;
  width: 85vw;
  align-items: center;
  flex-direction: column;
  display: flex;
  background-color: transparent;
}
.section-contact-form form input {
  margin: 10px 0;
  padding: 10px;
  border: 0;
  width: 100%;
  background: #fff;
}
.section-contact-form form textarea {
  max-width: 450px;
  font-size: 16px;
  width: 85vw;
  margin: 10px 0px;
  padding: 10px;
  border: 0;
  background: #fff;
}
.section-contact-form form button {
  background: #FFF400;
  color: #000;
  border: 1px solid transparent;
  display: block;
  width: 100%;
  margin: 10px 0;
}
.section-contact-form form button:hover {
  border-color: #b30090;
  background: #b30090;
  color: #fff;
}
.section-contact-form.light-bg, .section-contact-form.dark-text {
  background: #fff;
}
.section-contact-form.light-bg .intro .section-title, .section-contact-form.dark-text .intro .section-title {
  color: rgba(0, 0, 0, 0.8);
}
.section-contact-form.light-bg .intro .intro-body, .section-contact-form.dark-text .intro .intro-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-contact-form.light-bg .intro .intro-body a, .section-contact-form.dark-text .intro .intro-body a {
  color: #FFF400;
}
.section-contact-form.light-bg .intro .intro-body a:hover, .section-contact-form.dark-text .intro .intro-body a:hover {
  color: #999200;
}
.section-contact-form.light-bg form button, .section-contact-form.dark-text form button {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.section-contact-form.light-bg form button:hover, .section-contact-form.light-bg form button:active, .section-contact-form.light-bg form button:focus, .section-contact-form.dark-text form button:hover, .section-contact-form.dark-text form button:active, .section-contact-form.dark-text form button:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.section-contact-form.light-bg .contact-detail a, .section-contact-form.dark-text .contact-detail a {
  color: #FFF400;
}
.section-contact-form.light-bg .contact-detail a:hover, .section-contact-form.dark-text .contact-detail a:hover {
  color: #999200;
}
.section-contact-form.dark-bg, .section-contact-form.light-text {
  background: #000;
}
.section-contact-form.dark-bg .intro .section-title, .section-contact-form.light-text .intro .section-title {
  color: #fff;
}
.section-contact-form.dark-bg .intro .intro-body, .section-contact-form.light-text .intro .intro-body {
  color: #fff;
}
.section-contact-form.dark-bg .intro .intro-body a, .section-contact-form.light-text .intro .intro-body a {
  color: #FFF400;
}
.section-contact-form.dark-bg .intro .intro-body a:hover, .section-contact-form.light-text .intro .intro-body a:hover {
  color: #fff866;
}
.section-contact-form.dark-bg form button, .section-contact-form.light-text form button {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.section-contact-form.dark-bg form button:hover, .section-contact-form.dark-bg form button:active, .section-contact-form.dark-bg form button:focus, .section-contact-form.light-text form button:hover, .section-contact-form.light-text form button:active, .section-contact-form.light-text form button:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.section-contact-form.dark-bg .contact-detail a, .section-contact-form.light-text .contact-detail a {
  color: #FFF400;
}
.section-contact-form.dark-bg .contact-detail a:hover, .section-contact-form.light-text .contact-detail a:hover {
  color: #fff866;
}
.section-contact-form.dark-bg {
  background: #000;
}
.section-contact-form.light-bg {
  background: #fff;
}

.section-elfsight-widget {
  background: transparent;
  overflow: hidden;
}
.section-elfsight-widget .intro .section-title {
  text-align: center;
}
.section-elfsight-widget .intro .intro-body {
  text-align: center;
}
.section-elfsight-widget .widget-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section-footer.paragraph--view-mode--footer-1 .footer-col-1 {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .section-footer.paragraph--view-mode--footer-1 .footer-col-1 {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-1 .footer-custom-text .footer_section__footer-message {
    align-items: flex-end;
  }
}
.section-footer.paragraph--view-mode--footer-1 .footer-credits {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
}
.section-footer.paragraph--view-mode--footer-1 .footer-credits .copyright {
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-1 .footer-credits .copyright {
    margin: 0;
  }
}

.section-footer.paragraph--view-mode--footer-2 .footer-col-1 {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .section-footer.paragraph--view-mode--footer-2 .footer-col-1 {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-2 .footer-custom-text .footer_section__footer-message {
    align-items: flex-end;
  }
}
.section-footer.paragraph--view-mode--footer-2 .footer-credits {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
}
.section-footer.paragraph--view-mode--footer-2 .footer-credits .copyright {
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-2 .footer-credits .copyright {
    margin: 0;
  }
}

.section-footer.paragraph--view-mode--footer-3 .footer-col-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.section-footer.paragraph--view-mode--footer-3 .footer-custom-text {
  font-size: 14px;
}
.section-footer.paragraph--view-mode--footer-3 .footer-custom-text .footer_section__footer-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-footer.paragraph--view-mode--footer-3 .footer-custom-text .footer_section__footer-message figure {
  margin: 0 0 1em;
}
.section-footer.paragraph--view-mode--footer-3 .footer-credits {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid rgba(100, 100, 100, 0.5);
}
.section-footer.paragraph--view-mode--footer-3 .footer-credits .copyright {
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-3 .footer-credits .copyright {
    margin: 0;
  }
}

.section-footer.paragraph--view-mode--footer-4 {
  padding: 30px 5vw;
}
.section-footer.paragraph--view-mode--footer-4 .back-to-top-wrapper {
  position: absolute;
  left: 50%;
  top: -50px;
}
.section-footer.paragraph--view-mode--footer-4 .back-to-top-wrapper a.back-to-top {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.section-footer.paragraph--view-mode--footer-4 .footer-row-1 {
  align-items: center;
}
.section-footer.paragraph--view-mode--footer-4 .footer-col-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .section-footer.paragraph--view-mode--footer-4 .footer-col-1 {
    order: 3;
  }
}
@media (max-width: 767.98px) {
  .section-footer.paragraph--view-mode--footer-4 .footer-col-1 {
    align-items: center;
    justify-content: flex-start;
  }
}
.section-footer.paragraph--view-mode--footer-4 .footer-logo {
  text-align: center;
}
.section-footer.paragraph--view-mode--footer-4 .footer-company-name {
  text-align: center;
}
.section-footer.paragraph--view-mode--footer-4 .footer-custom-text {
  font-size: 14px;
  text-align: right;
}
.section-footer.paragraph--view-mode--footer-4 .footer-custom-text .footer_section__footer-message {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-footer.paragraph--view-mode--footer-4 .footer-custom-text .footer_section__footer-message figure {
  margin: 0 0 1em;
}
.section-footer.paragraph--view-mode--footer-4 .footer-custom-text .footer_section__footer-message p {
  text-align: center;
}
.section-footer.paragraph--view-mode--footer-4 .copyright {
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .section-footer.paragraph--view-mode--footer-4 .copyright {
    margin: 0;
  }
}

.section-footer {
  color: #ccc;
  background: #000;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-footer {
    padding: 15vw 15px;
  }
}
@media (min-width: 992px) {
  .section-footer {
    padding: 5vw;
  }
}
.section-footer .back-to-top-wrapper {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  z-index: 3;
}
.section-footer .back-to-top-wrapper a.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background-color: #FFF400;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
}
.section-footer .back-to-top-wrapper a.back-to-top:hover {
  background-color: #fff;
  color: #FFF400;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.section-footer .row {
  justify-content: space-between;
}
.section-footer .footer-logo {
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-footer .footer-logo {
    margin: 0 auto 20px;
  }
}
.section-footer .footer-logo img {
  width: 200px;
}
.section-footer .footer-company-name {
  font-size: 20px;
  font-weight: 800;
}
.section-footer h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.section-footer a {
  color: #ccc;
}
.section-footer a:hover {
  color: #FFF400;
}
.section-footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-footer .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
.section-footer .footer-contact-info {
  font-size: 14px;
}
.section-footer .footer-contact-company-name {
  font-weight: bold;
}
.section-footer .address span,
.section-footer .phone span,
.section-footer .fax span,
.section-footer .email span {
  min-width: 55px;
}
.section-footer .address {
  margin-bottom: 10px;
}
.section-footer .address span.administrative-area {
  min-width: auto;
  margin-right: 0.2em;
}
.section-footer .footer-custom-text {
  font-size: 14px;
}
.section-footer .footer-custom-text .footer_section__footer-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .section-footer .footer-custom-text .footer_section__footer-message {
    align-items: flex-start;
  }
}
.section-footer .footer-custom-text .footer_section__footer-message figure {
  margin: 0 0 1em;
}
.section-footer .copyright {
  font-size: 14px;
  margin: 1rem 0;
  color: #ccc;
  text-align: center;
}
@media (min-width: 768px) {
  .section-footer .copyright {
    text-align: left;
  }
}
.section-footer .copyright a {
  color: #ccc;
}
.section-footer .copyright a:hover {
  color: #FFF400;
}
.section-footer .made-with {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-footer .made-with {
    text-align: right;
  }
}

.section-general-embed {
  background: transparent;
}
.section-general-embed .intro .section-title {
  text-align: center;
}
.section-general-embed .intro .intro-body {
  text-align: center;
}
.section-general-embed .embed-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 5vw;
}
@media (max-width: 575.98px) {
  .section-general-embed .embed-wrapper {
    padding: 0 5vw;
  }
}
@media (min-width: 768px) {
  .section-general-embed .embed-wrapper {
    padding: 0 5vw;
  }
}
.section-general-embed.video-embed {
  padding: 8vw 8vw;
  background: transparent;
}
.section-general-embed.video-embed .embed-wrapper {
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
  margin: 0 auto;
}
.section-general-embed.video-embed .embed-wrapper iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.section-general-embed.light-bg, .section-general-embed.dark-text {
  background: #fff;
}
.section-general-embed.light-bg .section-title, .section-general-embed.dark-text .section-title {
  color: rgba(0, 0, 0, 0.8);
}
.section-general-embed.light-bg .intro-body, .section-general-embed.dark-text .intro-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-general-embed.light-bg .intro-body a, .section-general-embed.dark-text .intro-body a {
  color: #FFF400;
}
.section-general-embed.light-bg .intro-body a:hover, .section-general-embed.dark-text .intro-body a:hover {
  color: #999200;
}
.section-general-embed.dark-bg, .section-general-embed.light-text {
  background: #000;
}
.section-general-embed.dark-bg .section-title, .section-general-embed.light-text .section-title {
  color: #fff;
}
.section-general-embed.dark-bg .intro-body, .section-general-embed.light-text .intro-body {
  color: #fff;
}
.section-general-embed.dark-bg .intro-body a, .section-general-embed.light-text .intro-body a {
  color: #FFF400;
}
.section-general-embed.dark-bg .intro-body a:hover, .section-general-embed.light-text .intro-body a:hover {
  color: #fff866;
}

@media (min-width: 992px) {
  .navbar {
    min-height: 80px;
  }
  .navbar .container,
  .navbar .container-fluid {
    padding: 0 30px;
  }
  .navbar .navbar-collapse {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-toggler {
    order: 3;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: space-between;
  }
  .navbar .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
  .navbar .navbar-brand-wrapper {
    flex: 0 0 auto;
  }
}

@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border: 0;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: space-between;
  }
  .navbar .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border: 0;
  }
}

.navbar {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }
}
.navbar .container,
.navbar .container-fluid {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .navbar .container,
  .navbar .container-fluid {
    justify-content: space-between;
  }
}

.navbar-brand-wrapper {
  flex: 1 1 auto;
}

.navbar-nav {
  text-transform: uppercase;
}
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item:last-child .nav-link {
  border: 0;
}
.navbar-nav .nav-link {
  color: #d2d2d2;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  padding: 0.75rem 15px !important;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 0.75rem 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}
.navbar-nav .nav-link:hover {
  color: #000;
  background-color: #FFF400;
}
.navbar-nav .nav-link:active {
  color: #fff;
  background-color: #1a1a1a;
}

.navbar-collapse {
  background: #000;
  width: 100%;
  margin: 0 -30px;
  order: 4;
}

@media (max-width: 767.98px) {
  .navbar .container,
  .navbar .container-fluid {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .navbar .container,
  .navbar .container-fluid {
    padding: 15px 30px;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    position: absolute;
    top: 15px;
    right: 30px;
    border: 0;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: flex-start;
    order: 1;
    flex: 1 1 auto;
    max-width: calc(50% - 200px / 2);
  }
  .navbar .navbar-collapse .navbar-nav.ml-auto {
    margin-left: 0 !important;
  }
  .navbar .navbar-brand-wrapper {
    flex: 0 0 auto;
    order: 2;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.25rem 0.5rem;
    line-height: 1.2;
  }
  .navbar .social_links__social-links-list {
    max-width: calc(50% - 200px / 2);
    flex: 1 1 auto;
    order: 3;
    justify-self: flex-end;
  }
}

@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border: 0;
  }
}

@media (min-width: 992px) {
  .header-socials-mobile {
    display: none;
  }
}

.header-socials-desktop {
  order: 3;
  flex: 1 1 auto;
  justify-self: flex-end;
}
@media (max-width: 767.98px) {
  .header-socials-desktop {
    display: none !important;
  }
}
.header-socials-desktop .social_links__social-links-list {
  max-width: 100%;
}

#site-header {
  z-index: 100;
}
#site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.navbar {
  z-index: 100;
  background-color: transparent;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .navbar {
    min-height: 67px;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    padding: 0 15px;
  }
  .navbar .container,
  .navbar .container-fluid {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .navbar {
    min-height: 80px;
  }
  .navbar .container,
  .navbar .container-fluid {
    padding: 0 30px;
  }
  .navbar .navbar-collapse {
    justify-content: flex-end;
  }
}
.navbar .navbar-toggler {
  border: 1px solid transparent;
  padding: 0;
  width: 38px;
  height: 36px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .navbar .navbar-toggler {
    order: 3;
  }
}
.navbar .navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}
.navbar .cart-button-wrapper {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(50, 50, 50, 0.3);
  display: flex;
  order: 4;
}
@media (max-width: 767.98px) {
  .navbar .cart-button-wrapper {
    overflow: hidden;
    border: 0;
    margin: 0 20px 0 0;
    padding: 0;
    order: 2;
  }
}
@media (min-width: 992px) {
  .navbar .cart-button-wrapper {
    height: 40px;
  }
}
.navbar button.snipcart-checkout {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.navbar button.snipcart-checkout .cart-icon-item-number {
  padding: 4px 8px;
  background: transparent;
  border-radius: 3px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in;
}
@media (max-width: 767.98px) {
  .navbar button.snipcart-checkout .cart-icon-item-number {
    padding: 5px 0;
  }
}
.navbar button.snipcart-checkout .cart-icon-item-number:hover {
  background: rgba(255, 255, 255, 0.2);
}
.navbar button.snipcart-checkout .cart-icon-item-number i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-right: 8px;
}
@media (max-width: 575.98px) {
  .navbar button.snipcart-checkout .cart-icon-item-number i {
    font-size: 15px;
    margin-right: 5px;
  }
}
.navbar button.snipcart-checkout .cart-icon-item-number .snipcart-items-count {
  font-family: sans-serif;
  padding: 5px 6px 5px;
  background: #FFF400;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
}

.navbar-brand-wrapper {
  flex: 1 1 auto;
}

@media (max-width: 575.98px) {
  .navbar-brand {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 200px;
  }
}
.navbar-brand img {
  max-width: 100%;
  height: auto !important;
  width: 100%;
}
@media (max-width: 767.98px) {
  .navbar-brand {
    padding: 10px 0;
  }
}
.navbar-brand .site-name {
  font-family: "Montserrat", sans-serif;
  color: #AFAFAF;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .navbar-brand .site-name {
    font-size: 20px;
    min-height: 47px;
    display: flex;
    align-items: center;
    line-height: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand .site-name {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .navbar-brand .site-name {
    font-size: 25px;
  }
}

.navbar .navbar-nav {
  text-transform: uppercase;
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item:last-child .nav-link {
  border: 0;
}
.navbar .navbar-nav .nav-link {
  color: #d2d2d2;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  padding: 0.75rem 15px;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 32px;
    padding: 0.75rem 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    font-size: 19px;
  }
}
.navbar .navbar-nav .nav-link:hover {
  color: #FFF400;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav .nav-link:hover {
    color: #000;
    background-color: #FFF400;
  }
}
.navbar .navbar-nav .nav-link:active {
  color: #FFF400;
  background-color: #f1f4f7;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav .nav-link:active {
    color: #fff;
    background-color: #1a1a1a;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    background: #000;
    width: 100%;
    margin: 0 -15px;
    order: 4;
  }
}

.info-bar,
.mobile-info-bar {
  width: 100%;
  background-color: black;
  color: #AFAFAF;
  font-size: 12px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 101;
  position: relative;
}
@media (max-width: 575.98px) {
  .info-bar,
  .mobile-info-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 50px;
    background-color: black;
  }
  .info-bar .value,
  .mobile-info-bar .value {
    display: none;
  }
}
.info-bar a,
.mobile-info-bar a {
  color: #AFAFAF;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.info-bar .phone,
.info-bar .email,
.info-bar .address,
.mobile-info-bar .phone,
.mobile-info-bar .email,
.mobile-info-bar .address {
  padding: 0 15px;
}
.info-bar .phone:hover,
.info-bar .email:hover,
.info-bar .address:hover,
.mobile-info-bar .phone:hover,
.mobile-info-bar .email:hover,
.mobile-info-bar .address:hover {
  background-color: #f8f9fa;
  color: #fff;
}
.info-bar .contact-icon,
.mobile-info-bar .contact-icon {
  margin-right: 8px;
  font-size: 16px;
  color: #AFAFAF;
}
@media (max-width: 575.98px) {
  .info-bar .contact-icon,
  .mobile-info-bar .contact-icon {
    margin: 0;
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  #site-header .info-bar {
    display: none;
  }
}

@media (min-width: 576px) {
  .mobile-info-bar {
    display: none;
  }
}

.section-hero.hero-1-col .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-1-col .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.section-hero.hero-2-col .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-2-col .hero-content-wrapper {
  display: flex;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col .hero-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2-col .hero-content-wrapper {
    align-items: center;
    gap: 5vw;
  }
}
.section-hero.hero-2-col .hero-logo-wrapper {
  order: 1;
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    flex: 0 0 80vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    flex: 0 0 40vw;
    margin-right: 5vw;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col .hero-logo-wrapper {
    flex: 0 0 30vw;
  }
}
.section-hero.hero-2-col .hero-title-wrapper {
  order: 2;
  flex: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.section-hero.hero-2col-text-left .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-2col-text-left .hero-content-wrapper {
  display: flex;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2col-text-left .hero-content-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2col-text-left .hero-content-wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-2col-text-left .hero-logo-wrapper {
    order: 2;
  }
  .section-hero.hero-2col-text-left .hero-title-wrapper {
    order: 1;
    margin-right: 5vw;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.section-hero.hero-2-col-section {
  min-height: auto;
  background: transparent;
  height: auto;
  padding: 0;
}
.section-hero.hero-2-col-section .hero-wrapper {
  min-height: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-wrapper {
    flex-direction: column;
  }
}
.section-hero.hero-2-col-section .hero-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  min-height: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-image {
    flex: 0 0 50%;
  }
}
.section-hero.hero-2-col-section .hero-image .hero_section__hero-image {
  display: flex;
  align-items: center;
}
.section-hero.hero-2-col-section .hero-image figure {
  margin: 0;
}
.section-hero.hero-2-col-section .hero-content-wrapper {
  flex-direction: column;
  padding: 8vw 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-content-wrapper {
    flex: 1 1 50%;
  }
}
.section-hero.hero-2-col-section .hero-title-wrapper {
  max-width: 100%;
}
.section-hero.hero-2-col-section .hero-overlay {
  background: transparent;
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-overlay {
    width: 50%;
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
.section-hero.hero-2-col-section.hero-image-with-video .hero-wrapper {
  min-height: calc(70vw - 80px);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video .hero-wrapper {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}
.section-hero.hero-left-text-right-image .hero-image {
  order: 2;
}
.section-hero.hero-left-text-right-image .hero-content-wrapper {
  order: 1;
}

@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .hero-wrapper {
    flex-direction: column;
  }
}
.hero-50-50-right-text-full.section-hero .bg-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  order: 1;
  min-height: calc(70vw - 80px);
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .bg-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-right-text-full.section-hero .bg-image {
    flex: 0 0 50%;
  }
}
.hero-50-50-right-text-full.section-hero .bg-image.fixed {
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .bg-image.fixed {
    background-size: cover;
  }
}
.hero-50-50-right-text-full.section-hero .hero-content-wrapper {
  flex-direction: column;
  order: 2;
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .hero-content-wrapper {
    flex: 0 0 100%;
    order: 1;
  }
}
@media (min-width: 768px) {
  .hero-50-50-right-text-full.section-hero .hero-content-wrapper {
    flex: 1 1 50%;
  }
}
.hero-50-50-right-text-full.section-hero .hero-title-wrapper {
  max-width: 100%;
}
.hero-50-50-right-text-full.section-hero .hero-overlay {
  background: transparent;
}

@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .hero-wrapper {
    flex-direction: column;
  }
}
.hero-50-50-margin.section-hero .bg-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  order: 2;
  min-height: calc(70vw - 80px);
  margin: 3vw 2vw 2vw 0;
}
@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .bg-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-margin.section-hero .bg-image {
    flex: 0 0 50%;
  }
}
.hero-50-50-margin.section-hero .hero-content-wrapper {
  flex-direction: column;
  order: 2;
}
@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .hero-content-wrapper {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-margin.section-hero .hero-content-wrapper {
    flex: 1 1 50vw;
  }
}
.hero-50-50-margin.section-hero .hero-title-wrapper {
  max-width: 100%;
}
.hero-50-50-margin.section-hero .hero-overlay {
  background: transparent;
}

.section-hero.hero-2-col-section {
  min-height: auto;
  background: transparent;
  height: auto;
  padding: 0;
}
.section-hero.hero-2-col-section .hero-wrapper {
  min-height: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-wrapper {
    flex-direction: column;
  }
}
.section-hero.hero-2-col-section .hero-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  min-height: auto;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-image {
    flex: 0 0 50%;
  }
}
.section-hero.hero-2-col-section .hero-image .hero_section__hero-image {
  display: flex;
  align-items: center;
}
.section-hero.hero-2-col-section .hero-image figure {
  margin: 0;
}
.section-hero.hero-2-col-section .hero-content-wrapper {
  flex-direction: column;
  padding: 8vw 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-hero.hero-2-col-section .hero-content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-content-wrapper {
    flex: 1 1 50%;
  }
}
.section-hero.hero-2-col-section .hero-title-wrapper {
  max-width: 100%;
}
.section-hero.hero-2-col-section .hero-overlay {
  background: transparent;
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section .hero-overlay {
    width: 50%;
    left: 50%;
  }
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-2-col-section.hero-image-with-video {
    padding: 4vw;
  }
}
.section-hero.hero-2-col-section.hero-image-with-video .hero-wrapper {
  min-height: calc(70vw - 80px);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-hero.hero-2-col-section.hero-image-with-video .hero-wrapper {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-text-left-image .hero-image {
    order: 2;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-right-text-left-image .hero-image {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-text-left-image .hero-content-wrapper {
    order: 1;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-right-text-left-image .hero-content-wrapper {
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .hero-wrapper {
    flex-direction: column;
  }
}
.hero-50-50-right-text-full.section-hero .bg-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  order: 1;
  min-height: calc(70vw - 80px);
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .bg-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-right-text-full.section-hero .bg-image {
    flex: 0 0 50%;
  }
}
.hero-50-50-right-text-full.section-hero .bg-image.fixed {
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .bg-image.fixed {
    background-size: cover;
  }
}
.hero-50-50-right-text-full.section-hero .hero-content-wrapper {
  flex-direction: column;
  order: 2;
}
@media (max-width: 767.98px) {
  .hero-50-50-right-text-full.section-hero .hero-content-wrapper {
    flex: 0 0 100%;
    order: 1;
  }
}
@media (min-width: 768px) {
  .hero-50-50-right-text-full.section-hero .hero-content-wrapper {
    flex: 1 1 50%;
  }
}
.hero-50-50-right-text-full.section-hero .hero-title-wrapper {
  max-width: 100%;
}
.hero-50-50-right-text-full.section-hero .hero-overlay {
  background: transparent;
}

@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .hero-wrapper {
    flex-direction: column;
  }
}
.hero-50-50-margin.section-hero .bg-image {
  z-index: auto;
  display: flex;
  position: relative !important;
  order: 2;
  min-height: calc(70vw - 80px);
  margin: 3vw 2vw 2vw 0;
}
@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .bg-image {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-margin.section-hero .bg-image {
    flex: 0 0 50%;
  }
}
.hero-50-50-margin.section-hero .hero-content-wrapper {
  flex-direction: column;
  order: 2;
}
@media (max-width: 767.98px) {
  .hero-50-50-margin.section-hero .hero-content-wrapper {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .hero-50-50-margin.section-hero .hero-content-wrapper {
    flex: 1 1 50vw;
  }
}
.hero-50-50-margin.section-hero .hero-title-wrapper {
  max-width: 100%;
}
.hero-50-50-margin.section-hero .hero-overlay {
  background: transparent;
}

.section-hero {
  min-height: calc(70vw - 80px);
  background: transparent;
  height: auto;
  padding: 0;
}
@media (max-width: 575.98px) {
  .section-hero {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}
.section-hero .hero-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: calc(70vw - 80px);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-hero .hero-wrapper {
    height: auto;
    min-height: calc(100vh - 67px);
  }
}

.front .section-hero {
  min-height: calc(70vw - 80px);
}
@media (max-width: 575.98px) {
  .front .section-hero {
    min-height: calc(100vh - 67px);
  }
}
.front .section-hero .hero-wrapper {
  min-height: calc(70vw - 80px);
}
@media (max-width: 575.98px) {
  .front .section-hero .hero-wrapper {
    min-height: calc(100vh - 67px);
  }
}

.section-hero .mobile-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .section-hero .mobile-image-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .section-hero .mobile-image-wrapper {
    display: none;
  }
}
.section-hero .mobile-image-wrapper img {
  width: 100%;
  height: auto;
}
.section-hero .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.section-hero .no-effect {
  position: absolute;
  left: 0;
  top: 0;
}
.section-hero .parallax-item {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.section-hero .fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .section-hero .fixed {
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    height: 100vh;
    max-height: 812px;
  }
}
.section-hero .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 575.98px) {
  .section-hero .hero-overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}
.section-hero .hero-content-wrapper {
  z-index: 2;
  position: relative;
  background: transparent;
  border-radius: 0px;
}
@media (max-width: 575.98px) {
  .section-hero .hero-content-wrapper {
    padding: 4vw;
    max-width: 90vw;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero .hero-content-wrapper {
    max-width: 70vw;
    padding: 4vw;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-content-wrapper {
    max-width: 60vw;
    padding: 4vw;
    margin: 0;
  }
}
.section-hero .hero-logo-wrapper {
  margin: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  .section-hero .hero-logo-wrapper {
    max-width: 250px;
    width: 80vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-hero .hero-logo-wrapper {
    max-width: 400px;
    width: 40vw;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-logo-wrapper {
    max-width: 600px;
    width: 30vw;
  }
}
.section-hero .hero-logo-wrapper img {
  width: 100%;
  height: auto;
}
.section-hero .hero-title-wrapper {
  margin: 0px;
  padding: 0px;
}
.section-hero .hero-title-wrapper .hero-heading {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
  border-bottom: 0;
}
@media (max-width: 575.98px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 4.5vw, 60px);
  }
}
@media (min-width: 768px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 4.5vw, 60px);
  }
}
@media (min-width: 992px) {
  .section-hero .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 4.5vw, 60px);
  }
}
.section-hero .hero-title-wrapper .hero-sub-heading {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin: 0 0 1.5em 0;
  color: #fff;
  text-align: center;
  text-transform: none;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .section-hero .hero-title-wrapper .hero-sub-heading {
    font-size: 22px;
  }
}
.section-hero .hero-title-wrapper .hero-link {
  text-align: center;
}
@media (max-width: 575.98px) {
  .section-hero .hero-title-wrapper .hero-link a {
    width: 100%;
  }
}
.section-hero.hero-minimal {
  min-height: auto;
  background-color: transparent;
  height: auto;
  padding: 5vw 40px;
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal {
    height: auto;
    min-height: auto;
    padding: 40px 15px;
  }
}
.section-hero.hero-minimal .hero-overlay {
  display: none;
}
.section-hero.hero-minimal .bg-image {
  display: none;
}
.section-hero.hero-minimal .mobile-image-wrapper {
  display: none;
}
.section-hero.hero-minimal .hero-wrapper {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0;
  min-height: auto;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal .hero-wrapper {
    height: auto;
    min-height: auto;
  }
}
.section-hero.hero-minimal .hero-content-wrapper {
  z-index: 2;
  position: relative;
  background: none;
  padding: 0;
}
@media (min-width: 768px) {
  .section-hero.hero-minimal .hero-content-wrapper {
    max-width: 40vw;
  }
}
.section-hero.hero-minimal .hero-title-wrapper {
  margin: 0px;
  padding: 0px;
}
.section-hero.hero-minimal .hero-title-wrapper .hero-heading {
  margin: 0 0 0.5em 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 4.5vw, 60px);
  }
}
@media (min-width: 768px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 4.5vw, 60px);
  }
}
@media (min-width: 992px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-heading {
    font-size: clamp(40px, 4.5vw, 60px);
  }
}
.section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
  margin: 0 0 1.5em 0;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-sub-heading {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .section-hero.hero-minimal .hero-title-wrapper .hero-link a {
    width: 100%;
  }
}
.section-hero.hero-1-col .hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.section-hero.hero-1-col .hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-center .hero-wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-top .hero-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-center .hero-wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-center .hero-wrapper {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-top .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-center .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-left-bottom .hero-wrapper {
    justify-content: flex-start;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-left-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-top .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-center .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-center-bottom .hero-wrapper {
    justify-content: center;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-center-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-top .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-top .hero-content-wrapper {
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-center .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-center .hero-content-wrapper {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-height-right-bottom .hero-wrapper {
    justify-content: flex-end;
    align-items: normal;
  }
  .section-hero.hero-content-full-height-right-bottom .hero-content-wrapper {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-top .hero-wrapper {
    align-items: flex-start;
  }
}
.section-hero.hero-content-full-width-top .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-center .hero-wrapper {
    align-items: center;
  }
}
.section-hero.hero-content-full-width-center .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-hero.hero-content-full-width-bottom .hero-wrapper {
    align-items: flex-end;
  }
}
.section-hero.hero-content-full-width-bottom .hero-content-wrapper {
  max-width: 100%;
  width: 100%;
}

.dark-bg.section-hero {
  background: #000;
}
.dark-bg.section-hero .hero-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 575.98px) {
  .dark-bg.section-hero .hero-overlay {
    background: rgba(0, 0, 0, 0.85);
  }
}
.dark-bg.section-hero .hero-heading {
  color: #fff;
}
.dark-bg.section-hero .hero-sub-heading {
  color: #fff;
}
.dark-bg.section-hero .hero-link a.btn, .dark-bg.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-bg.section-hero .hero-link a, .dark-bg.section-hero .hero-link a.modal-trigger--video, .dark-bg.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-bg.section-hero .hero-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.dark-bg.section-hero .hero-link a.btn:hover, .dark-bg.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-bg.section-hero .hero-link a:hover, .dark-bg.section-hero .hero-link a.modal-trigger--video:hover, .dark-bg.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-bg.section-hero .hero-link a:hover, .dark-bg.section-hero .hero-link a.btn:active, .dark-bg.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .dark-bg.section-hero .hero-link a:active, .dark-bg.section-hero .hero-link a.modal-trigger--video:active, .dark-bg.section-hero .hero-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .dark-bg.section-hero .hero-link a:active, .dark-bg.section-hero .hero-link a.btn:focus, .dark-bg.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .dark-bg.section-hero .hero-link a:focus, .dark-bg.section-hero .hero-link a.modal-trigger--video:focus, .dark-bg.section-hero .hero-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .dark-bg.section-hero .hero-link a:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}

.light-bg.section-hero {
  background: #fff;
}
.light-bg.section-hero .hero-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575.98px) {
  .light-bg.section-hero .hero-overlay {
    background: rgba(255, 255, 255, 0.7);
  }
}
.light-bg.section-hero .hero-heading {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg.section-hero .hero-sub-heading {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg.section-hero .hero-link a.btn, .light-bg.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-bg.section-hero .hero-link a, .light-bg.section-hero .hero-link a.modal-trigger--video, .light-bg.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-bg.section-hero .hero-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.light-bg.section-hero .hero-link a.btn:hover, .light-bg.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-bg.section-hero .hero-link a:hover, .light-bg.section-hero .hero-link a.modal-trigger--video:hover, .light-bg.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-bg.section-hero .hero-link a:hover, .light-bg.section-hero .hero-link a.btn:active, .light-bg.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .light-bg.section-hero .hero-link a:active, .light-bg.section-hero .hero-link a.modal-trigger--video:active, .light-bg.section-hero .hero-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .light-bg.section-hero .hero-link a:active, .light-bg.section-hero .hero-link a.btn:focus, .light-bg.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .light-bg.section-hero .hero-link a:focus, .light-bg.section-hero .hero-link a.modal-trigger--video:focus, .light-bg.section-hero .hero-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .light-bg.section-hero .hero-link a:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}

.overlay-dark .hero-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.overlay-light .hero-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.light-text.section-hero .hero-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
  color: #FFF400;
}

.dark-text.section-hero .hero-link a:not(.btn-primary):not(.modal-trigger--video):not(.btn-secondary) {
  color: #FFF400;
}

.text-wrapper-dark.section-hero .hero-title-wrapper {
  background: rgba(0, 0, 0, 0.85);
  padding: 4vw;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .text-wrapper-dark.section-hero .hero-title-wrapper {
    background: rgba(0, 0, 0, 0.85);
  }
}
.text-wrapper-dark.section-hero .hero-heading {
  color: #fff;
}
.text-wrapper-dark.section-hero .hero-sub-heading {
  color: #fff;
}
.text-wrapper-dark.section-hero .hero-link a {
  color: #FFF400;
}
.text-wrapper-dark.section-hero .hero-link a.btn, .text-wrapper-dark.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.section-hero .hero-link a, .text-wrapper-dark.section-hero .hero-link a.modal-trigger--video, .text-wrapper-dark.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .text-wrapper-dark.section-hero .hero-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.text-wrapper-dark.section-hero .hero-link a.btn:hover, .text-wrapper-dark.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.section-hero .hero-link a:hover, .text-wrapper-dark.section-hero .hero-link a.modal-trigger--video:hover, .text-wrapper-dark.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .text-wrapper-dark.section-hero .hero-link a:hover, .text-wrapper-dark.section-hero .hero-link a.btn:active, .text-wrapper-dark.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.section-hero .hero-link a:active, .text-wrapper-dark.section-hero .hero-link a.modal-trigger--video:active, .text-wrapper-dark.section-hero .hero-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .text-wrapper-dark.section-hero .hero-link a:active, .text-wrapper-dark.section-hero .hero-link a.btn:focus, .text-wrapper-dark.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .text-wrapper-dark.section-hero .hero-link a:focus, .text-wrapper-dark.section-hero .hero-link a.modal-trigger--video:focus, .text-wrapper-dark.section-hero .hero-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .text-wrapper-dark.section-hero .hero-link a:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}

.text-wrapper-light.section-hero .hero-title-wrapper {
  background: rgba(255, 255, 255, 0.7);
  padding: 4vw;
  border-radius: 20px;
}
@media (max-width: 575.98px) {
  .text-wrapper-light.section-hero .hero-title-wrapper {
    background: rgba(255, 255, 255, 0.7);
  }
}
.text-wrapper-light.section-hero .hero-heading {
  color: rgba(0, 0, 0, 0.8);
}
.text-wrapper-light.section-hero .hero-sub-heading {
  color: rgba(0, 0, 0, 0.8);
}
.text-wrapper-light.section-hero .hero-link a {
  color: #FFF400;
}
.text-wrapper-light.section-hero .hero-link a.btn, .text-wrapper-light.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.section-hero .hero-link a, .text-wrapper-light.section-hero .hero-link a.modal-trigger--video, .text-wrapper-light.section-hero .hero-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .text-wrapper-light.section-hero .hero-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.text-wrapper-light.section-hero .hero-link a.btn:hover, .text-wrapper-light.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.section-hero .hero-link a:hover, .text-wrapper-light.section-hero .hero-link a.modal-trigger--video:hover, .text-wrapper-light.section-hero .hero-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .text-wrapper-light.section-hero .hero-link a:hover, .text-wrapper-light.section-hero .hero-link a.btn:active, .text-wrapper-light.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.section-hero .hero-link a:active, .text-wrapper-light.section-hero .hero-link a.modal-trigger--video:active, .text-wrapper-light.section-hero .hero-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .text-wrapper-light.section-hero .hero-link a:active, .text-wrapper-light.section-hero .hero-link a.btn:focus, .text-wrapper-light.section-hero .hero-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .text-wrapper-light.section-hero .hero-link a:focus, .text-wrapper-light.section-hero .hero-link a.modal-trigger--video:focus, .text-wrapper-light.section-hero .hero-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .text-wrapper-light.section-hero .hero-link a:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}

.hero-content-wrapper-dark.section-hero .hero-content-wrapper {
  background: rgba(0, 0, 0, 0.85);
}

.hero-content-wrapper-light.section-hero .hero-content-wrapper {
  background: rgba(255, 255, 255, 0.7);
}

.hero-wrapper video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media (max-width: 575.98px) {
  .section-hero video {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-hero.show-mobile-video video {
    display: block;
  }
  .section-hero.show-mobile-video .mobile-image-wrapper {
    display: none;
  }
}

.section-image-not-bg {
  padding: 0;
  background: transparent;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-image-not-bg.img-width-25 figure {
    width: 25%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-30 figure {
    width: 30%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-40 figure {
    width: 40%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-50 figure {
    width: 50%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-60 figure {
    width: 60%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-70 figure {
    width: 70%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-75 figure {
    width: 75%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-80 figure {
    width: 80%;
    margin: 0 auto;
  }
  .section-image-not-bg.img-width-90 figure {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .section-image-not-bg .story-block-inner {
    padding: 80px 24px;
  }
}
@media (min-width: 768px) {
  .section-image-not-bg .story-block-inner {
    padding: 12vw 5vw;
  }
}
.section-image-not-bg figure {
  margin: 0;
}

.section-slides-text {
  background: transparent;
}
.section-slides-text .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767.98px) {
  .section-slides-text .intro {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  .section-slides-text .intro {
    padding-top: 12vw;
  }
}
.section-slides-text .intro .title-eyebrow {
  text-align: center;
}
.section-slides-text .intro .section-title {
  text-align: center;
  color: #AFAFAF;
}
.section-slides-text .intro .intro-body {
  text-align: center;
  color: #AFAFAF;
}
.section-slides-text .simple-slider {
  position: relative;
}
.section-slides-text .simple-slider .swiper-container {
  position: relative;
  overflow: hidden;
}
.section-slides-text .simple-slider .swiper-wrapper {
  height: auto;
}
.section-slides-text .simple-slider .swiper-slide {
  min-height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 30px 20px;
  }
}
@media (max-width: 767.98px) {
  .section-slides-text .simple-slider .swiper-slide {
    min-height: 90vh;
  }
}
@media (min-width: 768px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 30px 70px;
  }
}
@media (min-width: 992px) {
  .section-slides-text .simple-slider .swiper-slide {
    padding: 50px 90px;
  }
}
.section-slides-text .simple-slider .swiper-slide.background-center-top {
  background-position: center top;
}
.section-slides-text .simple-slider .swiper-slide.background-center-bottom {
  background-position: center bottom;
}
.section-slides-text .simple-slider .swiper-slide.background-left-top {
  background-position: left top;
}
.section-slides-text .simple-slider .swiper-slide.background-left-center {
  background-position: left center;
}
.section-slides-text .simple-slider .swiper-slide.background-left-bottom {
  background-position: left bottom;
}
.section-slides-text .simple-slider .swiper-slide.background-right-top {
  background-position: right top;
}
.section-slides-text .simple-slider .swiper-slide.background-right-center {
  background-position: right center;
}
.section-slides-text .simple-slider .swiper-slide.background-right-bottom {
  background-position: right bottom;
}
.section-slides-text .simple-slider .swiper-button-next,
.section-slides-text .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .section-slides-text .simple-slider .swiper-button-next,
  .section-slides-text .simple-slider .swiper-button-prev {
    display: none;
  }
}
.section-slides-text .simple-slider .swiper-button-next:after,
.section-slides-text .simple-slider .swiper-button-prev:after {
  color: #fff;
}
.section-slides-text .simple-slider .swiper-pagination-bullet {
  background: #fff;
  margin: 0 6px;
  width: 20px;
  height: 20px;
}
.section-slides-text .simple-slider .swiper-pagination-bullet-active {
  background: #fff;
}
.section-slides-text .image-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-slides-text .slide-content {
  max-width: 1000px;
  position: relative;
  color: #AFAFAF;
  z-index: 1;
  padding: 4vw;
  text-align: center;
}
@media (min-width: 992px) {
  .section-slides-text .slide-content {
    padding: 50px 90px;
  }
}
.section-slides-text .slide-title {
  text-align: center;
  color: #AFAFAF;
}
.section-slides-text .slide-body {
  text-align: center;
  color: #AFAFAF;
}
.section-slides-text .button-wrapper {
  margin-bottom: 0;
}
.section-slides-text .button-wrapper a.btn-block {
  display: inline-block;
  width: auto;
}

.dark-bg-light-text.section-slides-text .image-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 575.98px) {
  .dark-bg-light-text.section-slides-text .image-overlay {
    background: rgba(0, 0, 0, 0.85);
  }
}
.dark-bg-light-text.section-slides-text .slide-title {
  color: #fff;
}
.dark-bg-light-text.section-slides-text .slide-body {
  color: #fff;
}
.dark-bg-light-text.section-slides-text .button-wrapper a.btn, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.dark-bg-light-text.section-slides-text .button-wrapper a.btn:hover, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a:hover, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video:hover, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a:hover, .dark-bg-light-text.section-slides-text .button-wrapper a.btn:active, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a:active, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video:active, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a:active, .dark-bg-light-text.section-slides-text .button-wrapper a.btn:focus, .dark-bg-light-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .dark-bg-light-text.section-slides-text .button-wrapper a:focus, .dark-bg-light-text.section-slides-text .button-wrapper a.modal-trigger--video:focus, .dark-bg-light-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .dark-bg-light-text.section-slides-text .button-wrapper a:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}

.light-bg-dark-text.section-slides-text .image-overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575.98px) {
  .light-bg-dark-text.section-slides-text .image-overlay {
    background: rgba(255, 255, 255, 0.7);
  }
}
.light-bg-dark-text.section-slides-text .slide-title {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg-dark-text.section-slides-text .slide-body {
  color: rgba(0, 0, 0, 0.8);
}
.light-bg-dark-text.section-slides-text .button-wrapper a.btn, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.light-bg-dark-text.section-slides-text .button-wrapper a.btn:hover, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a:hover, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video:hover, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a:hover, .light-bg-dark-text.section-slides-text .button-wrapper a.btn:active, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a:active, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video:active, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a:active, .light-bg-dark-text.section-slides-text .button-wrapper a.btn:focus, .light-bg-dark-text.section-slides-text .button-wrapper .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .light-bg-dark-text.section-slides-text .button-wrapper a:focus, .light-bg-dark-text.section-slides-text .button-wrapper a.modal-trigger--video:focus, .light-bg-dark-text.section-slides-text .button-wrapper .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .light-bg-dark-text.section-slides-text .button-wrapper a:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}

.section-slides-text.slide-text-wrapper-dark .slide-content,
.section-slides-text .slide-text-wrapper-dark .slide-content {
  background: #000;
  padding: 4vw;
  border-radius: 20px;
  margin-bottom: 4vw;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .slide-title,
.section-slides-text .slide-text-wrapper-dark .slide-content .slide-title {
  color: #fff;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .slide-body,
.section-slides-text .slide-text-wrapper-dark .slide-content .slide-body {
  color: #fff;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .slide-body a,
.section-slides-text .slide-text-wrapper-dark .slide-content .slide-body a {
  color: #FFF400;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .slide-body a:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .slide-body a:hover {
  color: #fff866;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:active, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:focus, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:focus, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus, .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:active,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.btn:focus,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus,
.section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-dark .slide-content .s2_sub_slide__sub-card-link a:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.section-slides-text.slide-text-wrapper-light .slide-content,
.section-slides-text .slide-text-wrapper-light .slide-content {
  background: #fff;
  padding: 4vw;
  border-radius: 20px;
  margin-bottom: 4vw;
}
.section-slides-text.slide-text-wrapper-light .slide-content .slide-title,
.section-slides-text .slide-text-wrapper-light .slide-content .slide-title {
  color: rgba(0, 0, 0, 0.8);
}
.section-slides-text.slide-text-wrapper-light .slide-content .slide-body,
.section-slides-text .slide-text-wrapper-light .slide-content .slide-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-slides-text.slide-text-wrapper-light .slide-content .slide-body a,
.section-slides-text .slide-text-wrapper-light .slide-content .slide-body a {
  color: #FFF400;
}
.section-slides-text.slide-text-wrapper-light .slide-content .slide-body a:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .slide-body a:hover {
  color: #999200;
}
.section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:active, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:focus, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:focus, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus, .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-slides-text.slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:active,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.btn:focus,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus,
.section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-wrapper-light .slide-content .s2_sub_slide__sub-card-link a:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.section-slides-text.slide-text-light .slide-content .slide-title,
.section-slides-text .slide-text-light .slide-content .slide-title {
  color: #fff;
}
.section-slides-text.slide-text-light .slide-content .slide-body,
.section-slides-text .slide-text-light .slide-content .slide-body {
  color: #fff;
}
.section-slides-text.slide-text-light .slide-content .slide-body a,
.section-slides-text .slide-text-light .slide-content .slide-body a {
  color: #FFF400;
}
.section-slides-text.slide-text-light .slide-content .slide-body a:hover,
.section-slides-text .slide-text-light .slide-content .slide-body a:hover {
  color: #fff866;
}
.section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:active, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:focus, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:focus, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus, .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-slides-text.slide-text-light .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:hover,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:active,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.btn:focus,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus,
.section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-light .slide-content .s2_sub_slide__sub-card-link a:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.section-slides-text.slide-text-dark .slide-content .slide-title,
.section-slides-text .slide-text-dark .slide-content .slide-title {
  color: rgba(0, 0, 0, 0.8);
}
.section-slides-text.slide-text-dark .slide-content .slide-body,
.section-slides-text .slide-text-dark .slide-content .slide-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-slides-text.slide-text-dark .slide-content .slide-body a,
.section-slides-text .slide-text-dark .slide-content .slide-body a {
  color: #FFF400;
}
.section-slides-text.slide-text-dark .slide-content .slide-body a:hover,
.section-slides-text .slide-text-dark .slide-content .slide-body a:hover {
  color: #999200;
}
.section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:hover, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:hover, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:active, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:active, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:focus, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:focus, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus, .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-slides-text.slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:hover,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:hover,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:hover,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:active,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:active,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:active,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.btn:focus,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:focus,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a.modal-trigger--video:focus,
.section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-slides-text .slide-text-dark .slide-content .s2_sub_slide__sub-card-link a:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}

.story-block.bg-img-top-text-bottom .story-block-inner {
  padding: 0 0 12vw;
}
.story-block.bg-img-top-text-bottom .bg-image {
  flex: 0 0 100%;
  margin: 0px;
  max-width: calc(100% - 0px * 2);
  background-size: cover;
}
@media (max-width: 575.98px) {
  .story-block.bg-img-top-text-bottom .bg-image {
    display: none;
  }
}
@media (min-width: 576px) {
  .story-block.bg-img-top-text-bottom .bg-image {
    min-height: 50vw;
  }
}
.story-block.bg-img-top-text-bottom .story-block-mobile-image {
  margin: 0 -24px 2em;
  flex: 1 1 100%;
}
.story-block.bg-img-top-text-bottom .parallax-wrapper {
  width: 100%;
}
.story-block.bg-img-top-text-bottom .group-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .story-block.bg-img-top-text-bottom .group-text {
    margin-top: 4vw;
  }
}
.story-block.bg-img-top-text-bottom .group-text .story-block-extra-image {
  max-width: 38em;
}
.story-block.bg-img-top-text-bottom .group-text .text-wrapper {
  max-width: 38em;
}
@media (max-width: 767.98px) {
  .story-block.bg-img-top-text-bottom .group-text .text-wrapper {
    padding: 0 24px;
  }
}
.story-block.bg-img-top-text-bottom .group-text .title-eyebrow {
  text-align: center;
}
.story-block.bg-img-top-text-bottom .group-text .section-title {
  text-align: center;
}
.story-block.bg-img-top-text-bottom .group-text .story-block-text {
  text-align: left;
}
.story-block.bg-img-top-text-bottom .group-text h3,
.story-block.bg-img-top-text-bottom .group-text .subtitle {
  text-align: center;
}
.story-block.bg-img-top-text-bottom .group-text .story-block-link-wrapper {
  justify-content: center;
}
@media (max-width: 575.98px) {
  .story-block.bg-img-top-text-bottom .group-text .s2_story_block__story-block-link a {
    display: block;
  }
}

.paragraph--view-mode--bg-img-top-text-bottom.reverse-order .story-block-inner {
  padding-bottom: 0;
}
.paragraph--view-mode--bg-img-top-text-bottom.reverse-order .story-block-inner .bg-image {
  order: 2;
  margin-bottom: 0;
}
.paragraph--view-mode--bg-img-top-text-bottom.reverse-order .story-block-inner .group-text {
  order: 1;
  padding: 12vw 5vw 80px;
}
.paragraph--view-mode--bg-img-top-text-bottom.reverse-order.text-wrapper-overlap .group-text {
  margin-top: 0;
  margin-bottom: -12vw;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .group-text {
    margin-top: -12vw;
  }
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .text-wrapper {
    padding: 4vw;
    max-width: 44em;
  }
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .bg-image {
    margin-bottom: 0;
  }
  .section-story-block.text-wrapper-overlap .bg-img-top-text-bottom .story-block-extra-image {
    max-width: 44em;
  }
}

@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-light .story-block.bg-img-top-text-bottom .group-text, .section-story-block.text-wrapper-dark .story-block.bg-img-top-text-bottom .group-text {
    padding: 0 24px;
  }
}
.section-story-block.text-wrapper-light .story-block.bg-img-top-text-bottom .group-text .text-wrapper, .section-story-block.text-wrapper-dark .story-block.bg-img-top-text-bottom .group-text .text-wrapper {
  padding: calc(4vw * 1.5);
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-light .story-block.bg-img-top-text-bottom .group-text .text-wrapper, .section-story-block.text-wrapper-dark .story-block.bg-img-top-text-bottom .group-text .text-wrapper {
    padding: 4vw;
  }
}

.story-block.center-text-full-bg-image .title-eyebrow {
  text-align: center;
}
.story-block.center-text-full-bg-image .section-title {
  text-align: center;
}
.story-block.center-text-full-bg-image .story-block-text {
  text-align: left;
}
.story-block.center-text-full-bg-image h3,
.story-block.center-text-full-bg-image .subtitle {
  text-align: center;
}
.story-block.center-text-full-bg-image .story-block-inner {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 12vw 5vw;
}
@media (max-width: 575.98px) {
  .story-block.center-text-full-bg-image .story-block-inner {
    padding: 80px 24px;
  }
}
@media (max-width: 575.98px) {
  .story-block.center-text-full-bg-image .story-block-inner .story-block-mobile-image {
    margin-top: -80px;
  }
}
.story-block.center-text-full-bg-image .text-wrapper {
  max-width: 38em;
}
.story-block.center-text-full-bg-image .story-block-link-wrapper {
  justify-content: center;
}
@media (max-width: 575.98px) {
  .story-block.center-text-full-bg-image .story-block-link .s2_story_block__story-block-link a {
    display: block;
  }
}

.story-block.img-top-text-bottom .story-block-inner {
  padding: 0 0 12vw;
}
.story-block.img-top-text-bottom .bg-image {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .story-block.img-top-text-bottom .bg-image {
    margin-bottom: 4vw;
  }
}
.story-block.img-top-text-bottom .story-block-images {
  padding: 0px;
}
.story-block.img-top-text-bottom .story-block-images figure {
  margin: 0;
}
.story-block.img-top-text-bottom .story-block-images figure img {
  width: 100%;
}
.story-block.img-top-text-bottom .story-block-images figure figcaption {
  font-size: 14px;
  padding: 5px 24px;
  text-align: center;
}
.story-block.img-top-text-bottom .group-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .story-block.img-top-text-bottom .group-text {
    margin-top: 2em;
    padding: 0 24px;
  }
}
.story-block.img-top-text-bottom .group-text .story-block-extra-image {
  max-width: 38em;
}
.story-block.img-top-text-bottom .group-text .text-wrapper {
  max-width: 38em;
}
.story-block.img-top-text-bottom .group-text .title-eyebrow {
  text-align: center;
}
.story-block.img-top-text-bottom .group-text .section-title {
  text-align: center;
}
.story-block.img-top-text-bottom .group-text .story-block-text {
  text-align: left;
}
.story-block.img-top-text-bottom .group-text h3,
.story-block.img-top-text-bottom .group-text .subtitle {
  text-align: center;
}
.story-block.img-top-text-bottom .group-text .story-block-link-wrapper {
  justify-content: center;
}
@media (max-width: 575.98px) {
  .story-block.img-top-text-bottom .group-text .s2_story_block__story-block-link a {
    display: block;
  }
}

.paragraph--view-mode--img-top-text-bottom.reverse-order .story-block-inner {
  padding-bottom: 0;
}
.paragraph--view-mode--img-top-text-bottom.reverse-order .story-block-inner .bg-image {
  order: 2;
  margin-bottom: 0;
}
.paragraph--view-mode--img-top-text-bottom.reverse-order .story-block-inner .group-text {
  order: 1;
  padding: 12vw 5vw 80px;
}
.paragraph--view-mode--img-top-text-bottom.reverse-order.text-wrapper-overlap .group-text {
  margin-top: 0;
  margin-bottom: -12vw;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .group-text {
    margin-top: -12vw;
  }
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .text-wrapper {
    padding: 4vw;
    max-width: 44em;
  }
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .bg-image {
    margin-bottom: 0;
  }
  .section-story-block.text-wrapper-overlap .img-top-text-bottom .story-block-extra-image {
    max-width: 44em;
  }
}

@media (max-width: 575.98px) {
  .section-story-block.text-wrapper-light .story-block.img-top-text-bottom .group-text, .section-story-block.text-wrapper-dark .story-block.img-top-text-bottom .group-text {
    padding: 0 24px;
  }
}
.section-story-block.text-wrapper-light .story-block.img-top-text-bottom .group-text .text-wrapper, .section-story-block.text-wrapper-dark .story-block.img-top-text-bottom .group-text .text-wrapper {
  padding: calc(4vw * 1.5);
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-light .story-block.img-top-text-bottom .group-text .text-wrapper, .section-story-block.text-wrapper-dark .story-block.img-top-text-bottom .group-text .text-wrapper {
    padding: 4vw;
  }
}

@media (max-width: 767.98px) {
  .story-block.left-text-full-bg-image {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-full-bg-image .group-left {
    width: 50%;
    padding: 12vw 5vw;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .story-block.left-text-full-bg-image .group-left {
    padding: 80px 24px;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-full-bg-image .group-right {
    width: 50%;
    padding: 12vw 5vw 12vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .story-block.left-text-full-bg-image .group-right {
    padding: 80px 24px;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-full-bg-image .group-right figure {
    margin: 0;
  }
  .story-block.left-text-full-bg-image .group-right figure img {
    width: 100%;
  }
  .story-block.left-text-full-bg-image .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
  .story-block.left-text-full-bg-image .story-block-link-wrapper {
    justify-content: flex-start;
  }
}
.story-block.left-text-full-bg-image .title-eyebrow {
  text-align: left;
}
.story-block.left-text-full-bg-image .section-title {
  text-align: left;
}
@media (min-width: 768px) {
  .story-block.left-text-full-bg-image .story-block-extra-image {
    width: 100%;
    height: 100%;
    align-items: center;
  }
}
.story-block.left-text-full-bg-image .s2_story_block__story-block-extra-image {
  width: 100%;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .group-left {
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .bg-image,
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .image-overlay {
    max-width: 75vw;
    left: 25vw;
  }
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-full-bg-image .story-block-extra-image {
    margin: 0 -4vw 0;
  }
}
.section-story-block.text-wrapper-overlap.has-parallax .left-text-full-bg-image .bg-image {
  left: 44.15%;
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.left-text-full-bg-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.left-text-full-bg-image .group-left {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.left-text-full-bg-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.left-text-full-bg-image .group-left {
    width: 55%;
  }
}

@media (min-width: 576px) {
  .story-block.left-text-right-bg-image .group-left {
    width: 50%;
    padding: 12vw 5vw;
  }
  .story-block.left-text-right-bg-image .group-right {
    width: 50%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: right top;
  }
  .story-block.left-text-right-bg-image .group-right .story-block-extra-image {
    max-width: 70%;
    flex: 0 0 100%;
  }
  .story-block.left-text-right-bg-image .story-block-link-wrapper {
    justify-content: flex-start;
  }
}
.story-block.left-text-right-bg-image .title-eyebrow {
  text-align: left;
}
.story-block.left-text-right-bg-image .section-title {
  text-align: left;
}

@media (min-width: 576px) {
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .group-right {
    width: 65%;
    position: relative;
    z-index: 0;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .group-left {
    width: 35%;
    position: relative;
    right: -11vw;
    z-index: 1;
    padding: 8vw 0;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    align-self: center;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-bg-image .story-block-extra-image {
    margin: 0 -4vw 1em;
  }
}

@media (min-width: 576px) {
  .sb-image55-text45 .story-block.left-text-right-bg-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 55% auto;
  }
  .sb-image55-text45 .story-block.left-text-right-bg-image .group-left {
    width: 45%;
  }
}

@media (min-width: 576px) {
  .sb-image45-text55 .story-block.left-text-right-bg-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.left-text-right-bg-image .group-right.fixed {
    background-size: 45% auto;
  }
  .sb-image45-text55 .story-block.left-text-right-bg-image .group-left {
    width: 55%;
  }
}

@media (max-width: 767.98px) {
  .story-block.left-text-right-image .group-right {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.left-text-right-image .group-left {
    width: 50%;
    padding: 12vw 5vw;
  }
  .story-block.left-text-right-image .group-right {
    width: 50%;
    padding: 12vw 5vw 12vw 0;
    display: flex;
    align-items: center;
  }
  .story-block.left-text-right-image .group-right figure {
    margin: 0;
  }
  .story-block.left-text-right-image .group-right figure img {
    width: 100%;
  }
  .story-block.left-text-right-image .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
  .story-block.left-text-right-image .story-block-link-wrapper {
    justify-content: flex-start;
  }
}
.story-block.left-text-right-image .title-eyebrow {
  text-align: left;
}
.story-block.left-text-right-image .section-title {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-right {
    z-index: 0;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-right figure {
    width: 152%;
    max-width: 152%;
    position: relative;
    right: 50%;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .group-left .text-wrapper {
    align-self: center;
    position: relative;
    right: -4vw;
    margin: 0 -4vw;
  }
  .section-story-block.text-wrapper-overlap .left-text-right-image .story-block-extra-image {
    margin-right: -8vw;
  }
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.left-text-right-image .group-right {
    width: 55%;
  }
  .sb-image55-text45 .story-block.left-text-right-image .group-left {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.left-text-right-image .group-right {
    width: 45%;
  }
  .sb-image45-text55 .story-block.left-text-right-image .group-left {
    width: 55%;
  }
}

@media (max-width: 575.98px) {
  .story-block.right-text-full-bg-image {
    background-image: none;
  }
}
@media (min-width: 576px) {
  .story-block.right-text-full-bg-image .group-left {
    width: 50%;
    padding: 12vw 0 5vw 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .story-block.right-text-full-bg-image .group-left {
    padding: 80px 24px;
  }
}
@media (min-width: 576px) {
  .story-block.right-text-full-bg-image .group-left figure {
    margin: 0;
  }
  .story-block.right-text-full-bg-image .group-left figure img {
    width: 100%;
  }
  .story-block.right-text-full-bg-image .group-left figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.05em 0 0;
  }
  .story-block.right-text-full-bg-image .group-right {
    width: 50%;
    padding: 12vw 5vw;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .story-block.right-text-full-bg-image .group-right {
    padding: 80px 24px;
  }
}
@media (min-width: 576px) {
  .story-block.right-text-full-bg-image .story-block-link-wrapper {
    justify-content: flex-start;
  }
}
.story-block.right-text-full-bg-image .title-eyebrow {
  text-align: left;
}
.story-block.right-text-full-bg-image .section-title {
  text-align: left;
}
@media (min-width: 768px) {
  .story-block.right-text-full-bg-image .story-block-extra-image {
    width: 100%;
    height: 100%;
    align-items: center;
  }
}
.story-block.right-text-full-bg-image .s2_story_block__story-block-extra-image {
  width: 100%;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .group-right {
    display: flex;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .bg-image,
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .image-overlay {
    max-width: 75vw;
  }
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-full-bg-image .story-block-extra-image {
    margin: 0 -4vw;
  }
}
.section-story-block.text-wrapper-overlap.has-parallax:not(.text-wrapper-overlap) .right-text-full-bg-image .bg-image {
  left: 44.15%;
}
@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap.has-parallax .right-text-full-bg-image .bg-image {
    max-width: 50.85vw;
    left: 12%;
    background-position: left 32% center;
  }
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.right-text-full-bg-image .group-right {
    width: 45%;
  }
  .sb-image55-text45 .story-block.right-text-full-bg-image .group-left {
    width: 55%;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.right-text-full-bg-image .group-right {
    width: 55%;
  }
  .sb-image45-text55 .story-block.right-text-full-bg-image .group-left {
    width: 45%;
  }
}

@media (min-width: 576px) {
  .story-block.right-text-left-bg-image .group-left {
    width: 50%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .story-block.right-text-left-bg-image .group-right {
    width: 50%;
    padding: 12vw 5vw;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .story-block.right-text-left-bg-image .group-right {
    padding: 80px 24px;
  }
}
@media (min-width: 576px) {
  .story-block.right-text-left-bg-image .story-block-link-wrapper {
    justify-content: flex-start;
  }
}
.story-block.right-text-left-bg-image .title-eyebrow {
  text-align: left;
}
.story-block.right-text-left-bg-image .section-title {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .group-left {
    width: 65%;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .group-right {
    width: 35%;
    position: relative;
    left: -11vw;
    z-index: 0;
    padding: 12vw 0;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .text-wrapper {
    margin: 0 -4vw;
    padding: 4vw;
    align-self: center;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-bg-image .story-block-extra-image {
    margin: 0 -4vw 1em;
  }
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.right-text-left-bg-image .group-right {
    width: 45%;
  }
  .sb-image55-text45 .story-block.right-text-left-bg-image .group-left {
    width: 55%;
  }
  .sb-image55-text45 .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 55% auto;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.right-text-left-bg-image .group-right {
    width: 55%;
  }
  .sb-image45-text55 .story-block.right-text-left-bg-image .group-left {
    width: 45%;
  }
  .sb-image45-text55 .story-block.right-text-left-bg-image .group-left.fixed {
    background-size: 45% auto;
  }
}

@media (max-width: 767.98px) {
  .story-block.right-text-left-image .group-left .story-block-images {
    display: none;
  }
}
@media (min-width: 768px) {
  .story-block.right-text-left-image .group-left {
    width: 50%;
    padding: 12vw 0 12vw 5vw;
    display: flex;
    align-items: center;
  }
  .story-block.right-text-left-image .group-left figure {
    margin: 0;
  }
  .story-block.right-text-left-image .group-left figure img {
    width: 100%;
  }
  .story-block.right-text-left-image .group-left figcaption {
    text-align: center;
    font-size: 0.8em;
    margin: 0.5em 0 0;
  }
  .story-block.right-text-left-image .group-right {
    width: 50%;
    padding: 12vw 5vw;
  }
  .story-block.right-text-left-image .story-block-link-wrapper {
    justify-content: flex-start;
  }
}
.story-block.right-text-left-image .title-eyebrow {
  text-align: left;
}
.story-block.right-text-left-image .section-title {
  text-align: left;
}

@media (min-width: 768px) {
  .section-story-block.text-wrapper-overlap .right-text-left-image .group-left figure {
    width: 152%;
    max-width: 152%;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-image .group-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-image .group-right .text-wrapper {
    align-self: center;
    position: relative;
    left: -4vw;
    margin: 0 -4vw;
  }
  .section-story-block.text-wrapper-overlap .right-text-left-image .story-block-extra-image {
    margin-left: -8vw;
  }
}

@media (min-width: 768px) {
  .sb-image55-text45 .story-block.right-text-left-image .group-right {
    width: 45%;
  }
  .sb-image55-text45 .story-block.right-text-left-image .group-left {
    width: 55%;
  }
}

@media (min-width: 768px) {
  .sb-image45-text55 .story-block.right-text-left-image .group-right {
    width: 55%;
  }
  .sb-image45-text55 .story-block.right-text-left-image .group-left {
    width: 45%;
  }
}

.section-story-block .alternating-bg {
  background-color: rgba(181, 199, 216, 0.2);
}
.section-story-block .story-block {
  position: relative;
  overflow: hidden;
}
.section-story-block .story-block .bg-image {
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .section-story-block .image-overlay {
    display: none;
  }
}
.section-story-block .story-block-inner {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-inner {
    padding: 0 24px 80px;
  }
}
.section-story-block .group-left,
.section-story-block .group-right {
  flex: 0 1 auto;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  background-position: center center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .section-story-block .group-left,
  .section-story-block .group-right {
    width: 100%;
  }
}
.section-story-block .story-block-images {
  width: 100%;
}
.section-story-block .text-wrapper {
  background: transparent;
  padding: 0;
  margin: 0 0;
}
.section-story-block .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
  position: relative;
}
@media (max-width: 575.98px) {
  .section-story-block .section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 768px) {
  .section-story-block .section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 992px) {
  .section-story-block .section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
.section-story-block h3,
.section-story-block .subtitle {
  font-style: normal;
}
@media (max-width: 575.98px) {
  .section-story-block h3,
  .section-story-block .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .section-story-block h3,
  .section-story-block .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .section-story-block h3,
  .section-story-block .subtitle {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-text {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
@media (min-width: 768px) {
  .section-story-block .story-block-text {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
@media (min-width: 992px) {
  .section-story-block .story-block-text {
    font-size: clamp(18px, 1.5vw, 20px);
  }
}
.section-story-block .story-block-text ul {
  padding-left: 20px;
}
.section-story-block .story-block-link-wrapper {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em;
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-link-wrapper {
    justify-content: center;
  }
}
.section-story-block .story-block-link {
  text-align: flex-start;
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-link {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .section-story-block .s2_story_block__story-block-link {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .section-story-block .s2_story_block__story-block-link a.btn, .section-story-block .s2_story_block__story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-story-block .s2_story_block__story-block-link a, .section-story-block .s2_story_block__story-block-link a.modal-trigger--video, .section-story-block .s2_story_block__story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-story-block .s2_story_block__story-block-link a {
    width: 100%;
  }
}
.section-story-block .story-block-video {
  text-align: flex-start;
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-video {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .section-story-block .modal-trigger--video {
    width: 100%;
  }
}
.section-story-block .story-block-extra-image {
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-extra-image {
    margin-bottom: 1em;
  }
}
.section-story-block .story-block-extra-image figure {
  margin: 0;
}
.section-story-block .left-text-right-bg-image .story-block-extra-image,
.section-story-block .right-text-left-bg-image .story-block-extra-image,
.section-story-block .left-text-right-image .story-block-extra-image,
.section-story-block .right-text-left-image .story-block-extra-image,
.section-story-block .center-text-full-bg-image .story-block-extra-image {
  margin-bottom: 1em;
  order: 3;
}
.section-story-block .left-text-right-bg-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .right-text-left-bg-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .left-text-right-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .right-text-left-image .story-block-extra-image .s2_story_block__story-block-extra-image,
.section-story-block .center-text-full-bg-image .story-block-extra-image .s2_story_block__story-block-extra-image {
  max-width: 350px;
  width: 40vw;
}
.section-story-block.extra-image-bg .story-block-extra-image {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  text-align: center;
}
@media (max-width: 575.98px) {
  .section-story-block .story-block-mobile-image {
    margin: 0 -24px 2em;
  }
  .section-story-block .story-block-mobile-image img {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .section-story-block .story-block-mobile-image {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .section-story-block .group-left,
  .section-story-block .group-right {
    background-image: none !important;
  }
}

.section-story-block.bg-color-primary {
  background: #FFF400;
}
.section-story-block.bg-color-secondary {
  background: #FF00CE;
}
.section-story-block.bg-color-tertiary {
  background: #00FFEC;
}

.section-story-block.light-bg-color {
  background: #fff;
}
.section-story-block.light-bg-dark-text {
  background: #fff;
}
@media (min-width: 768px) {
  .section-story-block.light-bg-dark-text .image-overlay {
    background-color: rgba(255, 255, 255, 0.7);
  }
  .section-story-block.light-bg-dark-text .right-text-full-bg-image .image-overlay {
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.25) 42%, rgba(255, 255, 255, 0.35) 46%, rgba(255, 255, 255, 0.55) 55.5%, rgba(255, 255, 255, 0.65) 60%, rgba(255, 255, 255, 0.7) 65%);
  }
  .section-story-block.light-bg-dark-text .left-text-full-bg-image .image-overlay {
    background: rgba(255, 255, 255, 0.7);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 36%, rgba(255, 255, 255, 0.65) 41%, rgba(255, 255, 255, 0.55) 46%, rgba(255, 255, 255, 0.35) 55.5%, rgba(255, 255, 255, 0.25) 59%, rgba(255, 255, 255, 0) 65%);
  }
}
.section-story-block.light-bg-dark-text .section-title {
  color: rgba(0, 0, 0, 0.8);
}
.section-story-block.light-bg-dark-text .story-block-text {
  color: rgba(0, 0, 0, 0.8);
}
.section-story-block.light-bg-dark-text .story-block-text a {
  color: #FFF400;
}
.section-story-block.light-bg-dark-text .story-block-text a:hover {
  color: #999200;
}
.section-story-block.light-bg-dark-text .story-block-link a.btn, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a,
.section-story-block.light-bg-dark-text .story-block-video a.btn,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.section-story-block.light-bg-dark-text .story-block-link a.btn:hover, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a:hover, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video:hover, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a:hover, .section-story-block.light-bg-dark-text .story-block-link a.btn:active, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a:active, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video:active, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a:active, .section-story-block.light-bg-dark-text .story-block-link a.btn:focus, .section-story-block.light-bg-dark-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-link a:focus, .section-story-block.light-bg-dark-text .story-block-link a.modal-trigger--video:focus, .section-story-block.light-bg-dark-text .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-link a:focus,
.section-story-block.light-bg-dark-text .story-block-video a.btn:hover,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a:hover,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video:hover,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a:hover,
.section-story-block.light-bg-dark-text .story-block-video a.btn:active,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a:active,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video:active,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a:active,
.section-story-block.light-bg-dark-text .story-block-video a.btn:focus,
.section-story-block.light-bg-dark-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-story-block.light-bg-dark-text .story-block-video a:focus,
.section-story-block.light-bg-dark-text .story-block-video a.modal-trigger--video:focus,
.section-story-block.light-bg-dark-text .story-block-video .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-story-block.light-bg-dark-text .story-block-video a:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}

.section-story-block.dark-bg {
  background: #000;
}
.section-story-block.dark-bg-light-text {
  background: #000;
}
@media (min-width: 768px) {
  .section-story-block.dark-bg-light-text .image-overlay {
    background-color: rgba(0, 0, 0, 0.85);
  }
  .section-story-block.dark-bg-light-text .right-text-full-bg-image .image-overlay {
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.35) 46%, rgba(0, 0, 0, 0.55) 55.5%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.7) 65%);
  }
  .section-story-block.dark-bg-light-text .left-text-full-bg-image .image-overlay {
    background: rgba(0, 0, 0, 0.7);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0.65) 41%, rgba(0, 0, 0, 0.55) 46%, rgba(0, 0, 0, 0.35) 55.5%, rgba(0, 0, 0, 0.25) 59%, rgba(0, 0, 0, 0) 65%);
  }
}
.section-story-block.dark-bg-light-text .section-title {
  color: #fff;
}
.section-story-block.dark-bg-light-text .story-block-text,
.section-story-block.dark-bg-light-text .intro-body {
  color: #fff;
}
.section-story-block.dark-bg-light-text .story-block-text a,
.section-story-block.dark-bg-light-text .intro-body a {
  color: #FFF400;
}
.section-story-block.dark-bg-light-text .story-block-text a:hover,
.section-story-block.dark-bg-light-text .intro-body a:hover {
  color: #fff866;
}
.section-story-block.dark-bg-light-text .story-block-link a.btn, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a,
.section-story-block.dark-bg-light-text .story-block-video a.btn,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.section-story-block.dark-bg-light-text .story-block-link a.btn:hover, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a:hover, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video:hover, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a:hover, .section-story-block.dark-bg-light-text .story-block-link a.btn:active, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a:active, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video:active, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a:active, .section-story-block.dark-bg-light-text .story-block-link a.btn:focus, .section-story-block.dark-bg-light-text .story-block-link .album-wrapper .musical_album__album-purchase-link a:focus, .album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-link a:focus, .section-story-block.dark-bg-light-text .story-block-link a.modal-trigger--video:focus, .section-story-block.dark-bg-light-text .story-block-link .section-alert .alert .feature-box-button a:focus, .section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-link a:focus,
.section-story-block.dark-bg-light-text .story-block-video a.btn:hover,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:hover,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a:hover,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video:hover,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a:hover,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a:hover,
.section-story-block.dark-bg-light-text .story-block-video a.btn:active,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:active,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a:active,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video:active,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a:active,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a:active,
.section-story-block.dark-bg-light-text .story-block-video a.btn:focus,
.section-story-block.dark-bg-light-text .story-block-video .album-wrapper .musical_album__album-purchase-link a:focus,
.album-wrapper .musical_album__album-purchase-link .section-story-block.dark-bg-light-text .story-block-video a:focus,
.section-story-block.dark-bg-light-text .story-block-video a.modal-trigger--video:focus,
.section-story-block.dark-bg-light-text .story-block-video .section-alert .alert .feature-box-button a:focus,
.section-alert .alert .feature-box-button .section-story-block.dark-bg-light-text .story-block-video a:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.section-story-block.dark-bg-light-text .right-text-left-image .overlay,
.section-story-block.dark-bg-light-text .left-text-right-image .overlay {
  background: transparent;
}
.section-story-block.dark-bg-light-text figcaption {
  color: #fff;
}

@media (max-width: 575.98px) {
  .section-story-block .side-parallax {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-story-block .right-text-full-bg-image > .parallax-item,
  .section-story-block .right-text-full-bg-image > .fixed,
  .section-story-block .right-text-full-bg-image > .no-effect,
  .section-story-block .left-text-full-bg-image > .parallax-item,
  .section-story-block .left-text-full-bg-image > .fixed,
  .section-story-block .left-text-full-bg-image > .no-effect,
  .section-story-block .center-text-full-bg-image > .parallax-item,
  .section-story-block .center-text-full-bg-image > .fixed,
  .section-story-block .center-text-full-bg-image > .no-effect {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .section-story-block .parallax-wrapper {
    position: relative;
    overflow: hidden;
  }
  .section-story-block .side-parallax {
    position: absolute;
  }
}

.sb-title-only .story-block.center-text-full-bg-image .section-title {
  margin: 0;
}
.sb-title-only .story-block.center-text-full-bg-image .story-block-inner {
  padding: 4vw;
}

.section-story-block.text-center h2.section-title,
.section-story-block.text-center .story-block-text,
.section-story-block.text-center .s2_story_block__story-block-link {
  text-align: center !important;
}
.section-story-block.text-left h2.section-title,
.section-story-block.text-left .story-block-text,
.section-story-block.text-left .s2_story_block__story-block-link {
  text-align: left !important;
}
.section-story-block.text-right h2.section-title,
.section-story-block.text-right .story-block-text,
.section-story-block.text-right .s2_story_block__story-block-link {
  text-align: right !important;
}

.section-story-block.group-left-pt-0 .group-left {
  padding-top: 0 !important;
}
.section-story-block.group-left-pl-0 .group-left {
  padding-left: 0 !important;
}
.section-story-block.group-left-pr-0 .group-left {
  padding-right: 0 !important;
}
.section-story-block.group-left-pb-0 .group-left {
  padding-bottom: 0 !important;
}
.section-story-block.group-right-pt-0 .group-right {
  padding-top: 0 !important;
}
.section-story-block.group-right-pl-0 .group-right {
  padding-left: 0 !important;
}
.section-story-block.group-right-pr-0 .group-right {
  padding-right: 0 !important;
}
.section-story-block.group-right-pb-0 .group-right {
  padding-bottom: 0 !important;
  align-items: flex-end !important;
}
.section-story-block.group-left-text-sticky .story-block {
  overflow: visible;
}
@media (min-width: 768px) {
  .section-story-block.group-left-text-sticky .group-left .text-wrapper {
    position: sticky;
    top: 100px;
  }
}
.section-story-block.group-right-text-sticky .story-block {
  overflow: visible;
}
@media (min-width: 768px) {
  .section-story-block.group-right-text-sticky .group-right .text-wrapper {
    position: sticky;
    top: 100px;
  }
}
@media (min-width: 768px) {
  .section-story-block.group-left-image-sticky .story-block {
    overflow: visible;
  }
  .section-story-block.group-left-image-sticky .group-left {
    align-items: flex-start;
  }
  .section-story-block.group-left-image-sticky .group-left .story-block-images {
    position: sticky;
    top: 100px;
  }
}
@media (min-width: 768px) {
  .section-story-block.group-right-image-sticky .story-block {
    overflow: visible;
  }
  .section-story-block.group-right-image-sticky .group-right {
    align-items: flex-start;
  }
  .section-story-block.group-right-image-sticky .group-right .story-block-images {
    position: sticky;
    top: 100px;
  }
}
.section-story-block.min-height-40vw .story-block-inner {
  min-height: 40vw;
}
.section-story-block.min-height-50vw .story-block-inner {
  min-height: 50vw;
}
.section-story-block.min-height-60vw .story-block-inner {
  min-height: 60vw;
}
.section-story-block.min-height-70vw .story-block-inner {
  min-height: 70vw;
}
.section-story-block.min-height-80vw .story-block-inner {
  min-height: 80vw;
}
.section-story-block.min-height-90vw .story-block-inner {
  min-height: 90vw;
}
.section-story-block.min-height-100vw .story-block-inner {
  min-height: 100vw;
}

@media (min-width: 768px) {
  .link-align-left .story-block .story-block-link-wrapper {
    justify-content: flex-start !important;
  }
}

@media (min-width: 768px) {
  .link-align-right .story-block .story-block-link-wrapper {
    justify-content: flex-end !important;
  }
}

@media (min-width: 768px) {
  .link-align-center .story-block .story-block-link-wrapper {
    justify-content: center !important;
  }
}

.section-story-block.has-bg-video .lazy-load-bg-image {
  background-image: none !important;
}

.story-block-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.story-block.left-text-full-bg-image,
.story-block.center-text-full-bg-image,
.story-block.right-text-full-bg-image {
  position: relative;
}

.story-block.left-text-right-bg-image .group-right,
.story-block.right-text-left-bg-image .group-left {
  position: relative;
}

.section-image-two-across {
  background: transparent;
}
.section-image-two-across .story-block {
  position: relative;
  overflow: hidden;
}
.section-image-two-across .story-block-inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  z-index: 1;
  gap: 40px;
  padding: 12vw 5vw;
}
@media (max-width: 575.98px) {
  .section-image-two-across .story-block-inner {
    flex-flow: column wrap;
    padding: 80px 24px;
  }
}
.section-image-two-across.gap-0 .story-block-inner {
  grid-gap: calc(20px * 0);
}
.section-image-two-across.gap-1 .story-block-inner {
  grid-gap: calc(20px * 1);
}
.section-image-two-across.gap-2 .story-block-inner {
  grid-gap: calc(20px * 1.5);
}
.section-image-two-across.gap-3 .story-block-inner {
  grid-gap: calc(20px * 2);
}
.section-image-two-across.gap-4 .story-block-inner {
  grid-gap: calc(20px * 2.5);
}
.section-image-two-across.gap-5 .story-block-inner {
  grid-gap: calc(20px * 3);
}
.section-image-two-across.gap-6 .story-block-inner {
  grid-gap: calc(20px * 3.5);
}
.section-image-two-across.gap-7 .story-block-inner {
  grid-gap: calc(20px * 4);
}
.section-image-two-across.gap-8 .story-block-inner {
  grid-gap: calc(20px * 4.5);
}
.section-image-two-across.gap-9 .story-block-inner {
  grid-gap: calc(20px * 5);
}
.section-image-two-across.gap-10 .story-block-inner {
  grid-gap: calc(20px * 5.5);
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-0-sm .story-block-inner {
    grid-gap: calc(20px * 0);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-1-sm .story-block-inner {
    grid-gap: calc(20px * 1);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-2-sm .story-block-inner {
    grid-gap: calc(20px * 1.5);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-3-sm .story-block-inner {
    grid-gap: calc(20px * 2);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-4-sm .story-block-inner {
    grid-gap: calc(20px * 2.5);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-5-sm .story-block-inner {
    grid-gap: calc(20px * 3);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-6-sm .story-block-inner {
    grid-gap: calc(20px * 3.5);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-7-sm .story-block-inner {
    grid-gap: calc(20px * 4);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-8-sm .story-block-inner {
    grid-gap: calc(20px * 4.5);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-9-sm .story-block-inner {
    grid-gap: calc(20px * 5);
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across.gap-10-sm .story-block-inner {
    grid-gap: calc(20px * 5.5);
  }
}
.section-image-two-across .group-left,
.section-image-two-across .group-right {
  flex: 0 1 auto;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.section-image-two-across .group-left figure,
.section-image-two-across .group-right figure {
  margin: 0;
}
.section-image-two-across .group-left figure img,
.section-image-two-across .group-right figure img {
  width: 100%;
}
@media (max-width: 575.98px) {
  .section-image-two-across .group-left,
  .section-image-two-across .group-right {
    width: 100%;
    flex-direction: column;
  }
}
.section-image-two-across.image-two-across-equal-height .story-block-image-1,
.section-image-two-across.image-two-across-equal-height .story-block-image-2,
.section-image-two-across.image-two-across-equal-height .image_two_across__story-block-extra-image,
.section-image-two-across.image-two-across-equal-height .image_two_across__story-block-images,
.section-image-two-across.image-two-across-equal-height figure {
  height: 100%;
}
.section-image-two-across.image-two-across-equal-height img {
  height: 100%;
  object-fit: cover;
}
.section-image-two-across.image-two-across-equal-height figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  left: 0;
}
@media (min-width: 768px) {
  .section-image-two-across.image-two-across-equal-height .group-left figcaption {
    width: calc(100% - 1px);
  }
}
@media (min-width: 768px) {
  .section-image-two-across .group-left,
  .section-image-two-across .group-right {
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  .section-image-two-across .group-left figcaption,
  .section-image-two-across .group-right figcaption {
    text-align: center;
    font-size: 0.8em;
    font-family: "Roboto", sans-serif;
    margin: 0.05em 0 0;
  }
  .section-image-two-across .group-left {
    width: 50%;
  }
  .section-image-two-across .group-left .story-block-image-1 {
    width: 100%;
  }
  .section-image-two-across .group-right {
    width: 50%;
  }
  .section-image-two-across .group-right .story-block-image-2 {
    width: 100%;
  }
  .section-image-two-across.image-two-across-60-40 .group-left {
    width: 60%;
  }
  .section-image-two-across.image-two-across-60-40 .group-right {
    width: 40%;
  }
  .section-image-two-across.image-two-across-40-60 .group-left {
    width: 40%;
  }
  .section-image-two-across.image-two-across-40-60 .group-right {
    width: 60%;
  }
  .section-image-two-across.image-two-across-70-30 .group-left {
    width: 70%;
  }
  .section-image-two-across.image-two-across-70-30 .group-right {
    width: 30%;
  }
  .section-image-two-across.image-two-across-30-70 .group-left {
    width: 30%;
  }
  .section-image-two-across.image-two-across-30-70 .group-right {
    width: 70%;
  }
  .section-image-two-across.image-two-across-75-25 .group-left {
    width: 75%;
  }
  .section-image-two-across.image-two-across-75-25 .group-right {
    width: 25%;
  }
  .section-image-two-across.image-two-across-25-75 .group-left {
    width: 25%;
  }
  .section-image-two-across.image-two-across-25-75 .group-right {
    width: 75%;
  }
  .section-image-two-across.image-two-across-65-35 .group-left {
    width: 65%;
  }
  .section-image-two-across.image-two-across-65-35 .group-right {
    width: 35%;
  }
  .section-image-two-across.image-two-across-35-65 .group-left {
    width: 35%;
  }
  .section-image-two-across.image-two-across-35-65 .group-right {
    width: 65%;
  }
  .section-image-two-across.image-two-across-55-45 .group-left {
    width: 55%;
  }
  .section-image-two-across.image-two-across-55-45 .group-right {
    width: 45%;
  }
  .section-image-two-across.image-two-across-45-55 .group-left {
    width: 45%;
  }
  .section-image-two-across.image-two-across-45-55 .group-right {
    width: 55%;
  }
}
@media (max-width: 575.98px) {
  .section-image-two-across .story-block-mobile-image {
    margin: 0 -5vw 2em;
  }
  .section-image-two-across .story-block-mobile-image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-image-two-across .story-block-mobile-image {
    display: none;
  }
}

.section-image-two-across.bg-color-primary {
  background: #FFF400;
}
.section-image-two-across.bg-color-secondary {
  background: #FF00CE;
}
.section-image-two-across.bg-color-tertiary {
  background: #00FFEC;
}

.section-image-two-across.light-bg {
  background: #fff;
}
.section-image-two-across.dark-text {
  background: #fff;
}
.section-image-two-across.dark-text figcaption {
  color: rgba(0, 0, 0, 0.8) !important;
}

.section-image-two-across.dark-bg {
  background: #000;
}
.section-image-two-across.light-text figcaption {
  color: #fff !important;
}

.section-image {
  padding: 0;
  background: transparent;
  height: 80vh;
  overflow: hidden;
}
.section-image .parallax-item > div {
  top: 10%;
}
.section-image .bg-image {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .section-image.img-height-25 {
    height: 25vh;
  }
  .section-image.img-height-30 {
    height: 30vh;
  }
  .section-image.img-height-40 {
    height: 40vh;
  }
  .section-image.img-height-50 {
    height: 50vh;
  }
  .section-image.img-height-75 {
    height: 75vh;
  }
  .section-image.img-height-100 {
    height: 100vh;
  }
}

@media (max-width: 575.98px) {
  .section-image {
    padding: 0;
    max-height: 812px;
    height: 80vh;
    overflow: hidden;
  }
  .section-image .fixed {
    background-attachment: scroll !important;
  }
}
@media (max-width: 767.98px) {
  .section-image.has-mobile-image {
    height: auto;
  }
  .section-image.has-mobile-image .bg-image {
    display: none;
  }
  .section-image.has-mobile-image .mobile-image-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .section-image.has-mobile-image .mobile-image-wrapper {
    display: none;
  }
}

.section-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-image figcaption,
.section-image .image-caption {
  text-align: center;
  padding: 1em 2em;
  font-size: clamp(14px, 1.5vw, 18px);
  z-index: 1;
  line-height: 1.3;
}

.section-instagram {
  background: transparent;
  overflow: hidden;
}
.section-instagram .intro .section-title {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.section-instagram .intro .intro-body {
  text-align: center;
}
.section-instagram .intro .section-link {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.section-instagram .widget-wrapper {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.section-subscribe {
  background: transparent;
}
.section-subscribe .intro .section-title {
  text-align: center;
}
.section-subscribe .intro .intro-body {
  text-align: center;
}
.section-subscribe .form-embed {
  max-width: 400px;
  margin: 0 auto;
}

.section-subscribe .intro p {
  margin-bottom: 35px;
}
.section-subscribe form {
  justify-content: center;
  display: flex;
}
.section-subscribe form .form-control,
.section-subscribe form input[type=email] {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 9px;
  height: 45px;
  margin-right: 10px;
  min-width: 250px;
}
.section-subscribe form .btn, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a, .section-subscribe form .modal-trigger--video, .section-subscribe form .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .section-subscribe form a, .section-subscribe .section-contact-form form button, .section-contact-form .section-subscribe form button {
  padding: 16px 32px;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.section-subscribe form .btn:hover, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a:hover, .section-subscribe form .modal-trigger--video:hover, .section-subscribe form .section-alert .alert .feature-box-button a:hover, .section-alert .alert .feature-box-button .section-subscribe form a:hover, .section-subscribe .section-contact-form form button:hover, .section-contact-form .section-subscribe form button:hover {
  opacity: 1;
}
.section-subscribe form .btn:active, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a:active, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a:active, .section-subscribe form .modal-trigger--video:active, .section-subscribe form .section-alert .alert .feature-box-button a:active, .section-alert .alert .feature-box-button .section-subscribe form a:active, .section-subscribe .section-contact-form form button:active, .section-contact-form .section-subscribe form button:active {
  transform: translateY(1px);
}
.section-subscribe form .btn-primary, .section-subscribe form .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .section-subscribe form a, .section-subscribe form .modal-trigger--video {
  background-color: #055ada !important;
  color: #fff;
  outline: none !important;
}

.section-map {
  background-color: #000;
}
.section-map iframe {
  width: 100%;
  height: 500px;
}
.section-map .google_map__google-map-address {
  margin-bottom: -9px;
}

.modal-button-wrapper {
  padding: 3vw 5vw;
  text-align: center;
  background: transparent;
  position: relative;
}

.modal-content {
  font-size: 0.8em;
}
.modal-content .modal-header {
  padding-left: 2em;
  border: 0;
}
.modal-content .modal-image figure {
  margin: 0;
}
.modal-content .modal-body {
  padding: 1.5em 2em 0;
}
.modal-content .modal-footer {
  justify-content: center;
  border: 0;
  padding: 1.5em 2em 1.5em;
}
.modal-content .modal-footer a.btn, .modal-content .modal-footer .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .modal-content .modal-footer a, .modal-content .modal-footer a.modal-trigger--video, .modal-content .modal-footer .section-alert .alert .feature-box-button a, .section-alert .alert .feature-box-button .modal-content .modal-footer a {
  width: 100%;
  display: block;
  margin: 0;
}

.catalog .section-content-items .content-row > .col {
  padding: 0;
}
.catalog .catalog-item.even .album-wrapper {
  background: transparent;
}
.catalog .catalog-item.odd .album-wrapper {
  background: rgba(181, 199, 216, 0.2);
}

.album-wrapper {
  padding: 4rem 0;
  position: relative;
  border-bottom: 0px solid #444;
}
@media (max-width: 575.98px) {
  .album-wrapper .album-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .album-wrapper .album-item-1 {
    padding: 0 30px;
  }
}
.album-wrapper .album-item-1 .musical_album__album-purchase-button span[itemprop=price] {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.album-wrapper .musical_album__album-art {
  margin-bottom: 1.5em;
}
.album-wrapper .musical_album__album-art img {
  width: 100%;
  height: auto;
}
.album-wrapper .musical_album__album-purchase-link {
  margin-bottom: 1rem;
}
.album-wrapper .musical_album__album-purchase-link a {
  display: block;
  text-align: center;
}
.album-wrapper .musical_album__album-purchase-link a:hover {
  text-decoration: none;
}
.album-wrapper .album-title {
  color: #fff;
}
.album-wrapper .album-artist {
  font-weight: normal;
  font-size: 1em;
}
.album-wrapper .album-description {
  color: #AFAFAF;
}
@media (min-width: 992px) {
  .album-wrapper .album-description {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .album-wrapper .album-description {
    font-size: 0.8em;
  }
}
.album-wrapper .album-description p:first-child {
  margin-top: 1.5em;
}
.album-wrapper .album-description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .album-wrapper .album-item-2 {
    padding: 0 30px;
  }
}
.album-wrapper .album-tracks {
  font-size: 16px;
}
.album-wrapper .album-tracks ol {
  padding-left: 30px;
}
.album-wrapper .album-tracks ol li {
  margin-bottom: 10px;
}

.album-wrapper.light-bg-dark-text {
  background: #fff !important;
}
.album-wrapper.light-bg-dark-text h2.album-title {
  color: rgba(0, 0, 0, 0.8);
}
.album-wrapper.light-bg-dark-text h2.album-title a {
  color: #FFF400;
}
.album-wrapper.light-bg-dark-text h2.album-title a:hover {
  color: #999200;
}
.album-wrapper.light-bg-dark-text .album-artist,
.album-wrapper.light-bg-dark-text .album-description,
.album-wrapper.light-bg-dark-text .musical_album__album-track-list {
  color: rgba(0, 0, 0, 0.8);
}
.album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a,
.album-wrapper.light-bg-dark-text a.standalone-page-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a:hover, .album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a:active, .album-wrapper.light-bg-dark-text .musical_album__album-purchase-link a:focus,
.album-wrapper.light-bg-dark-text a.standalone-page-link:hover,
.album-wrapper.light-bg-dark-text a.standalone-page-link:active,
.album-wrapper.light-bg-dark-text a.standalone-page-link:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.album-wrapper.light-bg {
  background: #fff !important;
}

.album-wrapper.dark-bg-light-text {
  background: #000 !important;
}
.album-wrapper.dark-bg-light-text h2.album-title {
  color: #fff;
}
.album-wrapper.dark-bg-light-text h2.album-title a {
  color: #FFF400;
}
.album-wrapper.dark-bg-light-text h2.album-title a:hover {
  color: #fff866;
}
.album-wrapper.dark-bg-light-text .album-artist,
.album-wrapper.dark-bg-light-text .album-description,
.album-wrapper.dark-bg-light-text .musical_album__album-track-list {
  color: #fff;
}
.album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a,
.album-wrapper.dark-bg-light-text a.standalone-page-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a:hover, .album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a:active, .album-wrapper.dark-bg-light-text .musical_album__album-purchase-link a:focus,
.album-wrapper.dark-bg-light-text a.standalone-page-link:hover,
.album-wrapper.dark-bg-light-text a.standalone-page-link:active,
.album-wrapper.dark-bg-light-text a.standalone-page-link:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.album-wrapper.dark-bg {
  background: #000 !important;
}

.album-wrapper.light-text h2.album-title {
  color: #fff;
}
.album-wrapper.light-text h2.album-title a {
  color: #FFF400;
}
.album-wrapper.light-text h2.album-title a:hover {
  color: #fff866;
}
.album-wrapper.light-text .album-artist,
.album-wrapper.light-text .album-description,
.album-wrapper.light-text .musical_album__album-track-list {
  color: #fff;
}
.album-wrapper.light-text .musical_album__album-purchase-link a,
.album-wrapper.light-text a.standalone-page-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.album-wrapper.light-text .musical_album__album-purchase-link a:hover, .album-wrapper.light-text .musical_album__album-purchase-link a:active, .album-wrapper.light-text .musical_album__album-purchase-link a:focus,
.album-wrapper.light-text a.standalone-page-link:hover,
.album-wrapper.light-text a.standalone-page-link:active,
.album-wrapper.light-text a.standalone-page-link:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}

.album-wrapper.dark-text h2.album-title {
  color: rgba(0, 0, 0, 0.8);
}
.album-wrapper.dark-text h2.album-title a {
  color: #FFF400;
}
.album-wrapper.dark-text h2.album-title a:hover {
  color: #999200;
}
.album-wrapper.dark-text .album-artist,
.album-wrapper.dark-text .album-description,
.album-wrapper.dark-text .musical_album__album-track-list {
  color: rgba(0, 0, 0, 0.8);
}
.album-wrapper.dark-text .musical_album__album-purchase-link a,
.album-wrapper.dark-text a.standalone-page-link {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.album-wrapper.dark-text .musical_album__album-purchase-link a:hover, .album-wrapper.dark-text .musical_album__album-purchase-link a:active, .album-wrapper.dark-text .musical_album__album-purchase-link a:focus,
.album-wrapper.dark-text a.standalone-page-link:hover,
.album-wrapper.dark-text a.standalone-page-link:active,
.album-wrapper.dark-text a.standalone-page-link:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}

@media (max-width: 767.98px) {
  .page-album {
    padding: 8vw 0;
  }
}
@media (min-width: 992px) {
  .page-album {
    padding: 5vw 0 8vw 0;
  }
}
.page-album .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
.page-album h1.page-title,
.page-album h1.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .page-album h1.page-title,
  .page-album h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 768px) {
  .page-album h1.page-title,
  .page-album h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 992px) {
  .page-album h1.page-title,
  .page-album h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}

/*
* {
  background-color: transparent;
}

.sidebar,
#navigation,
#header-region,
#footer,
.breadcrumb,
.tabs,
.feed-icon,
.links {
  display: none;
}

.layout-container {
  width: 100%;
}

#content,
.title {
  margin: 20px 0;
  width: auto;
}

a {
  &:hover,
  &:active,
  &:link,
  &:visited {
    color: black;
  }
}
*/
.snipcart-modal__container {
  z-index: 101 !important;
}
.snipcart-modal__container.snipcart-cart-summary--edit {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

.catalog .section-content-items > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.catalog .catalog-item.even .product-wrapper {
  background: transparent;
}
.catalog .catalog-item.odd .product-wrapper {
  background: rgba(181, 199, 216, 0.2);
}

.product-wrapper {
  padding: 3rem 0;
  position: relative;
  border-bottom: 0px solid #444;
}
.product-wrapper .product-title {
  color: #fff;
}
.product-wrapper .price {
  font-size: 24px;
  font-weight: bold;
}
.product-wrapper .product-item-1 {
  text-align: center;
}
@media (max-width: 575.98px) {
  .product-wrapper .product-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product-item-1 {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product-item-2 {
    padding: 0 30px;
  }
}
.product-wrapper .snipcart_product__product-description > div:first-of-type {
  display: none;
}
@media (min-width: 992px) {
  .product-wrapper .product-description {
    font-size: 16px;
  }
}
.product-wrapper .product-description p:last-child {
  margin-bottom: 0;
}

.product-wrapper.light-bg-dark-text {
  background: #fff !important;
}
.product-wrapper.light-bg-dark-text .product-title {
  color: rgba(0, 0, 0, 0.8);
}
.product-wrapper.light-bg-dark-text .product-title a {
  color: #FFF400;
}
.product-wrapper.light-bg-dark-text .product-title a:hover {
  color: #999200;
}
.product-wrapper.light-bg-dark-text .product-price-link-wrapper,
.product-wrapper.light-bg-dark-text .product-description {
  color: rgba(0, 0, 0, 0.8);
}
.product-wrapper.light-bg-dark-text .snipcart-add-item {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.product-wrapper.light-bg-dark-text .snipcart-add-item:hover, .product-wrapper.light-bg-dark-text .snipcart-add-item:active, .product-wrapper.light-bg-dark-text .snipcart-add-item:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.product-wrapper.light-bg {
  background: #fff !important;
}

.product-wrapper.dark-bg-light-text {
  background: #000 !important;
}
.product-wrapper.dark-bg-light-text .product-title {
  color: #fff;
}
.product-wrapper.dark-bg-light-text .product-title a {
  color: #FFF400;
}
.product-wrapper.dark-bg-light-text .product-title a:hover {
  color: #fff866;
}
.product-wrapper.dark-bg-light-text .product-price-link-wrapper,
.product-wrapper.dark-bg-light-text .product-description {
  color: #fff;
}
.product-wrapper.dark-bg-light-text .snipcart-add-item {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.product-wrapper.dark-bg-light-text .snipcart-add-item:hover, .product-wrapper.dark-bg-light-text .snipcart-add-item:active, .product-wrapper.dark-bg-light-text .snipcart-add-item:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.product-wrapper.dark-bg {
  background: #000 !important;
}

.product-wrapper.light-text .product-title {
  color: #fff;
}
.product-wrapper.light-text .product-title a {
  color: #FFF400;
}
.product-wrapper.light-text .product-title a:hover {
  color: #fff866;
}
.product-wrapper.light-text .product-price-link-wrapper,
.product-wrapper.light-text .product-description {
  color: #fff;
}
.product-wrapper.light-text .snipcart-add-item {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.product-wrapper.light-text .snipcart-add-item:hover, .product-wrapper.light-text .snipcart-add-item:active, .product-wrapper.light-text .snipcart-add-item:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}

.product-wrapper.dark-text .product-title {
  color: rgba(0, 0, 0, 0.8);
}
.product-wrapper.dark-text .product-title a {
  color: #FFF400;
}
.product-wrapper.dark-text .product-title a:hover {
  color: #999200;
}
.product-wrapper.dark-text .product-price-link-wrapper,
.product-wrapper.dark-text .product-description {
  color: rgba(0, 0, 0, 0.8);
}
.product-wrapper.dark-text .snipcart-add-item {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.product-wrapper.dark-text .snipcart-add-item:hover, .product-wrapper.dark-text .snipcart-add-item:active, .product-wrapper.dark-text .snipcart-add-item:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}

@media (max-width: 767.98px) {
  .page-product.paragraph--type--snipcart-product {
    padding: 8vw 0;
  }
}
@media (min-width: 992px) {
  .page-product.paragraph--type--snipcart-product {
    padding: 5vw 0 8vw 0;
  }
}
.page-product .back-to-catalog-page {
  display: flex;
  justify-content: center;
  margin: 0 auto 2em;
}
.page-product .back-to-catalog-page a.back-to-catalog-page-link {
  text-align: center;
  display: inline-block;
  background: rgba(181, 199, 216, 0.2);
  padding: 6px 16px;
  color: #AFAFAF;
  font-size: 0.7em;
  line-height: 1;
  margin-bottom: 30px;
  border-radius: 3px;
}
.page-product .back-to-catalog-page a.back-to-catalog-page-link:before {
  content: "<";
  display: inline-block;
  margin-right: 5px;
}
.page-product .title-wrapper {
  text-align: center;
  margin-bottom: 2em;
}
.page-product h1.page-title,
.page-product h1.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .page-product h1.page-title,
  .page-product h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 768px) {
  .page-product h1.page-title,
  .page-product h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 992px) {
  .page-product h1.page-title,
  .page-product h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}

.paragraph--type--snipcart-product {
  padding: 4rem 0;
  position: relative;
  border-bottom: 0px solid #444;
}
.paragraph--type--snipcart-product .product-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease-in all;
  border: 0px solid #444;
  padding: 0;
  margin: 0 0 1em 0;
}
@media (max-width: 575.98px) {
  .paragraph--type--snipcart-product .product-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--snipcart-product .product-title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--snipcart-product .product-title {
    font-size: 30px;
  }
}
.paragraph--type--snipcart-product .product-title a.standalone-page-title-link {
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in all;
}
.paragraph--type--snipcart-product .product-title a.standalone-page-title-link:hover {
  color: #FF00CE;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .paragraph--type--snipcart-product .product-item-1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--snipcart-product .product-item-1 {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--snipcart-product .product-item-2 {
    padding-left: 30px;
  }
}
.paragraph--type--snipcart-product .product-item-1 img {
  width: 100%;
  height: auto;
}
.paragraph--type--snipcart-product .product-description {
  color: #AFAFAF;
}
@media (min-width: 992px) {
  .paragraph--type--snipcart-product .product-description {
    font-size: 0.8em;
  }
}
.paragraph--type--snipcart-product .product-description p:last-child {
  margin-bottom: 0;
}

.dark-text.paragraph--type--snipcart-product .product-title {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.paragraph--type--snipcart-product .product-description {
  color: rgba(0, 0, 0, 0.8) !important;
}
.dark-text.paragraph--type--snipcart-product a.standalone-page-title-link {
  color: #FFF400;
}
.dark-text.paragraph--type--snipcart-product a.standalone-page-title-link:hover {
  color: #999200;
}
.dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video, .dark-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--snipcart-product a.snipcart-add-item, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:hover, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:hover, .dark-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:hover, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--snipcart-product a.snipcart-add-item:hover, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:active, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:active, .dark-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:active, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--snipcart-product a.snipcart-add-item:active, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:focus, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:focus, .dark-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:focus, .album-wrapper .musical_album__album-purchase-link .dark-text.paragraph--type--snipcart-product a.snipcart-add-item:focus, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:hover, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:active, .dark-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:focus {
  background: #b30090;
  color: #000 !important;
  border-color: #b30090;
}
.dark-text.paragraph--type--snipcart-product .snipcart-add-item:not(.btn):not(.modal-trigger--video) {
  color: #FFF400 !important;
}
.dark-text.paragraph--type--snipcart-product .snipcart-add-item:not(.btn):not(.modal-trigger--video):hover {
  color: #999200 !important;
}

.light-text.paragraph--type--snipcart-product .product-title {
  color: #fff !important;
}
.light-text.paragraph--type--snipcart-product .product-description {
  color: #fff !important;
}
.light-text.paragraph--type--snipcart-product a.standalone-page-title-link {
  color: #FFF400;
}
.light-text.paragraph--type--snipcart-product a.standalone-page-title-link:hover {
  color: #fff866;
}
.light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary, .light-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video, .light-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product a.snipcart-add-item, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary {
  background: #FFF400;
  color: #000 !important;
  border-color: #FFF400;
}
.light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:hover, .light-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:hover, .light-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:hover, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product a.snipcart-add-item:hover, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:active, .light-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:active, .light-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:active, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product a.snipcart-add-item:active, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-primary:focus, .light-text.paragraph--type--snipcart-product .snipcart-add-item.modal-trigger--video:focus, .light-text.paragraph--type--snipcart-product .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:focus, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product a.snipcart-add-item:focus, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:hover, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:active, .light-text.paragraph--type--snipcart-product .snipcart-add-item.btn-secondary:focus {
  background: #b30090;
  color: #fff !important;
  border-color: #b30090;
}
.light-text.paragraph--type--snipcart-product .snipcart-add-item:not(.btn):not(.modal-trigger--video) {
  color: #FFF400 !important;
}
.light-text.paragraph--type--snipcart-product .snipcart-add-item:not(.btn):not(.modal-trigger--video):hover {
  color: #fff866 !important;
}

@media (max-width: 575.98px) {
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .product-title {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .product-description {
    color: rgba(0, 0, 0, 0.8) !important;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile a.standalone-page-title-link {
    color: #FFF400;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile a.standalone-page-title-link:hover {
    color: #999200;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-primary, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.modal-trigger--video, .light-text.paragraph--type--snipcart-product.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product.dark-text-mobile a.snipcart-add-item, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-secondary {
    background: #FFF400;
    color: #000 !important;
    border-color: #FFF400;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-primary:hover, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.modal-trigger--video:hover, .light-text.paragraph--type--snipcart-product.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:hover, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product.dark-text-mobile a.snipcart-add-item:hover, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-primary:active, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.modal-trigger--video:active, .light-text.paragraph--type--snipcart-product.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:active, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product.dark-text-mobile a.snipcart-add-item:active, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-primary:focus, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.modal-trigger--video:focus, .light-text.paragraph--type--snipcart-product.dark-text-mobile .album-wrapper .musical_album__album-purchase-link a.snipcart-add-item:focus, .album-wrapper .musical_album__album-purchase-link .light-text.paragraph--type--snipcart-product.dark-text-mobile a.snipcart-add-item:focus, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-secondary:hover, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-secondary:active, .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item.btn-secondary:focus {
    background: #b30090;
    color: #000 !important;
    border-color: #b30090;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item:not(.btn):not(.modal-trigger--video) {
    color: #FFF400 !important;
  }
  .light-text.paragraph--type--snipcart-product.dark-text-mobile .snipcart-add-item:not(.btn):not(.modal-trigger--video):hover {
    color: #999200 !important;
  }
}

.site_v2__header-section .social_links__social-links-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 15px;
  gap: 10px;
}
@media (min-width: 992px) {
  .site_v2__header-section .social_links__social-links-list {
    border-left: 1px solid rgba(50, 50, 50, 0.3);
    margin-left: 5px;
    height: 40px;
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .site_v2__header-section .social_links__social-links-list {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.75rem 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.site_v2__header-section .social_links__social-links-list a {
  display: block;
  padding: 0 5px;
}
.site_v2__header-section .social_links__social-links-list a i {
  transition: all 0.2s ease-in;
}
.site_v2__header-section .social_links__social-links-list a:hover i {
  color: #FFF400;
  border-color: transparent;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .site_v2__header-section .social_links__social-links-list a:hover i {
    color: #FFF400;
  }
}
.site_v2__header-section .social_links__social-links-list i {
  font-size: 1em;
  display: inline-block;
  color: #d2d2d2;
  margin: 0;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 50%;
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}
.site_v2__header-section .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}
@media (max-width: 767.98px) {
  .site_v2__header-section .social_links__social-links-list i {
    font-size: calc(1em * 1.5);
    color: #fff;
  }
}

.section-social-links {
  background: transparent;
}
@media (max-width: 767.98px) {
  .section-social-links.section {
    padding: 80px 24px;
  }
}
@media (min-width: 768px) {
  .section-social-links.section {
    padding: 12vw 5vw;
  }
}
.section-social-links .intro .section-title {
  text-align: center;
}
.section-social-links .intro .intro-body {
  text-align: center;
}
.section-social-links .social_links__social-links-list {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.section-social-links .social_links__social-links-list a {
  display: block;
}
.section-social-links .social_links__social-links-list a:hover i {
  color: #fff74d;
  border-color: #fff74d;
  background-color: transparent;
}
.section-social-links .social_links__social-links-list i {
  font-size: 2rem;
  display: inline-block;
  color: #FFF400;
  margin: 0;
  width: calc(2rem * 2);
  height: calc(2rem * 2);
  border: 1px solid #FFF400;
  text-align: center;
  border-radius: 50%;
  line-height: calc(2rem * 2);
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}
.section-social-links .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}

.section-footer .footer-social {
  margin: 1em 0;
}
.section-footer .social_links__social-links-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 4px;
  gap: 15px;
}
@media (max-width: 575.98px) {
  .section-footer .social_links__social-links-list {
    justify-content: center;
    padding: 0.75rem 15px;
  }
}
.section-footer .social_links__social-links-list a {
  display: block;
  text-align: center;
}
.section-footer .social_links__social-links-list a:hover i {
  color: #FFF400;
  border-color: #FFF400;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .section-footer .social_links__social-links-list a:hover i {
    color: #FFF400;
  }
}
.section-footer .social_links__social-links-list i {
  font-size: 1.25rem;
  display: inline-block;
  color: #ccc;
  margin: 0;
  width: calc(1.25rem * 2);
  height: calc(1.25rem * 2);
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 50%;
  line-height: calc(1.25rem * 2);
  transition: all, 0.2s, ease-in;
  background-color: transparent;
}
.section-footer .social_links__social-links-list i:before {
  position: relative;
  top: 1px;
}

.basic-subpage {
  background: #000;
}
.basic-subpage figure {
  margin: 2em 0;
}
.basic-subpage .basic-content-hero {
  height: 40vw;
  min-height: auto;
  flex: 0 0 100%;
  overflow: hidden;
  background-color: #000;
}
.basic-subpage .basic-content-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.basic-subpage .page-title {
  padding: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .basic-subpage .page-title {
    padding-top: 8vw;
  }
}
@media (min-width: 992px) {
  .basic-subpage .page-title {
    padding-top: 5vw;
  }
}
.basic-subpage .page-title h1.page-title,
.basic-subpage .page-title h1.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .basic-subpage .page-title h1.page-title,
  .basic-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 768px) {
  .basic-subpage .page-title h1.page-title,
  .basic-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 992px) {
  .basic-subpage .page-title h1.page-title,
  .basic-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
.basic-subpage h2 {
  color: #fff;
}
.basic-subpage .section-content-main {
  padding-bottom: 8vw;
  color: #AFAFAF;
}
@media (max-width: 767.98px) {
  .basic-subpage .section-content-main {
    padding-bottom: 16vw;
  }
}
.basic-subpage .section-content-main .section {
  padding: 0;
}
.basic-subpage .section-content-main .section .container {
  padding-left: 15px;
  padding-right: 15px;
}
.basic-subpage .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .basic-subpage .section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 768px) {
  .basic-subpage .section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
@media (min-width: 992px) {
  .basic-subpage .section-title {
    font-size: clamp(32px, 5vw, 45px);
  }
}
.basic-subpage .subtitle {
  color: #fff;
  font-style: normal;
  text-align: center;
}
@media (max-width: 575.98px) {
  .basic-subpage .subtitle {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .basic-subpage .subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .basic-subpage .subtitle {
    font-size: 26px;
  }
}

.subpage {
  background: #000;
}

.catalog {
  background: #000;
}
.catalog figure {
  margin: 0 0 2em 0;
}
.catalog .basic-content-hero {
  height: 40vw;
  min-height: auto;
  flex: 0 0 100%;
  overflow: hidden;
  background-color: #000;
}
.catalog .basic-content-hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.catalog .page-title {
  padding: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .catalog .page-title {
    padding-top: 8vw;
  }
}
@media (min-width: 992px) {
  .catalog .page-title {
    padding-top: 5vw;
  }
}
.catalog .page-title h1.page-title,
.catalog .page-title h1.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 575.98px) {
  .catalog .page-title h1.page-title,
  .catalog .page-title h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 768px) {
  .catalog .page-title h1.page-title,
  .catalog .page-title h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 992px) {
  .catalog .page-title h1.page-title,
  .catalog .page-title h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
.catalog .catalog__body {
  color: #AFAFAF;
}
.catalog .section-content-items {
  padding-bottom: 5vw;
}
.catalog .section-content-items .content-row > .col {
  padding: 0;
}
.catalog .catalog-item.even .paragraph--type--catalog-item {
  background: transparent;
}
.catalog .catalog-item.odd .paragraph--type--catalog-item {
  background: rgba(181, 199, 216, 0.2);
}

.subpage {
  background-color: #000;
}

h1.h1-title-block {
  text-align: center;
}

.story-subpage .page-title {
  padding: 0;
  text-align: left;
}
@media (max-width: 767.98px) {
  .story-subpage .page-title {
    margin-top: 8vw;
  }
}
@media (min-width: 992px) {
  .story-subpage .page-title {
    margin-top: 5vw;
  }
}
.story-subpage .page-title h1.page-title,
.story-subpage .page-title h1.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .story-subpage .page-title h1.page-title,
  .story-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 768px) {
  .story-subpage .page-title h1.page-title,
  .story-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 992px) {
  .story-subpage .page-title h1.page-title,
  .story-subpage .page-title h1.title {
    font-size: clamp(40px, 5vw, 80px);
  }
}

.section-testimonial {
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .section-testimonial .image-overlay {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-testimonial .image-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.section-testimonial .story-block-inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 5vw 12vw;
}
@media (max-width: 575.98px) {
  .section-testimonial .story-block-inner {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .section-testimonial .story-block-inner {
    gap: calc(40px * 0.5);
  }
}
@media (min-width: 768px) {
  .section-testimonial .story-block-inner .testimonial-image {
    flex: 1 0 40%;
  }
}
.section-testimonial .story-block-inner .testimonial-image figure {
  margin: 0;
}
.section-testimonial .story-block-inner .testimonial-image figure img {
  width: 100%;
  height: auto;
}
.section-testimonial .story-block-inner .quote-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(40px * 0.5);
}
@media (min-width: 992px) {
  .section-testimonial .story-block-inner .quote-wrapper {
    gap: calc(40px * 0.5);
    max-width: 80%;
    margin: 0 auto;
  }
}
.section-testimonial .story-block-inner .field-quote-icon {
  flex: 0 0 50px;
  opacity: 1;
}
@media (min-width: 1200px) {
  .section-testimonial .story-block-inner .field-quote-icon {
    flex: 0 0 10vw;
  }
}
.section-testimonial .story-block-inner .field-quote-icon svg {
  width: 100%;
  height: auto;
}
.section-testimonial .story-block-inner .field-quote-icon svg path {
  fill: #FFF400;
}
.section-testimonial .story-block-inner .default-quote-icon {
  flex: 0 0 50px;
  opacity: 1;
  height: 50px;
  background: transparent url(../images/icons/icon-quote-white.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
@media (min-width: 1200px) {
  .section-testimonial .story-block-inner .default-quote-icon {
    flex: 0 0 10vw;
    height: 10vw;
  }
}
@media (min-width: 1200px) {
  .section-testimonial .story-block-inner .text-wrapper {
    flex: 1 1 calc(100% - (10vw + 40px));
  }
}
.section-testimonial .story-block-inner .text-wrapper blockquote {
  margin: 0;
}
.section-testimonial .story-block-inner .text-wrapper p:first-of-type {
  margin-top: 0;
}
.section-testimonial .story-block-inner .text-wrapper a {
  color: #FFF400;
  font-weight: normal;
  font-style: normal;
}
.section-testimonial .story-block-inner .text-wrapper a:hover {
  color: #FF00CE;
}
.section-testimonial .testimonial__body {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.1em, 2.5vw, 1.3em);
  color: #fff;
  font-style: normal;
  font-weight: 500;
}
.section-testimonial .testimonial__author {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
.section-testimonial .testimonial__author-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
  color: #fff;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
}
.section-testimonial.icon-color-light .default-quote-icon {
  background: transparent url(../images/icons/icon-quote-white.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
.section-testimonial.icon-color-dark .default-quote-icon {
  background: transparent url(../images/icons/icon-quote-black.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
.section-testimonial.dark-bg {
  background: #000;
}
.section-testimonial.light-bg {
  background: #fff;
}
.section-testimonial.dark-text .default-quote-icon {
  background: transparent url(../images/icons/icon-quote-black.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
.section-testimonial.dark-text .testimonial__body {
  color: rgba(0, 0, 0, 0.8);
}
.section-testimonial.dark-text .testimonial__body a {
  color: #FFF400;
}
.section-testimonial.dark-text .testimonial__author,
.section-testimonial.dark-text .testimonial__author-title {
  color: rgba(0, 0, 0, 0.8);
}
.section-testimonial.light-text .default-quote-icon {
  background: transparent url(../images/icons/icon-quote-white.svg) no-repeat scroll right top;
  background-size: 100% auto;
}
.section-testimonial.light-text .testimonial__body {
  color: #fff;
}
.section-testimonial.light-text .testimonial__body a {
  color: #FFF400;
}
.section-testimonial.light-text .testimonial__author,
.section-testimonial.light-text .testimonial__author-title {
  color: #fff;
}
.section-testimonial.text-center .testimonial__body {
  text-align: center !important;
}
.section-testimonial.text-left .testimonial__body {
  text-align: left !important;
}
.section-testimonial.text-right .testimonial__body {
  text-align: right !important;
}
.section-testimonial.alternating {
  background-color: rgba(181, 199, 216, 0.2);
}
.section-testimonial.bg-color-primary {
  background: #FFF400;
}
.section-testimonial.bg-color-secondary {
  background: #FF00CE;
}
.section-testimonial.bg-color-tertiary {
  background: #00FFEC;
}

.icon-color-light .default-quote-icon {
  background: transparent url(../images/icons/icon-quote-white.svg) no-repeat scroll right top;
  background-size: 100% auto;
}

.icon-color-dark .default-quote-icon {
  background: transparent url(../images/icons/icon-quote-black.svg) no-repeat scroll right top;
  background-size: 100% auto;
}

.paragraph--type--s2-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3vw 15px;
}
.paragraph--type--s2-text .text-wrapper {
  max-width: 38em;
  width: 100%;
}
.paragraph--type--s2-text .text-wrapper h2.section-title {
  text-align: center;
}
.paragraph--type--s2-text .text-wrapper h3.subtitle {
  text-align: center;
}
.paragraph--type--s2-text .text-wrapper .story-block-text {
  text-align: left;
}
.paragraph--type--s2-text .story-block-text p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .section-text {
    padding: 80px 24px;
  }
}

.title-icon-left h2.section-title {
  position: relative;
  z-index: 1;
}
.title-icon-left h2.section-title span.title-icon {
  position: absolute;
  z-index: 0;
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  top: 0;
  left: 0;
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .title-icon-left h2.section-title span.title-icon {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.title-icon-left h2.section-title span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .title-icon-left h2.section-title span:nth-of-type(2) {
    left: 20px;
    display: block;
    width: calc(100% - 20px);
  }
}

.title-icon-center h2.section-title {
  position: relative;
}
.title-icon-center h2.section-title span.title-icon {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  top: 0;
  left: calc(1.65em / 2);
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 575.98px) {
  .title-icon-center h2.section-title span.title-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.title-icon-center h2.section-title span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .title-icon-center h2.section-title span:nth-of-type(2) {
    display: block;
    text-align: left;
    left: calc(50px / 2);
    width: calc(100% - 50px / 2);
  }
}

.title-icon-right h2.section-title {
  position: relative;
  z-index: 1;
  text-align: right !important;
}
.title-icon-right h2.section-title span.title-icon {
  position: absolute;
  z-index: 0;
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  top: 0;
  right: 0;
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .title-icon-right h2.section-title span.title-icon {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.title-icon-right h2.section-title span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .title-icon-right h2.section-title span:nth-of-type(2) {
    right: 0px;
    display: block;
    width: calc(100% - 20px);
  }
}

.title-icon-top h2.section-title {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.title-icon-top h2.section-title span.title-icon {
  z-index: 0;
  display: block;
  order: 1;
  flex: 0 0 auto;
  width: 1.65em;
  height: 1.65em;
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .title-icon-top h2.section-title span.title-icon {
    width: 50px;
    height: 50px;
  }
}
.title-icon-top h2.section-title span:nth-of-type(2) {
  position: relative;
  z-index: 1;
  order: 2;
}
@media (max-width: 575.98px) {
  .title-icon-top h2.section-title span:nth-of-type(2) {
    text-align: center !important;
  }
}

.title-icon-bottom h2.section-title {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.title-icon-bottom h2.section-title span.title-icon {
  z-index: 0;
  display: block;
  order: 1;
  flex: 0 0 auto;
  width: 1.65em;
  height: 1.65em;
  background-image: url(https://****CHANGE-ME*****);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .title-icon-bottom h2.section-title span.title-icon {
    width: 50px;
    height: 50px;
  }
}
.title-icon-bottom h2.section-title span:nth-of-type(2) {
  position: relative;
  z-index: 1;
  order: 0;
}
@media (max-width: 575.98px) {
  .title-icon-bottom h2.section-title span:nth-of-type(2) {
    text-align: center !important;
  }
}

.title-bar-no-icon h2.section-title:before,
.title-bar-no-icon h2.title:before {
  display: none;
}
.title-bar-no-icon h2.section-title .span1,
.title-bar-no-icon h2.title .span1 {
  background: #FFF400;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
.title-bar-no-icon h2.section-title .span2,
.title-bar-no-icon h2.title .span2 {
  display: block;
}
.title-bar-no-icon h2.section-title .span2:before,
.title-bar-no-icon h2.title .span2:before {
  display: none;
}

@media (min-width: 768px) {
  .title-with-icon h2.section-title:before,
  .title-with-icon h2.title:before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: -0.15em;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
  }
}

@media (min-width: 768px) {
  .title-with-icon-center h2.section-title:before,
  .title-with-icon-center h2.title:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 0.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .paragraph--view-mode--center-text-full-bg-image.title-with-icon h2.section-title:before,
  .paragraph--view-mode--img-top-text-bottom.title-with-icon h2.section-title:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-with-icon h2.section-title:before,
  .section-story-block.text-center.title-with-icon h2.section-title:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}

.paragraph--type--s2-cards.title-with-icon h2.section-title:before,
.paragraph--type--s2-cards.title-with-icon h2.section-title .span2:before {
  display: none;
}
@media (min-width: 768px) {
  .paragraph--type--s2-cards.title-with-icon .s2_cards__field-name-cards-title:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}

.title-bar-with-icon h2.section-title:before,
.title-bar-with-icon h2.title:before {
  display: none;
}
.title-bar-with-icon h2.section-title .span1,
.title-bar-with-icon h2.title .span1 {
  background: #FFF400;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
.title-bar-with-icon h2.section-title .span2,
.title-bar-with-icon h2.title .span2 {
  display: block;
}
@media (min-width: 768px) {
  .title-bar-with-icon h2.section-title .span2:before,
  .title-bar-with-icon h2.title .span2:before {
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: 1.5em;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
  }
}

.paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2.section-title .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2.section-title .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2.section-title .span1,
.section-story-block.text-center.title-bar-with-icon h2.section-title .span1 {
  background: #FFF400;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .paragraph--view-mode--center-text-full-bg-image.title-bar-with-icon h2.section-title .span2:before,
  .paragraph--view-mode--img-top-text-bottom.title-bar-with-icon h2.section-title .span2:before,
  .paragraph--view-mode--bg-img-top-text-bottom.title-bar-with-icon h2.section-title .span2:before,
  .section-story-block.text-center.title-bar-with-icon h2.section-title .span2:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}
.paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2.section-title .span1,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2.section-title .span1,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2.section-title .span1,
.section-story-block.text-center.title-bar-no-icon h2.section-title .span1 {
  background: #FFF400;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
.paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2.section-title .span2,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2.section-title .span2,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2.section-title .span2,
.section-story-block.text-center.title-bar-no-icon h2.section-title .span2 {
  display: block;
}
.paragraph--view-mode--center-text-full-bg-image.title-bar-no-icon h2.section-title .span2:before,
.paragraph--view-mode--img-top-text-bottom.title-bar-no-icon h2.section-title .span2:before,
.paragraph--view-mode--bg-img-top-text-bottom.title-bar-no-icon h2.section-title .span2:before,
.section-story-block.text-center.title-bar-no-icon h2.section-title .span2:before {
  display: none;
}

.paragraph--type--s2-cards.title-bar-with-icon h2.section-title:before,
.paragraph--type--s2-cards.title-bar-with-icon h2.section-title .span2:before {
  display: none;
}
.paragraph--type--s2-cards.title-bar-with-icon .s2_cards__field-name-cards-title .span1 {
  background: #FFF400;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .paragraph--type--s2-cards.title-bar-with-icon .s2_cards__field-name-cards-title .span2:before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1.3em;
    background: transparent url(https://****CHANGE-ME*****) no-repeat scroll center center;
    background-size: 100% auto;
    vertical-align: top;
    top: -0.15em;
    left: 0;
    position: relative;
    margin-right: 5px;
  }
}
.paragraph--type--s2-cards.title-bar-no-icon h2.section-title:before,
.paragraph--type--s2-cards.title-bar-no-icon h2.section-title .span2:before {
  display: none;
}
.paragraph--type--s2-cards.title-bar-no-icon .s2_cards__field-name-cards-title .span1 {
  background: #FFF400;
  display: inline-block;
  padding: 8px 25px;
  font-size: 0.5em;
  color: #fff;
  margin-bottom: 0.75em;
  margin-left: 5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
}
.paragraph--type--s2-cards.title-bar-no-icon .s2_cards__field-name-cards-title .span2 {
  display: block;
}
.paragraph--type--s2-cards.title-bar-no-icon .s2_cards__field-name-cards-title .span2:before {
  display: none;
}

.section-twitter {
  background: transparent;
  overflow: hidden;
}
.section-twitter .intro .section-title {
  text-align: center;
}
.section-twitter .intro .intro-body {
  text-align: center;
}
.section-twitter .widget-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767.98px) {
  .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2.section-title {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .section-video-embed.paragraph--view-mode--video-1 .text-wrapper h2.section-title {
    padding-top: 5vw;
  }
}

@media (max-width: 767.98px) {
  .section-video-embed.paragraph--view-mode--video-2 {
    padding: 80px 24px;
  }
}
@media (min-width: 768px) {
  .section-video-embed.paragraph--view-mode--video-2 {
    padding: 12vw 5vw;
  }
}
.section-video-embed.paragraph--view-mode--video-2 .video__story-block-video {
  width: 100%;
  max-width: 1080px;
}

.section-video-embed.paragraph--view-mode--video-3 .mfp-video-embed-popup {
  text-align: center;
}

.section-video-embed {
  background: transparent;
}
.section-video-embed .intro .section-title {
  text-align: center;
  color: #fff;
}
.section-video-embed .intro .intro-body {
  text-align: center;
  color: #AFAFAF;
}
.section-video-embed .embed-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-video-embed .video__story-block-video {
  width: 100%;
}
.section-video-embed .embedded-video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.section-video-embed.light-bg {
  background: #fff;
}
.section-video-embed.dark-text .intro .section-title {
  color: rgba(0, 0, 0, 0.8);
}
.section-video-embed.dark-text .intro .intro-body {
  color: rgba(0, 0, 0, 0.8);
}
.section-video-embed.dark-text .intro .intro-body a {
  color: #FFF400;
}
.section-video-embed.dark-text .intro .intro-body a:hover {
  color: #999200;
}
.section-video-embed.dark-bg {
  background: #000;
}
.section-video-embed.light-text .intro .section-title {
  color: #fff;
}
.section-video-embed.light-text .intro .intro-body {
  color: #fff;
}
.section-video-embed.light-text .intro .intro-body a {
  color: #FFF400;
}
.section-video-embed.light-text .intro .intro-body a:hover {
  color: #fff866;
}

.section-contact {
  background: transparent;
}
.section-contact .intro .section-title {
  text-align: center;
}
.section-contact .intro .intro-body {
  text-align: center;
}
.section-contact .contact-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: rgba(181, 199, 216, 0.2);
  padding: 20px;
  border-radius: 10px;
}
.section-contact .contact-detail {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.section-contact .contact-detail i {
  flex: 0 0 20px;
  margin-right: 20px;
  text-align: right;
  font-size: 18px;
}
.section-contact .contact-detail p {
  margin: 0;
}
.section-contact .contact-detail span.country {
  display: none;
}
.section-contact .contact-name {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #444;
  font-weight: bold;
  font-size: 1.125em;
}
.section-contact .wufoo-form-container form.wufoo .info h2 {
  display: none;
}

.page-services-rigging .related-work {
  display: none;
}

.error-404-message p {
  max-width: 42em;
  font-family: "Montserrat", sans-serif;
}
.error-404-message h3 {
  margin-top: 4vw;
  color: #fff;
  font-weight: 400;
}
.error-404-message .btn-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 30px;
}
.error-404-message a {
  padding: 15px 30px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  text-align: center;
  background: #FFF400;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  text-decoration: none;
  margin: 0 15px 15px 0;
}
.error-404-message a:hover {
  text-decoration: none;
}
.error-404-message a:hover, .error-404-message a:active, .error-404-message a:focus {
  background: #b30090;
  border-color: #b30090;
  color: #fff !important;
  text-decoration: none;
}

.rf-mission .s2_story_block__story-block-text {
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  color: #fff;
  max-width: 70vw;
}

#paragraph-id-317 {
  padding: 12vw 5vw;
}

@media (min-width: 1800px) {
  #paragraph-id-343.grid-width-3 .subcard-wrapper .row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #paragraph-id-343.grid-width-3 .subcard-wrapper .row .card-image {
    text-align: center;
  }
  #paragraph-id-343.grid-width-3 .subcard-wrapper .row .card-image img {
    max-width: 250px;
  }
}
#paragraph-id-343 #paragraph-id-337 img {
  filter: invert(0) grayscale(1);
}

.page-news .l-content-main {
  background: url(../images/hexes-outline-gradient-40.svg) repeat-y fixed left top;
  background-size: auto 70vw;
}

.articles-list {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  padding-top: 6vw;
}
@media (max-width: 575.98px) {
  .articles-list {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .articles-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 575.98px) {
  .articles-list {
    padding-top: 50px;
  }
}
.articles-list > header {
  margin-bottom: 50px;
}
.articles-list h1 {
  margin-bottom: 1em;
}
.articles-list .featured-article-wrapper {
  display: flex;
  gap: clamp(20px, 3vw, 60px);
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: 1px solid #000;
}
@media (max-width: 575.98px) {
  .articles-list .featured-article-wrapper {
    flex-direction: column;
  }
}
.articles-list .featured-article-wrapper .featured-article-text {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .articles-list .featured-article-wrapper .featured-article-text {
    flex: 1 1 auto;
  }
}
.articles-list .featured-article-wrapper .featured-article-text h2.tagline a {
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.articles-list .featured-article-wrapper .featured-article-text h2.tagline a:hover {
  color: #FFF400;
  text-decoration: none;
}
.articles-list .featured-article-wrapper .featured-article-text h3.sub-tagline {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  font-size: clamp(16px, 1.5vw, 22px);
}
.articles-list .featured-article-wrapper .featured-article-text .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
}
.articles-list .featured-article-wrapper .featured-article-text .tags a {
  display: inline-block;
  font-style: italic;
  margin-left: 10px;
}
.articles-list .featured-article-wrapper .featured-article-text .tags a:first-of-type {
  margin: 0;
}
.articles-list .featured-article-wrapper .featured-article-text .author-info {
  display: none;
}
.articles-list .featured-article-wrapper .featured-article-image {
  flex: 1 0 55%;
}
@media (max-width: 575.98px) {
  .articles-list .featured-article-wrapper .featured-article-image {
    flex: 1 1 auto;
  }
}
.articles-list .featured-article-wrapper .featured-article-image .image__image-byline {
  font-size: 14px;
  display: none;
}
.articles-list .featured-article-wrapper figure {
  margin: 0;
}
.articles-list .featured-article-wrapper figure img {
  width: 100%;
  height: auto;
}
.articles-list .views-exposed-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto clamp(50px, 5vw, 100px) 0;
  position: relative;
}
@media (min-width: 992px) {
  .articles-list .views-exposed-form {
    max-width: 75vw;
  }
}
@media (min-width: 2000px) {
  .articles-list .views-exposed-form {
    max-width: 100%;
  }
}
.articles-list .views-exposed-form .form-item-field-industry-target-id {
  display: flex;
  flex-wrap: wrap;
  order: 1;
  flex: 0 0 100%;
}
@media (max-width: 991.98px) {
  .articles-list .views-exposed-form .form-item-field-industry-target-id {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .articles-list .views-exposed-form label {
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 1px solid #717171;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 0.1em;
    font-size: 15px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .articles-list .views-exposed-form label {
    flex: 0 1 100px;
    margin-right: 20px;
    border-right: 1px solid #717171;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 0.1em;
    font-size: 15px;
    color: #fff;
    min-height: 60px;
  }
}
.articles-list .views-exposed-form .bef-links {
  flex: 0 0 calc(100% - 120px);
}
@media (max-width: 991.98px) {
  .articles-list .views-exposed-form .form-actions {
    position: absolute;
    right: 24px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .articles-list .views-exposed-form .form-actions {
    order: 2;
    position: absolute;
    top: 25px;
  }
}
.articles-list .views-exposed-form input.form-submit {
  font-size: 13px;
  padding: 5px 10px;
  border: 0;
  background: #e9e9e9;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 15px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  width: 75px;
}
.articles-list .views-exposed-form input.form-submit:hover {
  background: #000;
  color: #fff;
}
.articles-list .form-item-field-industry-target-id ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.articles-list .form-item-field-industry-target-id ul li {
  list-style: none;
}
.articles-list .form-item-field-industry-target-id ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  border: 1px solid #444;
  border-radius: 60px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Roboto Condensed";
  color: #ccc;
  font-weight: 600;
}
.articles-list .form-item-field-industry-target-id ul li a:hover, .articles-list .form-item-field-industry-target-id ul li a.bef-link--selected {
  background: #FFF400;
  border-color: #FFF400;
  color: #000;
}
.articles-list .article-list-grid .css-grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .articles-list .article-list-grid .css-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.articles-list .article--layout-card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .articles-list .article--layout-card {
    flex-direction: row;
  }
}
.articles-list .article--layout-card .article__services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 5px;
  justify-content: flex-start;
}
.articles-list .article--layout-card .article__services .field__item {
  display: inline-block;
  font-style: italic;
  font-size: 14px;
}
.articles-list .article--layout-card .articles-list .article--layout-card .article-image figure img {
  border: 1px solid #333;
}
.articles-list .article--layout-card .articles-list .article--layout-card .article-image figure:hover {
  transform: scale(1.1);
}
.articles-list .article--layout-card .articles-list .article--layout-card .article-image figure {
  margin: 0;
  width: 100%;
  /* border: 1px solid #333; */
  transition: 0.3s all ease-in-out;
  background: #000;
}
.articles-list .article--layout-card .article-image {
  flex: 1 1 40%;
  background: transparent;
  margin-bottom: 1em;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .articles-list .article--layout-card .article-image {
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .articles-list .article--layout-card .article-image {
    max-width: 400px;
  }
}
.articles-list .article--layout-card .article-image .article-hero {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
}
.articles-list .article--layout-card .article-image .hero {
  width: 100%;
}
.articles-list .article--layout-card .article-image figure {
  margin: 0;
  width: 100%;
  transition: 0.3s all ease-in-out;
  background: #000;
}
.articles-list .article--layout-card .article-image figure:hover {
  transform: scale(1.1);
}
.articles-list .article--layout-card .article-image figure img {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  border-radius: 10px;
}
.articles-list .article--layout-card .article-image .field--type-image {
  display: flex;
}
.articles-list .article--layout-card .article-info {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .articles-list .article--layout-card .article-info {
    flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .articles-list .article--layout-card .article-info {
    padding-left: 4vw;
  }
}
.articles-list .article--layout-card .article-info h3.title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.2;
  font-weight: 500;
}
.articles-list .article--layout-card .article-info a {
  text-decoration: none;
  color: #c7c7c7;
}
.articles-list .article--layout-card .article-info a:hover {
  text-decoration: none;
  color: #FF00CE;
}
.articles-list .article--layout-card .article-info .services a {
  color: #8b8b8b;
  font-family: "Montserrat";
  font-style: normal;
  padding: 4px 5px;
  border: 1px solid rgba(143, 143, 143, 0.5);
  border-radius: 30px;
  margin-bottom: 6px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
}
.articles-list .article--layout-card .article-info .services a:hover {
  color: #ccc;
  border-color: #ccc;
}

@media (max-width: 575.98px) {
  .article-node .l-content-main-wrapper > .l-constrained {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .article-node .l-content-main-wrapper > .l-constrained {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.article-node .entity-pager {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .article-node .story-blocks {
    margin: 0 -5vw;
  }
}

.article--layout-full .article__article-hero-image {
  margin: 4vw 0;
}
.article--layout-full .article__article-hero-image figure {
  margin: 0;
}
.article--layout-full .article__article-hero-image figure img {
  width: 100%;
  height: auto;
}
.article--layout-full .article__article-hero-image .image__image-byline p {
  margin: 0;
  font-size: 15px;
  text-align: center;
  padding: 7px;
}
.article--layout-full .article-info {
  display: flex;
  flex-direction: row-reverse;
  gap: 4vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 60px);
  padding-top: 6vw;
  position: relative;
}
@media (max-width: 575.98px) {
  .article--layout-full .article-info {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .article--layout-full .article-info {
    flex-direction: column;
    gap: 20px;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 30px;
  }
}
.article--layout-full .article-info:before {
  content: "";
  display: block;
  position: absolute;
  left: -10vw;
  top: 0;
  width: 22vw;
  height: 33vw;
  background: url(../images/title-icon-hex.svg) no-repeat scroll left center;
  background-size: 100% auto;
  z-index: -1;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .article--layout-full .article-info .article-info-titles {
    flex: 3 0 60%;
  }
}
.article--layout-full .article-info .article-info-titles h1.title {
  text-align: left;
  font-size: clamp(30px, 4.5vw, 55px);
  font-weight: 700;
}
.article--layout-full .article-info .article-info-titles h1.title:before {
  display: none;
}
.article--layout-full .article-info .article-info-titles h2.tagline {
  font-weight: 500;
  line-height: 1.4;
  font-size: 1em;
  max-width: 38em;
  font-family: "Roboto", sans-serif;
  color: #AFAFAF;
}
.article--layout-full .article-info .article-info-data {
  display: flex;
  gap: 40px;
}
@media (min-width: 576px) {
  .article--layout-full .article-info .article-info-data {
    border-right: 1px solid #333;
    border-bottom: 0;
    padding-right: clamp(0px, 4vw, 4vw);
    flex-direction: column;
    align-items: flex-end;
    flex: 1 0 15%;
    gap: 1em;
  }
}
.article--layout-full .article-info .article-info-data .date {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  background: #820069;
  max-width: 92px;
  color: #fff;
}
.article--layout-full .article-info .article-info-data .month {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}
.article--layout-full .article-info .article-info-data .day {
  font-size: clamp(45px, 4vw, 60px);
  line-height: 1;
  margin-bottom: 0;
}
.article--layout-full .article-info .article-info-data .year {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
}
.article--layout-full .article-info .article-info-data .services {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  flex: 1 1 auto;
}
.article--layout-full .article-info .article-info-data .services .field__item {
  margin-bottom: 8px;
}
.article--layout-full .article-info .article-info-data .services a {
  text-decoration: none;
  color: #AFAFAF;
}
.article--layout-full .article-info .article-info-data .services a:hover {
  color: #FFF400;
}

.article-body {
  max-width: 38em;
  margin: 4vw auto 0 auto;
  padding-bottom: clamp(50px, 8vw, 120px);
}
.article-body h2, .article-body h3 {
  color: #fff;
}

.article__article-paragraphs .field--name-field-text-body h2 {
  margin: 2.25em 0 1em;
}
.article__article-paragraphs pre {
  padding: 2em 3em;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin: 2em 0;
}

.article-teaser,
.block-related-resources {
  padding: calc(12vw / 2) 5vw 12vw;
}
@media (max-width: 575.98px) {
  .article-teaser,
  .block-related-resources {
    padding: 80px 5vw;
  }
}
@media (min-width: 768px) {
  .article-teaser .css-grid,
  .block-related-resources .css-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .article-teaser .css-grid,
  .block-related-resources .css-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.article-teaser h2,
.block-related-resources h2 {
  margin-bottom: 40px;
  font-size: clamp(30px, 3vw, 50px);
}
.article-teaser .section-header,
.block-related-resources .section-header {
  display: flex;
  justify-content: space-between;
}
.article-teaser .article-teaser-cards a,
.block-related-resources .article-teaser-cards a {
  text-decoration: none;
  color: #AFAFAF;
}
.article-teaser .article-teaser-cards a:hover,
.block-related-resources .article-teaser-cards a:hover {
  text-decoration: none;
  color: #FFF400;
}
.article-teaser .article-teaser-cards .article__services,
.block-related-resources .article-teaser-cards .article__services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: flex-start;
}
.article-teaser .article-teaser-cards .article__services .field__item,
.block-related-resources .article-teaser-cards .article__services .field__item {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
}
.article-teaser .article-teaser-cards .article__services .field__item:last-child a:after,
.block-related-resources .article-teaser-cards .article__services .field__item:last-child a:after {
  display: none;
}
.article-teaser .article-teaser-cards .articles-list .article--layout-card .article-image figure img,
.block-related-resources .article-teaser-cards .articles-list .article--layout-card .article-image figure img {
  border: 1px solid #333;
}
.article-teaser .article-teaser-cards .articles-list .article--layout-card .article-image figure:hover,
.block-related-resources .article-teaser-cards .articles-list .article--layout-card .article-image figure:hover {
  transform: scale(1.1);
}
.article-teaser .article-teaser-cards .articles-list .article--layout-card .article-image figure,
.block-related-resources .article-teaser-cards .articles-list .article--layout-card .article-image figure {
  margin: 0;
  width: 100%;
  /* border: 1px solid #333; */
  transition: 0.3s all ease-in-out;
  background: #000;
}
.article-teaser .article-teaser-cards .article-image,
.block-related-resources .article-teaser-cards .article-image {
  margin-bottom: 1em;
  background: #000;
}
.article-teaser .article-teaser-cards .article-image img,
.block-related-resources .article-teaser-cards .article-image img {
  width: 100%;
  height: auto;
}
.article-teaser .article-teaser-cards figure,
.block-related-resources .article-teaser-cards figure {
  margin: 0;
  width: 100%;
  transition: 0.3s all ease-in-out;
  background: #000;
}
.article-teaser .article-teaser-cards figure:hover,
.block-related-resources .article-teaser-cards figure:hover {
  transform: scale(1.1);
}
.article-teaser .article-teaser-cards figure img,
.block-related-resources .article-teaser-cards figure img {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  border-radius: 10px;
}
.article-teaser .article-teaser-cards .article-info h3.title,
.block-related-resources .article-teaser-cards .article-info h3.title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(18px, 3vw, 20px);
  line-height: 1.2;
  font-weight: 600;
}
.article-teaser .article-teaser-cards .article-info a,
.block-related-resources .article-teaser-cards .article-info a {
  text-decoration: none;
  color: #fff;
}
.article-teaser .article-teaser-cards .article-info a:hover,
.block-related-resources .article-teaser-cards .article-info a:hover {
  text-decoration: none;
  color: #FFF400;
}
.article-teaser .article-teaser-cards .article-info .services a,
.block-related-resources .article-teaser-cards .article-info .services a {
  color: #8b8b8b;
  font-family: "Montserrat";
  font-style: normal;
  padding: 4px 5px;
  border: 1px solid rgba(143, 143, 143, 0.5);
  border-radius: 30px;
  margin-bottom: 6px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
}
.article-teaser .article-teaser-cards .article-info .services a:hover,
.block-related-resources .article-teaser-cards .article-info .services a:hover {
  color: #ccc;
  border-color: #ccc;
}

.article-node .article-teaser {
  padding: 8vw 0;
}
@media (max-width: 767.98px) {
  .article-node .article-teaser {
    padding: 80px 0;
  }
}

.meet-the-expert {
  background: rgba(33, 26, 62, 0.62) url(../images/hexes-outline-gradient-40.svg) repeat-y fixed left top;
  background-size: auto 70vw;
  margin: 0 -5vw;
}
.meet-the-expert .story-block-images {
  width: 100%;
  overflow: hidden;
}

.section-story-block.meet-the-expert .story-block.right-text-left-image .story-block-images img,
.section-story-block.meet-the-expert .story-block.right-text-left-image .story-block-mobile-image img {
  border-radius: 100%;
}
.section-story-block.meet-the-expert .story-block.right-text-left-image .story-block-mobile-image {
  margin: 20px;
}
@media (min-width: 768px) {
  .section-story-block.meet-the-expert .story-block.right-text-left-image .group-left {
    width: 35%;
  }
  .section-story-block.meet-the-expert .story-block.right-text-left-image .group-left figure {
    max-width: 300px;
    margin: 0 auto;
  }
  .section-story-block.meet-the-expert .story-block.right-text-left-image .group-right {
    width: 65%;
  }
}

.site-page--layout-full {
  padding-top: 8vw;
  padding-bottom: 8vw;
}
@media (max-width: 575.98px) {
  .site-page--layout-full {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .site-page--layout-full {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.constrain-block {
  max-width: 900px;
  margin: 0 auto;
}
.constrain-block .policy-add {
  margin: 0 0 1.5em;
  text-align: center;
}
.constrain-block .policy-list {
  list-style: none;
  margin: 2em 0 0;
  padding: 0 24px;
}
.constrain-block .policy-list > li {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.constrain-block .policy-item {
  padding: 1.25em 0;
}
.constrain-block .policy-item .policy-title {
  margin: 0 0 10px;
  font-size: clamp(18px, 2vw, 22px);
  display: flex;
  line-height: 1.2;
}
.constrain-block .policy-item .policy-title .fa-file-pdf {
  margin-right: 0.5em;
  color: #ccc;
  width: 30px;
  text-align: left;
  font-size: 25px;
}
.constrain-block .policy-item .policy-desc {
  margin: 0 10px 0 40px;
  font-size: 16px;
}

.page-cookies-documentation .l-content-main {
  padding-top: 8vw;
}
@media (max-width: 575.98px) {
  .page-cookies-documentation .l-content-main {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .page-cookies-documentation .l-content-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.page-cookies-documentation .disclaimer {
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid #444;
  padding: 10px;
  text-align: center;
}
.page-cookies-documentation #cookies-docs {
  max-width: 42em;
  margin: 0 auto;
}

.page-filter-tips .l-content-main {
  max-width: 42em;
  padding: 8vw 20px;
}
@media (max-width: 575.98px) {
  .page-filter-tips .l-content-main {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .page-filter-tips .l-content-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.page-terms #paragraph-id-395 {
  padding-top: 0 !important;
}

h1.h1-title-block {
  margin-top: 8vw !important;
  padding: 0px 24px 0 !important;
}
h1.h1-title-block:before {
  left: -0.5em;
}

.page-work .l-content-main {
  background: url(../images/hexes-outline-gradient-40.svg) repeat-y fixed left top;
  background-size: auto 70vw;
}

.page-work .case-study-list {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media (max-width: 575.98px) {
  .page-work .case-study-list {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .page-work .case-study-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 575.98px) {
  .page-work .case-study-list {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
  }
}
@media (min-width: 2000px) {
  .page-work .case-study-list {
    max-width: 2000px;
  }
}
.page-work .case-study-list > header {
  margin-bottom: 50px;
}
.page-work .case-study-list .views-exposed-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto clamp(50px, 5vw, 100px) 0;
  min-height: 60px;
  display: none;
}
@media (min-width: 992px) {
  .page-work .case-study-list .views-exposed-form {
    max-width: 75vw;
  }
}
@media (min-width: 2000px) {
  .page-work .case-study-list .views-exposed-form {
    max-width: 100%;
  }
}
.page-work .case-study-list .views-exposed-form .js-form-item-industry {
  display: flex;
  flex-wrap: wrap;
  order: 1;
  flex: 0 0 100%;
}
@media (max-width: 991.98px) {
  .page-work .case-study-list .views-exposed-form .js-form-item-industry {
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .page-work .case-study-list .views-exposed-form label {
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 1px solid #717171;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 0.1em;
    font-size: 15px;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .page-work .case-study-list .views-exposed-form label {
    flex: 0 1 130px;
    margin-right: 20px;
    border-right: 1px solid #717171;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 0.1em;
    font-size: 15px;
    color: #fff;
    min-height: 60px;
  }
}
.page-work .case-study-list .views-exposed-form .bef-links {
  flex: 0 0 calc(100% - 150px);
}
@media (max-width: 991.98px) {
  .page-work .case-study-list .views-exposed-form .form-actions {
    position: absolute;
    right: 24px;
    top: 0;
  }
}
@media (min-width: 992px) {
  .page-work .case-study-list .views-exposed-form .form-actions {
    order: 2;
    position: absolute;
    top: 25px;
  }
}
.page-work .case-study-list .views-exposed-form input.form-submit {
  font-size: 13px;
  padding: 5px 10px;
  border: 0;
  background: #e9e9e9;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 15px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  width: 110px;
}
.page-work .case-study-list .views-exposed-form input.form-submit:hover {
  background: #000;
  color: #fff;
}
.page-work .case-study-list #edit-services {
  margin-bottom: 30px;
}
.page-work .case-study-list .form-item-services.js-form-item-services {
  max-width: 400px;
  display: none;
}
.page-work .case-study-list #edit-industry label {
  border-right: 2px solid #696969;
}
.page-work .case-study-list #edit-industry ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  grid-gap: 10px;
}
.page-work .case-study-list #edit-industry ul li {
  list-style: none;
}
.page-work .case-study-list #edit-industry ul li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  border: 1px solid #444;
  border-radius: 60px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Roboto Condensed";
  color: #ccc;
  font-weight: 600;
}
.page-work .case-study-list #edit-industry ul li a:hover, .page-work .case-study-list #edit-industry ul li a.bef-link--selected {
  background: #FFF400;
  border-color: #FFF400;
  color: #000;
}

.case-study-list-wrapper .css-grid {
  grid-template-columns: 1fr;
  grid-gap: 4vw;
}
@media (min-width: 576px) {
  .case-study-list-wrapper .css-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 2000px) {
  .case-study-list-wrapper .css-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3vw;
  }
}
.case-study-list-wrapper li.grid-item {
  transition: 0.3s all ease-in;
  border-radius: 15px;
  overflow: hidden;
}
.case-study-list-wrapper li.grid-item:hover {
  box-shadow: 10px 10px 0 #FF00CE;
}

.case-study-list .grid ul,
.case-study-card .grid ul {
  margin: 0;
  padding: 0;
}
.case-study-list .grid ul li,
.case-study-card .grid ul li {
  margin: 0;
  list-style-type: none;
}
.case-study-list .grid .case-study--layout-card,
.case-study-list .grid .card-item,
.case-study-list .grid .card,
.case-study-list .grid figure,
.case-study-list .grid .card-image,
.case-study-list .grid .media-item-wrapper,
.case-study-list .grid .case_study__thumbnail-image,
.case-study-list .grid .field--name-field-media-image,
.case-study-card .grid .case-study--layout-card,
.case-study-card .grid .card-item,
.case-study-card .grid .card,
.case-study-card .grid figure,
.case-study-card .grid .card-image,
.case-study-card .grid .media-item-wrapper,
.case-study-card .grid .case_study__thumbnail-image,
.case-study-card .grid .field--name-field-media-image {
  height: 100%;
  width: 100%;
}
.case-study-list .card-image img,
.case-study-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-out;
}
.case-study-list a:hover .card-image img,
.case-study-card a:hover .card-image img {
  transform: scale(1.25);
  opacity: 0.5;
}

.case-study-list .case-study--layout-card .card,
.case-study-teaser-cards .case-study--layout-card .card {
  position: relative;
  background: #000;
}
.case-study-list .case-study--layout-card .card-image,
.case-study-teaser-cards .case-study--layout-card .card-image {
  padding: 0;
}
.case-study-list .case-study--layout-card .card-body,
.case-study-teaser-cards .case-study--layout-card .card-body {
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(3, 18, 39, 0.85) 10%, rgba(4, 15, 43, 0) 65%);
  color: #fff;
  transition: 0.1s all ease-in;
  padding: 20px;
}
@media (min-width: 1200px) {
  .case-study-list .case-study--layout-card .card-body,
  .case-study-teaser-cards .case-study--layout-card .card-body {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .case-study-list .case-study--layout-card .card:hover .card-body,
  .case-study-teaser-cards .case-study--layout-card .card:hover .card-body {
    opacity: 1;
  }
  .case-study-list .case-study--layout-card .card:hover h2,
  .case-study-teaser-cards .case-study--layout-card .card:hover h2 {
    animation-name: fadeInLeft;
    animation-iteration-count: 1;
    animation-duration: 0.3s;
    animation-delay: 0.2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
  .case-study-list .case-study--layout-card .card:hover .services,
  .case-study-teaser-cards .case-study--layout-card .card:hover .services {
    animation-name: fadeInLeft;
    animation-iteration-count: 1;
    animation-duration: 0.3s;
    animation-delay: 0.4s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
  }
}
.case-study-list .case-study--layout-card .tagline,
.case-study-teaser-cards .case-study--layout-card .tagline {
  line-height: 1.3;
  margin: 10px 0 15px;
  font-size: 18px;
  display: none;
}
.case-study-list .case_study__services.field,
.case-study-teaser-cards .case_study__services.field {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
@media (max-width: 1199.98px) {
  .case-study-list .case_study__services.field,
  .case-study-teaser-cards .case_study__services.field {
    display: none;
  }
}
.case-study-list .case_study__services.field .field__item,
.case-study-teaser-cards .case_study__services.field .field__item {
  display: inline-block;
  font-style: italic;
  color: #FFF400;
  line-height: 1.3;
}
.case-study-list .case_study__services.field .field__item:after,
.case-study-teaser-cards .case_study__services.field .field__item:after {
  content: ",";
  padding-right: 5px;
}
.case-study-list .case_study__services.field .field__item:last-child:after, .case-study-list .case_study__services.field .field__item:nth-child(4):after,
.case-study-teaser-cards .case_study__services.field .field__item:last-child:after,
.case-study-teaser-cards .case_study__services.field .field__item:nth-child(4):after {
  display: none;
}
.case-study-list .case_study__services.field .field__item:nth-child(5), .case-study-list .case_study__services.field .field__item:nth-child(6), .case-study-list .case_study__services.field .field__item:nth-child(7), .case-study-list .case_study__services.field .field__item:nth-child(8), .case-study-list .case_study__services.field .field__item:nth-child(9), .case-study-list .case_study__services.field .field__item:nth-child(10),
.case-study-teaser-cards .case_study__services.field .field__item:nth-child(5),
.case-study-teaser-cards .case_study__services.field .field__item:nth-child(6),
.case-study-teaser-cards .case_study__services.field .field__item:nth-child(7),
.case-study-teaser-cards .case_study__services.field .field__item:nth-child(8),
.case-study-teaser-cards .case_study__services.field .field__item:nth-child(9),
.case-study-teaser-cards .case_study__services.field .field__item:nth-child(10) {
  display: none;
}
.case-study-list a,
.case-study-teaser-cards a {
  text-decoration: none;
}
.case-study-list a:hover,
.case-study-teaser-cards a:hover {
  text-decoration: none;
}
.case-study-list h2,
.case-study-teaser-cards h2 {
  margin-bottom: 5px;
  font-size: clamp(18px, 2.5vw, 34px);
}

.related-work {
  padding-top: 12vw;
  padding-bottom: calc(12vw / 2);
}
@media (max-width: 575.98px) {
  .related-work {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .related-work {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .related-work {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.related-work .views-element-container {
  position: relative;
}
.related-work .section-header {
  display: flex;
  justify-content: space-between;
}

.case-study-card h2.section-title {
  flex: 0 1 45%;
}

.client-list-wrapper {
  padding-top: clamp(80px, 8vw, 150px);
  padding-bottom: clamp(80px, 8vw, 150px);
  padding-left: clamp(30px, 5vw, 100px);
  padding-right: clamp(30px, 5vw, 100px);
  background: rgba(33, 26, 62, 0.6196078431);
}
.client-list-wrapper .header-and-title {
  margin-bottom: 3em;
}
.client-list-wrapper .section-header {
  display: flex;
  justify-content: space-between;
}
.client-list-wrapper .section-header h2.section-title {
  flex: 1 1 calc(100% - 150px);
  padding-right: 30px;
  margin: 0;
}
.client-list-wrapper .grid-flex {
  gap: 6vw;
  justify-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .client-list-wrapper .grid-flex {
    gap: 50px;
  }
}
@media (min-width: 1400px) {
  .client-list-wrapper .grid-flex {
    gap: 4vw;
  }
}
@media (min-width: 1600px) {
  .client-list-wrapper .grid-flex {
    justify-content: center;
  }
}
.client-list-wrapper .list-item {
  display: flex;
  max-width: 150px;
  align-items: center;
  justify-content: center;
  flex: 1 1 14%;
  opacity: 1;
}
.client-list-wrapper .list-item:hover {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .client-list-wrapper .list-item {
    flex: 1 1 30%;
  }
}
@media (min-width: 1200px) {
  .client-list-wrapper .list-item {
    flex: 0 1 12%;
  }
}
.client-list-wrapper img {
  filter: grayscale(1);
  width: auto;
  max-height: 90px;
  transition: all 0.2s ease-in-out;
}
.client-list-wrapper .views-field.views-field-field-client-logo,
.client-list-wrapper .views-field.views-field-field-client-logo .field-content,
.client-list-wrapper .views-field.views-field-field-client-logo .field-content {
  width: 100%;
  height: 100%;
}
.client-list-wrapper .views-field.views-field-field-client-logo .field-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
div[class*=view_id-] .section-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
div[class*=view_id-] .section-header h2.section-title {
  flex: 1 1 calc(100% - 200px);
  padding-right: 30px;
  margin: 0;
}

a.more-link:after,
.more-link a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icons/arrow-right-white.svg) no-repeat scroll right center;
  background-size: 20px auto;
  margin-left: 10px;
  color: #fff;
}
a.more-link:after:hover,
.more-link a:after:hover {
  color: #FFF400;
}

a.more-link,
.more-link a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 4px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
a.more-link:hover,
.more-link a:hover {
  text-decoration: none !important;
  color: #FF00CE;
}

.case-study-teaser-cards ul.css-grid {
  display: grid;
  grid-gap: 40px;
}
@media (min-width: 768px) {
  .case-study-teaser-cards ul.css-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1700px) {
  .case-study-teaser-cards ul.css-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.view_id-case-studies {
  position: relative;
}

.case-study--layout-full {
  padding-top: 6vw;
}
@media (max-width: 575.98px) {
  .case-study--layout-full {
    padding-top: 50px;
  }
}
.case-study--layout-full .title-row {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .case-study--layout-full .title-row {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .case-study--layout-full .title-row {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.case-study--layout-full .client-name-tag {
  display: inline-block;
  margin-bottom: 1.2em;
}
.case-study--layout-full .client-name-tag .case_study__client-name {
  font-size: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-right: auto;
  font-size: clamp(16px, 1.5vw, 30px);
  font-weight: 700;
  background: #FFF400;
  padding: 9px 10px 8px 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  color: #000;
}
.case-study--layout-full .client-name-tag .case_study__client-name:before {
  content: "";
  display: block;
  position: absolute;
  left: -25vw;
  top: 0;
  width: 25vw;
  background-color: #FFF400;
  height: calc(1em + 17px);
}
@media (max-width: 575.98px) {
  .case-study--layout-full .client-name-tag .case_study__client-name:before {
    left: -24px;
    width: 24px;
  }
}
.case-study--layout-full h1.title {
  margin: 0 0 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .case-study--layout-full h1.title {
    max-width: 60vw;
  }
}
.case-study--layout-full h2.subtitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.3;
  color: #AFAFAF;
}
@media (min-width: 992px) {
  .case-study--layout-full h2.subtitle {
    max-width: 60vw;
  }
}
.case-study--layout-full .case-study-hero-image {
  margin: clamp(40px, 6vw, 80px) 0;
}
.case-study--layout-full .case-study-hero-image figure {
  margin: 0;
}
.case-study--layout-full .case-study-hero-image img {
  width: 100%;
  height: auto;
}
.case-study--layout-full .case-study-hero-image .field--name-field-image-byline {
  text-align: center;
  font-size: 14px;
}
.case-study--layout-full .client-info-and-body-row {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #444;
  max-width: 1400px;
  width: 90vw;
}
@media (max-width: 575.98px) {
  .case-study--layout-full .client-info-and-body-row {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .case-study--layout-full .client-info-and-body-row {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 575.98px) {
  .case-study--layout-full .client-info-and-body-row {
    flex-direction: column;
    border-bottom: none;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .case-study--layout-full .client-info-and-body-row {
    grid-gap: clamp(0px, 4vw, 60px);
  }
}
.case-study--layout-full .client-info-and-body-row .client-info {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-bottom: clamp(0px, 4vw, 60px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .case-study--layout-full .client-info-and-body-row .client-info {
    border-bottom: 1px solid #444;
    text-align: center;
  }
}
@media (min-width: 576px) {
  .case-study--layout-full .client-info-and-body-row .client-info {
    border-right: 1px solid #444;
    border-bottom: 0;
    padding-right: clamp(0px, 4vw, 60px);
    padding-bottom: clamp(0px, 4vw, 60px);
    flex: 1 1 40%;
    text-align: right;
    align-items: flex-end;
  }
}
.case-study--layout-full .client-info-and-body-row .client-info a {
  text-decoration: none;
  color: #AFAFAF;
}
.case-study--layout-full .client-info-and-body-row .client-info a:hover {
  color: #FFF400;
}
.case-study--layout-full .client-info-and-body-row .client-info .logo {
  margin-bottom: 3em;
  width: 100%;
}
@media (max-width: 575.98px) {
  .case-study--layout-full .client-info-and-body-row .client-info .logo {
    width: 90vw;
    margin: 0 auto 50px;
    max-width: 100%;
  }
}
.case-study--layout-full .client-info-and-body-row .client-info .logo figure {
  margin: 0;
}
.case-study--layout-full .client-info-and-body-row .client-info .logo img {
  width: 100%;
  height: auto;
}
.case-study--layout-full .client-info-and-body-row .client-info .industries {
  margin-bottom: 20px;
  position: relative;
}
.case-study--layout-full .client-info-and-body-row .client-info .industries:before {
  content: "Industry:";
  display: inline-block;
  font-size: 12px;
  padding: 4px 0px 2px 5px;
  line-height: 1;
  min-width: 130px;
  border-bottom: 2px solid #606060;
  font-weight: bold;
  color: #606060;
}
.case-study--layout-full .client-info-and-body-row .client-info .services {
  margin-bottom: 20px;
  position: relative;
}
.case-study--layout-full .client-info-and-body-row .client-info .services:before {
  content: "Scope:";
  display: inline-block;
  font-size: 12px;
  padding: 4px 0px 2px 5px;
  line-height: 1;
  min-width: 130px;
  border-bottom: 2px solid #606060;
  font-weight: bold;
  color: #606060;
}
.case-study--layout-full .client-info-and-body-row .client-info .link {
  font-weight: bold;
}
.case-study--layout-full .client-info-and-body-row .case_study__body {
  flex: 1 1 60%;
  padding-bottom: clamp(0px, 4vw, 60px);
}
@media (max-width: 575.98px) {
  .case-study--layout-full .client-info-and-body-row .case_study__body {
    border-bottom: 1px solid #444;
    padding: 40px 0;
  }
}
.case-study--layout-full .client-info-and-body-row .case_study__body p {
  margin-top: 0;
}
.case-study--layout-full .client-info-and-body-row .case_study__body p:last-of-type {
  margin-bottom: 0;
}
.case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout {
  border-bottom: 1px solid #444;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
}
@media (max-width: 575.98px) {
  .case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 575.98px) {
  .case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout {
    border-bottom: 1px solid #444;
    width: 100%;
  }
}
.case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout .story-block-inner {
  display: flex;
  grid-gap: clamp(0px, 4vw, 60px);
  flex-flow: row nowrap;
}
@media (max-width: 575.98px) {
  .case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout .story-block-inner {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
@media (min-width: 576px) {
  .case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout .group-left {
    flex: 1 1 40%;
    justify-content: flex-end;
    display: flex;
    color: #000;
    padding-top: clamp(0px, 4vw, 60px);
    border-right: 1px solid #444;
    padding-right: clamp(0px, 4vw, 60px);
  }
  .case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout .group-left h2 {
    text-align: right;
    font-size: clamp(22px, 3.5vw, 50px);
  }
  .case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout .group-left h2:before {
    display: none;
  }
  .case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout .group-left h2 a {
    display: inline-block;
  }
}
.case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout .group-right {
  text-align: left;
}
@media (min-width: 576px) {
  .case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout .group-right {
    flex: 1 1 60%;
    padding-top: clamp(0px, 4vw, 60px);
    padding-bottom: clamp(0px, 4vw, 60px);
  }
}
.case-study--layout-full .section-story-block.paragraph--view-mode--case-study-layout .group-right .subtitle {
  text-align: left;
  font-weight: 500;
}
.case-study--layout-full .section-story-block .story-block {
  overflow: visible;
}

.page-contact-us .l-content-main-wrapper {
  background: url(../images/hexes-outline-gradient-40.svg) repeat-y fixed left top;
  background-size: auto 70vw;
}
.page-contact-us .l-content-main {
  padding-top: 6vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  padding-bottom: 6vw;
}
@media (max-width: 575.98px) {
  .page-contact-us .l-content-main {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .page-contact-us .l-content-main {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .page-contact-us .l-content-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 575.98px) {
  .page-contact-us .l-content-main {
    padding-bottom: 50px;
  }
}
.page-contact-us .webform-submission-form {
  display: grid;
  grid-template-columns: 55fr 45fr;
  grid-template-areas: "left right" "left captcha";
  gap: 20px 7vw;
  align-items: start;
}
@media (max-width: 767.98px) {
  .page-contact-us .webform-submission-form {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right" "captcha";
  }
}
.page-contact-us .webform-submission-form > .captcha {
  grid-area: captcha;
}
.page-contact-us .form-left {
  grid-area: left;
}
.page-contact-us .form-left h2 {
  font-size: clamp(35px, 5vw, 71px);
}
.page-contact-us .form-right {
  grid-area: right;
}
.page-contact-us .form-right .webform-button--submit {
  padding: 15px 30px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8em;
  text-align: center;
  background: #FFF400;
  border: 1px solid transparent;
  color: #000;
  text-align: center;
  cursor: pointer;
}
.page-contact-us .form-right .webform-button--submit:hover {
  text-decoration: none;
}
.page-contact-us .form-right .webform-button--submit:hover, .page-contact-us .form-right .webform-button--submit:active, .page-contact-us .form-right .webform-button--submit:focus {
  background: #b30090;
  border-color: #b30090;
  color: #fff !important;
  text-decoration: none;
}

.card-fa-icon {
  transition: 0.2s all ease-in-out;
}

.card-title {
  transition: 0.2s all ease-in-out;
}

@media (min-width: 992px) {
  a:hover .card-fa-icon {
    transform: scale(1.2);
  }
}
a:hover .card-title {
  color: #FF00CE;
}

.front .story-subpage {
  background: url(../images/hexes-outline-gradient-40.svg) repeat-y fixed left top;
  background-size: auto 70vw;
}
.front .l-content-main {
  padding-bottom: 0;
}
.front hide breadcrumb .breadcrumb-wrapper {
  display: none;
}

.services-teaser .view-content-wrapper,
.home-industries-teaser .view-content-wrapper,
.home-industries-teaser .title-eyebrow,
.article-teaser .view-content-wrapper,
.article-teaser .title-eyebrow {
  max-width: 1500px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .front .section-hero {
    height: auto;
    min-height: calc(110vh - 67px);
  }
  .front .section-hero .hero-wrapper {
    min-height: calc(110vh - 67px);
  }
  .front .section-hero .mobile-image-wrapper {
    max-height: 100vh;
    overflow: hidden;
  }
}
#paragraph-id-33 {
  z-index: 1;
}
@media (min-width: 768px) {
  #paragraph-id-33 {
    border-bottom: 0;
    min-height: calc(60vw - 80px);
  }
}
#paragraph-id-33 video {
  min-width: auto;
  height: 100%;
  width: auto;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: auto;
}
#paragraph-id-33 .hero-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767.98px) {
  #paragraph-id-33 .hero-overlay {
    display: none;
  }
}
#paragraph-id-33 .hero-wrapper {
  align-items: flex-start;
  overflow: visible;
}
@media (min-width: 768px) {
  #paragraph-id-33 .hero-wrapper {
    max-height: 56vw;
    min-height: calc(60vw - 80px);
  }
}
#paragraph-id-33 .hero-content-wrapper {
  margin-top: 30vw;
}
@media (max-width: 575.98px) {
  #paragraph-id-33 .hero-content-wrapper {
    max-width: 50vw;
    height: 75vh;
    justify-content: flex-end;
  }
}
#paragraph-id-33 .hero-logo-wrapper {
  margin-bottom: 6vw;
}
#paragraph-id-33 .hero-title-wrapper {
  background: #000;
  min-height: 40vw;
  padding: 4vw;
  border-radius: 20px;
  box-shadow: 10px 10px 0 rgba(167, 41, 140, 0.431372549);
}
@media (max-width: 575.98px) {
  #paragraph-id-33 .hero-title-wrapper {
    height: auto;
    padding: 4vw;
    transform: scale(1.75);
    margin: 15vw 0 36px;
    position: relative;
    left: -3px;
    box-shadow: 5px 5px 0 rgba(167, 41, 140, 0.431372549);
  }
}
#paragraph-id-33 h1.page-title {
  margin-bottom: clamp(16px, 2vw, 50px);
  padding-bottom: clamp(16px, 2vw, 50px);
  border-bottom: 1px solid #727272;
  display: block;
}
#paragraph-id-33 h1.page-title:before {
  display: none;
}
@media (max-width: 575.98px) {
  #paragraph-id-33 h1.page-title {
    padding-bottom: clamp(16px, 2vw, 50px);
  }
}
#paragraph-id-33 h1.page-title span {
  text-transform: uppercase;
}
#paragraph-id-33 h1.page-title span.title1 {
  display: block;
  font-weight: 700;
  font-size: 4.1vw;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: left;
}
#paragraph-id-33 h1.page-title span.title-vertical {
  display: block;
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
  font-weight: 500;
  float: left;
  font-size: 2.45vw;
  text-align: left;
}
#paragraph-id-33 h1.page-title span.title2 {
  display: block;
  font-weight: 900;
  color: #FFF400 !important;
  font-size: 6.7vw;
  text-align: left;
  line-height: 0.85;
}
#paragraph-id-33 h1.page-title span.title3 {
  display: block;
  font-weight: 900;
  color: #FFF400 !important;
  font-size: 6.75vw;
  text-align: left;
  line-height: 0.85;
}
#paragraph-id-33 h1.page-title span.title4 {
  display: block;
  font-weight: 700;
  text-align: left;
  font-size: 4.9vw;
  line-height: 0.85;
}
@media (max-width: 767.98px) {
  #paragraph-id-33 h1.page-title span.title1 {
    font-size: 3.4vw;
  }
  #paragraph-id-33 h1.page-title span.title-vertical {
    font-size: 2.3vw;
  }
  #paragraph-id-33 h1.page-title span.title2 {
    font-size: 5.7vw;
  }
  #paragraph-id-33 h1.page-title span.title3 {
    font-size: 5.7vw;
  }
  #paragraph-id-33 h1.page-title span.title4 {
    font-size: 4.2vw;
  }
}
#paragraph-id-33 .hero-sub-heading {
  font-size: 1.65vw;
  text-align: left;
}
@media (max-width: 575.98px) {
  #paragraph-id-33 .hero-sub-heading {
    font-size: 11px;
    margin: 0;
  }
}
#paragraph-id-33 .hero_section__hero-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  #paragraph-id-33 .hero_section__hero-button {
    gap: 10px;
  }
}
@media (min-width: 576px) and (max-width: 1150px) {
  #paragraph-id-33 .hero-link {
    transform: scale(0.8);
  }
}
#paragraph-id-33 .hero-link .field__item {
  width: 100%;
  gap: 10px;
}
#paragraph-id-33 .hero-link .field__item a {
  display: block;
}
@media (max-width: 575.98px) {
  #paragraph-id-33 .hero-link .field__item a {
    font-size: 8px !important;
    padding: 8px 15px;
  }
}

.home-intro {
  padding: 80px 30px;
}
@media (min-width: 768px) {
  .home-intro {
    padding: 30vw 8vw 15vw;
    margin-top: -10vw;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .home-intro {
    padding-top: 38vw;
  }
}
.home-intro .text-wrapper {
  max-width: 45em;
}
.home-intro .story-block-text {
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
  color: #fff;
  text-align: center !important;
}
@media (min-width: 768px) {
  .home-intro .story-block-text {
    font-size: clamp(22px, 3vw, 1.5em);
  }
}

#paragraph-id-120 {
  background: #191919;
  overflow: hidden;
}
#paragraph-id-120 .is-b-loading {
  background: #191919;
}
#paragraph-id-120 .slick__slide img {
  margin: 0 25px;
  max-height: 90px;
  width: auto;
  max-width: 160px;
}
#paragraph-id-120 h2.viewsreference--view-title {
  position: absolute;
  top: 0;
  left: 0;
  background: yellow;
  color: black;
  padding: 0 40px;
  font-size: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 575.98px) {
  #paragraph-id-120 h2.viewsreference--view-title {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
}
#paragraph-id-120 .slick-track {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
#paragraph-id-120 .slick__slide {
  padding: 0 20px;
}

@media (max-width: 991.98px) {
  .services-teaser {
    padding: 12vw 5vw;
  }
}
@media (min-width: 992px) {
  .services-teaser {
    padding: 12vw 5vw;
  }
}
@media (max-width: 575.98px) {
  .services-teaser {
    border-width: 5px;
    margin: 20px;
    padding: 12vw 20px;
  }
}
.services-teaser .subcard-wrapper {
  margin-top: clamp(30px, 5vw, 60px);
}
.services-teaser .subcard-wrapper .row {
  display: grid;
  margin: 0;
}
@media (max-width: 575.98px) {
  .services-teaser .subcard-wrapper .row {
    grid-gap: 40px !important;
  }
}
@media (min-width: 768px) {
  .services-teaser .subcard-wrapper .row {
    grid-template-columns: 1fr 1fr;
  }
}
.services-teaser .subtitle {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 1.3em;
}
.services-teaser ul {
  margin: 0;
  padding: 0;
}
.services-teaser ul li.card-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #290b29;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 575.98px) {
  .services-teaser ul li.card-item {
    padding: 30px;
  }
}
.services-teaser ul li.card-item a {
  padding: 6vw 4vw 4vw 8vw;
  display: block;
  z-index: 1;
  position: relative;
}
.services-teaser ul li.card-item a:hover {
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .services-teaser ul li.card-item a:hover .card-link:after {
    opacity: 1;
    margin-left: 10px;
  }
  .services-teaser ul li.card-item a:hover .card-title {
    color: #fff;
  }
}
.services-teaser .card-item {
  position: relative;
  min-height: 20vw;
}
.services-teaser .card-item:before {
  content: "";
  width: 20vw;
  height: 15vw;
  position: absolute;
  left: 2vw;
  top: 3vw;
  opacity: 7%;
  max-height: 390px;
  transition: 0.2s all ease-in;
}
@media (max-width: 767.98px) {
  .services-teaser .card-item:before {
    position: relative;
    display: block;
    margin-bottom: 20px;
    width: auto;
    height: 70px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-position: center top !important;
    opacity: 0.5;
  }
}
.services-teaser .card-item:hover {
  background: #4c154c;
}
.services-teaser .card-item:hover:before {
  opacity: 15%;
}
.services-teaser .card-item:nth-child(1):before {
  background: url(../images/icons/icon-workforce.svg) no-repeat scroll left top;
  background-size: auto 100%;
}
.services-teaser .card-item:nth-child(2):before {
  background: url(../images/icons/icon-rigging-stage.svg) no-repeat scroll left top;
  background-size: auto 100%;
}
.services-teaser .card-item:nth-child(3):before {
  background: url(../images/icons/icon-production.svg) no-repeat scroll left top;
  background-size: auto 100%;
}
.services-teaser .card-item:nth-child(4):before {
  background: url(../images/icons/icon-payroll.svg) no-repeat scroll left top;
  background-size: auto 100%;
}
.services-teaser .card-item:nth-child(5):before {
  background: url(../images/icons/icon-rigging-stage.svg) no-repeat scroll left top;
  background-size: auto 100%;
}
.services-teaser .card {
  background-color: transparent;
}
.services-teaser .card-title {
  font-size: clamp(25px, 3vw, 37px);
  font-family: "Roboto Condensed";
  text-align: left;
  font-weight: 600;
  color: #FFF400;
}
@media (max-width: 767.98px) {
  .services-teaser .card-title {
    text-align: center;
  }
}
.services-teaser .card-body {
  padding: 0;
}
.services-teaser .card-text {
  color: #AFAFAF;
}
@media (max-width: 767.98px) {
  .services-teaser .card-text {
    text-align: center;
  }
}
.services-teaser .card-link {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .services-teaser .card-link {
    justify-content: center;
  }
}
.services-teaser .card-link:hover {
  color: #fff;
  text-decoration: none !important;
}
.services-teaser .card-link:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icons/arrow-right-white.svg) no-repeat scroll right center;
  background-size: 20px auto;
  margin-left: 10px;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
@media (min-width: 992px) {
  .services-teaser .card-link:after {
    opacity: 0;
    margin-left: -10px;
  }
}

@media (min-width: 1600px) {
  #paragraph-id-123.min-height-70vw .story-block-inner {
    min-height: 50vw;
  }
}

.industries-teaser,
.home-industries-teaser {
  padding: 6vw;
  background: url(../images/hexagon-4-crop.jpg) no-repeat fixed left top;
  background-size: 110% auto;
  position: relative;
}
@media (min-width: 768px) {
  .industries-teaser:before,
  .home-industries-teaser:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FF00CE;
    mix-blend-mode: multiply;
    z-index: 0;
  }
  .industries-teaser:after,
  .home-industries-teaser:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%);
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .industries-teaser,
  .home-industries-teaser {
    padding: 50px 5vw 100px 5vw;
    background-attachment: scroll;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .industries-teaser,
  .home-industries-teaser {
    padding: 12vw 5vw;
  }
}
.industries-teaser .view-container,
.home-industries-teaser .view-container {
  position: relative;
  z-index: 2;
}
.industries-teaser .view_id-services-industries-display_id-block-2,
.home-industries-teaser .view_id-services-industries-display_id-block-2 {
  margin-top: 6vw;
}
.industries-teaser .subcard-wrapper ul.row,
.home-industries-teaser .subcard-wrapper ul.row {
  display: flex;
  gap: 40px;
  margin: 0;
  flex-wrap: wrap;
}
@media (min-width: 650px) and (max-width: 779px) {
  .industries-teaser .subcard-wrapper ul.row,
  .home-industries-teaser .subcard-wrapper ul.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 780px) {
  .industries-teaser .subcard-wrapper ul.row,
  .home-industries-teaser .subcard-wrapper ul.row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, 1fr);
  }
  .industries-teaser .subcard-wrapper ul.row li:nth-child(1),
  .home-industries-teaser .subcard-wrapper ul.row li:nth-child(1) {
    grid-row: span 2/span 2;
  }
  .industries-teaser .subcard-wrapper ul.row li:nth-child(2),
  .home-industries-teaser .subcard-wrapper ul.row li:nth-child(2) {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 3;
  }
  .industries-teaser .subcard-wrapper ul.row li:nth-child(3),
  .home-industries-teaser .subcard-wrapper ul.row li:nth-child(3) {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 5;
  }
  .industries-teaser .subcard-wrapper ul.row li:nth-child(4),
  .home-industries-teaser .subcard-wrapper ul.row li:nth-child(4) {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .industries-teaser .subcard-wrapper ul.row li:nth-child(5),
  .home-industries-teaser .subcard-wrapper ul.row li:nth-child(5) {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 4;
  }
  .industries-teaser .subcard-wrapper ul.row li:nth-child(6),
  .home-industries-teaser .subcard-wrapper ul.row li:nth-child(6) {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 6;
  }
}
.industries-teaser .subtitle,
.home-industries-teaser .subtitle {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-size: 1.3em;
}
.industries-teaser ul,
.home-industries-teaser ul {
  margin: 0;
  padding: 0;
}
.industries-teaser ul li.card-item,
.home-industries-teaser ul li.card-item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.industries-teaser .card-item,
.home-industries-teaser .card-item {
  position: relative;
  background: transparent;
  min-height: 220px;
  max-height: 220px;
  border-radius: 15px;
}
@media (min-width: 780px) {
  .industries-teaser .card-item,
  .home-industries-teaser .card-item {
    min-height: 25vw;
    max-height: 25vw;
  }
}
.industries-teaser .card-item:before,
.home-industries-teaser .card-item:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(179, 0, 144, 0.6509803922);
  left: 0.5em;
  top: 0.5em;
  border-radius: 15px;
}
@media (min-width: 780px) {
  .industries-teaser .card-item:before,
  .home-industries-teaser .card-item:before {
    border-radius: 15px;
  }
}
.industries-teaser .card-item a,
.home-industries-teaser .card-item a {
  display: block;
}
@media (min-width: 992px) {
  .industries-teaser .card-item a:hover .card-image img,
  .home-industries-teaser .card-item a:hover .card-image img {
    transform: scale(1.2);
  }
  .industries-teaser .card-item a:hover .card-link:after,
  .home-industries-teaser .card-item a:hover .card-link:after {
    opacity: 1;
    margin-left: 10px;
  }
}
.industries-teaser .card,
.home-industries-teaser .card {
  background-color: transparent;
  border-radius: 10px;
}
@media (min-width: 780px) {
  .industries-teaser .card,
  .home-industries-teaser .card {
    border-radius: 15px;
  }
}
.industries-teaser .card-image,
.home-industries-teaser .card-image {
  padding: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s all ease-in-out;
  overflow: hidden;
}
.industries-teaser .card-image:after,
.home-industries-teaser .card-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(8, 3, 37, 0) 43%, rgba(8, 3, 37, 0.42) 54%, rgba(18, 3, 32, 0.85) 77%);
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.industries-teaser .card-image .industry__icon-image,
.home-industries-teaser .card-image .industry__icon-image {
  height: 100%;
}
.industries-teaser .card-image img,
.home-industries-teaser .card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.industries-teaser .card-title,
.home-industries-teaser .card-title {
  font-size: clamp(23px, 3vw, 30px);
  font-family: "Roboto Condensed";
  text-align: left;
  font-weight: 600;
  position: relative;
}
.industries-teaser .card-title:after,
.home-industries-teaser .card-title:after {
  content: "";
  display: block;
  width: 2em;
  height: 4px;
  background: #FFF400;
  position: absolute;
  bottom: -0.5em;
  left: 0;
}
.industries-teaser .card-title a,
.home-industries-teaser .card-title a {
  color: #fff;
}
.industries-teaser .card-body,
.home-industries-teaser .card-body {
  position: absolute;
  bottom: 0;
  padding: clamp(20px, 3vw, 40px);
}
.industries-teaser .card-text,
.home-industries-teaser .card-text {
  color: #AFAFAF;
  font-size: clamp(14px, 2vw, 16px);
}
.industries-teaser .card-link,
.home-industries-teaser .card-link {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 14px;
}
.industries-teaser .card-link:hover,
.home-industries-teaser .card-link:hover {
  color: #fff;
  text-decoration: none !important;
}
.industries-teaser .card-link:after,
.home-industries-teaser .card-link:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icons/arrow-right-white.svg) no-repeat scroll right center;
  background-size: 20px auto;
  margin-left: 10px;
  transition: 0.2s all ease-in-out;
  opacity: 1;
}
@media (min-width: 992px) {
  .industries-teaser .card-link:after,
  .home-industries-teaser .card-link:after {
    margin-left: -10px;
    opacity: 0;
  }
}

@media (max-width: 575.98px) {
  #paragraph-id-134 {
    padding-bottom: 60px;
  }
}
#paragraph-id-134 .story-block {
  padding-top: 20vw;
  position: relative;
}
#paragraph-id-134 .story-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 12vw;
  position: absolute;
  left: 0;
  top: 8.3vw;
  background: url(../images/shape_our-people-magic.svg) no-repeat scroll center center;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  #paragraph-id-134 .story-block:before {
    top: 8.4vw;
  }
}
@media (min-width: 768px) {
  #paragraph-id-134 .text-wrapper {
    max-width: 85%;
  }
}
@media (min-width: 1600px) {
  #paragraph-id-134 .text-wrapper {
    max-width: 1400px;
  }
}
#paragraph-id-134 .group-text {
  z-index: 1;
}

.stats {
  padding: 20vw 0 0vw 0;
  position: relative;
}
.stats .text-wrapper {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #820069;
}
.stats .text-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  position: absolute;
  left: 0;
  top: -15vw;
  background: url(../images/shape_stats-graphic-title.svg) no-repeat scroll left -4vw bottom -2vw;
  background-size: 60vw;
}
@media (max-width: 768px) {
  .stats .text-wrapper:before {
    height: 25vw;
    top: -24.9vw;
    background: url(../images/shape_stats-graphic-title.svg) no-repeat scroll left -4vw bottom -3vw;
    background-size: 80vw;
  }
}
.stats .stats-wrapper {
  padding: 4vw 6vw;
  display: flex;
  gap: 30px;
}
@media (max-width: 1100px) {
  .stats .stats-wrapper {
    flex-wrap: wrap;
  }
}
.stats .stat {
  background-color: #670054;
  padding: clamp(30px, 3vw, 50px);
  text-align: center;
  border-radius: 15px;
  flex: 1 1 auto;
}
.stats .stat-number {
  font-size: clamp(50px, 4.5vw, 70px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.stats .odometer-inside {
  font-size: clamp(50px, 4.5vw, 70px) !important;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.stats .stat-number-1,
.stats .stat-number-2,
.stats .stat-number-3 {
  display: inline-block;
}
.stats .stat-number-1 .odometer-inside:after,
.stats .stat-number-2 .odometer-inside:after,
.stats .stat-number-3 .odometer-inside:after {
  content: "+";
  display: inline-block;
  font-size: 0.65em;
  vertical-align: middle;
  color: #ff3bdd;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.stats .stat-body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.25;
}
.stats .stats-graphic-title .text-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  position: absolute;
  left: 0;
  top: -15vw;
  background: url(../images/shape_stats-graphic-title.svg) no-repeat scroll left -4vw bottom -2vw;
  background-size: 60vw;
}

.front .related-work,
.front .block-related-resources {
  border: 0;
  padding-top: 8vw;
  padding-bottom: 8vw;
  margin: 0;
}
@media (max-width: 767.98px) {
  .front .related-work,
  .front .block-related-resources {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.home-work {
  padding: 12vw 0;
  overflow: hidden;
}
.home-work .section-header {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .home-work .section-header {
    padding: 0 175px 4vw;
    justify-content: center;
    align-items: center;
  }
}
.home-work .section-header h2.section-title {
  margin-bottom: 15px;
  font-size: clamp(35px, 5vw, 50px);
  position: relative;
}
.home-work .section-header .more-link {
  opacity: 0.5;
}
.home-work .section-header .more-link:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .home-work .section-header .more-link {
    position: absolute;
    bottom: -6vw;
  }
}
.home-work .case-study-card a:hover .card-image img {
  transform: none;
  opacity: 1;
}
.home-work .case-study-card .swiper-slide .card {
  position: relative;
  background: #000;
}
.home-work .case-study-card .swiper-slide .card-image {
  padding: 0;
  width: 100%;
}
.home-work .case-study-card .swiper-slide .card-body {
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(3, 18, 39, 0.85) 10%, rgba(4, 15, 43, 0) 65%);
  color: #fff;
  transition: 0.1s all ease-in;
  padding: 30px;
}
@media (max-width: 575.98px) {
  .home-work .case-study-card .swiper-slide .card-body {
    padding: 20px;
  }
}
.home-work .case-study-card .swiper-slide h2 {
  margin-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(25px, 5vw, 60px);
}
.home-work .case-study-card .swiper-slide .tagline {
  line-height: 1.3;
  margin: 10px 0 15px;
  font-size: 18px;
  display: none;
}
.home-work .case-study-card .case_study__services.field {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
@media (max-width: 1199.98px) {
  .home-work .case-study-card .case_study__services.field {
    display: none;
  }
}
.home-work .case-study-card .case_study__services.field .field__item {
  display: inline-block;
  font-style: italic;
  color: #FFF400;
  line-height: 1.3;
}
.home-work .case-study-card .case_study__services.field .field__item:after {
  content: ",";
  padding-right: 5px;
}
.home-work .case-study-card .case_study__services.field .field__item:last-child:after, .home-work .case-study-card .case_study__services.field .field__item:nth-child(4):after {
  display: none;
}
.home-work .case-study-card .case_study__services.field .field__item:nth-child(5), .home-work .case-study-card .case_study__services.field .field__item:nth-child(6), .home-work .case-study-card .case_study__services.field .field__item:nth-child(7), .home-work .case-study-card .case_study__services.field .field__item:nth-child(8), .home-work .case-study-card .case_study__services.field .field__item:nth-child(9), .home-work .case-study-card .case_study__services.field .field__item:nth-child(10) {
  display: none;
}
.home-work .case-study-card a {
  text-decoration: none;
}
.home-work .case-study-card a:hover {
  text-decoration: none;
}
.home-work .case-study-card .featured-work-swiper {
  padding-bottom: 60px;
  position: relative;
}
.home-work .case-study-card .swiper-button-wrapper {
  position: absolute;
  right: 16vw;
  bottom: 5vw;
  z-index: 2;
  width: 170px;
}
@media (max-width: 991.98px) {
  .home-work .case-study-card .swiper-button-wrapper {
    display: none;
  }
}
@media (min-width: 1500px) {
  .home-work .case-study-card .swiper-button-wrapper {
    right: 30vw;
    bottom: 4vw;
  }
}
@media (min-width: 1900px) {
  .home-work .case-study-card .swiper-button-wrapper {
    bottom: 3.5vw;
  }
}
.home-work .case-study-card .swiper-button-wrapper .swiper-button-next,
.home-work .case-study-card .swiper-button-wrapper .swiper-button-prev {
  border: 1px solid #fff;
  padding: 20px;
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.home-work .case-study-card .swiper-button-wrapper .swiper-button-next svg path,
.home-work .case-study-card .swiper-button-wrapper .swiper-button-prev svg path {
  fill: #fff;
}
.home-work .case-study-card .swiper-button-wrapper .swiper-button-next:hover,
.home-work .case-study-card .swiper-button-wrapper .swiper-button-prev:hover {
  border: 1px solid #FFF400;
}
.home-work .case-study-card .swiper-button-wrapper .swiper-button-next:hover svg path,
.home-work .case-study-card .swiper-button-wrapper .swiper-button-prev:hover svg path {
  fill: #FFF400;
}
.home-work .case-study-card .swiper-pagination {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .home-work .case-study-card .swiper-pagination {
    justify-content: flex-start;
    padding-left: 14vw;
  }
}
@media (min-width: 1500px) {
  .home-work .case-study-card .swiper-pagination {
    padding-left: 29vw;
  }
}
.home-work .case-study-card .swiper-pagination .swiper-pagination-bullet {
  background: #393939;
  margin: 0 8px;
  width: 15px;
  height: 15px;
  opacity: 1;
  transition: 0.2s all ease;
}
.home-work .case-study-card .swiper-pagination .swiper-pagination-bullet:hover {
  background: #FF00CE;
}
.home-work .case-study-card .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF00CE;
}

.home-crew .bg-image {
  opacity: 0.6;
}

@media (max-width: 575.98px) {
  .section-view.testimonials .quote-wrapper {
    gap: 10px;
  }
}
.section-view.testimonials .testimonial-image {
  max-width: 80px;
  overflow: hidden;
  position: absolute;
  bottom: -20px;
  height: 70px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
}
.section-view.testimonials .testimonial-author-wrapper {
  margin-left: 100px;
}
.section-view.testimonials h2.viewsreference--view-title {
  display: none;
}
.section-view.testimonials .view-container {
  padding-top: 20vw;
  position: relative;
}
.section-view.testimonials .view-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  position: absolute;
  left: 0;
  top: 8.6vw;
  background: url(../images/shape_testimonial-graphic-title.svg) no-repeat scroll left bottom;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .section-view.testimonials .view-container:before {
    top: 8.6vw;
  }
}
.section-view.testimonials .view-content-wrapper {
  background: #820069;
}
.section-view.testimonials .view_id-testimonials {
  background: url(../images/hexes-outline-gradient.svg) repeat-y fixed left top;
  background-size: auto 70vw;
}
.section-view.testimonials .slide .section-testimonial {
  max-width: 90vw;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .section-view.testimonials .slide .section-testimonial {
    max-width: 1700px;
  }
}
.section-view.testimonials .story-block-inner {
  background: none;
  padding: 6vw 4vw;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-view.testimonials .story-block-inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 992px) {
  .section-view.testimonials .story-block-inner {
    padding: 6vw 4vw;
  }
}
.section-view.testimonials .slick-track {
  display: flex;
  align-items: center;
  align-items: flex-start;
}
.section-view.testimonials nav.slick__arrow {
  top: 0px;
  width: 200px;
  right: 0;
  left: auto;
}
@media (max-width: 767.98px) {
  .section-view.testimonials nav.slick__arrow {
    top: 50px;
    width: 160px;
  }
}
.section-view.testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  pointer-events: auto;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .section-view.testimonials .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.section-view.testimonials .slick-next {
  right: 20px;
}
.section-view.testimonials .slick-next:before {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icons/arrow-right-white.svg) no-repeat scroll center center;
  background-size: 30px auto;
}
.section-view.testimonials .slick-prev {
  left: 20px;
}
.section-view.testimonials .slick-prev:before {
  font-size: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icons/arrow-left-white.svg) no-repeat scroll center center;
  background-size: 30px auto;
}
.section-view.testimonial-graphic-title .view-container {
  padding-top: 25vw;
  position: relative;
}
.section-view.testimonial-graphic-title .view-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  position: absolute;
  left: 0;
  top: 13.6vw;
  background: url(../images/shape_testimonial-graphic-title.svg) no-repeat scroll left bottom;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .section-view.testimonial-graphic-title .view-container:before {
    height: 19vw;
    top: 10.6vw;
  }
}

@supports (corner-shape: bevel) {
  .section-view.testimonials .testimonial-image {
    clip-path: none;
    border-radius: 25%/50%;
    corner-shape: bevel;
    aspect-ratio: 1/0.8660254038;
    border: 2px solid #ffffff;
  }
}
@media (max-width: 575.98px) {
  .front .section-view.testimonials .story-block-inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .front .section-view.testimonials .testimonial-image {
    bottom: 0;
  }
}

.front .article-teaser {
  padding: 12vw 5vw;
}

@keyframes fade-in-scale {
  from {
    scale: 0.7;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade-out-scale-up {
  from {
    scale: 1;
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    scale: 2;
    opacity: 0;
    transform: translate(0, -100%);
  }
}
@keyframes text-color-change-1 {
  from {
    color: #FFF400;
    opacity: 0;
  }
  to {
    color: #fff;
    opacity: 1;
  }
}
@keyframes text-color-change-2 {
  from {
    color: #FF00CE !important;
  }
  to {
    color: #fff !important;
  }
}
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    /*.article-item-description > img {
    	scale: .7;
    	opacity: 0;
    	animation: fade-in-scale linear forwards;
    	animation-timeline: view();
    	animation-range: entry 10% contain 25%;
    	animation-duration: 1ms; // Firefox requires this to apply the animation 
    }
    .article-header-image img {
    	opacity: 1;
    	animation: fade-out-scale ease-in;
    	animation-timeline: view();
    	animation-range: exit -200px;
    	  z-index: 0;
    	  //transform-origin: top;
    }*/
    .hero-home .hero-content-wrapper {
      opacity: 1;
      animation: fade-out-scale-up ease-in;
      animation-timeline: view();
      animation-range: exit -300px;
      animation-duration: 1ms;
    }
    .home-intro .text-wrapper {
      scale: 0.7;
      opacity: 0;
      animation: fade-in-scale linear forwards, text-color-change-1 ease-out forwards;
      animation-timeline: view();
      animation-range: 20vh 45vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .services-teaser .view-content-wrapper header {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 20vh 60vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .services-teaser .view-content-wrapper li:nth-child(1) {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 20vh 40vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .services-teaser .view-content-wrapper li:nth-child(2) {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 25vh 45vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .services-teaser .view-content-wrapper li:nth-child(3) {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 20vh 40vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .services-teaser .view-content-wrapper li:nth-child(4) {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 25vh 45vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .home-industries-teaser .view-container {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 20vh 60vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    #paragraph-id-240 {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 50vh 90vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .article-teaser .title-eyebrow,
    .article-teaser header {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 20vh 60vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .article-teaser .css-grid li:nth-child(1) {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 20vh 40vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .article-teaser .css-grid li:nth-child(2) {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 25vh 45vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    .article-teaser .css-grid li:nth-child(3) {
      opacity: 0;
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: 20vh 40vh;
      animation-duration: 1ms; /* Firefox requires this to apply the animation */
    }
    #paragraph-id-134 .story-block,
    #paragraph-id-151,
    #paragraph-id-153 {
      opacity: 0;
      animation: fade-in-scale linear forwards;
      animation-timeline: view();
      animation-range: 30vh 75vh;
      animation-duration: 1ms;
    }
    .cta-block .cta-title-wrapper {
      opacity: 0;
      animation: fade-in-left ease-in forwards;
      animation-timeline: view();
      animation-range: 20vh 40vh;
      animation-duration: 1ms;
    }
    .cta-block .cta-body-wrapper {
      opacity: 0;
      animation: fade-in ease-in forwards;
      animation-timeline: view();
      animation-range: 40vh 60vh;
      animation-duration: 1ms;
    }
  }
}
.section-industries .l-content-main {
  padding-bottom: 0;
}

.vocabulary-industry .page-intro {
  margin: 0;
  max-width: 100%;
}
.vocabulary-industry .page-intro .intro-inner-wrapper {
  width: 100%;
  position: relative;
  max-width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 15px solid #670e54;
  padding-bottom: 4vw;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 6vw;
}
@media (max-width: 575.98px) {
  .vocabulary-industry .page-intro .intro-inner-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 50px;
  }
}
.vocabulary-industry .page-intro .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 0;
}
.vocabulary-industry .page-intro .icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.vocabulary-industry .page-intro .icon:after {
  content: "";
  background: linear-gradient(127deg, rgba(21, 5, 56, 0.66) 30%, rgba(149, 0, 138, 0.35) 90%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.vocabulary-industry .page-intro .icon .industry__icon-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}
.vocabulary-industry .page-intro .icon .industry__icon-image img {
  position: absolute;
  transform: translateY(-15%);
  width: 100%;
}
@media (min-width: 992px) {
  .vocabulary-industry .page-intro .term-intro-text-wrapper {
    max-width: 50vw;
  }
}
.vocabulary-industry .page-intro .term-intro-text-wrapper h1.title {
  margin-bottom: 0.25em;
  z-index: 0;
}
.vocabulary-industry .page-intro .term-intro-text-wrapper .description {
  font-size: clamp(18px, 2vw, 22px);
  color: #fff;
  z-index: 0;
  position: relative;
}

.section-industries .l-content-main {
  background: url(../images/hexes-outline-gradient-40.svg) repeat-y fixed left top;
  background-size: auto 70vw;
}

.page-industries-sports-mega-events .page-intro .icon img {
  transform: translateY(-7%);
}

.client-list.sb-title-only {
  background: rgba(33, 26, 62, 0.6196078431);
}
.client-list.sb-title-only .story-block.center-text-full-bg-image .story-block-inner {
  padding: 6vw 5vw;
  padding-bottom: 0;
}

.section-connect {
  background: rgba(33, 26, 62, 0.6196078431);
  border: 10px solid #711668;
  border-radius: 20px;
  margin: 30px 15px;
}
@media (min-width: 768px) {
  .section-connect {
    margin: 50px 30px 30px;
    border-radius: 30px;
    padding: 0 2vw;
  }
}
.section-connect:before {
  content: "";
  display: block;
  width: 10px;
  height: 40px;
  background: #711668;
  position: absolute;
  top: -45px;
  left: 50%;
}
@media (min-width: 768px) {
  .section-connect:before {
    top: -60px;
    height: 50px;
  }
}
.section-connect .story-block {
  overflow: visible;
}
.section-connect .left-text-right-image .group-right,
.section-connect .right-text-left-image .group-left {
  justify-content: flex-start;
}
.section-connect .left-text-right-image .group-right .story-block-images,
.section-connect .right-text-left-image .group-left .story-block-images {
  position: sticky;
  top: 40px;
}
.section-connect.paragraph--view-mode--right-text-left-bg-image, .section-connect.paragraph--view-mode--left-text-right-bg-image {
  padding: 0;
}
.section-connect.paragraph--view-mode--right-text-left-bg-image .group-left,
.section-connect.paragraph--view-mode--right-text-left-bg-image .group-right, .section-connect.paragraph--view-mode--left-text-right-bg-image .group-left,
.section-connect.paragraph--view-mode--left-text-right-bg-image .group-right {
  border-radius: 0;
}
.section-connect.paragraph--view-mode--right-text-left-bg-image .story-block-mobile-image, .section-connect.paragraph--view-mode--left-text-right-bg-image .story-block-mobile-image {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.section-connect.section-connect-intro:before {
  display: none;
}
@media (min-width: 768px) {
  .section-connect.section-connect-intro {
    margin-top: 30px;
  }
}
.section-connect.section-connect-intro .story-block-inner {
  padding: 7vw !important;
}
.section-connect.section-connect-intro .story-block-inner .text-wrapper {
  max-width: 100% !important;
}

.cards-problem-solution h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cards-problem-solution h4 {
  font-size: 2em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
.cards-problem-solution ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.cards-problem-solution li {
  padding: 5px 10px;
  font-family: "Roboto Condensed", sans-serif;
}
.cards-problem-solution .card-item.problem {
  border: 1px solid #ff3bdd;
  border-radius: 10px;
}
.cards-problem-solution .card-item.problem h3 {
  color: #ff3bdd;
}
.cards-problem-solution .card-item.solution {
  border: 1px solid #FFF400;
  border-radius: 10px;
}
.cards-problem-solution .card-item.solution h3 {
  color: #FFF400;
}

.l-header nav.menu--main {
  height: 50%;
}
.l-header nav.menu--main .menu {
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  background-color: transparent;
  display: flex;
  height: 100%;
  align-items: center;
}
.l-header nav.menu--main .menu li > a.main-nav {
  display: block;
  color: #000;
  background-color: transparent;
  letter-spacing: 0;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 18px;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 18px;
    padding: 0.75rem 15px;
  }
}
@media (min-width: 992px) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 18px;
    padding: 0.75rem 15px;
  }
}
@media (min-width: 1200px) {
  .l-header nav.menu--main .menu li > a.main-nav {
    font-size: 19px;
    padding: 0.75rem 15px;
  }
}
.l-header nav.menu--main .menu li a.icon-search {
  font-size: 0 !important;
  width: 30px;
  height: 54px;
  background: url(../images/icons/icon-search-black.svg) no-repeat scroll center 19px;
  background-size: 80% auto;
  margin-bottom: 10px;
}

.pre-content .secondary-nav {
  padding: 0 0 0 3vw;
  background: #000;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .pre-content .secondary-nav {
    display: none;
  }
}
.pre-content .secondary-nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.pre-content .secondary-nav ul.menu li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  list-style: none;
  display: flex;
  align-items: center;
}
.pre-content .secondary-nav ul.menu li:nth-child(4) {
  margin-right: 20px;
}
.pre-content .secondary-nav ul.menu li a {
  padding: 10px 15px;
  display: block;
  line-height: 1;
  color: #FF00CE;
}
.pre-content .secondary-nav ul.menu li a:hover {
  background: #FF00CE;
  color: #000;
  text-decoration: none;
}
.pre-content .secondary-nav ul.menu li a.nav-feature {
  background: #b82b8a;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 20px 40px;
}
.pre-content .secondary-nav ul.menu li a.nav-feature:hover {
  text-decoration: none;
  background: #fff633;
  color: #fff;
}

.mobile-search {
  display: flex;
  justify-content: center;
}

.l-header .site-name a {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 1.4em;
  letter-spacing: -0.02em;
}
.l-header .site-name a:hover {
  color: #FFF400;
  text-decoration: none;
}
.l-header .l-constrained {
  max-width: 100%;
}

h1,
h1.title,
h1.page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0;
  color: #fff;
  line-height: 1;
  text-transform: none;
  border-bottom: 0px solid #444;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  h1,
  h1.title,
  h1.page-title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 768px) {
  h1,
  h1.title,
  h1.page-title {
    font-size: clamp(40px, 5vw, 80px);
  }
}
@media (min-width: 992px) {
  h1,
  h1.title,
  h1.page-title {
    font-size: clamp(40px, 5vw, 80px);
  }
}

nav.pager {
  margin: 3em 0;
  font-size: 15px;
}

.form-item-category-id label[for=edit-category-id] {
  display: none;
}

.eyebrow, .taxonomy-term h3.vocabulary, .section-hero h1.page-title.hero-heading span.hero-title-span, .section-hero h3.vocabulary {
  border: 2px solid yellow;
  display: inline-block;
  padding: 6px 20px;
  font-size: 0.8em;
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: yellow;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}

.section-hero .hero-wrapper {
  overflow: visible;
}
.section-hero h3.vocabulary {
  font-size: 0.4em;
}
.section-hero h1.page-title.hero-heading {
  text-align: left;
  display: flex;
  flex-direction: column;
  font-size: clamp(40px, 4.5vw, 60px);
}
.section-hero h1.page-title.hero-heading span.hero-title-span {
  font-size: 0.4em;
}
.section-hero .hero-title-wrapper .hero-sub-heading {
  text-align: left;
  margin-bottom: 0;
}

span.highlight1 {
  color: #FFF400;
}

span.highlight2 {
  color: #FF00CE;
}

.section.bg-dark-pink {
  background-color: #820069;
}
.section.bg-med-purple {
  background-color: #290b29;
}
.section.bg-dark-purple {
  background-color: rgba(33, 26, 62, 0.6196078431);
}

p strong {
  color: #e2e2e2;
}

.grid-item .views-field-nothing {
  height: 100%;
}

.grid-wrapper ul.grid-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 40px;
}
@media (max-width: 767.98px) {
  .grid-wrapper ul.grid-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media (min-width: 992px) {
  .grid-wrapper ul.grid-list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
.grid-wrapper li.grid-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  max-width: 460px;
}
.grid-wrapper .card-item,
.grid-wrapper .card-wrapper {
  height: 100%;
  width: 100%;
}
.grid-wrapper .card-image {
  padding: 0 !important;
  background: #fff;
}
.grid-wrapper .card-image img {
  width: 100%;
  height: auto;
}

.paragraph--type--view .views-element-container .contextual,
.section-services-teaser .contextual {
  top: 30px;
}

@media (max-width: 575.98px) {
  .cta {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.cta .cta-block {
  text-align: center;
  padding: 12vw 8vw;
  display: flex;
  text-align: right;
  gap: 6vw;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}
@media (max-width: 575.98px) {
  .cta .cta-block {
    padding: 60px 20px;
  }
}
@media (max-width: 991.98px) {
  .cta .cta-block {
    flex-direction: column;
    text-align: center;
  }
}
.cta .cta-title-wrapper {
  flex: 0 0 35%;
  position: relative;
}
.cta .cta-body-wrapper {
  flex: 1 1 60%;
  text-align: left;
  color: #fff;
  font-size: clamp(20px, 2.5vw, 34px);
  line-height: 1.3;
  font-weight: 300;
  position: relative;
}
@media (max-width: 991.98px) {
  .cta .cta-body-wrapper {
    text-align: center;
  }
}
.cta .cta-body-wrapper p {
  margin-bottom: 1em;
}
.cta h2 {
  font-size: clamp(35px, 5vw, 75px);
  color: #000;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .cta h2 {
    flex: 1 1 auto;
  }
}
.cta .btn-primary, .cta .modal-trigger--video, .cta .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .cta a {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-radius: 60px;
  text-transform: uppercase;
  padding: 15px 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 991.98px) {
  .cta .btn-primary, .cta .modal-trigger--video, .cta .album-wrapper .musical_album__album-purchase-link a, .album-wrapper .musical_album__album-purchase-link .cta a {
    width: auto;
  }
}
.cta .btn-primary:hover, .cta .modal-trigger--video:hover, .cta .album-wrapper .musical_album__album-purchase-link a:hover, .album-wrapper .musical_album__album-purchase-link .cta a:hover {
  background-color: #FFF400;
  border-color: #FFF400;
  color: #000 !important;
}
.cta .cta-1 {
  background: linear-gradient(310deg, #D317CC 27%, #FFF400 73%, #FFF400 92%);
  /*@media (prefers-reduced-motion: no-preference) {
  	background: linear-gradient(
  		90deg,
  		#D317CC,
  		#FCE50D,
  		#FFF400
  	) 0 0 / 400% 100%;

  animation: move-bg 60s infinite linear;
  }*/
}
.cta .cta-1:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg-cta-hexes.png) no-repeat scroll right top 46%;
  z-index: 0;
  background-size: 110%;
  mix-blend-mode: multiply;
}
.cta .cta-2 {
  /*background: linear-gradient(to right, #bf23a5, #e42c68, #fb773c);

  @media (prefers-reduced-motion: no-preference) {
  	background: linear-gradient(
  		90deg,
  		#bf23a5,
  		#e42c68,
  		#fb773c,
  		#e42c68,
  		#bf23a5
  	) 0 0 / 400% 100%;

  	animation: move-bg 60s infinite linear;
  }*/
}
.cta .cta-3 {
  /*background: linear-gradient(to right, #ff4de5, #71aaff, #3fecff);
  @media (prefers-reduced-motion: no-preference) {
  	background: linear-gradient(
  		90deg,
  		#ff4de5,
  		#71aaff,
  		#3fecff,
  		#71aaff,
  		#ff4de5
  	) 0 0 / 400% 100%;
  	animation: move-bg 60s infinite linear;
  }*/
}

/*.cta .cta-body-wrapper {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(131deg, #3b123d 35%, #531c5d 38%, #ffffff 49%);
}*/
.bg-hex-outline {
  background: url(../images/hexes-outline-gradient-40.svg) repeat-y fixed left top;
  background-size: auto 70vw;
}

.section-testimonial.no-image .testimonial-image {
  display: none;
}
.section-testimonial.no-image .testimonial-author-wrapper {
  margin-left: 0;
}

.section-testimonial .testimonial-image {
  max-width: 80px;
  overflow: hidden;
  position: absolute;
  bottom: -10px;
  height: 70px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
}
.section-testimonial .testimonial-author-wrapper {
  margin-left: 100px;
}
.section-testimonial h2.section-title {
  display: none;
}
.section-testimonial .story-block-inner {
  background: #820069 url(../images/hexes-outline-gradient-40.svg) repeat-y fixed left top;
  background-size: auto 70vw;
  padding-top: clamp(50px, 14vw, 200px);
  padding-bottom: clamp(70px, 14vw, 200px);
}
.section-testimonial.testimonial-graphic-title {
  padding-top: 20vw;
  position: relative;
}
.section-testimonial.testimonial-graphic-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  position: absolute;
  left: 0;
  top: 8.6vw;
  background: url(../images/shape_testimonial-graphic-title.svg) no-repeat scroll left bottom;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .section-testimonial.testimonial-graphic-title:before {
    top: 8.6vw;
  }
}

@supports (corner-shape: bevel) {
  .section-testimonial .testimonial-image {
    clip-path: none;
    border-radius: 25%/50%;
    corner-shape: bevel;
    aspect-ratio: 1/0.8660254038;
    border: 2px solid #ffffff;
  }
}
.section-cards.stats-block {
  padding: 0;
}
.section-cards.stats-block.stats-graphic-title {
  padding: 20vw 0 0vw 0;
  position: relative;
}
.section-cards.stats-block.stats-graphic-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  position: absolute;
  left: 0;
  top: 5vw;
  background: url(../images/shape_stats-graphic-title.svg) no-repeat scroll left -4vw bottom -2vw;
  background-size: 60vw;
}
@media (max-width: 768px) {
  .section-cards.stats-block.stats-graphic-title:before {
    height: 25vw;
    top: -5vw;
    background: url(../images/shape_stats-graphic-title.svg) no-repeat scroll left -4vw bottom -3vw;
    background-size: 80vw;
  }
}
@media (max-width: 767.98px) {
  .section-cards.stats-block {
    padding: 30px;
  }
}
.section-cards.stats-block .s2_sub_card__sub-card-title {
  position: relative;
  display: inline-block;
}
.section-cards.stats-block span.stat-unit {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
  margin: -0.3em 0 10px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #ff66e2;
}
.section-cards.stats-block span.stat-plus {
  display: inline-block;
  font-size: 0.65em;
  vertical-align: middle;
  color: #ff3bdd;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.section-cards.stats-block .subcard-wrapper {
  background-color: #820069;
  position: relative;
  padding: 4vw 6vw;
}
.section-cards.stats-block .row {
  gap: 30px;
}
.section-cards.stats-block .card-item {
  background-color: #670054;
  text-align: center;
  border-radius: 15px;
  flex: 1 1 auto;
  padding: 0;
}
.section-cards.stats-block .card {
  background: transparent;
}
.section-cards.stats-block .card-title {
  font-size: clamp(50px, 4.5vw, 70px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
.section-cards.stats-block .card-body {
  padding: 20px;
}
.section-cards.stats-block .card-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.25;
  color: #fff;
  text-align: center;
}

.card-logos .card img {
  filter: grayscale(1);
  filter: invert(1) grayscale(1);
}

.page-services .section-hero {
  padding-top: 6vw;
  padding-bottom: 6vw;
}
@media (max-width: 575.98px) {
  .page-services .section-hero {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .page-services .section-hero {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 575.98px) {
  .page-services .section-hero {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .page-services .section-hero {
    padding-bottom: 50px;
  }
}
.page-services .section-hero .hero-wrapper {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
}

.section-services .l-content-main {
  padding-bottom: 0;
}
.section-services .page-intro {
  border-bottom: 5px solid #670e54;
  position: relative;
}
@media (max-width: 767.98px) {
  .section-services .page-intro {
    padding-bottom: 8vw;
  }
}
.section-services .page-intro:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.section-services .page-intro:after {
  content: "";
  background: linear-gradient(142deg, rgba(26, 5, 73, 0.62) 30%, rgba(82, 0, 105, 0.45) 90%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-services .page-intro .intro-inner-wrapper {
  padding: 0;
  display: flex;
  gap: 4vw;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .section-services .page-intro .intro-inner-wrapper {
    padding-bottom: 8vw;
    justify-content: center;
  }
}
.section-services .page-intro .intro-inner-wrapper .icon {
  order: 2;
  padding: 0 30px 0;
}
@media (min-width: 768px) {
  .section-services .page-intro .intro-inner-wrapper .icon {
    flex: 1 0 35vw;
    padding: 5vw 5vw 5vw 0;
    max-width: 600px;
  }
}
.section-services .page-intro .intro-inner-wrapper .icon img {
  width: 100%;
  opacity: 0.1;
}
@media (max-width: 575.98px) {
  .section-services .page-intro .intro-inner-wrapper .icon {
    display: none;
  }
}
.section-services .page-intro .intro-inner-wrapper .term-intro-text-wrapper {
  order: 1;
  padding: 5vw 5vw 0;
}
@media (min-width: 768px) {
  .section-services .page-intro .intro-inner-wrapper .term-intro-text-wrapper {
    flex: 0 1 56vw;
    padding: 10vw 5vw;
  }
}
.section-services .page-intro h1.title {
  position: relative;
  z-index: 0;
}
.section-services .page-intro h1.title:before {
  z-index: -1;
}

.section-services-teaser,
.child-term-list {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  width: 90vw;
}
.section-services-teaser.section-story-block,
.child-term-list.section-story-block {
  border-bottom: 1px solid #444;
}
@media (max-width: 575.98px) {
  .section-services-teaser.section-story-block,
  .child-term-list.section-story-block {
    border-bottom: 1px solid #444;
  }
}
.section-services-teaser.section-story-block .story-block-inner,
.child-term-list.section-story-block .story-block-inner {
  display: flex;
  grid-gap: clamp(0px, 4vw, 60px);
  flex-flow: row nowrap;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
}
@media (max-width: 575.98px) {
  .section-services-teaser.section-story-block .story-block-inner,
  .child-term-list.section-story-block .story-block-inner {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .section-services-teaser.section-story-block .group-left,
  .child-term-list.section-story-block .group-left {
    flex: 1 1 40%;
    justify-content: flex-end;
    display: flex;
    color: #000;
    border-right: 1px solid #444;
  }
  .section-services-teaser.section-story-block .group-left h2,
  .child-term-list.section-story-block .group-left h2 {
    text-align: right;
    font-size: clamp(30px, 3.5vw, 50px);
    margin: 0;
    width: 100%;
  }
  .section-services-teaser.section-story-block .group-left h2 a,
  .child-term-list.section-story-block .group-left h2 a {
    display: block;
    height: 100%;
    color: #000;
    padding: clamp(0px, 4vw, 60px);
  }
  .section-services-teaser.section-story-block .group-left h2 a:hover,
  .child-term-list.section-story-block .group-left h2 a:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
  }
}
.section-services-teaser.section-story-block .group-right,
.child-term-list.section-story-block .group-right {
  text-align: left;
}
@media (min-width: 768px) {
  .section-services-teaser.section-story-block .group-right,
  .child-term-list.section-story-block .group-right {
    flex: 1 1 60%;
    padding-top: clamp(0px, 4vw, 60px);
    padding-bottom: clamp(0px, 4vw, 60px);
  }
}
.section-services-teaser.section-story-block .group-right .subtitle,
.child-term-list.section-story-block .group-right .subtitle {
  text-align: left;
  font-weight: 500;
}
.section-services-teaser.section-story-block .group-right p,
.child-term-list.section-story-block .group-right p {
  margin-top: 0;
}
.section-services-teaser.section-story-block .group-right .sub-term-list .item-list ul,
.child-term-list.section-story-block .group-right .sub-term-list .item-list ul {
  margin: 0;
  padding: 0;
}
.section-services-teaser.section-story-block .group-right .sub-term-list .item-list ul li,
.child-term-list.section-story-block .group-right .sub-term-list .item-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-services-teaser.section-story-block .group-right .sub-term-list .item-list ul li a,
.child-term-list.section-story-block .group-right .sub-term-list .item-list ul li a {
  color: #000;
  text-decoration: underline !important;
  line-height: 2;
}
.section-services-teaser.section-story-block .group-right .sub-term-list .item-list ul li a:hover,
.child-term-list.section-story-block .group-right .sub-term-list .item-list ul li a:hover {
  color: #FFF400;
}
.section-services-teaser.section-story-block .group-right .link,
.child-term-list.section-story-block .group-right .link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.section-services-teaser.section-story-block .group-right .link a,
.child-term-list.section-story-block .group-right .link a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}
.section-services-teaser.section-story-block .group-right .link a:hover,
.child-term-list.section-story-block .group-right .link a:hover {
  color: #FFF400;
  text-decoration: none !important;
}
.section-services-teaser.section-story-block .group-right .link a:after,
.child-term-list.section-story-block .group-right .link a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icons/arrow-right.svg) no-repeat scroll right center;
  background-size: 20px auto;
  margin-left: 10px;
}

.section-services .l-content-main {
  background: url(../images/hexes-outline-gradient-40.svg) repeat-y fixed left top;
  background-size: auto 70vw;
}

ul#certification-logos {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2vw, 30px);
  margin: 0;
  padding: 0;
}
ul#certification-logos li {
  flex: 1 1 25%;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 130px;
  opacity: 0.7;
}

.page-services-rigging .page-intro .icon .services__icon-image {
  position: relative;
}
.page-services-rigging .page-intro .icon .services__icon-image:after {
  content: "";
  display: block;
  width: 50vw;
  height: 110px;
  background: url(../images/rf-rigging-logo.png) no-repeat scroll center center;
  background-size: 100% auto;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (min-width: 768px) {
  .page-services-rigging .page-intro .icon .services__icon-image:after {
    width: 30vw;
    height: 110px;
  }
}

#paragraph-id-38 .story-block-extra-image {
  justify-content: flex-start;
}

/* === Numbered-flow: numbered manifesto-style list === */
/* Override center-text-full-bg-image centering on body content only.
   Eyebrow + H2 stay centered (they live in .title-eyebrow / .section-title). */
.numbered-flow .story-block-text,
.numbered-flow .story-block-text .field__item {
  max-width: none;
  width: 100%;
  text-align: left;
}

/* The list itself */
.numbered-flow__item {
  display: grid;
  grid-template-columns: minmax(80px, 110px) 1fr;
  gap: 2.25rem;
  align-items: start;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 244, 0, 0.2);
}

.numbered-flow__item:first-child {
  border-top: 1px solid rgba(255, 244, 0, 0.2);
}

.numbered-flow__numeral {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #FFF400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.numbered-flow__title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  margin: 0 0 0.625rem 0;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.005em;
  text-align: left !important;
}

.numbered-flow__body {
  font-size: 1rem;
  line-height: 1.65;
  color: #c8c8c8;
  margin: 0;
  max-width: 62ch;
}

@media (max-width: 640px) {
  .numbered-flow__item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1.5rem 0;
  }
  .numbered-flow__numeral {
    font-size: 2.25rem;
  }
}
.taxonomy-term h3.vocabulary {
  position: relative;
  display: inline-block;
}
.taxonomy-term .child-terms .item-list ul {
  margin: 0;
  padding: 0;
}
.taxonomy-term .child-terms .item-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-teasers {
  padding: calc(12vw / 2) 5vw 12vw;
}
@media (max-width: 575.98px) {
  .team-teasers {
    padding: 80px 5vw;
  }
}
.team-teasers header {
  margin-bottom: 3em;
}
@media (min-width: 630px) {
  .team-teasers .css-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .team-teasers .css-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .team-teasers .css-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1500px) {
  .team-teasers .css-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 2200px) {
  .team-teasers .css-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.team-teasers .card-item > a:hover {
  text-decoration: none !important;
}
.team-teasers .team-card-link {
  display: block;
  margin: 0;
  color: inherit;
  text-decoration: none;
}
.team-teasers .card {
  border-radius: 0;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.team-teasers .card-image {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  flex: 0 0 100px;
}
.team-teasers .card-image img {
  width: 100%;
}
.team-teasers .card-body {
  padding: 0;
  align-items: center;
}
.team-teasers .card-name {
  color: #fff;
  text-align: left;
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 5px;
}
.team-teasers .card-title {
  color: #FFF400;
  font-size: clamp(16px, 1.5vw, 16px);
  text-align: left;
  font-weight: 500;
}
.team-teasers .card-bio {
  color: #AFAFAF;
  font-size: clamp(15px, 1.5vw, 16px);
  margin-top: 15px;
}

@media (max-width: 575.98px) {
  .section-team .l-content-main {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  .section-team .l-content-main {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.section-team .user-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  margin-bottom: 12vw;
}
@media (min-width: 768px) {
  .section-team .user-wrapper {
    flex-direction: row;
  }
}
.section-team .user-image-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .section-team .user-image-wrapper {
    flex: 1 0 30%;
    max-width: 400px;
  }
}
.section-team .user-image-wrapper img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .section-team .user-bio-wrapper {
    flex: 1 1 70%;
  }
}
.section-team .user-bio-wrapper h1.title.user-name {
  margin-bottom: 0;
  font-size: clamp(35px, 4vw, 60px);
}
.section-team .user-bio-wrapper .user__user-title {
  margin-bottom: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  text-transform: uppercase;
  font-weight: 400;
  color: #FF00CE;
}
.section-team .user-bio-wrapper .user__user-title .field__label {
  display: none;
}
.section-team .user-bio-wrapper .user__bio {
  max-width: 42em;
  font-size: clamp(18px, 1.5vw, 20px);
}
.section-team .user-bio-wrapper .user__linkedin-url .field__label {
  display: none;
}
.section-team .user-bio-wrapper .user__linkedin-url .field__item a {
  display: block;
  font-size: 0;
  width: 60px;
  height: 60px;
  background: url(../images/icons/icon-linkedin.svg) no-repeat scroll left -8px top;
  background-size: 100% auto;
  filter: invert(1);
  opacity: 0.5;
}
.section-team .user-bio-wrapper .user__linkedin-url .field__item a:hover {
  opacity: 1;
}

/*# sourceMappingURL=css.css.map */