/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/select2/dist/css/select2.css ***!
  \*************************************************************************************************************************/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/glob-import-loader/index.js??ruleSet[1].rules[1].use[4]!./src/main/webpack/site/main.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ============================================
 BOOTSTRAP CUSTOMIZATION
 Override Bootstrap variables to match BMS design system
 ============================================ */
/* 16px */
/* 16px */
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #BE2BBB;
  --bs-secondary: #3312AF;
  --bs-dark: #290628;
  --bs-gray: #4F4A4A;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #363131;
  text-decoration: underline;
}
a:hover {
  color: #BE2BBB;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-lg,
.container-md {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 481px) {
  .container-md, .container {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container {
    max-width: 100%;
  }
}
.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  -ms-flex-negative: 0;
      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 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

@media (min-width: 481px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          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: 481px) {
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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: 1024px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            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;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 480.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #BE2BBB;
  border-color: #BE2BBB;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a2259f;
  border-color: #982296;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #a2259f;
  border-color: #982296;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(200, 75, 197, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(200, 75, 197, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #982296;
  border-color: #8f208c;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(200, 75, 197, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(200, 75, 197, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #BE2BBB;
  border-color: #BE2BBB;
}

.btn-secondary {
  color: #fff;
  background-color: #3312AF;
  border-color: #3312AF;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2b0f95;
  border-color: #290e8c;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #2b0f95;
  border-color: #290e8c;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 54, 187, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(82, 54, 187, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #290e8c;
  border-color: #260e83;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(82, 54, 187, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(82, 54, 187, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #3312AF;
  border-color: #3312AF;
}

.btn-dark {
  color: #fff;
  background-color: #290628;
  border-color: #290628;
}
.btn-dark:hover {
  color: #fff;
  background-color: #230522;
  border-color: #210520;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #230522;
  border-color: #210520;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 43, 72, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(73, 43, 72, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #210520;
  border-color: #1f051e;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 43, 72, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(73, 43, 72, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #290628;
  border-color: #290628;
}

.btn-gray {
  color: #fff;
  background-color: #4F4A4A;
  border-color: #4F4A4A;
}
.btn-gray:hover {
  color: #fff;
  background-color: #433f3f;
  border-color: #3f3b3b;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
  color: #fff;
  background-color: #433f3f;
  border-color: #3f3b3b;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 101, 101, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(105, 101, 101, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #3f3b3b;
  border-color: #3b3838;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(105, 101, 101, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(105, 101, 101, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
  color: #fff;
  background-color: #4F4A4A;
  border-color: #4F4A4A;
}

.btn-white {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-primary {
  color: #BE2BBB;
  border-color: #BE2BBB;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #BE2BBB;
  border-color: #BE2BBB;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(190, 43, 187, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(190, 43, 187, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #BE2BBB;
  border-color: #BE2BBB;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(190, 43, 187, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(190, 43, 187, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #BE2BBB;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #3312AF;
  border-color: #3312AF;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3312AF;
  border-color: #3312AF;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(51, 18, 175, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(51, 18, 175, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #3312AF;
  border-color: #3312AF;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(51, 18, 175, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(51, 18, 175, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #3312AF;
  background-color: transparent;
}

.btn-outline-dark {
  color: #290628;
  border-color: #290628;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #290628;
  border-color: #290628;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 6, 40, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(41, 6, 40, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #290628;
  border-color: #290628;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 6, 40, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(41, 6, 40, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #290628;
  background-color: transparent;
}

.btn-outline-gray {
  color: #4F4A4A;
  border-color: #4F4A4A;
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #4F4A4A;
  border-color: #4F4A4A;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(79, 74, 74, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(79, 74, 74, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #fff;
  background-color: #4F4A4A;
  border-color: #4F4A4A;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(79, 74, 74, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(79, 74, 74, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
  color: #4F4A4A;
  background-color: transparent;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000000;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #363131;
  text-decoration: underline;
}
.btn-link:hover {
  color: #BE2BBB;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 481px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #363131;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #BE2BBB;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-md,
.navbar > .container-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
          box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 481px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

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

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

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.card-group > .card {
  margin-bottom: 8px;
}
.card-group > .card {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  margin-bottom: 0;
}
.card-group > .card + .card {
  margin-left: 0;
  border-left: 0;
}
.card-group > .card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
  border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
  border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
  border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
  border-bottom-left-radius: 0;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #363131;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #BE2BBB;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #BE2BBB;
  background-color: #e9ecef;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #721a70;
  background-color: #f2d5f1;
  border-color: #ecbfeb;
}
.alert-primary .alert-link {
  color: #5b155a;
}

.alert-secondary {
  color: #1f0b69;
  background-color: #d6d0ef;
  border-color: #c2b8e7;
}
.alert-secondary .alert-link {
  color: #190954;
}

.alert-dark {
  color: #190418;
  background-color: #d4cdd4;
  border-color: #bfb4bf;
}
.alert-dark .alert-link {
  color: #140313;
}

.alert-gray {
  color: #2f2c2c;
  background-color: #dcdbdb;
  border-color: #cac9c9;
}
.alert-gray .alert-link {
  color: #262323;
}

.alert-white {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: #525252;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: black;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

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

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

@media (min-width: 481px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #721a70;
  background-color: #f2d5f1;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #721a70;
  background-color: #dac0d9;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #721a70;
  border-color: #721a70;
}

.list-group-item-secondary {
  color: #1f0b69;
  background-color: #d6d0ef;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #1f0b69;
  background-color: #c1bbd7;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #1f0b69;
  border-color: #1f0b69;
}

.list-group-item-dark {
  color: #190418;
  background-color: #d4cdd4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #190418;
  background-color: #bfb9bf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #190418;
  border-color: #190418;
}

.list-group-item-gray {
  color: #2f2c2c;
  background-color: #dcdbdb;
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #2f2c2c;
  background-color: #c6c5c5;
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: #2f2c2c;
  border-color: #2f2c2c;
}

.list-group-item-white {
  color: #666666;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #666666;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 16px;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

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

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

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

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

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

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

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

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

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

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

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

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

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 480.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

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

.link-primary {
  color: #BE2BBB;
}
.link-primary:hover, .link-primary:focus {
  color: #982296;
}

.link-secondary {
  color: #3312AF;
}
.link-secondary:hover, .link-secondary:focus {
  color: #290e8c;
}

.link-dark {
  color: #290628;
}
.link-dark:hover, .link-dark:focus {
  color: #210520;
}

.link-gray {
  color: #4F4A4A;
}
.link-gray:hover, .link-gray:focus {
  color: #3f3b3b;
}

.link-white {
  color: #ffffff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-black {
  color: #000000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 481px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-gray {
  border-color: #4F4A4A !important;
}

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

.border-black {
  border-color: #000000 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #BE2BBB !important;
}

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

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

.text-gray {
  color: #4F4A4A !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-gray {
  background-color: #4F4A4A !important;
}

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

.bg-black {
  background-color: #000000 !important;
}

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 481px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
}
@media (min-width: 481px) {
  .row {
    --bs-gutter-x: 16px;
  }
}
@media (min-width: 1024px) {
  .row {
    --bs-gutter-x: 16px;
  }
}

@media (max-width: 480px) {
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (width < 1024px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.container, .container-fluid, .container-md, .container-lg {
  padding-left: unset;
  padding-right: unset;
}

html {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-family: "Basel Grotesk", sans-serif;
  color: #363131;
}
@media (min-width: 481px) and (width < 1024px) {
  body {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

main {
  min-height: 700px;
}

h1, .h1 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.8px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.96px;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -1.12px;
  }
}

h2, .h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.64px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }
}

h3, .h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.44px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.52px;
  }
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }
}

h4, .h4 {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}

h5, .h5 {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

h6, .h6 {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  h6, .h6 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  h6, .h6 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

.text-lg {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .text-lg {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .text-lg {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}

.text-md {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .text-md {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .text-md {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

.text-sm {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .text-sm {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .text-sm {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}

.text-xs {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .text-xs {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .text-xs {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
  }
}

.text-xxs {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .text-xxs {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .text-xxs {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}

.display-lg {
  font-weight: 300;
  font-style: normal;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.64px;
}
@media (min-width: 481px) and (width < 1024px) {
  .display-lg {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.8px;
  }
}
@media (min-width: 1024px) {
  .display-lg {
    font-size: 104px;
    line-height: 104px;
    letter-spacing: -1.04px;
  }
}

.display-md {
  font-weight: 300;
  font-style: normal;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.56px;
}
@media (min-width: 481px) and (width < 1024px) {
  .display-md {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -0.72px;
  }
}
@media (min-width: 1024px) {
  .display-md {
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -0.96px;
  }
}

.display-sm {
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.48px;
}
@media (min-width: 481px) and (width < 1024px) {
  .display-sm {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -0.64px;
  }
}
@media (min-width: 1024px) {
  .display-sm {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.8px;
  }
}

.link-base {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-style: normal;
}
@media (min-width: 481px) and (width < 1024px) {
  .link-base {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .link-base {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.link-base:focus-visible {
  color: #BE2BBB;
  text-decoration-line: underline;
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
}

a {
  text-decoration: underline;
}
a:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
a:not([data-classname~=cross-site])[data-target=externalLink]::after {
  margin-left: 3px;
  margin-right: 3px;
}

main:not(.article-template) {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  main:not(.article-template) {
    padding-left: 56px;
    padding-right: 56px;
  }
}
main:not(.article-template).page--full-width {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
@media (min-width: 1024px) {
  main:not(.article-template).page--full-width {
    padding-left: 0;
    padding-right: 0;
  }
}

.article-template .limited-parsys {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .article-template .limited-parsys {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.article-template .fullwidth-parsys {
  max-width: none;
}

.modal-open {
  overflow: hidden;
  pointer-events: none;
}

.ios {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.modal {
  cursor: pointer;
  pointer-events: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.disable-close {
  cursor: initial;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal.fade.show {
  opacity: 1;
}
.modal button.close {
  background: none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 500;
}
.modal button.close i {
  fill: #3312AF;
  display: block;
  height: 14px;
  margin: 0 auto;
  width: 14px;
}

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

.modal-dialog {
  background: #ffffff;
  cursor: initial;
  position: relative;
  width: auto;
  pointer-events: auto;
}
.modal-dialog button {
  cursor: pointer;
}

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0;
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  background-color: rgba(54, 49, 49, 0.7019607843);
}
.modal-backdrop.show {
  opacity: 0.9;
}

.modal-header {
  padding: 10px;
}
.modal-header::after {
  display: block;
  clear: both;
  content: "";
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
}

.modal-footer {
  padding: 10px;
  text-align: right;
}
.modal-footer::after {
  display: block;
  clear: both;
  content: "";
}

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

.modal-dialog {
  width: 100%;
  max-width: 780px;
  margin: 5vh auto;
}
@media only screen and (max-width: 480px) {
  .modal-dialog {
    max-width: 80vw;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .modal-dialog {
    max-width: 91vw;
  }
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.nav-country-modal + .modal-backdrop.fade.in {
  opacity: 0.99;
}
@media only screen and (max-width: 480px) {
  .nav-country-modal + .modal-backdrop.fade.in {
    opacity: 1;
  }
}

.openFullScreenModal .modal-content {
  background-color: #ffffff;
}

.modal.full-screen {
  top: 134px;
}
@media only screen and (max-width: 480px) {
  .modal.full-screen {
    top: 0px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .modal.full-screen {
    top: 0px;
  }
}
.modal.full-screen > .close {
  position: fixed;
  top: 156px;
  right: 42px;
  height: 60px;
  width: 60px;
  outline: 0px;
}
.modal.full-screen > .close svg path {
  fill: #595454;
}
@media only screen and (max-width: 480px) {
  .modal.full-screen > .close {
    top: -1px;
    right: 0px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .modal.full-screen > .close {
    top: 18px;
  }
}
.modal.full-screen > .close:focus {
  outline: 0px;
}
.modal.full-screen .modal-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}
@media only screen and (max-width: 480px) {
  .modal.full-screen .modal-content {
    padding: 0px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .modal.full-screen .modal-content {
    padding: 0px 25px;
  }
}

.modal.full-screen + .modal-backdrop {
  display: none;
}

.form-modal.modal-open .site-contain.bms-relaunch,
.form-modal.modal-open .site-contain.bms-relaunch .container,
.form-modal.modal-open .site-contain.bms-relaunch .site-main {
  z-index: auto;
}

.video-iframe-modal.modal button.close, .video-modal.modal button.close {
  background: white;
  border: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  pointer-events: auto;
}
.video-iframe-modal.modal button.close i.icon-close, .video-modal.modal button.close i.icon-close {
  height: 10px;
  width: 10px;
  line-height: 0;
}

@-webkit-keyframes backdropFadeIn {
  0% {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
  100% {
    opacity: 0.5;
    backdrop-filter: blur(8px);
  }
}

@keyframes backdropFadeIn {
  0% {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
  100% {
    opacity: 0.5;
    backdrop-filter: blur(8px);
  }
}
@-webkit-keyframes backdropFadeOut {
  0% {
    opacity: 0.5;
    backdrop-filter: blur(8px);
  }
  100% {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
}
@keyframes backdropFadeOut {
  0% {
    opacity: 0.5;
    backdrop-filter: blur(8px);
  }
  100% {
    opacity: 0;
    backdrop-filter: blur(0px);
  }
}
.bms-button-external {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-wrap: wrap;
  text-decoration: none;
}
.bms-button-external:focus {
  outline: none;
}
.bms-button-external:focus-visible {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  color: #ffffff;
}
.bms-button-external:disabled, .bms-button-external.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-button-external[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.bms-button--primary, .external-link-warning-modal .button-container a, .cross-site .button-container #external-continue-close,
.cross-site .button-container #external-continue-link, .primary-button .be-button-wrapper .be-button:not(.bms-chip) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-wrap: wrap;
  text-decoration: none;
  background-color: #BE2BBB;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  line-height: 17px;
  padding: 6px 12px;
  display: "inline-flex";
}
.bms-button--primary:focus, .external-link-warning-modal .button-container a:focus, .cross-site .button-container #external-continue-close:focus,
.cross-site .button-container #external-continue-link:focus, .primary-button .be-button-wrapper .be-button:focus:not(.bms-chip) {
  outline: none;
}
.bms-button--primary:focus-visible, .external-link-warning-modal .button-container a:focus-visible, .cross-site .button-container #external-continue-close:focus-visible,
.cross-site .button-container #external-continue-link:focus-visible, .primary-button .be-button-wrapper .be-button:focus-visible:not(.bms-chip) {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  color: #ffffff;
}
.bms-button--primary:disabled, .external-link-warning-modal .button-container a:disabled, .cross-site .button-container #external-continue-close:disabled,
.cross-site .button-container #external-continue-link:disabled, .primary-button .be-button-wrapper .be-button:disabled:not(.bms-chip), .bms-button--primary.is-disabled, .external-link-warning-modal .button-container a.is-disabled, .cross-site .button-container .is-disabled#external-continue-close,
.cross-site .button-container .is-disabled#external-continue-link, .primary-button .be-button-wrapper .is-disabled.be-button:not(.bms-chip) {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-button--primary::after, .external-link-warning-modal .button-container a::after, .cross-site .button-container #external-continue-close::after,
.cross-site .button-container #external-continue-link::after, .primary-button .be-button-wrapper .be-button:not(.bms-chip)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.bms-button--primary:hover, .external-link-warning-modal .button-container a:hover, .cross-site .button-container #external-continue-close:hover,
.cross-site .button-container #external-continue-link:hover, .primary-button .be-button-wrapper .be-button:hover:not(.bms-chip) {
  background-color: #AB27A8;
  color: #ffffff;
}
.bms-button--primary:disabled, .external-link-warning-modal .button-container a:disabled, .cross-site .button-container #external-continue-close:disabled,
.cross-site .button-container #external-continue-link:disabled, .primary-button .be-button-wrapper .be-button:disabled:not(.bms-chip) {
  background-color: #BE2BBB;
  color: #ffffff;
}
.bms-button--primary:visited, .external-link-warning-modal .button-container a:visited, .cross-site .button-container #external-continue-close:visited,
.cross-site .button-container #external-continue-link:visited, .primary-button .be-button-wrapper .be-button:visited:not(.bms-chip) {
  color: #ffffff;
}
.bms-button--primary:disabled, .external-link-warning-modal .button-container a:disabled, .cross-site .button-container #external-continue-close:disabled,
.cross-site .button-container #external-continue-link:disabled, .primary-button .be-button-wrapper .be-button:disabled:not(.bms-chip), .bms-button--primary.is-disabled, .external-link-warning-modal .button-container a.is-disabled, .cross-site .button-container .is-disabled#external-continue-close,
.cross-site .button-container .is-disabled#external-continue-link, .primary-button .be-button-wrapper .is-disabled.be-button:not(.bms-chip) {
  opacity: 0.5;
  background-color: #BE2BBB;
  color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-button--primary:hover, .external-link-warning-modal .button-container a:hover, .cross-site .button-container #external-continue-close:hover,
.cross-site .button-container #external-continue-link:hover, .primary-button .be-button-wrapper .be-button:hover:not(.bms-chip), .bms-button--primary:active, .external-link-warning-modal .button-container a:active, .cross-site .button-container #external-continue-close:active,
.cross-site .button-container #external-continue-link:active, .primary-button .be-button-wrapper .be-button:active:not(.bms-chip) {
  text-decoration: none;
}
.bms-button--primary:focus-visible, .external-link-warning-modal .button-container a:focus-visible, .cross-site .button-container #external-continue-close:focus-visible,
.cross-site .button-container #external-continue-link:focus-visible, .primary-button .be-button-wrapper .be-button:focus-visible:not(.bms-chip) {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  text-decoration: none;
  color: #ffffff;
}

.bms-button--secondary, .secondary-button .be-button-wrapper .be-button:not(.bms-chip) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-wrap: wrap;
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  color: #363131;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  line-height: 17px;
  padding: 6px 12px;
  display: "inline-flex";
  border: 1px solid #363131;
}
.bms-button--secondary:focus, .secondary-button .be-button-wrapper .be-button:focus:not(.bms-chip) {
  outline: none;
}
.bms-button--secondary:focus-visible, .secondary-button .be-button-wrapper .be-button:focus-visible:not(.bms-chip) {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  color: #ffffff;
}
.bms-button--secondary:disabled, .secondary-button .be-button-wrapper .be-button:disabled:not(.bms-chip), .bms-button--secondary.is-disabled, .secondary-button .be-button-wrapper .is-disabled.be-button:not(.bms-chip) {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-button--secondary::after, .secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.bms-button--secondary:hover, .secondary-button .be-button-wrapper .be-button:hover:not(.bms-chip) {
  background-color: #363131;
  color: #ffffff;
}
.bms-button--secondary:disabled, .secondary-button .be-button-wrapper .be-button:disabled:not(.bms-chip) {
  background-color: #ffffff;
  color: #363131;
}
.bms-button--secondary:visited, .secondary-button .be-button-wrapper .be-button:visited:not(.bms-chip) {
  color: #363131;
}
.bms-button--secondary:hover, .secondary-button .be-button-wrapper .be-button:hover:not(.bms-chip), .bms-button--secondary:active, .secondary-button .be-button-wrapper .be-button:active:not(.bms-chip) {
  color: #ffffff;
  border-color: #363131;
  text-decoration: none;
}
.bms-button--secondary:disabled, .secondary-button .be-button-wrapper .be-button:disabled:not(.bms-chip), .bms-button--secondary.is-disabled, .secondary-button .be-button-wrapper .is-disabled.be-button:not(.bms-chip) {
  opacity: 0.5;
  background-color: #ffffff;
  color: #363131;
  border: 1px solid #363131;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-button--secondary:focus-visible, .secondary-button .be-button-wrapper .be-button:focus-visible:not(.bms-chip) {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  text-decoration: none;
  color: #363131;
}

.bms-button--tertiary, .tertiary-button .be-button-wrapper .be-button:not(.bms-chip) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-wrap: wrap;
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  color: #BE2BBB;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  line-height: 17px;
  padding: 6px 12px;
  display: "inline-flex";
  border: 1px solid rgba(54, 49, 49, 0.1019607843);
}
.bms-button--tertiary:focus, .tertiary-button .be-button-wrapper .be-button:focus:not(.bms-chip) {
  outline: none;
}
.bms-button--tertiary:focus-visible, .tertiary-button .be-button-wrapper .be-button:focus-visible:not(.bms-chip) {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  color: #ffffff;
}
.bms-button--tertiary:disabled, .tertiary-button .be-button-wrapper .be-button:disabled:not(.bms-chip), .bms-button--tertiary.is-disabled, .tertiary-button .be-button-wrapper .is-disabled.be-button:not(.bms-chip) {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-button--tertiary::after, .tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.bms-button--tertiary:hover, .tertiary-button .be-button-wrapper .be-button:hover:not(.bms-chip) {
  background-color: #FAFAFA;
  color: #BE2BBB;
}
.bms-button--tertiary:disabled, .tertiary-button .be-button-wrapper .be-button:disabled:not(.bms-chip) {
  background-color: #ffffff;
  color: #BE2BBB;
}
.bms-button--tertiary:visited, .tertiary-button .be-button-wrapper .be-button:visited:not(.bms-chip) {
  color: #BE2BBB;
}
.bms-button--tertiary:hover, .tertiary-button .be-button-wrapper .be-button:hover:not(.bms-chip), .bms-button--tertiary:active, .tertiary-button .be-button-wrapper .be-button:active:not(.bms-chip) {
  border-color: #FAFAFA;
  text-decoration: none;
}
.bms-button--tertiary:disabled, .tertiary-button .be-button-wrapper .be-button:disabled:not(.bms-chip), .bms-button--tertiary.is-disabled, .tertiary-button .be-button-wrapper .is-disabled.be-button:not(.bms-chip) {
  opacity: 0.5;
  background-color: #ffffff;
  color: #BE2BBB;
  border: 1px solid rgba(54, 49, 49, 0.1019607843);
  cursor: not-allowed;
  pointer-events: none;
}
.bms-button--tertiary:focus-visible, .tertiary-button .be-button-wrapper .be-button:focus-visible:not(.bms-chip) {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  text-decoration: none;
  color: #BE2BBB;
}

.bms-button--small, .external-link-warning-modal .button-container a, .cross-site .button-container #external-continue-close,
.cross-site .button-container #external-continue-link, .primary-button .be-button-wrapper .be-button:not(.bms-chip),
.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.tertiary-button .be-button-wrapper .be-button:not(.bms-chip) {
  width: auto;
  min-height: 40px;
  padding: 12px 16px;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .bms-button--small, .external-link-warning-modal .button-container a, .cross-site .button-container #external-continue-close,
.cross-site .button-container #external-continue-link, .primary-button .be-button-wrapper .be-button:not(.bms-chip),
.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.tertiary-button .be-button-wrapper .be-button:not(.bms-chip) {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-button--small, .external-link-warning-modal .button-container a, .cross-site .button-container #external-continue-close,
.cross-site .button-container #external-continue-link, .primary-button .be-button-wrapper .be-button:not(.bms-chip),
.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.tertiary-button .be-button-wrapper .be-button:not(.bms-chip) {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-button--small, .external-link-warning-modal .button-container a, .cross-site .button-container #external-continue-close,
.cross-site .button-container #external-continue-link, .primary-button .be-button-wrapper .be-button:not(.bms-chip),
.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.tertiary-button .be-button-wrapper .be-button:not(.bms-chip) {
    gap: 32px;
  }
}

.bms-button--large, .large-button.primary-button .be-button-wrapper .be-button:not(.bms-chip),
.large-button.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.large-button.tertiary-button .be-button-wrapper .be-button:not(.bms-chip), .large-button .be-button-wrapper .be-button:not(.bms-chip) {
  width: 100%;
  min-height: 72px;
  padding: 24px;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 481px) and (width < 1024px) {
  .bms-button--large, .large-button.primary-button .be-button-wrapper .be-button:not(.bms-chip),
.large-button.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.large-button.tertiary-button .be-button-wrapper .be-button:not(.bms-chip), .large-button .be-button-wrapper .be-button:not(.bms-chip) {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-button--large, .large-button.primary-button .be-button-wrapper .be-button:not(.bms-chip),
.large-button.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.large-button.tertiary-button .be-button-wrapper .be-button:not(.bms-chip), .large-button .be-button-wrapper .be-button:not(.bms-chip) {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-button--large, .large-button.primary-button .be-button-wrapper .be-button:not(.bms-chip),
.large-button.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.large-button.tertiary-button .be-button-wrapper .be-button:not(.bms-chip), .large-button .be-button-wrapper .be-button:not(.bms-chip) {
    width: auto;
    gap: 120px;
  }
}
.bms-button--large::after, .large-button.primary-button .be-button-wrapper .be-button:not(.bms-chip)::after,
.large-button.secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after,
.large-button.tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .large-button .be-button-wrapper .be-button:not(.bms-chip)::after {
  width: 24px;
  height: 24px;
}

.bms-link-button {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-decoration: none;
  color: #3312AF;
  word-spacing: 4px;
}
.bms-link-button:focus {
  outline: none;
}
@media (min-width: 1024px) {
  .bms-link-button {
    gap: 4px;
  }
}
.bms-link-button:hover {
  color: #BE2BBB;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.bms-link-button:focus-visible {
  outline: 1px dashed #3312AF;
  outline-offset: 2px;
  text-decoration: none;
}
.bms-link-button:disabled, .bms-link-button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-link-button::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  margin-bottom: -3px;
}

.bms-link-button--md {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .bms-link-button--md {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-link-button--md {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

.bms-link-button--lg {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .bms-link-button--lg {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-link-button--lg {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}

.checkbox {
  display: inline-block;
  position: relative;
  margin: 5px 0;
}
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  cursor: pointer;
}
.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkbox input:focus + label {
  outline: #000000 dotted 1px;
}
.checkbox label {
  display: inline-block;
  padding-right: 10px;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
}
.checkbox label:before {
  content: "✓";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #3312AF;
  margin-right: 10px;
  padding: 2px 2px 0 0;
  vertical-align: middle;
  color: #ffffff;
}
.checkbox input[type=checkbox]:checked + label:before {
  border: 2px solid #3312AF;
  background-color: #3312AF;
  text-align: center;
  font-weight: bold;
}

.bms-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(54, 49, 49, 0.3019607843);
  border-radius: 80px;
  padding: 12px 16px 12px 24px;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  width: auto;
  background-color: #ffffff;
  color: #363131;
}
.bms-chip:disabled, .bms-chip.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-chip::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.bms-chip:not([data-classname~=cross-site])[data-target=externalLink]::after {
  margin-left: 8px;
}
@media (min-width: 481px) and (width < 1024px) {
  .bms-chip {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-chip {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.bms-chip:hover {
  background-color: #BE2BBB;
  color: #ffffff;
  border-color: #BE2BBB;
}
.bms-chip:focus-visible {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
}
.bms-chip .bms-chip-external {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(54, 49, 49, 0.3019607843);
  border-radius: 80px;
  padding: 12px 16px 12px 24px;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
}
.bms-chip .bms-chip-external:disabled, .bms-chip .bms-chip-external.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-chip .bms-chip-external:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}

.bms-form-group {
  margin-bottom: 24px;
}

.bms-input {
  width: 100%;
  padding: 12px 16px;
  gap: 10px;
  border: 1px solid rgba(54, 49, 49, 0.7019607843);
  border-radius: 4px;
  background-color: #ffffff;
  color: #363131;
  -webkit-transition: border-color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border-color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  height: 46px;
}
.bms-input::-webkit-input-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-input::-moz-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-input:-ms-input-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-input::-ms-input-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-input::placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .bms-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-input::placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-input::placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.bms-input:focus {
  outline: none;
  border: 1px solid #BE2BBB;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
}
.bms-input:hover:not(:focus) {
  border: 1px solid rgba(54, 49, 49, 0.7019607843);
}
.bms-input:disabled, .bms-input[disabled] {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border: 1px solid rgba(54, 49, 49, 0.5019607843);
  cursor: not-allowed;
  opacity: 1;
}
.bms-input.has-error, .bms-input.is-invalid {
  border: 1px solid #E7000B;
}
.bms-input.has-error:focus, .bms-input.is-invalid:focus {
  border: 1px solid #E7000B;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(231, 0, 11, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(231, 0, 11, 0.2);
}

.bms-textarea {
  width: 100%;
  padding: 12px 16px;
  gap: 10px;
  border: 1px solid rgba(54, 49, 49, 0.7019607843);
  border-radius: 4px;
  background-color: #ffffff;
  color: #363131;
  -webkit-transition: border-color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border-color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  height: 150px;
  padding: 16px;
  resize: vertical;
  border: 1px solid rgba(54, 49, 49, 0.1019607843);
}
.bms-textarea::-webkit-input-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-textarea::-moz-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-textarea:-ms-input-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-textarea::-ms-input-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-textarea::placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .bms-textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-textarea::placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-textarea::placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.bms-textarea:focus {
  outline: none;
  border: 1px solid #BE2BBB;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
}
.bms-textarea:hover:not(:focus) {
  border: 1px solid rgba(54, 49, 49, 0.7019607843);
}
.bms-textarea:disabled, .bms-textarea[disabled] {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border: 1px solid rgba(54, 49, 49, 0.5019607843);
  cursor: not-allowed;
  opacity: 1;
}
.bms-textarea.has-error, .bms-textarea.is-invalid {
  border: 1px solid #E7000B;
}
.bms-textarea.has-error:focus, .bms-textarea.is-invalid:focus {
  border: 1px solid #E7000B;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(231, 0, 11, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(231, 0, 11, 0.2);
}

.bms-form-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #4F4A4A;
}
.bms-form-description::before {
  content: "";
  margin: auto 0;
}
.bms-form-description.is-error {
  color: #E7000B;
  padding: 8px 12px;
  border-radius: 4px;
}
.bms-form-description.is-error::before {
  content: "";
  color: #E7000B;
  margin: auto 0;
}

.bms-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
}
.bms-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(54, 49, 49, 0.7019607843);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4px;
  gap: 4px;
}
.bms-checkbox input[type=checkbox]:hover {
  border: 1px solid #363131;
}
.bms-checkbox input[type=checkbox]:focus {
  outline: none;
  border: 1px solid #BE2BBB;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
}
.bms-checkbox input[type=checkbox]:checked {
  background-color: #BE2BBB;
  border: 1px solid #BE2BBB;
}
.bms-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 8px;
  height: 5.5px;
}
.bms-checkbox input[type=checkbox]:disabled {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border: 1px solid rgba(54, 49, 49, 0.5019607843);
  cursor: not-allowed;
}
.bms-checkbox.has-error input[type=checkbox],
.bms-checkbox input[type=checkbox].has-error {
  background-color: #FFE2E2;
  border: 1px solid #E7000B;
}
.bms-checkbox.has-error input[type=checkbox]:checked,
.bms-checkbox input[type=checkbox].has-error:checked {
  background-color: #BE2BBB;
  border: 1px solid #BE2BBB;
}

.bms-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
}
.bms-radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(54, 49, 49, 0.7019607843);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4px;
  gap: 4px;
}
.bms-radio input[type=radio]:hover {
  border: 1px solid #363131;
}
.bms-radio input[type=radio]:focus {
  outline: none;
  border: 1px solid #BE2BBB;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
}
.bms-radio input[type=radio]:checked {
  border: 1px solid #BE2BBB;
  background-color: #BE2BBB;
}
.bms-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 9999px;
}
.bms-radio input[type=radio]:disabled {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border: 1px solid rgba(54, 49, 49, 0.5019607843);
  cursor: not-allowed;
}
.bms-radio.has-error input[type=radio],
.bms-radio input[type=radio].has-error {
  background-color: #FFE2E2;
  border: 1px solid #E7000B;
}
.bms-radio.has-error input[type=radio]:checked,
.bms-radio input[type=radio].has-error:checked {
  border: 1px solid #BE2BBB;
  background-color: #ffffff;
}

.bms-form-group-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}

.bms-select2-container {
  position: relative;
  width: 100%;
}

.bms-select2-input {
  width: 100%;
  padding: 12px 16px;
  gap: 10px;
  border: 1px solid rgba(54, 49, 49, 0.7019607843);
  border-radius: 4px;
  background-color: #ffffff;
  color: #363131;
  -webkit-transition: border-color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border-color 200ms ease, -webkit-box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  height: 46px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  padding: 8px 16px;
  gap: 16px;
}
.bms-select2-input::-webkit-input-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-select2-input::-moz-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-select2-input:-ms-input-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-select2-input::-ms-input-placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.bms-select2-input::placeholder {
  color: #4F4A4A;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .bms-select2-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-select2-input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-select2-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-select2-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-select2-input::placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-select2-input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-select2-input::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-select2-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-select2-input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .bms-select2-input::placeholder {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.bms-select2-input:focus {
  outline: none;
  border: 1px solid #BE2BBB;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
}
.bms-select2-input:hover:not(:focus) {
  border: 1px solid rgba(54, 49, 49, 0.7019607843);
}
.bms-select2-input:disabled, .bms-select2-input[disabled] {
  background-color: rgba(0, 0, 0, 0.0509803922);
  border: 1px solid rgba(54, 49, 49, 0.5019607843);
  cursor: not-allowed;
  opacity: 1;
}
.bms-select2-input.has-error, .bms-select2-input.is-invalid {
  border: 1px solid #E7000B;
}
.bms-select2-input.has-error:focus, .bms-select2-input.is-invalid:focus {
  border: 1px solid #E7000B;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(231, 0, 11, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(231, 0, 11, 0.2);
}
.bms-select2-input.is-open {
  border: 1px solid #BE2BBB;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(190, 43, 187, 0.2);
}
.bms-select2-input::after {
  content: "";
  width: 12px;
  height: 8px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}
.bms-select2-input.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bms-select2-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #363131;
}
@media (min-width: 481px) and (width < 1024px) {
  .bms-select2-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .bms-select2-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.bms-select2-label.is-placeholder {
  color: #4F4A4A;
  font-weight: 400;
}

.bms-select2-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #363131;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1490196078);
  max-height: 280px;
  overflow-y: auto;
  z-index: 100;
  display: none;
  padding-top: 12px;
}
.bms-select2-dropdown.is-open {
  display: block;
}

.bms-select2-option {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}
.bms-select2-option input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(54, 49, 49, 0.7019607843);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.bms-select2-option input[type=checkbox]:hover {
  border: 1px solid #363131;
}
.bms-select2-option input[type=checkbox]:checked {
  background-color: #BE2BBB;
  border: 1px solid #BE2BBB;
}
.bms-select2-option input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  width: 8px;
  height: 5.5px;
}

.bms-select2-footer {
  padding: 16px;
  gap: 8px;
  border-top: 1px solid rgba(54, 49, 49, 0.1019607843);
}
.bms-select2-footer .bms-button {
  width: 100%;
}

.bms-form-group.has-error .bms-input,
.bms-form-group.has-error .bms-textarea,
.bms-form-group.has-error .bms-select {
  border: 1px solid #E7000B;
}
.bms-form-group.has-error .bms-input:focus,
.bms-form-group.has-error .bms-textarea:focus,
.bms-form-group.has-error .bms-select:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(231, 0, 11, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(231, 0, 11, 0.2);
}

.checkbox {
  display: inline-block;
  position: relative;
  margin: 5px 0;
}
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  cursor: pointer;
}
.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.checkbox input:focus + label {
  outline: #000000 dotted 1px;
}
.checkbox label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #4F4A4A;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  background-color: #ffffff;
}
.checkbox input[type=checkbox]:checked + label:after {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 3px;
  color: #BE2BBB;
  font-weight: bold;
  font-size: 16px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.checkbox input[type=checkbox]:checked + label:before {
  border: 2px solid #4F4A4A;
  background-color: #ffffff;
}

.text-field {
  position: relative;
}
.text-field label {
  display: block;
  margin-bottom: 5px;
}
.text-field input, .text-field textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #4F4A4A;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.text-field input:focus, .text-field textarea:focus {
  outline: none;
  border-color: #BE2BBB;
}
.text-field textarea {
  min-height: 100px;
  resize: vertical;
}

.select-container .dropdown-link {
  position: relative;
}
.select-container .dropdown-link select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #4F4A4A;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ffffff;
  cursor: pointer;
}
.select-container .dropdown-link select:focus {
  outline: none;
  border-color: #BE2BBB;
}
.select-container .dropdown-link span.arrow-down:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.g-recaptcha.form-error {
  border: 2px solid #BE2BBB;
}

.error-text {
  color: #BE2BBB;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 0px;
}
@media only screen and (max-width: 480px) {
  .error-text {
    font-size: 16px;
  }
}

#privacy.form-error + label:before {
  border: 2px solid #BE2BBB;
}

.parsys_column .parsys_column {
  margin-bottom: 45px;
  margin-right: 0px;
  -ms-flex-item-align: auto;
      align-self: auto;
}

.submit-view-row .parsys_column .parsys_column,
.form-select .parsys_column .parsys_column {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.page-callout {
  margin-bottom: 20px;
  margin-top: 10px;
}
.page-callout h2.section-header, .page-callout .section-header.h2 {
  font-size: 18px;
  line-height: 24px;
}

.personalinfo h2.section-header, .personalinfo .section-header.h2,
.personalinfonew h2.section-header,
.personalinfonew .section-header.h2 {
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 0px;
}

.mandatory-field {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .mandatory-field {
    font-size: 16px;
  }
}

.error-msg {
  color: #BE2BBB;
  line-height: 20px;
}

.submit-view {
  margin-bottom: 17px;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .submit-view {
    width: 100%;
  }
}
.submit-view .body-1 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 480px) {
  .submit-view .body-1 {
    margin-top: 2px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .submit-view .body-1 {
    font-size: 16px;
    line-height: 18px;
  }
}
.submit-view .submit-btn {
  padding: 7px 15px;
  font-size: 17px;
  line-height: 20px;
  border-radius: 3px;
  margin-top: 45px;
  height: auto;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .submit-view .submit-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px 15px;
  }
}
.submit-view .submit-btn:hover {
  padding: 7px 15px;
}
.submit-view .submit-btn:hover:disabled {
  padding: 7px 15px;
}

.primary-button.submit-btn, .body-1 a.submit-btn.primary-button {
  padding: 7px 15px;
  font-size: 17px;
  line-height: 20px;
  margin-top: 45px;
  margin-left: 0px;
  height: auto;
  margin-bottom: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .primary-button.submit-btn, .body-1 a.submit-btn.primary-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.primary-button.submit-btn:disabled {
  color: #ffffff;
  background-color: #BE2BBB;
}
.primary-button.submit-btn:hover {
  padding: 7px 15px;
}
.primary-button.submit-btn:hover:disabled {
  padding: 7px 15px;
}

.form-global-level-msg {
  color: #BE2BBB;
}

.site-survivorship .share-your-story {
  padding: 35px 100px 15px 80px;
}
.site-survivorship .share-your-story .rte h3, .site-survivorship .share-your-story .rte .h3 {
  font-weight: 700;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .site-survivorship .share-your-story {
    padding: 35px 52px 15px 52px;
  }
}
.site-survivorship .share-your-story .parsys_column.colctrl-2a-50, .site-survivorship .share-your-story .parsys_column.colctrl-1a-100 {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .site-survivorship .share-your-story {
    padding: 0 24px;
  }
}
.site-survivorship .share-your-story .parsys_column .parsys_column {
  margin: 0 15px 0;
}
.site-survivorship .share-your-story .parsys_column .parsys_column:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 480px) {
  .site-survivorship .share-your-story .parsys_column .parsys_column {
    margin: 0;
  }
}
.site-survivorship .share-your-story .parsys_column > *:not(:first-of-type) {
  margin-top: 0;
}
.site-survivorship .share-your-story a {
  color: #BE2BBB;
  text-decoration: none;
}

.site-survivorship .generic-form .submit-view {
  width: 90%;
}

#form-response-modal .button-container {
  text-align: center;
}
#form-response-modal .button-container a {
  color: #ffffff;
}
#form-response-modal .button-container a:hover {
  color: #BE2BBB;
}

.generic-registration-modal .generic-form.generic-registration-form .submit-view-row .submit-btn {
  padding: 7px 15px;
}
.generic-registration-modal .generic-form.generic-registration-form .submit-view-row .submit-btn:hover {
  padding: 7px 15px;
}
.generic-registration-modal .generic-form.generic-registration-form .submit-view-row .submit-btn:hover:disabled {
  padding: 7px 15px;
}

.order-modal .generic-form.order-form .submit-view .submit-btn, .order-modal .generic-form.order-form .primary-button.submit-btn {
  padding: 7px 15px;
}
.order-modal .generic-form.order-form .submit-view .submit-btn:hover, .order-modal .generic-form.order-form .primary-button.submit-btn:hover {
  padding: 7px 15px;
}
.order-modal .generic-form.order-form .submit-view .submit-btn:hover:disabled, .order-modal .generic-form.order-form .primary-button.submit-btn:hover:disabled {
  padding: 7px 15px;
}

.site-contain .generic-form .primary-button.submit-btn:disabled, .site-contain .generic-form .primary-button.submit-btn:hover:not([disabled]), .site-contain .generic-form .submit-btn.nav-search-button:disabled, .site-contain .generic-form .submit-btn.nav-search-button:hover:not([disabled]) {
  padding: 7px 15px;
}

.generic-form #privacy.form-error + label:before {
  border: 1px solid #E7000B;
}
.generic-form #privacy + label {
  padding: 0px;
}
.generic-form .checkbox #privacy:focus + label {
  outline: 0px;
}
.generic-form .checkbox #privacy:focus + label:before {
  outline: #000000 dotted 1px;
}
.generic-form .parsys_column .parsys_column {
  margin-bottom: 15px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media only screen and (max-width: 480px) {
  .generic-form .parsys_column .parsys_column {
    margin-bottom: 15px;
  }
  .generic-form .parsys_column .parsys_column:empty {
    display: none;
  }
}
.generic-form .parsys_column.city-state.other-displayed .parsys_column:first-of-type {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.generic-form .parsys_column.city-state.other-displayed .other-state {
  margin-top: 15px;
}
.generic-form .submit-view-row .parsys_column .parsys_column,
.generic-form .form-select .parsys_column .parsys_column {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.generic-form .mandatory-field {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-style: normal;
}
.generic-form .mandatory-field .error-msg {
  margin-top: 4px;
}
@media only screen and (max-width: 480px) {
  .generic-form .mandatory-field {
    margin: 0;
  }
}
.generic-form .error-msg {
  color: #BE2BBB;
  display: none;
  font-size: 13px;
  font-style: normal;
}
.generic-form .submit-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.generic-form .submit-view .body-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px 0 0;
  width: 50%;
}
.generic-form .submit-view .privacy-policy-link {
  color: #4F4A4A;
  padding: 0 4px;
  text-decoration: underline;
}
.generic-form .submit-view .submit-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 0 0 10px;
  padding: 10px 20px;
  height: 45px;
}
@media only screen and (max-width: 480px) {
  .generic-form .submit-view .body-1 {
    width: 100%;
  }
  .generic-form .submit-view .checkbox + label.body-1 {
    width: calc(100% - 50px);
    margin: 5px 0;
  }
  .generic-form .submit-view .submit-btn {
    margin: 15px 0 0;
  }
}

.form-loading {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
}
.form-loading .icon.icon-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal .generic-form .submit-view {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal .generic-form .submit-view label {
  width: calc(100% - 40px);
}
.modal .generic-form .submit-view .submit-btn {
  padding: 6px 12px;
  margin: 20px 0 0 10px;
  height: auto;
}

.form-global-level-msg {
  color: #E7000B;
  font-size: 17px;
  font-style: normal;
  display: none;
}

.icon-arrow-right, .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after, .rte .rte-purple-arrow::after, .rte .rte-grey-arrow::after, .rte .rte-white-arrow::after, .rte .purple-arrow::after, .rte .grey-arrow::after, .rte .white-arrow::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after, .block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after, .latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__arrow-icon, .bms-button.bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .bms-button:not(.bms-button-external)::after, .be-button-wrapper .be-button.bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .be-button-wrapper .be-button:not(.bms-chip):not(.bms-button-external)::after, .bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .bms-button--primary::after, .external-link-warning-modal .button-container a::after, .cross-site .button-container #external-continue-close::after,
.cross-site .button-container #external-continue-link::after, .primary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .bms-button--secondary::after, .secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .bms-button--tertiary::after, .tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .bms-link-button::after, .bms-chip::after {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/arrow-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-external, .topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link:not([data-classname~=cross-site])[data-target=externalLink] .topic-content-collection__link::after, .rte .external-link-icon::after, .rte a:not([data-classname~=cross-site])[data-target=externalLink]::after, .block-card.image-left .report-card__container--content-card .report-card__link:not([data-classname~=cross-site])[data-target=externalLink] .report-card__title::after, .block-card .report-card__container .report-card__link:not([data-classname~=cross-site])[data-target=externalLink] .report-card__cta::after, .investor-events .investor-events__cta a:not([data-classname~=cross-site])[data-target=externalLink]::after, .investor-events .investor-event .action-links li a:not([data-classname~=cross-site])[data-target=externalLink]::after, .hero-banner .hero-banner__text-grid .hero-banner__button:not([data-classname~=cross-site])[data-target=externalLink]::after, .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-quick-links ul a:not([data-classname~=cross-site])[data-target=externalLink]::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link:not([data-classname~=cross-site])[data-target=externalLink]::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title:not([data-classname~=cross-site])[data-target=externalLink]::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link:not([data-classname~=cross-site])[data-target=externalLink]::after, .topnav .topnav__container .topnav__link:not([data-classname~=cross-site])[data-target=externalLink]::after, .footer .footer__container .footer__top-section .footer__utility-list .footer__utility-item .footer__utility-link:not([data-classname~=cross-site])[data-target=externalLink]::after, .footer .footer__container .footer__top-section .footer__resource .footer__resource-link:not([data-classname~=cross-site])[data-target=externalLink]::after, .footer .footer__container .footer__top-section .footer__navigation .footer__navigation-link:not([data-classname~=cross-site])[data-target=externalLink]::after, .bms-button.bms-button-external:not([data-classname~=cross-site])[data-target=externalLink]::after, .bms-button.bms-button-external[data-target=externalLink]:not([data-classname~=cross-site])::after, .be-button-wrapper .be-button.bms-button-external:not([data-classname~=cross-site])[data-target=externalLink]::after, .be-button-wrapper .be-button.bms-button-external[data-target=externalLink]:not([data-classname~=cross-site])::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .icon-arrow-right, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after, .topic-content-collection__items .topic-content-collection__item .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .topic-content-collection__link::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .rte-purple-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte-purple-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .rte-grey-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte-grey-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .rte-white-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte-white-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .purple-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .purple-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .grey-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .grey-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .white-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .white-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .report-card__title::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after, .block-card .report-card__container .report-card__link .report-card__content .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .report-card__cta::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after, .latest-press-releases .latest-press-releases__section .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .latest-press-releases__cta::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__arrow-icon, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .header__arrow-icon, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button:not(.bms-button-external)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button-wrapper .be-button:not(.bms-chip):not(.bms-button-external)::after, .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip):not(.bms-button-external)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button--primary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .external-link-warning-modal .button-container a::after, .external-link-warning-modal .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon a::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .cross-site .button-container #external-continue-close::after, .cross-site .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon #external-continue-close::after,
.block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .cross-site .button-container #external-continue-link::after,
.cross-site .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon #external-continue-link::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .primary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .primary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button--secondary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .secondary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button--tertiary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .tertiary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-link-button::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-chip::after, a:not([data-classname~=cross-site])[data-target=externalLink]::after, .bms-button-external[data-target=externalLink]:not([data-classname~=cross-site])::after, .bms-chip .bms-chip-external:not([data-classname~=cross-site])[data-target=externalLink]::after {
  background-color: currentColor;
  /* Multiple identical mask layers stack the SVG to thicken stroke width for WCAG contrast compliance */
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg"), url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/external-icon.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.onetrust-consent-icon {
  display: inline-block;
  width: 33px;
  height: 16px;
  background-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/cookie.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon-search {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/search.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/search.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.icon-menu {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/menu.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/menu.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.icon-x, .dropdown__panel .dropdown__panel__close::after {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/x.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/x.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 24px;
  height: 24px;
}

.icon-check, .bms-checkbox input[type=checkbox]:checked::after, .bms-select2-option input[type=checkbox]:checked::after {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/check.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/check.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.icon-warning, .bms-form-description::before, .bms-form-description.is-error::before {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/warning.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/warning.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 11.6px;
  height: 10.5px;
}

.icon-chevron-down, .rte .icon-download-link-authorDropdown::before, .bms-select2-input::after {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/chevron-down.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/chevron-down.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 16px;
  height: 16px;
}

.icon-podcast-upcoming {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/podcast-upcoming.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/podcast-upcoming.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 16px;
  height: 16px;
}

.icon-file-text-upcoming {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/file-text-upcoming.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/file-text-upcoming.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 16px;
  height: 16px;
}

.icon-podcast-past, .latest-press-releases .latest-press-releases__section .latest-press-releases__subscribe .latest-press-releases__subscribe-link--with-icon::before {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/podcast-past.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/podcast-past.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 16px;
  height: 16px;
}

.icon-file-text-past {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/file-text-past.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/file-text-past.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 16px;
  height: 16px;
}

.icon-calendar-plus {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/calendar-plus.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/calendar-plus.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 16px;
  height: 16px;
}

.icon-chevron-right, .breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs .breadcrumbs__separator {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/chevron-right.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/chevron-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 16px;
  height: 16px;
}

.icon-home {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/house.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/house.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.icon-pointer, .social-share .social-share__popup::after {
  background-color: currentColor;
  -webkit-mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/pointer.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/pointer.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: 14px;
  height: 10px;
}

.icon-calendar-add {
  height: 20px;
  margin-right: 5px;
  width: 20px;
  background: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/Add-calendar-gry.svg") no-repeat;
}

.icon-webcast-item {
  height: 20px;
  margin-right: 5px;
  width: 20px;
  background: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icn_fun_podcast_webcast_gry.svg") no-repeat;
}

.icon-pdf {
  height: 20px;
  margin-right: 5px;
  width: 20px;
  background: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icn_fun_pdf_gry.svg") no-repeat;
}

.icon-link {
  height: 20px;
  margin-right: 5px;
  width: 20px;
  background: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icn_fun_link_gry.svg") no-repeat;
}

.icon-xls {
  height: 20px;
  margin-right: 5px;
  width: 20px;
  background: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icn_fun_xls_gry.svg") no-repeat;
}

.icon-ppt {
  height: 20px;
  margin-right: 5px;
  width: 20px;
  background: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icn_fun_ppt_gry.svg") no-repeat;
}

.icon-audio {
  height: 20px;
  margin-right: 5px;
  width: 20px;
  background: url("../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icn_fun_audio_gry.svg") no-repeat;
}

.pill__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 0 40px;
}
.pill__container:has(~ .stories-listing__filters) {
  padding: 64px 0 40px;
}
.pill__button-text {
  margin: 0;
  font-weight: 400;
}

.pill-button-sticky .pill__container {
  position: sticky;
  top: 104px;
  z-index: 200;
  margin-bottom: 0;
  pointer-events: none;
}
.aem-edit-mode .pill-button-sticky .pill__container {
  position: static;
}
.pill-button-sticky .pill__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-wrap: wrap;
  text-decoration: none;
  padding: 32px 48px;
  border-radius: 400px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  -webkit-box-shadow: inset 0 0 40px rgba(190, 43, 187, 0.3019607843), inset 0 0 20px rgba(255, 255, 255, 0.8);
          box-shadow: inset 0 0 40px rgba(190, 43, 187, 0.3019607843), inset 0 0 20px rgba(255, 255, 255, 0.8);
  gap: 24px;
  cursor: default;
}
.pill-button-sticky .pill__button:focus {
  outline: none;
}
.pill-button-sticky .pill__button:focus-visible {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  color: #ffffff;
}
.pill-button-sticky .pill__button:disabled, .pill-button-sticky .pill__button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

@media (width < 1024px) {
  .pill__container {
    padding: 16px 0 40px;
  }
  .pill__container:has(~ .stories-listing__filters) {
    padding: 40px 0 24px;
  }
  .pill__button-text {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    leading-trim: both;
  }
}
@media (width < 1024px) and (min-width: 481px) and (width < 1024px) {
  .pill__button-text {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media (width < 1024px) and (min-width: 1024px) {
  .pill__button-text {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (width < 1024px) {
  .pill__container:has(~ .stories-listing__filters) .pill__button-text {
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.64px;
    leading-trim: both;
  }
}
@media (width < 1024px) and (min-width: 481px) and (width < 1024px) {
  .pill__container:has(~ .stories-listing__filters) .pill__button-text {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (width < 1024px) and (min-width: 1024px) {
  .pill__container:has(~ .stories-listing__filters) .pill__button-text {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }
}
@media (width < 1024px) {
  .pill-button-sticky .pill__container {
    margin-bottom: -16px;
    top: 56px;
  }
  .pill-button-sticky .pill__button {
    padding: 20px 32px;
  }
}
.select-container .error-text {
  padding-left: 5px;
}
.select-container label {
  display: block;
  margin: 0 0 5px;
}
.select-container .dropdown-link {
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: #ffffff;
}
.select-container .dropdown-link select {
  background: transparent;
  color: #4F4A4A;
  cursor: pointer;
  border: 1px solid #3312AF;
  padding: 12px 49px 12px 12px;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  height: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-container .dropdown-link select:disabled {
  opacity: 0.5;
  background: #ebebe4;
  cursor: not-allowed;
}
.select-container .dropdown-link .dropdown-arrow {
  border: 1px solid #3312AF;
  display: inline-block;
  height: 50px;
  vertical-align: top;
}
.select-container .dropdown-link .icon-triangle-down {
  height: 25px;
  vertical-align: middle;
  width: 25px;
}
.select-container .dropdown-link .form-error {
  border: 1px solid #E7000B;
}
.select-container .dropdown-link select::-ms-expand {
  display: none;
}
.select-container .dropdown-link span.arrow-down:after, .select-container .dropdown-link span.arrow-up:after, .select-container .dropdown-link:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.select-container .dropdown-link span.arrow-down:after, .select-container .dropdown-link span.arrow-up:after {
  content: "▲";
  color: #3312AF;
  font-size: 12px;
  right: 18px;
  top: 30%;
  margin-top: -6px;
}
.select-container .dropdown-link span.arrow-down:after {
  content: "▼";
  top: 60%;
}
.select-container .dropdown-link:before {
  border-left: 1px solid #3312AF;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
}
.select-container .select-content {
  background-color: #F5F5F5;
  border: 1px solid #3312AF;
  margin-top: 15px;
  padding: 12px;
}

.personalinfo .select-container:before,
.personalinfonew .select-container:before {
  border-left: 1px solid #A69F9F;
}
.personalinfo .select-container .dropdown-link::before,
.personalinfonew .select-container .dropdown-link::before {
  border-left: 1px solid #A69F9F;
}
.personalinfo .select-container select,
.personalinfonew .select-container select {
  border: 1px solid #A69F9F;
}
.personalinfo .select-container span.arrow-down:after, .personalinfo .select-container span.arrow-up:after,
.personalinfonew .select-container span.arrow-down:after,
.personalinfonew .select-container span.arrow-up:after {
  color: #A69F9F;
  right: 20px;
  margin-top: 1px;
}
.personalinfo .select-container span.arrow-up:after,
.personalinfonew .select-container span.arrow-up:after {
  top: 10%;
}

.text-field label {
  display: block;
  margin-bottom: 5px;
}
.text-field label.area-interest {
  padding: 30px 0 15px;
  margin-bottom: 0;
  color: #103655;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
}
.text-field input,
.text-field textarea {
  border: 1px solid #4F4A4A;
  font-size: 16px;
  padding: 12px;
  width: 100%;
}
.text-field input:disabled,
.text-field textarea:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.text-field input {
  height: 45px;
}
.text-field input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.text-field .form-error {
  border: 2px solid #BE2BBB;
}
.text-field .error-text {
  padding-left: 5px;
}

/* Typography styles required for CCPA Form and LS Subscription Form.
form elements */
label {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
input[type=text],
textarea {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}
#ccpa-form button,
input,
optgroup,
select,
textarea {
  font-family: "Basel Grotesk", sans-serif;
}

.section-header {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
}
@media (max-width: 1023px) {
  .section-header {
    font-size: 26px;
    line-height: 29px;
  }
}
.body-1 {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
@media (max-width: 1023px) {
  .body-1 {
    font-size: 18px;
    line-height: 22px;
  }
}
.body-1.wrap-text {
  word-break: break-word;
  word-wrap: break-word;
}

.error-text {
  color: #BE2BBB;
  font-size: 13px;
  display: none;
}

.body-1 a, .body-1 a.primary-link, .body-1 a.download-link {
  color: #BE2BBB;
  text-decoration: underline;
}
.body-1 a:hover, .body-1 a.primary-link:hover {
  color: #BE2BBB;
  font-weight: 400;
}
.body-1 a::after, .body-1 a.primary-link::after, .body-1 a.download-link::after {
  content: none;
}

.primary-link, .body-1 a.primary-link, .body-1 a.download-link {
  color: #BE2BBB;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: 0px;
}
.primary-link:hover, .body-1 a.primary-link:hover, .body-1 a.download-link:hover {
  color: #BE2BBB;
}
.primary-link:disabled, .body-1 a.primary-link:disabled, .body-1 a.download-link:disabled {
  color: #363131;
}
.primary-link:hover, .body-1 a.primary-link:hover, .body-1 a.download-link:hover, .primary-link:focus, .body-1 a.primary-link:focus, .body-1 a.download-link:focus {
  font-weight: 500;
}

.purple-arrow:after {
  height: 5px;
  content: "";
  padding: 7px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="%23BE2BBB"/></svg>');
  opacity: 0;
}
.purple-arrow:hover:after {
  opacity: 1;
}

.white-arrow:after {
  height: 5px;
  content: "";
  padding: 7px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
  opacity: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="#fff"/></svg>');
}
.white-arrow:hover:after {
  opacity: 1;
}

.grey-arrow:after {
  height: 5px;
  content: "";
  padding: 7px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
  opacity: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="#595454"/></svg>');
}
.grey-arrow:hover:after {
  opacity: 1;
}

.underline-color {
  color: #BE2BBB;
}
.underline-color:hover {
  color: #6b196b;
  text-decoration: underline;
  text-decoration-color: #6b196b;
}

.rte-purple-arrow:after {
  height: 18px;
  content: "";
  padding: 0px 7px 0px 7px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
  top: 2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="%23BE2BBB"/></svg>');
}

.rte-white-arrow:after {
  height: 18px;
  content: "";
  padding: 0px 7px 0px 7px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
  top: 2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="#fff"/></svg>');
}

.rte-grey-arrow:after {
  height: 18px;
  content: "";
  padding: 0px 7px 0px 7px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
  top: 2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="#595454"/></svg>');
}

.arrow-wrap {
  display: inline;
}

#rtl .rte-purple-arrow:after, #rtl .rte-grey-arrow:after, #rtl .rte-white-arrow:after, #rtl .purple-arrow:after, #rtl .grey-arrow:after, #rtl .white-arrow:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 5px;
  display: inline-block;
}

.add-gutter {
  margin-bottom: 30px;
}

.equal-height-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.equal-height-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.parsys_column.colctrl-1a-100,
.parsys_column.colctrl-2a-50,
.parsys_column.colctrl-2b-33,
.parsys_column.colctrl-2c-66,
.parsys_column.colctrl-3a-33,
.parsys_column.colctrl-4a-25,
.parsys_column.colctrl-4b-33,
.parsys_column.colctrl-3b-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-1a-100,
.parsys_column.colctrl-2a-50,
.parsys_column.colctrl-2b-33,
.parsys_column.colctrl-2c-66,
.parsys_column.colctrl-3a-33,
.parsys_column.colctrl-4a-25,
.parsys_column.colctrl-4b-33,
.parsys_column.colctrl-3b-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-3b-10 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.parsys_column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 0;
  position: relative;
}
.parsys_column > .parsys_column > div {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}
.parsys_column > .parsys_column > .promo-pod {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
}
.parsys_column .parsys_column {
  margin: 0 15px 30px;
}
.parsys_column .parsys_column > *:not(:first-of-type) {
  margin-top: 30px;
}
.colctrl-2a-50 .parsys_column:first-child, .colctrl-2b-33 .parsys_column:first-child, .colctrl-2b-33 .parsys_column:first-child, .colctrl-2c-66 .parsys_column:first-child, .colctrl-2c-66 .parsys_column:first-child, .colctrl-3a-33 .parsys_column:first-child, .colctrl-4a-25 .parsys_column:first-child, .colctrl-4b-33 .parsys_column:first-child, .colctrl-3b-10 .parsys_column:first-child {
  margin-left: 0;
}
.colctrl-2a-50 .parsys_column:last-child, .colctrl-2b-33 .parsys_column:last-child, .colctrl-2b-33 .parsys_column:last-child, .colctrl-2c-66 .parsys_column:last-child, .colctrl-2c-66 .parsys_column:last-child, .colctrl-3a-33 .parsys_column:last-child, .colctrl-4a-25 .parsys_column:last-child, .colctrl-4b-33 .parsys_column:last-child, .colctrl-3b-10 .parsys_column:last-child {
  margin-right: 0;
}
.colctrl-1a-100 .parsys_column {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.colctrl-2a-50 .parsys_column {
  width: 50%;
}
.parsys_column.colctrl-2b-33-c0 {
  width: 66.6666666667%;
}
.parsys_column.colctrl-2b-33-c1 {
  width: 33.3333333333%;
}
.parsys_column.colctrl-2c-66-c0 {
  width: 33.3333333333%;
}
.parsys_column.colctrl-2c-66-c1 {
  width: 66.6666666667%;
}
.parsys_column.colctrl-3b-10-c0 {
  width: 10%;
}
@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-3b-10-c0 {
    display: none;
  }
}
.parsys_column.colctrl-3b-10-c1 {
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-3b-10-c1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.parsys_column.colctrl-3b-10-c2 {
  width: 10%;
}
@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-3b-10-c2 {
    display: none;
  }
}
.colctrl-3a-33 .parsys_column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
@media only screen and (max-width: 480px) {
  .colctrl-3a-33 .parsys_column {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.colctrl-4a-25 .parsys_column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}
@media only screen and (max-width: 480px) {
  .colctrl-4a-25 .parsys_column {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.colctrl-4b-33 .parsys_column {
  width: 22.2222222222%;
}
.parsys_column.colctrl-4b-33-c0 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-2b-33-c0, .parsys_column.colctrl-2b-33-c1, .parsys_column.colctrl-2c-66-c0, .parsys_column.colctrl-2c-66-c1, .parsys_column.colctrl-4b-33-c0, .colctrl-2a-50 .parsys_column, .colctrl-2b-33 .parsys_column, .colctrl-2c-66 .parsys_column, .colctrl-3a-33 .parsys_column, .colctrl-4a-25 .parsys_column, .colctrl-4b-33 .parsys_column {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (-ms-high-contrast: none), only screen and (max-width: 480px) and (-ms-high-contrast: active) {
  .parsys_column {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) and (min-width: 0\0 ) {
  .parsys_column {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  @supports (-ms-accelerator: true) {
    .parsys_column {
      display: block !important;
    }
  }
}
@media only screen and (max-width: 480px) {
  @supports (-ms-ime-align: auto) {
    .parsys_column {
      display: block !important;
    }
  }
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .parsys_column .colctrl-2a-50 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 481px) {
  .columns-bordered .column + .column:before,
.columns-bordered .parsys_column + .parsys_column:not(.no-border):before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #3312AF;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .columns-bordered .column + .column.colctrl-3a-33-c2:before,
.columns-bordered .parsys_column + .parsys_column:not(.no-border).colctrl-3a-33-c2:before {
    content: "";
    width: 0px;
  }
}

@media only screen and (min-width: 481px) {
  .columns-bordered-top-bottom.columns-bordered .parsys_column + .parsys_column:before {
    left: 0;
  }
}
.columns-bordered-top-bottom.columns-bordered .parsys_column {
  margin: 0 0 30px;
  padding: 15px 15px;
}
@media only screen and (max-width: 480px) {
  .columns-bordered-top-bottom.columns-bordered .parsys_column {
    padding: 0 0 30px;
  }
}
.columns-bordered-top-bottom.columns-bordered .parsys_column:first-child {
  padding-left: 0;
  padding-right: 15px;
}
@media only screen and (max-width: 480px) {
  .columns-bordered-top-bottom.columns-bordered .parsys_column:first-child {
    padding-right: 0;
  }
}
.columns-bordered-top-bottom.columns-bordered .parsys_column:last-child {
  padding-right: 0;
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .columns-bordered-top-bottom.columns-bordered .parsys_column:last-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .columns-bordered-top-bottom.columns-bordered .parsys_column:last-child.colctrl-3a-33-c2 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 481px) {
  .columns-bordered-top-bottom.columns-bordered .parsys_column {
    border-top: 1px solid #3312AF;
    border-bottom: 1px solid #3312AF;
  }
}
@media only screen and (max-width: 480px) {
  .columns-bordered-top-bottom.columns-bordered .parsys_column {
    border-bottom: 1px solid #3312AF;
  }
}
.colctrl-2a-50 .columns-bordered-top-bottom.columns-bordered .parsys_column:first-child, .colctrl-2b-33 .columns-bordered-top-bottom.columns-bordered .parsys_column:first-child, .colctrl-2c-66 .columns-bordered-top-bottom.columns-bordered .parsys_column:first-child, .colctrl-3a-33 .columns-bordered-top-bottom.columns-bordered .parsys_column:first-child, .colctrl-4a-25 .columns-bordered-top-bottom.columns-bordered .parsys_column:first-child, .colctrl-4b-33 .columns-bordered-top-bottom.columns-bordered .parsys_column:first-child {
  padding-left: 0;
}
.colctrl-2a-50 .columns-bordered-top-bottom.columns-bordered .parsys_column:last-child, .colctrl-2b-33 .columns-bordered-top-bottom.columns-bordered .parsys_column:last-child, .colctrl-2c-66 .columns-bordered-top-bottom.columns-bordered .parsys_column:last-child, .colctrl-3a-33 .columns-bordered-top-bottom.columns-bordered .parsys_column:last-child, .colctrl-4a-25 .columns-bordered-top-bottom.columns-bordered .parsys_column:last-child, .colctrl-4b-33 .columns-bordered-top-bottom.columns-bordered .parsys_column:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 480px) {
  .columns-bordered-top-bottom.columns-bordered .parsys_column.colctrl-3a-33-c0, .columns-bordered-top-bottom.columns-bordered .parsys_column.colctrl-3a-33-c2, .columns-bordered-top-bottom.columns-bordered .parsys_column.colctrl-3b-10-c1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.columns-bordered-top-bottom.columns-bordered .parsys_column.colctrl-3a-33-c1 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .columns-bordered-top-bottom.columns-bordered .parsys_column.colctrl-3a-33-c1 {
    padding-right: 0;
    padding-left: 0;
  }
}

.rm-cols-margin > .column, .rm-cols-margin > .parsys_column {
  margin: 0;
}

.rm-cols-padding > .column, .rm-cols-padding > .parsys_column {
  padding: 0;
}

.rm-cols-l-padding > .column, .rm-cols-l-padding > .parsys_column {
  padding-left: 0;
}

.rm-cols-r-padding > .column, .rm-cols-r-padding > .parsys_column {
  padding-right: 0;
}

.parsys_column.colctrl-3a-33 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-3a-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .parsys_column.colctrl-3a-33 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.parsys_column.colctrl-3a-33 .colctrl-3a-33-c0 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .parsys_column.colctrl-3a-33 .colctrl-3a-33-c0 {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 47.45%;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}
@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-3a-33 .colctrl-3a-33-c0 {
    width: 100%;
  }
}
.parsys_column.colctrl-3a-33 .colctrl-3a-33-c1 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .parsys_column.colctrl-3a-33 .colctrl-3a-33-c1 {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 47.55%;
    margin-right: 0px;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}
@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-3a-33 .colctrl-3a-33-c1 {
    width: 100%;
  }
}
.parsys_column.colctrl-3a-33 .colctrl-3a-33-c2 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .parsys_column.colctrl-3a-33 .colctrl-3a-33-c2 {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 47.55%;
    margin: 0 0px 30px;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}
@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-3a-33 .colctrl-3a-33-c2 {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .colctrl-3a-33.columns-bordered .colctrl-3a-33-c2:before {
    content: "";
    width: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .parsys_column.colctrl-2a-50.stack-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .parsys_column.colctrl-2a-50.stack-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin: 0px 0px 30px;
  }
  .parsys_column.colctrl-2a-50.stack-reverse .parsys_column {
    width: 100%;
  }
  .parsys_column.colctrl-2a-50.stack-reverse .parsys_column.colctrl-2a-50-c1 {
    margin: 0 0px 30px;
  }
  .parsys_column.colctrl-2a-50.stack-reverse.columns-bordered .parsys_column.colctrl-2a-50-c1:before {
    content: "";
    width: 0px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .parsys_column.colctrl-2c-66.stack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .parsys_column.colctrl-2c-66.stack .parsys_column {
    width: 100%;
    margin-left: 0;
  }
}

.page-header {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 73px;
}
@media (max-width: 1023px) {
  .page-header {
    font-size: 46px;
    line-height: 50px;
  }
}

.section-header {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
}
@media (max-width: 1023px) {
  .section-header {
    font-size: 26px;
    line-height: 29px;
  }
}
.section-divider-header {
  color: #ffffff;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
}
@media (max-width: 1023px) {
  .section-divider-header {
    font-size: 26px;
    line-height: 29px;
  }
}

.section-divider-sub-header {
  color: #ffffff;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 1023px) {
  .section-divider-sub-header {
    font-size: 16px;
    line-height: 17px;
  }
}

.pre-title {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.pod-title {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}
.pod-title-small {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.feature-title,
.feature-title p {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 54px;
}
@media (max-width: 1023px) {
  .feature-title,
.feature-title p {
    font-size: 40px;
    line-height: 44px;
  }
}

.feature-sub-title,
.feature-sub-title p {
  color: #3312AF;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}
.pod-sub-title, .phone-number-block .phone-label,
.phone-number-block .phone-label p {
  color: #3312AF;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}
.feature-body,
.feature-body p {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 27px;
}
@media (max-width: 1023px) {
  .feature-body,
.feature-body p {
    font-size: 18px;
    line-height: 22px;
  }
}
.feature-body *,
.feature-body p * {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}

.body-1 {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
@media (max-width: 1023px) {
  .body-1 {
    font-size: 18px;
    line-height: 22px;
  }
}
.body-1.wrap-text {
  word-break: break-word;
  word-wrap: break-word;
}

.body-2 {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
}
.body-2 a {
  border-bottom: 0px solid #BE2BBB;
}

.img-caption {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin: 5px 0 0;
  padding: 0 0 15px;
}
.mouseprint, .video .caption, .generic-form .submit-view .body-1 {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.3px;
}
@media (max-width: 1023px) {
  .mouseprint, .video .caption, .generic-form .submit-view .body-1 {
    font-size: 16px;
    line-height: 16px;
  }
}
.mouseprint a, .video .caption a, .generic-form .submit-view .body-1 a {
  text-decoration: underline;
  color: #BE2BBB;
}

.pull-quote, .pull-quote-container.has-author .pull-quote-author {
  color: #3312AF;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  font-style: italic;
}
@media (max-width: 1023px) {
  .pull-quote, .pull-quote-container.has-author .pull-quote-author {
    font-size: 36px;
    line-height: 42px;
  }
}

.day {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 58px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .day {
    font-size: 50px;
  }
}

.date {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
@media (max-width: 1023px) {
  .date {
    font-size: 16px;
    line-height: 16px;
  }
}

.utility-title,
label {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.page-numbers {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.utility-body,
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
input[type=text],
textarea {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}
.error {
  color: #E7000B;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}
.error-text {
  color: #BE2BBB;
  font-size: 18px;
  display: none;
}

.footer-header {
  color: #3312AF;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
}
.footer-link {
  color: #ffffff;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}
.footer-link:hover {
  color: #3312AF;
}
.footer-legal {
  color: #3312AF;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.text-link {
  color: #363131;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: underline;
}
.text-link:hover, .text-link:visited {
  opacity: 0.9;
}

.text-link-grey {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: underline;
}
.text-link-grey:not(a) {
  text-decoration: none;
}
.text-link-grey:hover, .text-link-grey:visited {
  opacity: 0.9;
}

.primary-link, .body-1 a.primary-link, .body-1 a.download-link {
  color: #BE2BBB;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: 0px;
  /*&::after {
    content: '>';
    margin-left: 10px;
  }*/
}
.primary-link:hover, .body-1 a.primary-link:hover, .body-1 a.download-link:hover {
  color: #BE2BBB;
}
.primary-link:disabled, .body-1 a.primary-link:disabled, .body-1 a.download-link:disabled {
  color: #363131;
}
.primary-link:hover, .body-1 a.primary-link:hover, .body-1 a.download-link:hover, .primary-link:focus, .body-1 a.primary-link:focus, .body-1 a.download-link:focus {
  font-weight: 500;
}

.primary-link-large {
  color: #BE2BBB;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  /*  &::after {
      content: '>';
      margin-left: 10px;
    }*/
}
.primary-link-large:hover {
  color: #BE2BBB;
}
.primary-link-large:disabled {
  color: #363131;
}
.primary-link-large:hover, .primary-link-large:focus {
  font-weight: 500;
}

.secondary-link {
  color: #363131;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none;
  background-color: #E0E0E0;
  padding: 6px 12px;
}
.secondary-link:hover {
  color: #363131;
}
.secondary-link:disabled {
  color: #363131;
}
.secondary-link:hover {
  text-decoration: underline;
}

.secondary-link-large {
  color: #363131;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  background-color: #E0E0E0;
  padding: 6px 12px;
}
.secondary-link-large:hover {
  color: #363131;
}
.secondary-link-large:disabled {
  color: #363131;
}
.secondary-link-large:hover {
  text-decoration: underline;
}

.breadcrumb {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: underline;
}
.breadcrumb:not(a) {
  text-decoration: none;
}

.body-1-mc {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .body-1-mc {
    font-size: 17px;
    line-height: 20px;
  }
}
.body-1-mc.wrap-text {
  word-break: break-word;
  word-wrap: break-word;
}

.body-2-mc {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
@media (max-width: 1023px) {
  .body-2-mc {
    font-size: 13px;
    line-height: 17px;
  }
}

.body-1 a, .body-2 a, .body-1 a.primary-link, .body-1 a.download-link, .body-2 a.primary-link {
  color: #4F4A4A;
  text-decoration: underline;
}
.body-1 a:hover, .body-2 a:hover, .body-1 a.primary-link:hover, .body-2 a.primary-link:hover {
  color: #BE2BBB;
  font-weight: 400;
}
.body-1 a::after, .body-2 a::after, .body-1 a.primary-link::after, .body-1 a.download-link::after, .body-2 a.primary-link::after {
  content: none;
}

.social-share-container .social-share-icon .primary-link-large::after {
  content: none;
}

.no-underline {
  text-decoration: none;
  display: inline-block;
}

.photostory-caption {
  font-size: 14px;
  line-height: 20px;
}

.white-text {
  color: #ffffff;
}

.font-narrow-humanity {
  font-family: "Basel Grotesk", sans-serif;
}

.radio-button {
  display: inline-block;
  position: relative;
  margin: 5px 15px 5px 0;
}
.radio-button input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  cursor: pointer;
}
.radio-button input[type=radio]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.radio-button input[type=radio]:disabled + label:before {
  border-color: #3312AF;
}
.radio-button input:focus + label:before,
.radio-button input:hover + label:before {
  -webkit-box-shadow: 0 0 0 2px var(--color-purple-200, rgba(190, 43, 187, 0.2));
          box-shadow: 0 0 0 2px var(--color-purple-200, rgba(190, 43, 187, 0.2));
  border-color: #BE2BBB;
}
.radio-button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.radio-button label span {
  margin-top: 4px;
  display: block;
}
.radio-button label:before {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  border: 2px solid #4F4A4A;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  max-width: 20px;
  min-width: 20px;
  position: relative;
}
.radio-button input[type=radio]:checked ~ label:before {
  border: 2px solid #BE2BBB;
  background-color: #BE2BBB;
}
.radio-button input[type=radio]:checked ~ label:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 5px;
  left: 5px;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0d6efd;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #dc3545;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #fd7e14;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #ffc107;
}

.swiper-pagination-green {
  --swiper-pagination-color: #198754;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray {
  --swiper-pagination-color: #6c757d;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #0d6efd;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #d63384;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #dc3545;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #198754;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #0dcaf0;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: #6c757d;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.parsys_column .parsys_column > *:not(:first-of-type).accordion {
  margin: 0 0 20px;
}

.accordion-ungroup .expand-all:first-child,
.accordion-group .expand-all:first-child {
  margin-bottom: 50px;
  border-bottom: 6px solid #F5F5F5;
}
.accordion-ungroup .expand-all-link,
.accordion-group .expand-all-link {
  line-height: 20px;
  font-weight: 500;
  color: #4F4A4A;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .accordion-ungroup .expand-all-link,
.accordion-group .expand-all-link {
    line-height: 30px;
    padding: 8px;
  }
}
.accordion-ungroup .expand-all-link::after,
.accordion-group .expand-all-link::after {
  content: "+";
  margin-left: 8px;
  color: #BE2BBB;
  font-size: 22px;
}
.accordion-ungroup.expanded .expand-all-link::after,
.accordion-group.expanded .expand-all-link::after {
  content: "×";
  margin-left: 8px;
  color: #BE2BBB;
  font-size: 22px;
}

.accordion:not(.accordion-bio) .accordion-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.accordion .accordion-toggle .button-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.accordion:not(.accordion-bio) .accordion-toggle {
  border-bottom: 4px solid #F5F5F5;
  background: none;
}
.accordion .arrow .icon {
  -webkit-transform: none;
          transform: none;
}
.accordion .arrow .icon-close-item {
  display: none;
}
.accordion .arrow .icon-open-item {
  display: block;
}
.accordion .open .arrow .icon {
  -webkit-transform: none;
          transform: none;
}
.accordion .open .arrow .icon-close-item {
  display: block;
}
.accordion .open .arrow .icon-open-item {
  display: none;
}

.productorderform .switzerland-order-form .order-thumbnails .switzerland-orders .accordion-toggle:focus {
  outline: none;
}
.productorderform .switzerland-order-form .order-thumbnails .switzerland-orders .accordion-toggle:focus-visible {
  border: 1px solid #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 1px;
  margin-bottom: 2px;
}

.accordion-bio {
  border-top: 0px;
}
.accordion-bio .accordion-title-container::after {
  height: 4px;
  display: block;
  background: #F5F5F5;
  content: "";
  padding-right: calc(100% - (124px));
  float: right;
  margin-top: 4px;
}
@media only screen and (max-width: 480px) {
  .accordion-bio .accordion-title-container::after {
    padding-right: 100%;
    margin-bottom: 24px;
  }
}
.accordion-bio .accordion-dropdown {
  margin: 124px 20px 20px 124px;
  width: calc(100% - (124px + (20px * 2)));
}
@media only screen and (max-width: 480px) {
  .accordion-bio .accordion-dropdown {
    margin: 24px 20px 20px 0;
    width: 100%;
  }
}
.accordion-bio .accordion-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 20px 0 144px;
}
.accordion-bio .accordion-title h3, .accordion-bio .accordion-title .h3 {
  all: unset;
}
@media only screen and (max-width: 480px) {
  .accordion-bio .accordion-title {
    padding: 0 20px 0 0;
  }
}
.accordion-bio .accordion-sub-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #4F4A4A;
  padding: 5px 20px 10px 144px;
}
@media only screen and (max-width: 480px) {
  .accordion-bio .accordion-sub-title {
    padding: 5px 0px 10px 76px;
    font-size: 16px;
  }
}
.accordion-bio .accordion-image {
  margin-top: -17px;
}
@media only screen and (max-width: 480px) {
  .accordion-bio .accordion-image {
    margin-right: 12px;
    margin-bottom: 10px;
  }
}
.accordion-bio .accordion-dropdown .body-1 {
  font-size: 16px;
}
.accordion-bio .accordion-toggle .arrow {
  top: 11px !important;
  right: -5px;
  padding: 0;
}

.accordion .accordion-image {
  width: 124px;
}
@media only screen and (max-width: 480px) {
  .accordion .accordion-image {
    width: 64px;
    display: block;
  }
}

.accordion.accordion-bio .accordion-variation-1 {
  display: block;
}
.accordion.accordion-bio .accordion-variation-2 {
  display: none;
}

.accordion-bio-v2 .accordion.accordion-bio .accordion-variation-1 {
  display: none;
}
.accordion-bio-v2 .accordion.accordion-bio .accordion-variation-2 {
  display: block;
}

.parsys_column .parsys_column > *:not(:first-of-type).accordion {
  margin: 0 0 10px;
}

.accordion-ungroup,
.accordion-group {
  margin-bottom: 30px;
}
.accordion-ungroup .expand-all,
.accordion-group .expand-all {
  margin-bottom: 10px;
}
.accordion-ungroup .expand-all::after,
.accordion-group .expand-all::after {
  display: block;
  clear: both;
  content: "";
}
.accordion-ungroup .expand-all-link,
.accordion-group .expand-all-link {
  background: none;
  border: none;
  float: right;
}
@media only screen and (max-width: 480px) {
  .accordion-ungroup .expand-all-link,
.accordion-group .expand-all-link {
    line-height: 30px;
    padding: 8px;
  }
}

.accordion {
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}
.accordion .accordion-image {
  float: left;
  margin-right: 20px;
  width: 100px;
}
.accordion .accordion-image img {
  width: 100%;
  height: auto;
}
.accordion .accordion-sub-title,
.accordion .accordion-title {
  display: block;
  padding-right: 20px;
  width: calc(100% - 20px);
}
.accordion:not(.accordion-bio) .accordion-title {
  font-size: 20px;
}
.accordion .accordion-sub-title {
  padding-top: 5px;
}
.accordion .accordion-toggle {
  background: #E0E0E0;
  color: #4F4A4A;
  cursor: pointer;
  padding: 20px;
}
.accordion .arrow {
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 20px;
}
@media only screen and (max-width: 480px) {
  .accordion .arrow {
    top: 50%;
    right: -20px;
  }
}
.accordion .arrow .icon {
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  fill: #BE2BBB;
}
@media only screen and (max-width: 480px) {
  .accordion .arrow .icon {
    height: 48px;
    width: 48px;
  }
}
.accordion .arrow .icon.icon-triangle-down {
  display: block;
}
.accordion .arrow .icon svg {
  position: absolute;
  top: 0;
}
.accordion .open {
  outline: none;
}
.accordion .open .arrow .icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion .accordion-dropdown {
  display: none;
  padding: 20px;
}
.accordion button.accordion-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  margin: 0;
  display: block;
  width: 100%;
  font: inherit;
  color: inherit;
  text-align: inherit;
}

.accordion-bio {
  border-top: 1px solid #3312AF;
  padding-top: 20px;
  margin: 0;
}
.accordion-bio #accordion-toggle-bio-item:focus {
  outline: none;
}
.accordion-bio:focus-within {
  border: 2px solid #4F4A4A;
}
.accordion-bio .accordion-image {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .accordion-bio .accordion-image {
    display: none;
  }
}
.accordion-bio .accordion-title {
  padding: 0 20px 0 120px;
}
@media only screen and (max-width: 480px) {
  .accordion-bio .accordion-title {
    padding: 0 20px 0 0;
  }
}
.accordion-bio .accordion-sub-title {
  padding: 5px 20px 10px 120px;
}
@media only screen and (max-width: 480px) {
  .accordion-bio .accordion-sub-title {
    padding: 0 20px 20px 0;
  }
}
.accordion-bio .accordion-toggle {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.accordion-bio .accordion-toggle::after {
  display: block;
  clear: both;
  content: "";
}
.accordion-bio .accordion-toggle .arrow {
  margin: 0;
  top: 15px;
  right: 5px;
  padding: 5px;
}
.accordion-bio .accordion-dropdown {
  padding: 0;
  width: calc(100% - (100px + (20px * 2)));
}
.accordion-bio .accordion-dropdown .body-1:focus {
  outline: none;
}
@media (max-width: 1023px) {
  .accordion-bio .accordion-dropdown .body-1 {
    word-break: break-word;
  }
}
.accordion-bio .accordion-dropdown:focus {
  outline: none;
}
@media only screen and (max-width: 480px) {
  .accordion-bio .accordion-dropdown {
    margin: 0 20px 20px 0;
    width: calc(100% - (20px * 1));
  }
}
.accordion-bio .accordionbioitem.section:last-of-type {
  border-bottom: 1px solid #3312AF;
}
.accordion-bio button.accordion-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  margin: 0;
  display: block;
  width: 100%;
  font: inherit;
  color: inherit;
  text-align: inherit;
}

.anchor-navigation .anchor-navigation-content {
  text-align: center;
  background-color: #F5F5F5;
}
.anchor-navigation .anchor-navigation-content .jump-to-text {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .anchor-navigation .anchor-navigation-content .jump-to-text {
    display: inline-block;
    font-size: 16px;
    line-height: 16.5px;
    font-weight: 700;
    padding: 24px;
    color: #4F4A4A;
  }
}
.anchor-navigation .anchor-navigation-content .activeText {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .anchor-navigation .anchor-navigation-content .activeText {
    font-size: 16px;
    line-height: 16.5px;
    display: inline-block;
    width: 55%;
    color: #4F4A4A;
  }
}
@media only screen and (max-width: 1023px) {
  .anchor-navigation .anchor-navigation-content {
    text-align: left;
    position: relative;
  }
}
.anchor-navigation .anchor-navigation-content.sticky {
  position: fixed;
  top: 58px;
  z-index: 14;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .anchor-navigation .anchor-navigation-content.sticky {
    top: 75px;
    width: 100%;
  }
}
.anchor-navigation .anchor-navigation-content .anchor-nav-bar {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .anchor-navigation .anchor-navigation-content .anchor-nav-bar {
    display: none;
  }
  .anchor-navigation .anchor-navigation-content .anchor-nav-bar.active.show-all {
    background: #ffffff;
  }
  .anchor-navigation .anchor-navigation-content .anchor-nav-bar.show-all {
    display: block;
  }
  .anchor-navigation .anchor-navigation-content .anchor-nav-bar:not(.active) {
    background-color: #ffffff;
  }
  .anchor-navigation .anchor-navigation-content .anchor-nav-bar:not(:last-of-type):after {
    height: 2px;
    display: block;
    background: #F5F5F5;
    content: "";
    margin-left: 20px;
    margin-right: 20px;
  }
}
.anchor-navigation .anchor-navigation-content .anchor-nav-bar .anchor-nav-item {
  font-size: 15px;
  line-height: 20px;
  color: #4F4A4A;
  padding: 20px;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .anchor-navigation .anchor-navigation-content .anchor-nav-bar .anchor-nav-item {
    padding: 20px 10px 20px 24px;
    line-height: 24px;
    font-size: 16px;
  }
}
.anchor-navigation .anchor-navigation-content .anchor-nav-bar .anchor-nav-item:hover, .anchor-navigation .anchor-navigation-content .anchor-nav-bar .anchor-nav-item.active {
  border-bottom: 5px solid #BE2BBB;
  color: #BE2BBB;
}
@media only screen and (max-width: 1023px) {
  .anchor-navigation .anchor-navigation-content .anchor-nav-bar .anchor-nav-item:hover, .anchor-navigation .anchor-navigation-content .anchor-nav-bar .anchor-nav-item.active {
    border-bottom: none;
    top: 2px;
    position: relative;
  }
}
.anchor-navigation .anchor-navigation-content .arrowIcon {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .anchor-navigation .anchor-navigation-content .arrowIcon {
    width: 15%;
    float: right;
    right: 0;
    display: inline-block;
    padding: 22px;
    color: #BE2BBB;
    position: absolute;
    top: 0;
  }
  .anchor-navigation .anchor-navigation-content .arrowIcon.down .fa-angle-down {
    display: block;
  }
  .anchor-navigation .anchor-navigation-content .arrowIcon.down .fa-angle-up {
    display: none;
  }
  .anchor-navigation .anchor-navigation-content .arrowIcon.up .fa-angle-up {
    display: block;
  }
  .anchor-navigation .anchor-navigation-content .arrowIcon.up .fa-angle-down {
    display: none;
  }
}

.site-survivorship .anchor.section a {
  display: block;
}

.anchornavigation.section ~ .anchor.section a {
  display: block;
}

.anchornavigation.section ~ * .anchor.section a {
  display: block;
}

.body-1 a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.body-1 a.primary-button {
  text-decoration: inherit;
}

.link-icon {
  width: 1em;
  height: 1em;
  margin-right: 5px;
  vertical-align: baseline;
}

.icon-download-link {
  background: url(clientlib-site/resources/images/icon-download-orange.svg) no-repeat;
  margin-right: 5px;
  padding-left: 15px;
  vertical-align: middle;
}

.download-link {
  display: inline-block;
}

.icon-external-link {
  background: url(clientlib-site/resources/images/icon-external-link.svg) no-repeat;
  margin-right: 5px;
  padding-left: 15px;
  vertical-align: middle;
}
.icon-external-link.right {
  margin-left: 5px;
}

.external-link.primary-link:after, .body-1 a.external-link.download-link:after {
  content: "";
}

.rte-external-link .rte-icon svg, .rte-download-link .rte-icon svg {
  fill: currentColor;
  position: relative;
  top: 2px;
}
.rte-external-link .rte-icon.left, .rte-download-link .rte-icon.left {
  padding-left: 5px;
}
.rte-external-link .rte-icon.right, .rte-download-link .rte-icon.right {
  padding-right: 5px;
}

.anchor .open {
  display: block;
}

.article-body {
  margin: 30px 0;
}
.article-body::after {
  display: block;
  clear: both;
  content: "";
}
@media (width < 1024px) {
  .article-body {
    margin: 0;
    padding: 10px 0 0;
  }
}
.article-body .article-media {
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 480px) {
  .article-body .article-media {
    width: 100%;
  }
}
.article-body .article-media.left {
  float: left;
  left: -3%;
  margin: 0 0 0 -11%;
}
@media (width < 1024px) {
  .article-body .article-media.left {
    float: none;
    left: 0;
    margin: 0 0 10px;
  }
}
.article-body .article-media.right {
  float: right;
  left: 28%;
  margin: 0 0 0 -24%;
}
@media (width < 1024px) {
  .article-body .article-media.right {
    float: none;
    left: 0;
    margin: 0 0 10px;
  }
}
@media (width < 1024px) {
  .article-body .article-media img {
    width: 100%;
  }
}
.article-body .article-media .video-link a.open-modal:focus {
  outline: none;
}
.article-body .article-media .video-link a.open-modal:focus .icon-play {
  background-color: #BE2BBB;
  border: 2px solid #000000;
}
.article-body .media {
  margin-top: 10px;
}
.article-body .caption {
  color: #4F4A4A;
  font-weight: 400;
  margin: 5px 0 0;
  padding: 0 0 10px;
  text-align: left;
  line-height: 17px;
}
.article-body .video-link {
  display: block;
  position: relative;
}
.article-body .video-caption {
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  top: 70%;
  text-align: center;
  width: 100%;
}
.article-body .icon-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  fill: white;
}
.article-body .article-video-title {
  position: absolute;
  z-index: 2;
  top: 82%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  color: #ffffff;
}

.feature-article-template .article-media {
  position: relative;
  width: 100%;
}
.feature-article-template .article-body .left {
  left: 0;
  margin: 0;
}

.article-body .article-media.left {
  left: 0;
  margin: 0;
  padding-right: 25px;
}
@media only screen and (max-width: 480px) {
  .article-body .article-media.left {
    padding-right: 0;
    width: 100%;
  }
}
.article-body .article-media.left img {
  width: 100%;
  height: auto;
}
.article-body .article-media.right {
  left: 0;
  margin: 0;
  padding: 0 5px 0 20px;
}
@media only screen and (max-width: 480px) {
  .article-body .article-media.right {
    padding: 0;
  }
}
.article-body .article-media.right img {
  width: 100%;
  height: auto;
}

.story-detail-header {
  gap: 24px;
  padding-bottom: 30px;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .story-detail-header {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.story-detail-header .story-detail-header__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 40px 0 0 0;
  gap: 32px;
}
@media (min-width: 1024px) {
  .story-detail-header .story-detail-header__text-block {
    padding: 56px 0 0 0;
  }
}
.story-detail-header .story-detail-header__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .story-detail-header .story-detail-header__content-block {
    gap: 24px;
  }
}
.story-detail-header .story-detail-header__content-block .story-detail-header__headline {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.8px;
  leading-trim: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 481px) and (width < 1024px) {
  .story-detail-header .story-detail-header__content-block .story-detail-header__headline {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.96px;
  }
}
@media (min-width: 1024px) {
  .story-detail-header .story-detail-header__content-block .story-detail-header__headline {
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -1.12px;
  }
}
@media (min-width: 1024px) {
  .story-detail-header .story-detail-header__content-block .story-detail-header__headline {
    gap: 32px;
  }
}
.story-detail-header .story-detail-header__content-block .story-detail-header__tag-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.story-detail-header .story-detail-header__content-block .story-detail-header__topic-tag {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: block;
  padding: 12px 16px;
  color: #3312AF;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media (min-width: 481px) and (width < 1024px) {
  .story-detail-header .story-detail-header__content-block .story-detail-header__topic-tag {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .story-detail-header .story-detail-header__content-block .story-detail-header__topic-tag {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.story-detail-header .story-detail-header__content-block .story-detail-header__title {
  display: block;
}
.story-detail-header .story-detail-header__content-block .story-detail-header__subtitle {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .story-detail-header .story-detail-header__content-block .story-detail-header__subtitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .story-detail-header .story-detail-header__content-block .story-detail-header__subtitle {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.story-detail-header .story-detail-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #363131;
}
.story-detail-header .story-detail-header__bottom.no-divider {
  border-top: none;
}
.story-detail-header .story-detail-header__bottom.align-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.story-detail-header .story-detail-header__date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 0;
}
.story-detail-header .story-detail-header__publish-date {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .story-detail-header .story-detail-header__publish-date {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .story-detail-header .story-detail-header__publish-date {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.story-detail-header .story-detail-header__image-block {
  margin: 0;
}
.story-detail-header .story-detail-header__image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 1024px) {
  .story-detail-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .story-detail-header .story-detail-header__text-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .story-detail-header .story-detail-header__image-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .story-detail-header .story-detail-header__bottom {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .story-detail-header.story-detail-header--vertical {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .story-detail-header.story-detail-header--vertical .story-detail-header__text-block {
    grid-column: 1;
    grid-row: 1;
  }
  .story-detail-header.story-detail-header--vertical .story-detail-header__image-block {
    grid-column: 2;
    grid-row: 1;
  }
  .story-detail-header.story-detail-header--vertical .story-detail-header__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .story-detail-header.story-detail-header--vertical .story-detail-header__date-block--below-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .story-detail-header.story-detail-header--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .story-detail-header.story-detail-header--horizontal .story-detail-header__date-block--below-image {
    display: none;
  }
  .story-detail-header.story-detail-header--horizontal .story-detail-header__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .story-detail-header.story-detail-header--no-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .story-detail-header.story-detail-header--no-image .story-detail-header__image-block, .story-detail-header.story-detail-header--no-image .story-detail-header__date-block--below-image {
    display: none;
  }
}
.story-detail-header .story-detail-header__author {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .story-detail-header .story-detail-header__author {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .story-detail-header .story-detail-header__author {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (width < 1024px) {
  .story-detail-header .story-detail-header__author {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.bio-main-container {
  color: #4F4A4A;
  letter-spacing: 0;
  font-size: 16px;
}
.bio-main-container .bio-container {
  text-align: left;
  padding: 0 30px;
}
@media only screen and (max-width: 480px) {
  .bio-main-container .bio-container {
    padding: 0;
  }
}
.bio-main-container .bio-container .bio-image-container {
  max-width: 40%;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-bottom: 0px;
}
.bio-main-container .bio-container .bio-image-container:hover > .zoom-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bio-main-container .bio-container .bio-image-container .zoom-img {
  overflow: hidden;
  display: inline-block;
}
.bio-main-container .bio-container .bio-image-container .zoom-img img {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.bio-main-container .bio-container .bio-body-container {
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 25px;
}
.bio-main-container .bio-container .bio-body-container .bio-name {
  font-weight: bold;
  padding: 0 0 15px;
}
.bio-main-container .bio-container .bio-body-container .bio-title {
  font-weight: normal;
  padding: 0 0 15px;
}
.bio-main-container .bio-container .bio-body-container .bio-description {
  padding: 0 0 15px;
}
.bio-main-container .bio-container .bio-body-container .bio-description p {
  font-weight: lighter !important;
  font-size: 16px;
  line-height: 24px !important;
}
.bio-main-container .bio-container .bio-body-container .bio-button {
  padding-top: 0px;
  padding-right: 0px;
}
.bio-main-container .bio-container .bio-body-container .bio-button a {
  background-color: #be2bbb;
  border-radius: 30px;
  color: #fffffe;
  cursor: pointer;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0;
  border: 3px solid #be2bbb;
  height: 40px;
  padding: 7px 15px;
  margin: 10px 0;
  width: auto;
}
.bio-main-container .bio-container .bio-body-container .bio-button a:hover {
  background-color: #fff;
  color: #be2bbb;
  border: 3px solid #be2bbb;
  padding: 7px 15px;
}

.general-parsys-column-left .bio-main-container {
  width: 40%;
}

.box {
  padding: 30px 16px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .box {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.box.box-with-padding {
  padding-bottom: 30px;
}
.box.box-without-left-padding {
  padding-left: 0px;
}
.box.box-without-right-padding {
  padding-right: 0px;
}
.box.box-without-left-right-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.box-white {
  background-color: #ffffff;
}

.box-grey {
  background-color: #F5F5F5;
}

.box-mc {
  padding: 5px;
  margin-bottom: 30px;
}
.box-mc.box-with-padding {
  padding-bottom: 30px;
}
.box-mc.box-without-left-padding {
  padding-left: 0px;
}
.box-mc.box-without-right-padding {
  padding-right: 0px;
}
.box-mc.box-without-left-right-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.box .box-center-content {
  max-width: calc(1440px - 32px);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .box .box-center-content {
    max-width: calc(1440px - 112px);
  }
}

.bgcolorcontainer .box.remove-margin, .site-main .container .top-nav-container.remove-margin {
  margin: 0px;
  padding-top: 0 !important;
}

.site-main .container.remove-padding {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 767px) {
  .site-main .container .top-nav-container.remove-margin {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumbsocialshare .top-nav-container nav {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumbsocialshare .top-nav-container nav .breadcrumbs {
  padding: 30px 10px 30px 0;
}
.breadcrumbsocialshare .top-nav-container nav .breadcrumbs li a {
  text-decoration: underline;
}
.breadcrumbsocialshare .top-nav-container nav .breadcrumbs li:after {
  content: "/";
  padding: 0 4px 0 4px;
}
.breadcrumbsocialshare .top-nav-container nav .breadcrumbs .breadcrumb {
  line-height: 18px;
  color: #3312AF;
  font-weight: 400;
  display: inline-block;
}
.breadcrumbsocialshare .top-nav-container nav .breadcrumbs .breadcrumb:hover {
  color: #BE2BBB;
}
.breadcrumbsocialshare .top-nav-container nav .breadcrumbs li.breadcrumb:hover {
  text-decoration: none;
  color: #3312AF;
  cursor: context-menu;
}
.breadcrumbsocialshare .top-nav-container.top-nav-container--v2 .breadcrumbs li:after {
  content: ">";
}
.breadcrumbsocialshare .top-nav-container.top-nav-container--v2 .breadcrumbs li a.breadcrumb {
  color: #3312AF;
  font-weight: 400;
}
.breadcrumbsocialshare .top-nav-container.top-nav-container--v2 .breadcrumbs li a.breadcrumb:hover {
  color: #BE2BBB;
}
.breadcrumbsocialshare .top-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.breadcrumbsocialshare .top-nav-container nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 480px) {
  .breadcrumbsocialshare .top-nav-container nav {
    display: none;
  }
}
.breadcrumbsocialshare .breadcrumbs {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin: 0;
  padding: 30px 0;
}
.breadcrumbsocialshare .breadcrumbs li {
  display: inline-block;
}
.breadcrumbsocialshare .breadcrumbs li:after {
  color: #4F4A4A;
  content: ">";
  display: inline-block;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  padding: 0 8px 0 10px;
}
.breadcrumbsocialshare .breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbsocialshare .breadcrumbs :hover {
  opacity: 1;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .breadcrumbsocialshare .site-policyportal .breadcrumbs {
    width: calc(100% - 100px);
  }
}
.breadcrumbsocialshare .site-horizont.horizont-quickfacts .site-horizont-main .top-nav-container {
  padding: 0 10px;
}
@media only screen and (max-width: 480px) {
  .breadcrumbsocialshare .bms-relaunch.site-article-v2 .right-rail-parsys .general-parsys-column-right .breadcrumbs li:after {
    display: none;
  }
  .breadcrumbsocialshare .bms-relaunch.site-article-v2 .right-rail-parsys .general-parsys-column-right .breadcrumbs .related-tags {
    color: #4F4A4A;
    font-weight: 700;
    font-size: 15px;
  }
}

.breadcrumbsocialshare .social-share-links {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 16px;
  line-height: 30px;
  font-size: 20px;
  color: #e9fcf8;
  z-index: 10;
  cursor: pointer;
}
.breadcrumbsocialshare .social-share-links .icon {
  pointer-events: none;
}
.breadcrumbsocialshare .social-share-links .icon:focus, .breadcrumbsocialshare .social-share-links .icon:focus-visible {
  outline: none;
}
.breadcrumbsocialshare .share-button {
  background: transparent;
}
.breadcrumbsocialshare .share-button svg {
  pointer-events: none;
}
.breadcrumbsocialshare .share-button svg path {
  fill: #ffffff;
}
.breadcrumbsocialshare .share-button svg circle {
  fill: #3312AF;
}
.breadcrumbsocialshare .social-share-buttons {
  position: absolute;
  right: 20px;
  top: 0;
  min-width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbsocialshare .social-share-buttons svg {
  pointer-events: none;
}
.breadcrumbsocialshare .social-share-buttons a {
  display: inline-block;
  background: #ffffff;
  right: 40px;
  font-size: 30px;
  float: left;
  text-align: center;
  padding: 3px;
  visibility: hidden;
  line-height: 20px;
}
.breadcrumbsocialshare .social-share-buttons a i {
  width: 25px;
  height: 25px;
}
.breadcrumbsocialshare .social-share-buttons a i path,
.breadcrumbsocialshare .social-share-buttons a i circle {
  fill: #363131;
}
.breadcrumbsocialshare .social-share-buttons.open a {
  visibility: visible;
}
.breadcrumbsocialshare .social-share-page--alignment {
  position: relative;
  float: right;
  right: 100px;
  z-index: 8;
  top: 0px;
  width: 56px;
  height: 80px;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--container {
  position: absolute;
  display: inline-block;
  background: white;
  border: 1px solid white;
  border-radius: 56px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  width: 56px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #BE2BBB;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: white;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--btn .icon.icon-close svg {
  height: 14px;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--btn .icon svg fill {
  fill: white;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--icon-list {
  list-style: none;
  padding: 0;
  margin: 11px 0 3px 0;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--icon a {
  display: inline-block;
  margin: 7px;
  font-size: 10px;
  line-height: 18px;
  text-decoration: none;
  color: #4F4A4A;
  text-align: center;
  margin-top: 3px;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--icon a::after {
  display: none;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--icon a .icon {
  width: 38px;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #EDE2E2;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--icon a:hover .icon {
  background: #BE2BBB;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--icons {
  width: 54px;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--icon a svg path {
  fill: #363131;
}
.breadcrumbsocialshare .social-share-page--alignment .social-share-page--icon a:hover svg path {
  fill: #ffffff;
}
.breadcrumbsocialshare .social-share-page--alignment .like-btn-page--container {
  position: absolute;
  display: inline-block;
  right: 80px;
  top: 0;
}
.breadcrumbsocialshare .social-share-page--alignment .like-btn,
.breadcrumbsocialshare .social-share-page--alignment .like-btn__filled {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  width: 56px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #3312AF;
  background: #ffffff;
}
.breadcrumbsocialshare .social-share-page--alignment .like-btn:hover,
.breadcrumbsocialshare .social-share-page--alignment .like-btn__filled:hover {
  border: 1px solid #BE2BBB;
}
.breadcrumbsocialshare .social-share-page--alignment .like-btn__filled {
  border: 1px solid #BE2BBB;
}
.breadcrumbsocialshare .social-share-page--alignment .like-btn .icon,
.breadcrumbsocialshare .social-share-page--alignment .like-btn__filled .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumbsocialshare .social-share-page--alignment .like-btn .icon svg,
.breadcrumbsocialshare .social-share-page--alignment .like-btn__filled .icon svg {
  height: 24px;
}
.breadcrumbsocialshare .social-share-page--alignment .like-count {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #4F4A4A;
  text-align: center;
  margin-top: 4px;
}
.breadcrumbsocialshare .social-share-page--editmode {
  position: relative;
  height: 20px;
  top: -40px;
  float: none;
  right: 0;
  width: auto;
}
.breadcrumbsocialshare .social-share-page--editmode .social-share-page--container {
  right: 50px;
}
.breadcrumbsocialshare .social-share-page--editmode .like-btn-page--container {
  right: 130px !important;
}
.breadcrumbsocialshare .site-article-v2 .social-share-page--alignment {
  z-index: 8;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .breadcrumbsocialshare .social-share-page--alignment {
    right: 70px;
    bottom: 10px;
  }
  .breadcrumbsocialshare .social-share-page--alignment .social-share-page--container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumbsocialshare .social-share-page--alignment {
    right: 70px;
    bottom: 10px;
  }
  .breadcrumbsocialshare .social-share-page--alignment .social-share-page--container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 24px;
  }
}
.breadcrumbsocialshare .social-share-position-static {
  position: relative;
  top: 0 !important;
  right: 0 !important;
  padding-top: 10px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .breadcrumbsocialshare .social-share-position-static {
    bottom: -10px;
    top: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumbsocialshare .social-share-position-static {
    bottom: -6px;
    top: auto !important;
  }
}
.breadcrumbsocialshare .social-share-position-static + .section-parallax {
  clear: both;
}
.breadcrumbsocialshare .container.padding-top-0 {
  padding-top: 0 !important;
}

.breadcrumbsocialshare .social-share-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 15px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: right;
}
.breadcrumbsocialshare .social-share-container + .section-parallax {
  clear: both;
}
.breadcrumbsocialshare .share-container::after {
  display: block;
  clear: both;
  content: "";
}
.breadcrumbsocialshare .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #363131;
  height: 50px;
  min-width: 50px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.breadcrumbsocialshare .social-share .icon {
  fill: #ffffff;
  height: 25px;
  width: 25px;
  margin: 0 auto;
}
.breadcrumbsocialshare .social-share-label {
  padding: 0 0 0 8px;
  -ms-flex-item-align: center;
      align-self: center;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .breadcrumbsocialshare .social-share-label {
    display: none;
  }
}
.breadcrumbsocialshare .social-share-icons {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  font-size: 5px;
  overflow: hidden;
  white-space: nowrap;
  display: none;
  position: absolute;
  right: 100%;
  background: white;
  border: 2px solid #363131;
  height: 50px;
  top: 15px;
  border-right: none;
}
.breadcrumbsocialshare .social-share-icons .social-share-icon-list {
  padding-left: 0;
  margin-left: 8px;
  margin-top: 5px;
}
.breadcrumbsocialshare .social-share-icons .social-share-icon {
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (max-width: 480px) {
  .breadcrumbsocialshare .social-share-icons .social-share-icon {
    margin-right: 4px;
    width: 30px;
  }
}
.breadcrumbsocialshare .social-share-icons .social-share-icon a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.breadcrumbsocialshare .social-share-icons .social-share-icon a .icon {
  fill: #363131;
  padding: 0;
}
.breadcrumbsocialshare .social-share-icons .social-share-icon a .icon:visited, .breadcrumbsocialshare .social-share-icons .social-share-icon a .icon:active {
  fill: #363131;
}
.breadcrumbsocialshare .social-share-icons .social-share-icon a .icon:focus, .breadcrumbsocialshare .social-share-icons .social-share-icon a .icon:hover {
  fill: #363131;
}
@media only screen and (max-width: 480px) {
  .breadcrumbsocialshare .social-share-icons .social-share-icon a {
    margin-top: 2.5px;
    height: 30px;
    width: 30px;
  }
}
.breadcrumbsocialshare .site-full-width .social-share-container {
  margin: 0 30px 0;
}
@media only screen and (max-width: 480px) {
  .breadcrumbsocialshare .site-full-width .social-share-container {
    margin: 0 10px 0;
  }
}
.breadcrumbsocialshare .site-full-width .container .social-share-container {
  margin: 0;
}

.breadcrumbs.breadcrumbs-3 {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .breadcrumbs.breadcrumbs-3 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (width < 1024px) {
  .breadcrumbs.breadcrumbs-3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (width < 1024px) {
  .breadcrumbs.breadcrumbs-3.hide-breadcrumb-mobile {
    display: none;
  }
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs {
  padding-left: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
  gap: 8px 0px;
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li a {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #757575;
  text-decoration: none;
  margin-top: 2px;
  text-wrap-style: pretty;
}
@media (min-width: 481px) and (width < 1024px) {
  .breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li a:hover:has(.icon-home) {
  color: #BE2BBB;
  text-decoration: none;
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li a:hover {
  color: #BE2BBB;
  text-decoration: underline;
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li a:focus-visible {
  outline: 2px solid #BE2BBB;
  outline-offset: 2px;
  border-radius: 2px;
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li a[aria-current=page] {
  pointer-events: none;
  color: #363131;
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li span[aria-current=page] {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #363131;
  overflow-wrap: anywhere;
  text-decoration: none;
}
@media (min-width: 481px) and (width < 1024px) {
  .breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li span[aria-current=page] {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li span[aria-current=page] {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li span[aria-current=page]:focus-visible {
  outline: 2px solid #BE2BBB;
  outline-offset: 2px;
  border-radius: 2px;
  margin-top: 2px;
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li .icon-home {
  color: #757575;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: -4px;
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs li .icon-home:hover {
  color: #BE2BBB;
}
.breadcrumbs.breadcrumbs-3 .navigation_breadcrumbs .breadcrumbs__separator {
  color: #757575;
  display: inline-block;
  margin: 2px 8px 1px 8px;
  vertical-align: bottom;
}

.bms-relaunch .history-timeline .timeline-wrapper .top-nav-container .breadcrumbs .breadcrumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.block-card {
  margin-bottom: 16px;
}
.block-card .block-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  overflow: hidden;
  margin-bottom: 0;
  background-color: var(--background-color, #ffffff);
  aspect-ratio: 1/1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .block-card .block-card {
    padding: 32px;
    gap: 0;
  }
}
.block-card .block-card::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.block-card .block-card:hover, .block-card .block-card:focus-within {
  color: var(--hover-font-color, #ffffff);
}
.block-card .block-card:hover::before, .block-card .block-card:focus-within::before {
  background-color: var(--hover-color, #BE2BBB);
}
.block-card .block-card:hover .block-card__title,
.block-card .block-card:hover .block-card__description,
.block-card .block-card:hover .block-card__link-icon, .block-card .block-card:focus-within .block-card__title,
.block-card .block-card:focus-within .block-card__description,
.block-card .block-card:focus-within .block-card__link-icon {
  color: var(--hover-font-color, #ffffff);
}
.block-card .block-card:has(:focus-visible) {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .block-card.remove-space-between > .block-card {
    aspect-ratio: 4/3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (width < 1024px) {
  .block-card.no-gap-mobile > .block-card {
    aspect-ratio: auto;
  }
}
.block-card__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.block-card__content .block-card__title,
.block-card__content .block-card__title > * {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.44px;
  leading-trim: both;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  word-wrap: break-word;
  margin-bottom: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .block-card__content .block-card__title,
.block-card__content .block-card__title > * {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.52px;
  }
}
@media (min-width: 1024px) {
  .block-card__content .block-card__title,
.block-card__content .block-card__title > * {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }
}
.block-card__content .block-card__title:last-child,
.block-card__content .block-card__title:last-child > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.block-card__content .block-card__description {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  word-wrap: break-word;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .block-card__content .block-card__description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .block-card__content .block-card__description {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.block-card__content .block-card__description ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
  row-gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
.block-card__content .block-card__description ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.block-card__sr-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.block-card__link {
  position: absolute;
  inset: 0;
  text-decoration: none;
}
.block-card__link:hover {
  color: var(--hover-font-color, #ffffff);
}
.block-card__link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  display: none;
}
.block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .icon-arrow-right, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after, .topic-content-collection__items .topic-content-collection__item .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .topic-content-collection__link::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .rte-purple-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte-purple-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .rte-grey-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte-grey-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .rte-white-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte-white-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .purple-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .purple-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .grey-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .grey-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .white-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .white-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .report-card__title::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after, .block-card .report-card__container .report-card__link .report-card__content .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .report-card__cta::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after, .latest-press-releases .latest-press-releases__section .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .latest-press-releases__cta::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__arrow-icon, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .header__arrow-icon, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button:not(.bms-button-external)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button-wrapper .be-button:not(.bms-chip):not(.bms-button-external)::after, .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip):not(.bms-button-external)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button--primary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .external-link-warning-modal .button-container a::after, .external-link-warning-modal .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon a::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .cross-site .button-container #external-continue-close::after, .cross-site .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon #external-continue-close::after,
.block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .cross-site .button-container #external-continue-link::after,
.cross-site .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon #external-continue-link::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .primary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .primary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button--secondary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .secondary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button--tertiary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .tertiary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-link-button::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-chip::after {
  width: 28px;
  height: 28px;
}
.block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .icon-arrow-right.small-icon, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .topic-content-collection__items .topic-content-collection__item .small-icon.topic-content-collection__link::after, .topic-content-collection__items .topic-content-collection__item .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.topic-content-collection__link::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .small-icon.rte-purple-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.rte-purple-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .small-icon.rte-grey-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.rte-grey-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .small-icon.rte-white-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.rte-white-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .small-icon.purple-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.purple-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .small-icon.grey-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.grey-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .small-icon.white-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.white-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .block-card.image-left .report-card__container--content-card .report-card__link[href] .small-icon.report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.report-card__title::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .block-card .report-card__container .report-card__link .report-card__content .small-icon.report-card__cta::after, .block-card .report-card__container .report-card__link .report-card__content .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.report-card__cta::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .latest-press-releases .latest-press-releases__section .small-icon.latest-press-releases__cta::after, .latest-press-releases .latest-press-releases__section .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.latest-press-releases__cta::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .small-icon.header__arrow-icon, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.header__arrow-icon, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.bms-button:not(.bms-button-external)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button-wrapper .small-icon.be-button:not(.bms-chip):not(.bms-button-external)::after, .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.be-button:not(.bms-chip):not(.bms-button-external)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.bms-button--primary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .external-link-warning-modal .button-container a.small-icon::after, .external-link-warning-modal .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon a.small-icon::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .cross-site .button-container .small-icon#external-continue-close::after, .cross-site .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon#external-continue-close::after,
.block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .cross-site .button-container .small-icon#external-continue-link::after,
.cross-site .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon#external-continue-link::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .primary-button .be-button-wrapper .small-icon.be-button:not(.bms-chip)::after, .primary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.bms-button--secondary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .secondary-button .be-button-wrapper .small-icon.be-button:not(.bms-chip)::after, .secondary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.bms-button--tertiary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .tertiary-button .be-button-wrapper .small-icon.be-button:not(.bms-chip)::after, .tertiary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.bms-link-button::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .small-icon.bms-chip::after {
  width: 14px;
  height: 14px;
}
@media (max-width: 480px) {
  .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .icon-arrow-right, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after, .topic-content-collection__items .topic-content-collection__item .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .topic-content-collection__link::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .rte-purple-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte-purple-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .rte-grey-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte-grey-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .rte-white-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte-white-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .purple-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .purple-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .grey-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .grey-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .rte .white-arrow::after, .rte .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .white-arrow::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .report-card__title::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after, .block-card .report-card__container .report-card__link .report-card__content .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .report-card__cta::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after, .latest-press-releases .latest-press-releases__section .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .latest-press-releases__cta::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__arrow-icon, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .header__arrow-icon, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button:not(.bms-button-external)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button-wrapper .be-button:not(.bms-chip):not(.bms-button-external)::after, .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip):not(.bms-button-external)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button--primary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .external-link-warning-modal .button-container a::after, .external-link-warning-modal .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon a::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .cross-site .button-container #external-continue-close::after, .cross-site .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon #external-continue-close::after,
.block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .cross-site .button-container #external-continue-link::after,
.cross-site .button-container .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon #external-continue-link::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .primary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .primary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button--secondary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .secondary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-button--tertiary::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .tertiary-button .be-button-wrapper .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-link-button::after, .block-card__link:not([data-classname~=cross-site])[data-target=externalLink] ~ .block-card__link-icon .bms-chip::after {
    width: 16px;
    height: 16px;
  }
}
.block-card__link-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 4px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .block-card__link-icon {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .block-card__link-icon {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.block-card__link-icon .icon-arrow-right, .block-card__link-icon .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after, .topic-content-collection__items .topic-content-collection__item .block-card__link-icon .topic-content-collection__link::after, .block-card__link-icon .rte .rte-purple-arrow::after, .rte .block-card__link-icon .rte-purple-arrow::after, .block-card__link-icon .rte .rte-grey-arrow::after, .rte .block-card__link-icon .rte-grey-arrow::after, .block-card__link-icon .rte .rte-white-arrow::after, .rte .block-card__link-icon .rte-white-arrow::after, .block-card__link-icon .rte .purple-arrow::after, .rte .block-card__link-icon .purple-arrow::after, .block-card__link-icon .rte .grey-arrow::after, .rte .block-card__link-icon .grey-arrow::after, .block-card__link-icon .rte .white-arrow::after, .rte .block-card__link-icon .white-arrow::after, .block-card__link-icon .block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .block-card__link-icon .report-card__title::after, .block-card__link-icon .block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after, .block-card .report-card__container .report-card__link .report-card__content .block-card__link-icon .report-card__cta::after, .block-card__link-icon .latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after, .latest-press-releases .latest-press-releases__section .block-card__link-icon .latest-press-releases__cta::after, .block-card__link-icon .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__arrow-icon, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .block-card__link-icon .header__arrow-icon, .block-card__link-icon .bms-button:not(.bms-button-external)::after, .block-card__link-icon .be-button-wrapper .be-button.bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .be-button-wrapper .block-card__link-icon .be-button.bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .block-card__link-icon .be-button-wrapper .be-button:not(.bms-chip):not(.bms-button-external)::after, .be-button-wrapper .block-card__link-icon .be-button:not(.bms-chip):not(.bms-button-external)::after, .block-card__link-icon .bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .block-card__link-icon .bms-button--primary::after, .block-card__link-icon .external-link-warning-modal .button-container a::after, .external-link-warning-modal .button-container .block-card__link-icon a::after, .block-card__link-icon .cross-site .button-container #external-continue-close::after, .cross-site .button-container .block-card__link-icon #external-continue-close::after,
.block-card__link-icon .cross-site .button-container #external-continue-link::after,
.cross-site .button-container .block-card__link-icon #external-continue-link::after, .block-card__link-icon .primary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .primary-button .be-button-wrapper .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link-icon .bms-button--secondary::after, .block-card__link-icon .secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .secondary-button .be-button-wrapper .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link-icon .bms-button--tertiary::after, .block-card__link-icon .tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .tertiary-button .be-button-wrapper .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link-icon .bms-link-button::after, .block-card__link-icon .bms-chip::after {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.block-card__link-icon .icon-arrow-right.small-icon, .block-card__link-icon .topic-content-collection__items .topic-content-collection__item .small-icon.topic-content-collection__link::after, .topic-content-collection__items .topic-content-collection__item .block-card__link-icon .small-icon.topic-content-collection__link::after, .block-card__link-icon .rte .small-icon.rte-purple-arrow::after, .rte .block-card__link-icon .small-icon.rte-purple-arrow::after, .block-card__link-icon .rte .small-icon.rte-grey-arrow::after, .rte .block-card__link-icon .small-icon.rte-grey-arrow::after, .block-card__link-icon .rte .small-icon.rte-white-arrow::after, .rte .block-card__link-icon .small-icon.rte-white-arrow::after, .block-card__link-icon .rte .small-icon.purple-arrow::after, .rte .block-card__link-icon .small-icon.purple-arrow::after, .block-card__link-icon .rte .small-icon.grey-arrow::after, .rte .block-card__link-icon .small-icon.grey-arrow::after, .block-card__link-icon .rte .small-icon.white-arrow::after, .rte .block-card__link-icon .small-icon.white-arrow::after, .block-card__link-icon .block-card.image-left .report-card__container--content-card .report-card__link[href] .small-icon.report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .block-card__link-icon .small-icon.report-card__title::after, .block-card__link-icon .block-card .report-card__container .report-card__link .report-card__content .small-icon.report-card__cta::after, .block-card .report-card__container .report-card__link .report-card__content .block-card__link-icon .small-icon.report-card__cta::after, .block-card__link-icon .latest-press-releases .latest-press-releases__section .small-icon.latest-press-releases__cta::after, .latest-press-releases .latest-press-releases__section .block-card__link-icon .small-icon.latest-press-releases__cta::after, .block-card__link-icon .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .small-icon.header__arrow-icon, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .block-card__link-icon .small-icon.header__arrow-icon, .block-card__link-icon .small-icon.bms-button:not(.bms-button-external)::after, .block-card__link-icon .be-button-wrapper .small-icon.be-button:not(.bms-chip):not(.bms-button-external)::after, .be-button-wrapper .block-card__link-icon .small-icon.be-button:not(.bms-chip):not(.bms-button-external)::after, .block-card__link-icon .small-icon.bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .block-card__link-icon .small-icon.bms-button--primary::after, .block-card__link-icon .external-link-warning-modal .button-container a.small-icon::after, .external-link-warning-modal .button-container .block-card__link-icon a.small-icon::after, .block-card__link-icon .cross-site .button-container .small-icon#external-continue-close::after, .cross-site .button-container .block-card__link-icon .small-icon#external-continue-close::after,
.block-card__link-icon .cross-site .button-container .small-icon#external-continue-link::after,
.cross-site .button-container .block-card__link-icon .small-icon#external-continue-link::after, .block-card__link-icon .primary-button .be-button-wrapper .small-icon.be-button:not(.bms-chip)::after, .primary-button .be-button-wrapper .block-card__link-icon .small-icon.be-button:not(.bms-chip)::after, .block-card__link-icon .small-icon.bms-button--secondary::after, .block-card__link-icon .secondary-button .be-button-wrapper .small-icon.be-button:not(.bms-chip)::after, .secondary-button .be-button-wrapper .block-card__link-icon .small-icon.be-button:not(.bms-chip)::after, .block-card__link-icon .small-icon.bms-button--tertiary::after, .block-card__link-icon .tertiary-button .be-button-wrapper .small-icon.be-button:not(.bms-chip)::after, .tertiary-button .be-button-wrapper .block-card__link-icon .small-icon.be-button:not(.bms-chip)::after, .block-card__link-icon .small-icon.bms-link-button::after, .block-card__link-icon .small-icon.bms-chip::after {
  width: 20px;
  height: 20px;
}
@media (max-width: 480px) {
  .block-card__link-icon .icon-arrow-right, .block-card__link-icon .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after, .topic-content-collection__items .topic-content-collection__item .block-card__link-icon .topic-content-collection__link::after, .block-card__link-icon .rte .rte-purple-arrow::after, .rte .block-card__link-icon .rte-purple-arrow::after, .block-card__link-icon .rte .rte-grey-arrow::after, .rte .block-card__link-icon .rte-grey-arrow::after, .block-card__link-icon .rte .rte-white-arrow::after, .rte .block-card__link-icon .rte-white-arrow::after, .block-card__link-icon .rte .purple-arrow::after, .rte .block-card__link-icon .purple-arrow::after, .block-card__link-icon .rte .grey-arrow::after, .rte .block-card__link-icon .grey-arrow::after, .block-card__link-icon .rte .white-arrow::after, .rte .block-card__link-icon .white-arrow::after, .block-card__link-icon .block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .block-card__link-icon .report-card__title::after, .block-card__link-icon .block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after, .block-card .report-card__container .report-card__link .report-card__content .block-card__link-icon .report-card__cta::after, .block-card__link-icon .latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after, .latest-press-releases .latest-press-releases__section .block-card__link-icon .latest-press-releases__cta::after, .block-card__link-icon .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__arrow-icon, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .block-card__link-icon .header__arrow-icon, .block-card__link-icon .bms-button:not(.bms-button-external)::after, .block-card__link-icon .be-button-wrapper .be-button.bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .be-button-wrapper .block-card__link-icon .be-button.bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .block-card__link-icon .be-button-wrapper .be-button:not(.bms-chip):not(.bms-button-external)::after, .be-button-wrapper .block-card__link-icon .be-button:not(.bms-chip):not(.bms-button-external)::after, .block-card__link-icon .bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .block-card__link-icon .bms-button--primary::after, .block-card__link-icon .external-link-warning-modal .button-container a::after, .external-link-warning-modal .button-container .block-card__link-icon a::after, .block-card__link-icon .cross-site .button-container #external-continue-close::after, .cross-site .button-container .block-card__link-icon #external-continue-close::after,
.block-card__link-icon .cross-site .button-container #external-continue-link::after,
.cross-site .button-container .block-card__link-icon #external-continue-link::after, .block-card__link-icon .primary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .primary-button .be-button-wrapper .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link-icon .bms-button--secondary::after, .block-card__link-icon .secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .secondary-button .be-button-wrapper .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link-icon .bms-button--tertiary::after, .block-card__link-icon .tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .tertiary-button .be-button-wrapper .block-card__link-icon .be-button:not(.bms-chip)::after, .block-card__link-icon .bms-link-button::after, .block-card__link-icon .bms-chip::after {
    width: 16px;
    height: 16px;
  }
}

.button-layout.button-component {
  display: inline-block;
  margin: 16px 16px 0 0;
}
@media (width < 1024px) {
  .button-layout.button-component {
    margin: 8px 8px 0 0;
  }
}

.be-button-wrapper.center {
  text-align: center;
}
.be-button-wrapper.right {
  text-align: right;
}
.be-button-wrapper .be-button-text {
  text-align: left;
}
.be-button-wrapper.button-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.be-button-wrapper .be-button {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: normal;
  max-width: 100%;
  position: relative;
  min-height: 40px;
}
@media (min-width: 481px) and (width < 1024px) {
  .be-button-wrapper .be-button {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .be-button-wrapper .be-button {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.be-button-wrapper .be-button:not(.bms-chip) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-wrap: wrap;
  text-decoration: none;
  background-color: #BE2BBB;
  border: none;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  line-height: 17px;
  padding: 6px 12px;
  display: "inline-flex";
  width: auto;
  min-height: 40px;
  padding: 12px 16px;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.be-button-wrapper .be-button:not(.bms-chip):focus {
  outline: none;
}
.be-button-wrapper .be-button:not(.bms-chip):focus-visible {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  color: #ffffff;
}
.be-button-wrapper .be-button:not(.bms-chip):disabled, .be-button-wrapper .be-button:not(.bms-chip).is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.be-button-wrapper .be-button:not(.bms-chip):hover {
  background-color: #AB27A8;
  color: #ffffff;
}
.be-button-wrapper .be-button:not(.bms-chip):disabled {
  background-color: #BE2BBB;
  color: #ffffff;
}
@media (min-width: 481px) and (width < 1024px) {
  .be-button-wrapper .be-button:not(.bms-chip) {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .be-button-wrapper .be-button:not(.bms-chip) {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .be-button-wrapper .be-button:not(.bms-chip) {
    gap: 32px;
  }
}
.be-button-wrapper .be-button:not(.bms-chip):not(.bms-button-external)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.be-button-wrapper .be-button.bms-button-external[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.be-button-wrapper .be-button.bms-button-external:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
}
.be-button-wrapper .be-button:focus, .be-button-wrapper .be-button:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
.be-button-wrapper .be-button:focus-visible {
  color: inherit;
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
}
.be-button-wrapper .be-button:hover, .be-button-wrapper .be-button:active {
  text-decoration: none;
}
.be-button-wrapper .be-button p {
  margin-bottom: 0;
}
.be-button-wrapper .be-button:disabled, .be-button-wrapper .be-button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.be-button-wrapper .be-button.btn-fixed-position {
  position: fixed;
  z-index: 999;
  top: 0;
}
.be-button-wrapper .be-button.btn-fixed-position.btn-position-left {
  left: 0;
  right: auto;
}
.be-button-wrapper .be-button.btn-fixed-position.btn-position-right {
  left: auto;
  right: 0;
}
.be-button-wrapper .be-button.btn-fixed-position.center {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.be-button-wrapper .be-button.btn-rotate.btn-fixed-position.btn-position-left {
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}
.be-button-wrapper .be-button.btn-rotate.btn-fixed-position.btn-position-right {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.be-button-wrapper .be-button.icon-second .be-button-icon {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.be-button-wrapper .be-button.bms-chip {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .be-button-wrapper .be-button.bms-chip {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .be-button-wrapper .be-button.bms-chip {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

.large-button .be-button-wrapper .be-button:not(.bms-chip) {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .large-button .be-button-wrapper .be-button:not(.bms-chip) {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .large-button .be-button-wrapper .be-button:not(.bms-chip) {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}

.bms-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  text-wrap: wrap;
  text-decoration: none;
  justify-content: space-between;
}
.bms-button:focus {
  outline: none;
}
.bms-button:focus-visible {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
  color: #ffffff;
}
.bms-button:disabled, .bms-button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.bms-button:not(.bms-button-external)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.bms-button.bms-button-external[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.bms-button.bms-button-external:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
}

.bms-button.bms-button--large::after, .large-button .be-button-wrapper .bms-button.be-button:not(.bms-chip)::after {
  width: 24px;
  height: 24px;
}

.be-button-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.be-button-icon > img {
  width: 32px;
  margin: 0 8px;
}

img.be-button-background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.be-button-text,
.be-button-icon {
  position: relative;
  z-index: 1;
}

.be-button-text > * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@media (width < 1024px) {
  .hide-print-btn {
    display: none;
  }
}
.primary-button, .body-1 a.primary-button,
.secondary-button,
.tertiary-button {
  width: 100%;
}
.primary-button .be-button-wrapper .be-button:not(.bms-chip),
.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.tertiary-button .be-button-wrapper .be-button:not(.bms-chip) {
  border-radius: 0;
}

.general-page-header--vertical .primary-button, .general-page-header--vertical .body-1 a.primary-button, .body-1 .general-page-header--vertical a.primary-button,
.general-page-header--vertical .secondary-button,
.general-page-header--vertical .tertiary-button {
  display: block;
  width: 100%;
}
.general-page-header--vertical .primary-button .be-button-wrapper .be-button:not(.bms-chip),
.general-page-header--vertical .secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.general-page-header--vertical .tertiary-button .be-button-wrapper .be-button:not(.bms-chip) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0;
}
.general-page-header--vertical .primary-button.button-component,
.general-page-header--vertical .secondary-button.button-component,
.general-page-header--vertical .tertiary-button.button-component {
  width: 100%;
}

@media (width < 1024px) {
  .primary-button, .body-1 a.primary-button,
.secondary-button,
.tertiary-button {
    width: 100%;
    display: block;
  }
  .primary-button .be-button-wrapper .be-button:not(.bms-chip),
.secondary-button .be-button-wrapper .be-button:not(.bms-chip),
.tertiary-button .be-button-wrapper .be-button:not(.bms-chip) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.large-button .be-button-wrapper .be-button:not(.bms-chip)::after {
  width: 24px;
  height: 24px;
}

.cob-container {
  grid-gap: 2.5%;
  margin: 3% auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: 100%;
}

.cob-text3 {
  margin-top: 6%;
}

.cob-text1 {
  margin-bottom: 6%;
}

.cob-text2 {
  font-size: 40px;
  line-height: 36px;
}

.cob-heading2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 46px;
}

.cob-heading4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}

.cob-heading3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.cob-cards {
  padding: 11% 8%;
  min-width: 18%;
}

.cob-cards:only-child {
  padding: 10% 8% !important;
  width: 50% !important;
  margin: auto !important;
}

.full-width-single-card .cob-cards:only-child {
  width: 100% !important;
}

.cob-cards .cob-text2 {
  -webkit-animation: d 1s;
          animation: d 1s;
}

.cob-cards .cob-text1 {
  -webkit-animation: d 1s;
          animation: d 1s;
}

.cob-cards .cob-text3 {
  -webkit-animation: d 1s;
          animation: d 1s;
}

.cob-container .cob-cards {
  opacity: 0;
}

.cob-container.fadeInOnScroll .cob-cards {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@media (max-width: 768px) {
  .cob-container {
    grid-auto-flow: row;
    margin: 9% auto !important;
  }
  .cob-cards {
    min-height: 100%;
    margin-bottom: 35px;
  }
  .cob-container {
    display: block;
  }
  .cob-cards:only-child {
    padding: 11% 8% !important;
    width: 100% !important;
  }
  .cob-text3 {
    font-size: 27px;
    margin-top: 10%;
  }
  .cob-text1 {
    font-size: 27px;
    margin-bottom: 10%;
  }
}
.card-flipper {
  -webkit-transition: ease-in 300ms;
  transition: ease-in 300ms;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  -webkit-perspective: 3500px;
          perspective: 3500px;
  min-width: 18%;
  cursor: pointer;
}

.full-width-single-card .card-flipper:only-child {
  width: 100% !important;
}

.card-question,
.card-answer {
  -webkit-transition: ease-in 300ms;
  transition: ease-in 300ms;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #3d9970;
  padding: 11% 8%;
}

.card-flipper:only-child {
  width: 50% !important;
  margin: auto !important;
}
.card-flipper:only-child .card-question {
  padding: 7% 5% !important;
}
.card-flipper:only-child .card-answer {
  padding: 7% 5% !important;
}
.card-flipper:only-child .cob-cards {
  padding: 7% 5% !important;
  width: 50% !important;
  margin: auto !important;
}

.reveal .card-question,
.card-answer {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.reveal .card-answer,
.card-question {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.card-flipper .cob-text2 {
  -webkit-animation: d 1s;
          animation: d 1s;
}

.card-flipper .cob-text1 {
  -webkit-animation: d 1s;
          animation: d 1s;
}

.card-flipper .cob-text3 {
  -webkit-animation: d 1s;
          animation: d 1s;
}

.cob-container .card-flipper {
  opacity: 0;
}

.cob-container.fadeInOnScroll .card-flipper {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cob-container .card-flipper:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.cob-container .card-flipper:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.cob-container .card-flipper:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.cob-container .card-flipper:nth-child(4) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@media (max-width: 768px) {
  .card-flipper {
    min-height: 100%;
    margin-bottom: 35px;
  }
  .card-flipper:only-child {
    width: 100% !important;
  }
  .card-flipper:only-child .card-question {
    padding: 11% 8% !important;
  }
  .card-flipper:only-child .card-answer {
    padding: 11% 8% !important;
  }
  .card-flipper:only-child .cob-cards {
    padding: 11% 8% !important;
    width: 100% !important;
  }
}
.card-flipper:hover .card-question:after, .card-flipper:hover .card-answer:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 8;
  opacity: 0.15;
}

.ccpa {
  position: relative;
}
.ccpa .primary-button, .ccpa .body-1 a.primary-button, .body-1 .ccpa a.primary-button, .ccpa .submit-btn {
  background-color: #BE2BBB;
  border: 3px solid #BE2BBB;
  border-radius: 30px;
  color: #FFFFFE;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0px;
  height: 40px;
  padding: 7px 15px;
  margin: 10px 0;
  width: auto;
}
.ccpa .primary-button:hover:not([disabled]), .ccpa .submit-btn:hover:not([disabled]) {
  background-color: #ffffff;
  color: #BE2BBB;
  border: 3px solid #BE2BBB;
  padding: 7px 15px;
}
.ccpa .primary-button:disabled, .ccpa .submit-btn:disabled {
  color: #4F4A4A;
  background-color: #F5F5F5;
  border: 3px solid #F5F5F5;
  opacity: 0.7;
  cursor: not-allowed;
}
@media only screen and (max-width: 480px) {
  .ccpa .primary-button, .ccpa .body-1 a.primary-button, .body-1 .ccpa a.primary-button, .ccpa .submit-btn {
    height: 40px;
    padding: 7px 15px;
  }
}
.ccpa #modal-anchor {
  display: none;
}
.ccpa #country-modal {
  display: none;
}
.ccpa #ccpa-form {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .ccpa #ccpa-form {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form {
    width: 100%;
  }
}
.ccpa #ccpa-form span.mandatory {
  color: #4F4A4A;
}
.ccpa #ccpa-form .error-text {
  font-size: 14px;
  font-weight: 500;
  padding-left: 25px;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .error-text {
    font-size: 16px;
  }
}
.ccpa #ccpa-form .emailRequiredMsg {
  padding-left: 0;
  font-weight: 500;
  font-family: "Basel Grotesk", sans-serif;
  margin: 20px 0;
}
.ccpa #ccpa-form .requestor-heading, .ccpa #ccpa-form .consumer-heading {
  color: #4F4A4A;
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  padding: 5px 0px 5px;
}
.ccpa #ccpa-form .text-field, .ccpa #ccpa-form .select-container {
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .text-field, .ccpa #ccpa-form .select-container {
    margin-bottom: 5px;
  }
}
.ccpa #ccpa-form .text-field label, .ccpa #ccpa-form .select-container label {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .text-field, .ccpa #ccpa-form .select-container {
    margin-bottom: 15px;
  }
}
.ccpa #ccpa-form .text-field label {
  width: 49%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .text-field label {
    width: 100%;
  }
}
.ccpa #ccpa-form .text-field #country-of-residence {
  background-color: #F6F4F3;
  color: #4F4A4A;
}
.ccpa #ccpa-form .text-field input {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .text-field input {
    width: 100%;
  }
}
.ccpa #ccpa-form .text-field input#consumer-city, .ccpa #ccpa-form .text-field input#requestor-city {
  width: 24.5%;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .text-field input#consumer-city, .ccpa #ccpa-form .text-field input#requestor-city {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.ccpa #ccpa-form .text-field input#consumer-zipcode, .ccpa #ccpa-form .text-field input#requestor-zipcode {
  width: 24.5%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .text-field input#consumer-zipcode, .ccpa #ccpa-form .text-field input#requestor-zipcode {
    width: 100%;
  }
}
.ccpa #ccpa-form .text-field label[for=consumer-mailing-address-1], .ccpa #ccpa-form .text-field label[for=requestor-mailing-address-1] {
  height: 100px;
  float: left;
  width: 49.2%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .text-field label[for=consumer-mailing-address-1], .ccpa #ccpa-form .text-field label[for=requestor-mailing-address-1] {
    height: auto;
    width: 100%;
  }
}
.ccpa #ccpa-form .text-field input#consumer-mailing-address-1, .ccpa #ccpa-form .text-field input#requestor-mailing-address-1 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .text-field input#consumer-mailing-address-1, .ccpa #ccpa-form .text-field input#requestor-mailing-address-1 {
    margin-bottom: 5px;
  }
}
.ccpa #ccpa-form .country-nin {
  display: none;
}
.ccpa #ccpa-form .req-options-country {
  display: none;
}
.ccpa #ccpa-form .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .select-container {
    display: block;
  }
}
.ccpa #ccpa-form .select-container label {
  width: 49.3%;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .select-container label {
    width: 100%;
  }
}
.ccpa #ccpa-form .select-container label .fa {
  position: absolute;
  top: -5px;
  color: #4F4A4A;
  cursor: pointer;
  padding-left: 5px;
}
.ccpa #ccpa-form .select-container .open-modal:focus-visible i.fa-info-circle {
  outline: 2px solid #000000;
  outline-offset: -2px;
  padding: 4px;
}
.ccpa #ccpa-form .select-container label[for=country-of-residence] .fa {
  display: none;
}
.ccpa #ccpa-form .select-container .dropdown-link {
  display: inline-block;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .select-container .dropdown-link {
    width: 100%;
  }
}
.ccpa #ccpa-form .select-container .dropdown-link .country-privacy-links {
  display: none;
}
.ccpa #ccpa-form .select-container .dropdown-link.national-id {
  width: 25%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .select-container .dropdown-link.national-id {
    width: 100%;
  }
}
.ccpa #ccpa-form .select-container .text-field.national-id-text {
  margin-bottom: 0px;
  width: 25%;
}
.ccpa #ccpa-form .select-container .text-field.national-id-text input {
  width: 98%;
  margin-left: 3px;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .select-container .text-field.national-id-text input {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
  }
}
.ccpa #ccpa-form .consumer-details > div:last-child, .ccpa #ccpa-form .requestor-details > div:last-child {
  border-bottom: 1px solid rgba(182, 174, 149, 0.4);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ccpa #ccpa-form .consumer-details .mandatory-message {
  color: #4F4A4A;
  font-weight: 500;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 18px;
}
.ccpa #ccpa-form .consumer-details .mandatory-message span.required {
  padding-left: 10px;
}
.ccpa #ccpa-form .consumer-details .section-header {
  line-height: 0.5;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .consumer-details .section-header {
    margin-bottom: 0px;
  }
}
.ccpa #ccpa-form .consumer-details .section-header .lines {
  display: inline-block;
  line-height: 1;
  position: relative;
  font-size: 16px;
}
.ccpa #ccpa-form .consumer-details .section-header .lines:before, .ccpa #ccpa-form .consumer-details .section-header .lines:after {
  border-bottom: 1px solid #363131;
  content: "";
  height: 12px;
  position: absolute;
  top: -5px;
  width: 50px;
}
.ccpa #ccpa-form .consumer-details .section-header .lines:before {
  right: 100%;
  margin-right: 15px;
}
.ccpa #ccpa-form .consumer-details .section-header .lines:after {
  left: 100%;
  margin-left: 15px;
}
.ccpa #ccpa-form .consumer-details .select-container:first-child label {
  width: 49.3%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .consumer-details .select-container:first-child label {
    width: 100%;
  }
}
.ccpa #ccpa-form .consumer-details .select-container:first-child .dropdown-link {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .consumer-details .select-container:first-child .dropdown-link {
    width: 100%;
  }
}
.ccpa #ccpa-form .request-details .request-type .select-container {
  display: none;
}
.ccpa #ccpa-form .request-details .request-type .select-container label {
  width: 49.3%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .request-details .request-type .select-container label {
    width: 100%;
  }
}
.ccpa #ccpa-form .request-details .request-type .select-container .dropdown-link {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .request-details .request-type .select-container .dropdown-link {
    width: 100%;
  }
}
.ccpa #ccpa-form .request-details .submit-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .request-details .submit-view {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.ccpa #ccpa-form .request-details .submit-view #certify + label {
  padding: 0px;
}
.ccpa #ccpa-form .request-details .submit-view #certify.form-error + label:before {
  border: 1px solid #E7000B;
}
.ccpa #ccpa-form .request-details .submit-view .checkbox #certify:focus + label {
  outline: 0px;
}
.ccpa #ccpa-form .request-details .submit-view .checkbox #certify:focus + label:before {
  outline: #000000 dotted 1px;
}
.ccpa #ccpa-form .request-details .submit-view label[for=certify] {
  color: #4F4A4A;
}
.ccpa #ccpa-form .request-details .submit-view .privacy-policy-default {
  display: none;
}
.ccpa #ccpa-form .submit-view-row .parsys_column.colctrl-2a-50-c0 {
  width: 48.5%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .submit-view-row .parsys_column.colctrl-2a-50-c0 {
    width: 100%;
  }
}
.ccpa #ccpa-form .submit-view-row .parsys_column .parsys_column {
  margin: 0px 0px 15px;
}
.ccpa #ccpa-form .submit-view-row .parsys_column .parsys_column:first-child > div {
  width: 95%;
}
@media only screen and (max-width: 480px) {
  .ccpa #ccpa-form .submit-view-row .parsys_column .parsys_column:first-child > div {
    width: 100%;
  }
}
.ccpa #ccpa-form .submit-view .body-1 {
  cursor: pointer;
}
.ccpa .requestOptions {
  display: none;
}
.ccpa .generic-form .mandatory-field {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
.ccpa .generic-form .error-msg {
  color: #BE2BBB;
  font-size: 16px;
}
.ccpa .generic-form .error-text {
  color: #BE2BBB;
}
.ccpa .generic-form .form-global-level-msg {
  color: #BE2BBB;
}
.ccpa .generic-form .g-recaptcha.form-error {
  border: 2px solid #BE2BBB;
}
.ccpa .generic-form .text-field label.area-interest {
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #4F4A4A;
  font-size: 18px;
  line-height: 24px;
}
.ccpa .generic-form .text-field input,
.ccpa .generic-form .text-field textarea {
  border: 1px solid #4F4A4A;
}
.ccpa .generic-form .text-field input:disabled,
.ccpa .generic-form .text-field textarea:disabled {
  border: 1px solid #3312AF;
  background-color: #ffffff;
}
.ccpa .generic-form .text-field input {
  line-height: 22px;
}
.ccpa .generic-form .text-field textarea {
  line-height: 24px;
}
.ccpa .generic-form .text-field input::-webkit-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field input::-moz-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field input:-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field input::-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field input::placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field textarea::-webkit-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field textarea::-moz-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field textarea:-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field textarea::-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field textarea::placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpa .generic-form .text-field textarea.form-error {
  background-position: top;
  background-position-x: right;
}
.ccpa .generic-form .text-field label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.ccpa .generic-form .text-field .form-error {
  border: 2px solid #BE2BBB;
  background: url(../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icon-error.svg) no-repeat;
  background-position: 100%;
  background-origin: content-box;
}
.ccpa .generic-form .checkbox input[type=checkbox]:disabled + label {
  opacity: 0.5;
  color: #3312AF;
  cursor: not-allowed;
}
.ccpa .generic-form .checkbox label {
  padding-right: 10px;
  font-size: 16px;
  line-height: 20px;
}
.ccpa .generic-form .checkbox label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #4F4A4A;
}
.ccpa .generic-form .checkbox input[type=checkbox]:checked + label:after {
  content: "✓";
  position: absolute;
  top: 1px;
  color: #BE2BBB;
  left: 3px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
}
.ccpa .generic-form .checkbox input[type=checkbox]:checked + label:before {
  border: 2px solid #4F4A4A;
  background-color: #ffffff;
}
.ccpa .generic-form .checkbox input[type=checkbox]:disabled + label:before {
  border: 2px solid #3312AF;
  background-color: #ffffff;
}
.ccpa .generic-form .select-container label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.ccpa .generic-form .select-container .dropdown-link span.arrow-down:after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/chevron-down.svg) no-repeat center;
  background-size: contain;
  right: 17px;
  cursor: pointer;
  position: absolute;
  margin-top: 0;
}
.ccpa .generic-form .select-container .dropdown-link span.arrow-up:after {
  content: "";
}
.ccpa .generic-form .select-container .dropdown-link select {
  border: 1px solid #4F4A4A;
  line-height: 22px;
}
.ccpa .generic-form .select-container .dropdown-link select:disabled {
  background: #ffffff;
  border: 1px solid #3312AF;
}
.ccpa .generic-form .select-container .dropdown-link select:disabled ~ span.arrow-down:after {
  color: #E0E0E0;
}
.ccpa .generic-form .select-container .dropdown-link select::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpa .generic-form .select-container .dropdown-link select::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpa .generic-form .select-container .dropdown-link select:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpa .generic-form .select-container .dropdown-link select::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpa .generic-form .select-container .dropdown-link select::placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpa .generic-form .select-container .dropdown-link .form-error {
  border: 2px solid #BE2BBB;
  background: url(../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icon-error.svg) no-repeat;
  background-position: right;
  background-origin: content-box;
}
.ccpa .generic-form .select-container .dropdown-link .form-error ~ span.arrow-down:after {
  color: #BE2BBB;
}
.ccpa .generic-form .select-container .dropdown-link:before {
  border-left: none;
  width: 0px;
}

.ccpa-information-modal .modal-dialog {
  max-width: 400px;
}
@media only screen and (max-width: 480px) {
  .ccpa-information-modal .modal-dialog {
    max-width: 80vw;
  }
}
.ccpa-information-modal .modal-dialog .modal-content {
  height: auto;
  padding: 7% 5%;
}

.modal button.close i {
  fill: #363131;
}

.ccpaform .primary-button, .ccpaform .body-1 a.primary-button, .body-1 .ccpaform a.primary-button, .ccpaform .submit-btn {
  background-color: #BE2BBB;
  border: 3px solid #BE2BBB;
  border-radius: 30px;
  color: #FFFFFE;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0px;
  height: 40px;
  padding: 7px 15px;
  margin: 10px 0;
}
.ccpaform .primary-button:hover:not([disabled]), .ccpaform .submit-btn:hover:not([disabled]) {
  background-color: #ffffff;
  color: #BE2BBB;
  border: 3px solid #BE2BBB;
  padding: 7px 15px;
}
.ccpaform .primary-button:disabled, .ccpaform .submit-btn:disabled {
  color: #4F4A4A;
  background-color: #F5F5F5;
  border: 3px solid #F5F5F5;
  opacity: 0.7;
  cursor: not-allowed;
}
@media only screen and (max-width: 480px) {
  .ccpaform .primary-button, .ccpaform .body-1 a.primary-button, .body-1 .ccpaform a.primary-button, .ccpaform .submit-btn {
    height: 40px;
    padding: 7px 15px;
  }
}
.ccpaform .ccpa > .rte {
  margin-top: 15px;
  border-bottom: 4px solid #000000;
  margin-bottom: 15px;
  padding-bottom: 36px;
}
@media only screen and (max-width: 1023px) {
  .ccpaform .ccpa > .rte {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .ccpaform .ccpa > .rte {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa > .rte {
    margin-top: 0px;
  }
}
.ccpaform .ccpa .flex-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .ccpaform .ccpa .flex-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form, .ccpaform .ccpa .flex-section #ccpa-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 70%;
          flex: 0 70%;
}
@media only screen and (max-width: 1023px) {
  .ccpaform .ccpa .flex-section .ccpa-form, .ccpaform .ccpa .flex-section #ccpa-form {
    margin-top: 35px;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form label, .ccpaform .ccpa .flex-section #ccpa-form label {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa .flex-section .ccpa-form label, .ccpaform .ccpa .flex-section #ccpa-form label {
    margin-top: 25px;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form label[for=message], .ccpaform .ccpa .flex-section #ccpa-form label[for=message] {
  margin-top: 0px;
}
.ccpaform .ccpa .flex-section .ccpa-form .checkbox input[type=checkbox]:checked + label:after, .ccpaform .ccpa .flex-section #ccpa-form .checkbox input[type=checkbox]:checked + label:after {
  top: 22px;
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa .flex-section .ccpa-form .checkbox input[type=checkbox]:checked + label:after, .ccpaform .ccpa .flex-section #ccpa-form .checkbox input[type=checkbox]:checked + label:after {
    top: 26px;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form fieldset, .ccpaform .ccpa .flex-section #ccpa-form fieldset {
  margin-bottom: 40px;
  padding: 0 40px;
  border: 1px solid #F5F5F5;
}
.ccpaform .ccpa .flex-section .ccpa-form fieldset > div:last-child, .ccpaform .ccpa .flex-section #ccpa-form fieldset > div:last-child {
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa .flex-section .ccpa-form fieldset, .ccpaform .ccpa .flex-section #ccpa-form fieldset {
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form .primary-button.submit-btn, .ccpaform .ccpa .flex-section #ccpa-form .primary-button.submit-btn {
  margin-top: 0px;
}
.ccpaform .ccpa .flex-section .ccpa-form .mandatory-field, .ccpaform .ccpa .flex-section #ccpa-form .mandatory-field {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa .flex-section .ccpa-form .mandatory-field, .ccpaform .ccpa .flex-section #ccpa-form .mandatory-field {
    font-size: 16px;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form .consumer .consumer-heading, .ccpaform .ccpa .flex-section #ccpa-form .consumer .consumer-heading {
  font-size: 17px;
  line-height: 28px;
  color: #4F4A4A;
  font-weight: 500;
}
.ccpaform .ccpa .flex-section .ccpa-form .checkbox, .ccpaform .ccpa .flex-section #ccpa-form .checkbox {
  margin: 0;
}
.ccpaform .ccpa .flex-section .ccpa-form .checkbox label, .ccpaform .ccpa .flex-section #ccpa-form .checkbox label {
  padding-right: 0px;
}
.ccpaform .ccpa .flex-section .ccpa-form .mandatory-field, .ccpaform .ccpa .flex-section #ccpa-form .mandatory-field {
  color: #4F4A4A;
}
.ccpaform .ccpa .flex-section .ccpa-form .g-recaptcha.form-error, .ccpaform .ccpa .flex-section #ccpa-form .g-recaptcha.form-error {
  border: 2px solid #BE2BBB;
}
.ccpaform .ccpa .flex-section .ccpa-form .error-text, .ccpaform .ccpa .flex-section #ccpa-form .error-text {
  color: #BE2BBB;
  padding-left: 0px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .ccpaform .ccpa .flex-section .ccpa-form .error-text, .ccpaform .ccpa .flex-section #ccpa-form .error-text {
    font-size: 16px;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form #privacy.form-error + label:before, .ccpaform .ccpa .flex-section #ccpa-form #privacy.form-error + label:before {
  border: 2px solid #BE2BBB;
}
.ccpaform .ccpa .flex-section .ccpa-form .error-msg, .ccpaform .ccpa .flex-section #ccpa-form .error-msg {
  color: #BE2BBB;
  font-size: 17px;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field label.area-interest, .ccpaform .ccpa .flex-section #ccpa-form .text-field label.area-interest {
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #4F4A4A;
  font-size: 18px;
  line-height: 24px;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input,
.ccpaform .ccpa .flex-section .ccpa-form .text-field textarea, .ccpaform .ccpa .flex-section #ccpa-form .text-field input,
.ccpaform .ccpa .flex-section #ccpa-form .text-field textarea {
  border: 1px solid #4F4A4A;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input:disabled,
.ccpaform .ccpa .flex-section .ccpa-form .text-field textarea:disabled, .ccpaform .ccpa .flex-section #ccpa-form .text-field input:disabled,
.ccpaform .ccpa .flex-section #ccpa-form .text-field textarea:disabled {
  border: 1px solid #3312AF;
  background-color: #ffffff;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input, .ccpaform .ccpa .flex-section #ccpa-form .text-field input {
  line-height: 22px;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field textarea, .ccpaform .ccpa .flex-section #ccpa-form .text-field textarea {
  line-height: 24px;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input::-webkit-input-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field input::-webkit-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input::-moz-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field input::-moz-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input:-ms-input-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field input:-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input::-ms-input-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field input::-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input::placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field input::placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field textarea::-webkit-input-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field textarea::-webkit-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field textarea::-moz-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field textarea::-moz-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field textarea:-ms-input-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field textarea:-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field textarea::-ms-input-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field textarea::-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field textarea::placeholder, .ccpaform .ccpa .flex-section #ccpa-form .text-field textarea::placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field textarea.form-error, .ccpaform .ccpa .flex-section #ccpa-form .text-field textarea.form-error {
  background-position: top;
  background-position-x: right;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field label, .ccpaform .ccpa .flex-section #ccpa-form .text-field label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field .form-error, .ccpaform .ccpa .flex-section #ccpa-form .text-field .form-error {
  border: 2px solid #BE2BBB;
  background: url(../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icon-error.svg) no-repeat;
  background-position: 100%;
  background-origin: content-box;
}
.ccpaform .ccpa .flex-section .ccpa-form .checkbox input[type=checkbox]:disabled + label, .ccpaform .ccpa .flex-section #ccpa-form .checkbox input[type=checkbox]:disabled + label {
  opacity: 0.5;
  color: #3312AF;
  cursor: not-allowed;
}
.ccpaform .ccpa .flex-section .ccpa-form .checkbox label, .ccpaform .ccpa .flex-section #ccpa-form .checkbox label {
  padding-right: 10px;
  font-size: 16px;
  line-height: 20px;
}
.ccpaform .ccpa .flex-section .ccpa-form .checkbox label:before, .ccpaform .ccpa .flex-section #ccpa-form .checkbox label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #4F4A4A;
}
.ccpaform .ccpa .flex-section .ccpa-form .checkbox input[type=checkbox]:checked + label:after, .ccpaform .ccpa .flex-section #ccpa-form .checkbox input[type=checkbox]:checked + label:after {
  content: "✓";
  position: absolute;
  color: #BE2BBB;
  left: 3px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 0;
}
.ccpaform .ccpa .flex-section .ccpa-form .checkbox input[type=checkbox]:checked + label:before, .ccpaform .ccpa .flex-section #ccpa-form .checkbox input[type=checkbox]:checked + label:before {
  border: 2px solid #4F4A4A;
  background-color: #ffffff;
}
.ccpaform .ccpa .flex-section .ccpa-form .checkbox input[type=checkbox]:disabled + label:before, .ccpaform .ccpa .flex-section #ccpa-form .checkbox input[type=checkbox]:disabled + label:before {
  border: 2px solid #3312AF;
  background-color: #ffffff;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container label, .ccpaform .ccpa .flex-section #ccpa-form .select-container label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link span.arrow-down:after, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link span.arrow-down:after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/chevron-down.svg) no-repeat center;
  background-size: contain;
  right: 17px;
  cursor: pointer;
  position: absolute;
  margin-top: 0;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link span.arrow-up:after, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link span.arrow-up:after {
  content: "";
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link select, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link select {
  border: 1px solid #4F4A4A;
  line-height: 22px;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link select:disabled, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link select:disabled {
  background: #ffffff;
  border: 1px solid #3312AF;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link select:disabled ~ span.arrow-down:after, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link select:disabled ~ span.arrow-down:after {
  color: #E0E0E0;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link select::-webkit-input-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link select::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link select::-moz-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link select::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link select:-ms-input-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link select:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link select::-ms-input-placeholder, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link select::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link select::placeholder, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link select::placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link .form-error, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link .form-error {
  border: 2px solid #BE2BBB;
  background: url(../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icon-error.svg) no-repeat;
  background-position: right;
  background-origin: content-box;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link .form-error ~ span.arrow-down:after, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link .form-error ~ span.arrow-down:after {
  color: #BE2BBB;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link:before, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link:before {
  border-left: none;
  width: 0px;
}
.ccpaform .ccpa .flex-section .ccpa-form .mandatory-message, .ccpaform .ccpa .flex-section #ccpa-form .mandatory-message {
  color: #4F4A4A;
  margin-bottom: 10px;
  font-weight: 500;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field label, .ccpaform .ccpa .flex-section #ccpa-form .text-field label {
  width: 100%;
  line-height: 22px;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input, .ccpaform .ccpa .flex-section #ccpa-form .text-field input {
  width: 100%;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input#consumer-city, .ccpaform .ccpa .flex-section .ccpa-form .text-field input#requestor-city, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#consumer-city, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#requestor-city {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa .flex-section .ccpa-form .text-field input#consumer-city, .ccpaform .ccpa .flex-section .ccpa-form .text-field input#requestor-city, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#consumer-city, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#requestor-city {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input#consumer-zipcode, .ccpaform .ccpa .flex-section .ccpa-form .text-field input#requestor-zipcode, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#consumer-zipcode, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#requestor-zipcode {
  width: 100%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .ccpaform .ccpa .flex-section .ccpa-form .text-field input#consumer-zipcode, .ccpaform .ccpa .flex-section .ccpa-form .text-field input#requestor-zipcode, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#consumer-zipcode, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#requestor-zipcode {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa .flex-section .ccpa-form .text-field input#consumer-zipcode, .ccpaform .ccpa .flex-section .ccpa-form .text-field input#requestor-zipcode, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#consumer-zipcode, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#requestor-zipcode {
    width: 100%;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field input#consumer-mailing-address-1, .ccpaform .ccpa .flex-section #ccpa-form .text-field input#consumer-mailing-address-1 {
  margin-bottom: 10px;
}
.ccpaform .ccpa .flex-section .ccpa-form .text-field label[for=consumer-mailing-address-1], .ccpaform .ccpa .flex-section .ccpa-form .text-field label[for=requestor-mailing-address-1], .ccpaform .ccpa .flex-section #ccpa-form .text-field label[for=consumer-mailing-address-1], .ccpaform .ccpa .flex-section #ccpa-form .text-field label[for=requestor-mailing-address-1] {
  height: 18px;
  width: 100%;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container, .ccpaform .ccpa .flex-section #ccpa-form .select-container {
  display: block;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container label, .ccpaform .ccpa .flex-section #ccpa-form .select-container label {
  width: 100%;
  line-height: 22px;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link {
  width: 100%;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link.national-id, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link.national-id {
  margin-bottom: 10px;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .text-field.national-id-text input, .ccpaform .ccpa .flex-section #ccpa-form .select-container .text-field.national-id-text input {
  margin-left: 0px;
}
.ccpaform .ccpa .flex-section .ccpa-form .communication .section-header, .ccpaform .ccpa .flex-section #ccpa-form .communication .section-header {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa .flex-section .ccpa-form .communication .section-header, .ccpaform .ccpa .flex-section #ccpa-form .communication .section-header {
    margin-top: 25px;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form .communication .communication-heading, .ccpaform .ccpa .flex-section #ccpa-form .communication .communication-heading {
  color: #4F4A4A;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}
.ccpaform .ccpa .flex-section .ccpa-form .consumer-details .select-container:first-child label, .ccpaform .ccpa .flex-section #ccpa-form .consumer-details .select-container:first-child label {
  width: 100%;
}
.ccpaform .ccpa .flex-section .ccpa-form .consumer-details .select-container:first-child .dropdown-link, .ccpaform .ccpa .flex-section #ccpa-form .consumer-details .select-container:first-child .dropdown-link {
  width: 100%;
}
.ccpaform .ccpa .flex-section .ccpa-form .consumer-details > div:last-child, .ccpaform .ccpa .flex-section #ccpa-form .consumer-details > div:last-child {
  border-bottom: none;
}
.ccpaform .ccpa .flex-section .ccpa-form .requestor-details > div:last-child, .ccpaform .ccpa .flex-section #ccpa-form .requestor-details > div:last-child {
  border-top: none;
  border-bottom: none;
}
.ccpaform .ccpa .flex-section .ccpa-form .requestor .requestor-heading, .ccpaform .ccpa .flex-section #ccpa-form .requestor .requestor-heading {
  color: #4F4A4A;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}
.ccpaform .ccpa .flex-section .ccpa-form .request-details .request-type, .ccpaform .ccpa .flex-section #ccpa-form .request-details .request-type {
  border-top: none;
  padding-top: 10px;
}
.ccpaform .ccpa .flex-section .ccpa-form .request-details .request-type .select-container label, .ccpaform .ccpa .flex-section #ccpa-form .request-details .request-type .select-container label {
  width: 100%;
}
.ccpaform .ccpa .flex-section .ccpa-form .request-details .request-type .select-container .dropdown-link, .ccpaform .ccpa .flex-section #ccpa-form .request-details .request-type .select-container .dropdown-link {
  width: 100%;
}
.ccpaform .ccpa .flex-section .ccpa-form .select-container .dropdown-link.national-id, .ccpaform .ccpa .flex-section #ccpa-form .select-container .dropdown-link.national-id {
  width: 100%;
}
.ccpaform .ccpa .flex-section .ccpa-form .submit-view, .ccpaform .ccpa .flex-section #ccpa-form .submit-view {
  width: 100%;
  margin: 16px 0 40px 0;
}
.ccpaform .ccpa .flex-section .ccpa-form .submit-view #certify.form-error + label:before, .ccpaform .ccpa .flex-section #ccpa-form .submit-view #certify.form-error + label:before {
  border: 2px solid #BE2BBB;
}
.ccpaform .ccpa .flex-section .ccpa-form .submit-view label.body-1, .ccpaform .ccpa .flex-section #ccpa-form .submit-view label.body-1 {
  padding-top: 2px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa .flex-section .ccpa-form .submit-view label.body-1, .ccpaform .ccpa .flex-section #ccpa-form .submit-view label.body-1 {
    padding-top: 0px;
  }
}
.ccpaform .ccpa .flex-section .ccpa-form .submit-view .certify-body, .ccpaform .ccpa .flex-section #ccpa-form .submit-view .certify-body {
  width: 50%;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 2px 10px 0 0;
  font-weight: 400;
}
.ccpaform .ccpa .flex-section .ccpa-rtesection {
  -webkit-box-flex: 0;
      -ms-flex: 0 30%;
          flex: 0 30%;
  margin-left: 40px;
  padding-top: 50px;
  -ms-flex-item-align: auto;
      align-self: auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ccpaform .ccpa .flex-section .ccpa-rtesection {
    margin-left: 0;
    padding-top: 20px;
  }
}
.ccpaform .ccpa .flex-section .ccpa-rtesection .rte.sticky {
  position: fixed;
  top: 150px;
  width: 313px;
}
.ccpaform .ccpa .flex-section .ccpa-rtesection .rte p {
  background-color: #F6F4F3;
  padding: 20px 20px 20px 20px;
  font-size: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 480px) {
  .ccpaform .ccpa .flex-section .ccpa-rtesection .rte p {
    font-size: 16px;
  }
}

.contact-us {
  position: relative;
}
.contact-us .primary-button, .contact-us .body-1 a.primary-button, .body-1 .contact-us a.primary-button, .contact-us .submit-btn {
  background-color: #BE2BBB;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 0;
  border: 3px solid #BE2BBB;
  width: auto;
}
.contact-us .primary-button:hover:not([disabled]), .contact-us .submit-btn:hover:not([disabled]) {
  background-color: #ffffff;
  color: #BE2BBB;
  border: 3px solid #BE2BBB;
}
.contact-us .primary-button:disabled, .contact-us .submit-btn:disabled {
  color: #ffffff;
  background-color: #BE2BBB;
  cursor: not-allowed;
  opacity: 0.7;
}

.conditionalname {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.conditionalvalues {
  background: transparent;
  color: #4F4A4A;
  cursor: pointer;
  border: 1px solid #E0E0E0;
  padding: 12px 49px 12px 12px;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.attacheddrag {
  font-size: 16px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.attachments {
  font-size: 16px;
  font-weight: 400;
}

.appform p a {
  color: rgb(190, 43, 187);
  text-decoration: none;
}
.appform p a:hover {
  font-weight: 500;
}

.dropdown-links-business span.arrow-down:after {
  position: relative;
  right: 13px;
  content: "\f078";
  top: -29px;
  font-family: FontAwesome;
  color: #4F4A4A;
  font-size: 12px;
  cursor: pointer;
  float: right;
}

.clear {
  height: 7px;
  display: inline-block;
  position: absolute;
  float: right;
  top: 41px;
  right: 62px;
  cursor: pointer;
}

.clear::before,
.clear::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #4F4A4A;
}

.clear::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.clear::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.text-error {
  padding-right: 25px !important;
  background-position: 102% !important;
}

.text-Zip-error {
  padding-right: 25px !important;
  background-position: 107% !important;
}

.text-field-error {
  padding-right: 30px !important;
  background-position: 105% !important;
}

.contact-us #droparea {
  border: 2px dashed #CCCCCC;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background-color: #A69F9F;
  position: relative;
}
.contact-us #droparea .dz-message {
  color: #4F4A4A;
}
.contact-us #droparea .dz-message .dz-button {
  background-color: #A69F9F;
  color: #4F4A4A;
  font-size: 16px;
}
.contact-us #droparea .dz-message .dz-button .supporttext {
  color: #4F4A4A;
}
.contact-us #droparea.drag-hover {
  background-color: #A69F9F;
  border-color: #BE2BBB;
}
.contact-us #droparea.drag-hover .dz-message {
  color: #BE2BBB;
}
.contact-us #droparea.drag-hover .dz-message .dz-button {
  background-color: #A69F9F;
  color: #BE2BBB;
  font-size: 16px;
}
.contact-us .uploaded-files .dz-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  gap: 10px;
  margin-top: 10px;
}
.contact-us .uploaded-files .dz-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.contact-us .uploaded-files .dz-filename {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #4F4A4A;
}
.contact-us .uploaded-files .dz-filename span {
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.contact-us .uploaded-files .dz-size {
  color: #BE2BBB;
  font-size: 13px;
  white-space: nowrap;
  margin-left: 10px;
}
.contact-us .uploaded-files .dz-remove {
  color: #BE2BBB;
  font-size: 13px;
  cursor: pointer;
  margin-left: 10px;
  white-space: nowrap;
}
.contact-us .err-msg {
  color: #BE2BBB;
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

.select2-selection.select2-selection--single.form-error {
  padding-right: 40px;
  border: 2px solid #BE2BBB;
}

.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--single.form-error, .generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--single.form-error {
  border: 2px solid #BE2BBB;
}

.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--single, .generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--single {
  border: 2px solid #4F4A4A;
}

.cs-block {
  margin: 30px auto 0;
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .cs-block {
    width: 100%;
  }
}
.cs-block.full-width {
  width: 100%;
}
.cs-block img {
  margin: 0 0 30px;
}
.cs-block .cs-paragraph a {
  color: #BE2BBB;
  font-weight: 500;
  text-decoration: none;
}
.cs-block .cs-paragraph a:hover {
  color: #6b196b;
  text-decoration: underline;
  font-weight: 500;
}
.cs-block .cs-paragraph .drop-cap, .cs-block .cs-paragraph p.first::first-letter {
  float: left;
  margin: 10px 6px 0 0;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 68px;
  line-height: 50px;
  color: #4F4A4A;
}
@media only screen and (max-width: 480px) {
  .cs-block .cs-paragraph .drop-cap, .cs-block .cs-paragraph p.first::first-letter {
    font-size: 56px;
    line-height: 42px;
  }
}
.cs-block .cs-paragraph .cap {
  font-size: initial;
}
.cs-block .cs-paragraph .cap .drop-cap {
  float: left;
  margin: 10px 6px 0 0;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 68px;
  line-height: 50px;
  color: #4F4A4A;
}
@media only screen and (max-width: 480px) {
  .cs-block .cs-paragraph .cap .drop-cap {
    font-size: 56px;
    line-height: 42px;
  }
}
.cs-block .cs-paragraph p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .cs-block .cs-paragraph {
    font-size: 18px;
    line-height: 22px;
  }
}
.cs-block .body-1 {
  line-height: 33px;
}
@media only screen and (max-width: 480px) {
  .cs-block .body-1 {
    line-height: 22px;
  }
}
.cs-block .body-1 p {
  line-height: inherit;
}
.cs-block img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.cross-site .button-container #external-continue-close::after,
.cross-site .button-container #external-continue-link::after {
  display: none;
}
@media (max-width: 480px) {
  .cross-site .button-container #external-continue-close,
.cross-site .button-container #external-continue-link {
    display: block;
    max-width: 170px;
  }
}
.cross-site .button-container #external-continue-close {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .cross-site .button-container #external-continue-close {
    margin: 20px auto 0;
  }
}
@media (max-width: 480px) {
  .cross-site .button-container #external-continue-link {
    margin: 0 auto 20px;
  }
}

.ctrr {
  margin-bottom: 30px;
}
.ctrr .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ctrr .dropdown-link span.arrow-up:after,
.ctrr .dropdown-link span.arrow-down:after,
.ctrr .arrow-container span.arrow-up:after,
.ctrr .arrow-container span.arrow-down:after {
  font-family: inherit !important;
}
.ctrr .select-container .dropdown-link span.arrow-up:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 9px solid #3312AF;
  right: 18px;
  top: 35%;
  margin-top: -4px;
}
.ctrr .select-container .dropdown-link span.arrow-down:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 9px solid #3312AF;
  right: 18px;
  top: 80%;
}
.ctrr .select-container .dropdown-link select,
.ctrr .type-ahead-select-container .select2-container .select2-selection,
.ctrr .generic-form .select-container .select2-container .select2-selection,
.generic-form .ctrr .select-container .select2-container .select2-selection {
  border-color: #4F4A4A;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ctrr .select-container .dropdown-link select:focus,
.ctrr .type-ahead-select-container .select2-container--focus .select2-selection,
.ctrr .generic-form .select-container .select2-container--focus .select2-selection,
.generic-form .ctrr .select-container .select2-container--focus .select2-selection,
.ctrr .type-ahead-select-container .select2-container--open .select2-selection,
.ctrr .generic-form .select-container .select2-container--open .select2-selection,
.generic-form .ctrr .select-container .select2-container--open .select2-selection {
  border-color: #BE2BBB;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.ctrr ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #4F4A4A;
}
.ctrr :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #4F4A4A;
  opacity: 1;
}
.ctrr ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4F4A4A;
  opacity: 1;
}
.ctrr :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4F4A4A;
}
.ctrr ::-ms-input-placeholder { /* Microsoft Edge */
  color: #4F4A4A;
}
.ctrr .parsys_column .parsys_column.colctrl-2a-50-c1 {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.ctrr .remove-ctrr-filter {
  display: none;
}
.ctrr .clear-ctrr-filter {
  display: none;
}
.ctrr .ctrr-pagination {
  display: none;
}
.ctrr .ctr-filter {
  display: none;
}
.ctrr .loading-icon {
  text-align: center;
}
.ctrr .box-grey {
  position: relative;
}
.ctrr .print-icon {
  cursor: pointer;
  color: #4F4A4A;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 1px 5px;
  z-index: 2;
}
@media only print {
  .ctrr .print-icon {
    display: none;
  }
}
.ctrr .therapeutic-area {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.ctrr .therapeutic-area .select-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctrr .therapeutic-area .select-container label {
  color: #4F4A4A;
  font-size: 25px;
}
@media only screen and (max-width: 480px) {
  .ctrr .therapeutic-area .select-container label {
    width: 100%;
  }
}
.ctrr .therapeutic-area .select-container .dropdown-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
  margin: 0 15px;
}
@media only screen and (max-width: 480px) {
  .ctrr .therapeutic-area .select-container .dropdown-link {
    margin: 0 15px 0 0;
  }
}
.ctrr .therapeutic-area .primary-button:disabled {
  color: #4F4A4A;
  background-color: #fff;
  border: 3px solid #E0E0E0;
  opacity: 1;
  cursor: not-allowed;
}
.ctrr .therapeutic-area .primary-button.therapeutic-change {
  width: auto;
}
.ctrr .select-container label {
  color: #4F4A4A;
}
.ctrr .type-ahead-select-container label, .ctrr .generic-form .select-container label, .generic-form .ctrr .select-container label {
  color: #4F4A4A;
  display: block;
  margin-bottom: 5px;
}
.ctrr .dropdown-ctrr {
  width: 100%;
}
.ctrr .dropdown-ctrr .heading {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 10px;
}
.ctrr .dropdown-ctrr .section {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 10px;
  color: #4F4A4A;
}
.ctrr .dropdown-ctrr .section p {
  margin: 0 0 6px;
}
@media only screen and (max-width: 480px) {
  .ctrr .dropdown-ctrr .section {
    font-size: 16px;
  }
}
.ctrr .dropdown-ctrr .result-ctrr:not(:first-of-type) {
  margin-top: 30px;
}
.ctrr .dropdown-ctrr a.primary-link, .ctrr .dropdown-ctrr .body-1 a.download-link, .body-1 .ctrr .dropdown-ctrr a.download-link {
  word-wrap: break-word;
}
.ctrr .ctr-results-band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ctrr .ctr-results-band .sorted {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4F4A4A;
}
@media (max-width: 1023px) {
  .ctrr .ctr-results-band .sorted {
    font-size: 16px;
  }
}
.ctrr .ctr-results-band .sorted-by {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
}
.ctrr .ctr-listing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctrr .ctr-listing-header .ctr-listing-heading {
  background-color: #ffffff;
  min-height: 45px;
  min-width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4F4A4A;
  text-decoration: none;
  border: 2px solid #4F4A4A;
}
.ctrr .ctr-listing-header .ctr-listing-heading span.name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ctrr .ctr-listing-header .ctr-listing-heading:focus {
  outline: 2px solid #4F4A4A;
  outline-offset: 2px;
}
.ctrr .ctr-listing-header .ctr-listing-heading.ascending .arrow-up {
  left: 0px;
}
.ctrr .ctr-listing-header .ctr-listing-heading.ascending .arrow-up:before {
  color: #4F4A4A;
  left: 0px;
  top: 5px;
  border-width: 0px 3px 3px 0px;
  right: 10px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .ctrr .ctr-listing-header .ctr-listing-heading.ascending .arrow-up:before {
    left: 4px;
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .ctrr .ctr-listing-header .ctr-listing-heading.ascending .arrow-up:before {
    right: 10px;
    top: 6px;
  }
}
.ctrr .ctr-listing-header .ctr-listing-heading.ascending .arrow-down:before {
  display: none;
}
.ctrr .ctr-listing-header .ctr-listing-heading.descending .arrow-down:before {
  color: #4F4A4A;
  border-width: 0px 3px 3px 0px;
  top: -4px;
  right: 2px;
  left: 0px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .ctrr .ctr-listing-header .ctr-listing-heading.descending .arrow-down:before {
    left: 4px;
    right: 0px;
  }
}
.ctrr .ctr-listing-header .ctr-listing-heading.descending .arrow-up:before {
  display: none;
}
.ctrr .ctr-listing-header .ctr-listing-heading .arrow-up {
  position: relative;
  left: 10px;
  top: -3px;
}
.ctrr .ctr-listing-header .ctr-listing-heading .arrow-up:before {
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #4F4A4A;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  position: relative;
  content: "";
}
.ctrr .ctr-listing-header .ctr-listing-heading .arrow-down {
  position: relative;
  top: 3px;
}
.ctrr .ctr-listing-header .ctr-listing-heading .arrow-down:before {
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #4F4A4A;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  content: "";
}
@media only screen and (max-width: 480px) {
  .ctrr .ctr-listing-header .ctr-listing-heading {
    margin: 1% 0;
    width: 49%;
  }
}
.ctrr .ctr-results-band {
  margin-bottom: 20px;
}
.ctrr .ctr-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ctrr .ctr-action-items .reset {
  display: none;
}
.ctrr .ctr-action-items button {
  margin: 10px 0 0 10px;
}
.ctrr .ctr-action-items .apply-ctrr-filter {
  width: auto;
}
.ctrr .ctr-action-items .primary-button:disabled {
  color: #4F4A4A;
  background-color: #fff;
  border: 3px solid #E0E0E0;
  opacity: 1;
  cursor: not-allowed;
}
.ctrr .ctr-listing .ctr-header,
.ctrr .ctr-listing .ctr-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctrr .ctr-listing .accordion-dropdown {
  clear: both;
  background-color: #ffffff;
}
.ctrr .ctr-listing .accordion {
  background-color: #F5F5F5;
}
.ctrr .ctr-listing .ctr-accordion {
  border: 1px solid #3312AF;
}
.ctrr .ctr-listing .accordion-toggle.accordion-not-toggle {
  visibility: hidden;
  cursor: none;
}
.ctrr .ctr-listing .ctr-header {
  margin: 10px 0;
}
.ctrr .ctr-listing .ctr-heading-section {
  width: 20%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctrr .ctr-listing .filter-data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto auto;
  gap: 10px 0;
}
@media only screen and (max-width: 480px) {
  .ctrr .ctr-listing .filter-data {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
  .ctrr .ctr-listing .filter-data .phase {
    width: calc(100% - 40px);
  }
}
.ctrr .ctr-listing .filter-data .filter-heading {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #4F4A4A;
  margin: 0 20px 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
  grid-row: 1;
  text-align: left;
}
.ctrr .ctr-listing .filter-data .filter-heading h3, .ctrr .ctr-listing .filter-data .filter-heading .h3 {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #4F4A4A;
  font-weight: 500;
  line-height: 17.5px;
}
@media (max-width: 1023px) {
  .ctrr .ctr-listing .filter-data .filter-heading {
    font-size: 16px;
  }
  .ctrr .ctr-listing .filter-data .filter-heading h3, .ctrr .ctr-listing .filter-data .filter-heading .h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .ctrr .ctr-listing .filter-data .filter-heading {
    padding: 10px 0 0 5px;
  }
  .ctrr .ctr-listing .filter-data .filter-heading.disease {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ctrr .ctr-listing .filter-data .filter-heading.drug {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ctrr .ctr-listing .filter-data .filter-heading.study {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ctrr .ctr-listing .filter-data .filter-heading.nct {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ctrr .ctr-listing .filter-data .filter-heading.phase {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    width: calc(100% - 40px);
  }
}
.ctrr .ctr-listing .filter-data .filter-section {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4F4A4A;
  grid-row: 2;
  text-align: left;
  margin: 0 20px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .ctrr .ctr-listing .filter-data .filter-section {
    font-size: 16px;
  }
}
.ctrr .ctr-listing .filter-data .filter-section a {
  color: inherit;
}
.ctrr .ctr-listing .filter-data .filter-section a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .ctrr .ctr-listing .filter-data .filter-section {
    padding: 0 0 10px 5px;
    width: calc(50% - 40px);
  }
  .ctrr .ctr-listing .filter-data .filter-section.disease {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ctrr .ctr-listing .filter-data .filter-section.drug {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ctrr .ctr-listing .filter-data .filter-section.study {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ctrr .ctr-listing .filter-data .filter-section.nct {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ctrr .ctr-listing .filter-data .filter-section.phase {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: calc(100% - 40px);
  }
}
.ctrr .ctr-listing .filter-data.disease {
  grid-column: 1;
}
.ctrr .ctr-listing .filter-data.drug {
  grid-column: 2;
}
.ctrr .ctr-listing .filter-data.study {
  grid-column: 3;
}
.ctrr .ctr-listing .filter-data.nct {
  grid-column: 4;
}
.ctrr .ctr-listing .information {
  width: 100%;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #4F4A4A;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 480px) {
  .ctrr .ctr-listing .information {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ctrr .ctr-listing .information .phase-mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .ctrr .ctr-listing .information .phase-mobile {
    display: block;
  }
  .ctrr .ctr-listing .information .phase-mobile .info {
    width: calc(100% - 45px);
  }
  .ctrr .ctr-listing .information .phase-mobile .filter-heading {
    padding-left: 0;
  }
  .ctrr .ctr-listing .information .phase-mobile .filter-section {
    height: 45px;
  }
}
.ctrr .ctr-listing .accordion-listing-header {
  width: 100%;
}
.ctrr .ctr-listing .accordion-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctrr .ctr-listing .accordion-toggle {
  min-width: 100%;
}
.ctrr .ctr-listing .accordion-toggle .arrow .icon {
  height: 20px;
  width: 20px;
}
.ctrr .ctr-listing .accordion-toggle .arrow .icon .icon-svg {
  fill: #BE2BBB;
  width: 20px;
  height: 20px;
}
.ctrr .ctr-listing .accordion-toggle .accordion-title {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4F4A4A;
}
@media only screen and (max-width: 480px) {
  .ctrr .ctr-listing .accordion-toggle .accordion-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .ctrr .ctr-listing .accordion-toggle .accordion-title {
    font-size: 16px;
  }
}

.ctrr .primary-button, .ctrr .body-1 a.primary-button, .body-1 .ctrr a.primary-button,
.ctrr .rte a.primary-button {
  background-color: #BE2BBB;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 12px;
  display: "inline-block";
  letter-spacing: 0;
  height: 40px;
  padding: 5px 15px;
  border: 3px solid #BE2BBB;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}
.ctrr .primary-button:hover,
.ctrr .rte a.primary-button:hover {
  background-color: #BE2BBB;
  color: #ffffff;
}
.ctrr .primary-button:disabled,
.ctrr .rte a.primary-button:disabled {
  background-color: #363131;
  color: #ffffff;
}
.ctrr .primary-button:hover:not([disabled]),
.ctrr .rte a.primary-button:hover:not([disabled]) {
  background-color: #ffffff;
  color: #BE2BBB;
  border: 3px solid #BE2BBB;
  padding: 9px 15px;
}
.ctrr .primary-button:disabled,
.ctrr .rte a.primary-button:disabled {
  color: #4F4A4A;
  background-color: #F5F5F5;
  border-color: #E0E0E0;
  opacity: 0.7;
  cursor: not-allowed;
}
@media only screen and (max-width: 480px) {
  .ctrr .primary-button, .ctrr .body-1 a.primary-button, .body-1 .ctrr a.primary-button,
.ctrr .rte a.primary-button {
    height: 48px;
    padding: 12px 15px;
  }
}

.ctrr-pagination .page-buttons,
.pagination-bar .page-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.ctrr-pagination .page-buttons .first,
.ctrr-pagination .page-buttons .prev,
.ctrr-pagination .page-buttons .next,
.ctrr-pagination .page-buttons .last,
.pagination-bar .page-buttons .first,
.pagination-bar .page-buttons .prev,
.pagination-bar .page-buttons .next,
.pagination-bar .page-buttons .last {
  background-color: #ffffff;
  border: none;
  border-radius: 50px;
  color: #4F4A4A;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 12px;
  display: "inline-block";
  height: 40px;
  width: 40px;
  padding: 0;
  border: 2px solid #4F4A4A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ctrr-pagination .page-buttons .first:hover,
.ctrr-pagination .page-buttons .prev:hover,
.ctrr-pagination .page-buttons .next:hover,
.ctrr-pagination .page-buttons .last:hover,
.pagination-bar .page-buttons .first:hover,
.pagination-bar .page-buttons .prev:hover,
.pagination-bar .page-buttons .next:hover,
.pagination-bar .page-buttons .last:hover {
  background-color: #BE2BBB;
  color: #ffffff;
}
.ctrr-pagination .page-buttons .first:disabled,
.ctrr-pagination .page-buttons .prev:disabled,
.ctrr-pagination .page-buttons .next:disabled,
.ctrr-pagination .page-buttons .last:disabled,
.pagination-bar .page-buttons .first:disabled,
.pagination-bar .page-buttons .prev:disabled,
.pagination-bar .page-buttons .next:disabled,
.pagination-bar .page-buttons .last:disabled {
  background-color: #363131;
  color: #ffffff;
}
.ctrr-pagination .page-buttons .first:disabled,
.ctrr-pagination .page-buttons .prev:disabled,
.ctrr-pagination .page-buttons .next:disabled,
.ctrr-pagination .page-buttons .last:disabled,
.pagination-bar .page-buttons .first:disabled,
.pagination-bar .page-buttons .prev:disabled,
.pagination-bar .page-buttons .next:disabled,
.pagination-bar .page-buttons .last:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ctrr-pagination .page-buttons .number,
.pagination-bar .page-buttons .number {
  background-color: #BE2BBB;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 6px 12px;
  display: "inline-block";
  height: 40px;
  min-width: 40px;
  padding: 9px 12px;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ctrr-pagination .page-buttons .number:hover,
.pagination-bar .page-buttons .number:hover {
  background-color: #BE2BBB;
  color: #ffffff;
}
.ctrr-pagination .page-buttons .number:disabled,
.pagination-bar .page-buttons .number:disabled {
  background-color: #363131;
  color: #ffffff;
}

.download-material-form .contact-info .page-callout h2.pod-title, .download-material-form .contact-info .page-callout .pod-title.h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .download-material-form .contact-info .page-callout h2.pod-title, .download-material-form .contact-info .page-callout .pod-title.h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }
}
.download-material-form .contact-info .page-callout p {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.8px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .download-material-form .contact-info .page-callout p {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
  }
}
.download-material-form .mandatory-field {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  font-style: normal;
  padding-bottom: 15px;
  color: #363131;
}
.download-material-form .download-checkout {
  text-align: right;
  margin-bottom: 10px;
}
.download-material-form .download-message {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  text-align: right;
  font-size: 15px;
  display: none;
  color: #4F4A4A;
}
@media only screen and (max-width: 480px) {
  .download-material-form .download-message {
    font-size: 16px;
  }
}
.download-material-form .quantity-err {
  display: none;
  color: #BE2BBB;
  font-weight: 400;
  padding-bottom: 20px;
}
.download-material-form .order-thumbnail {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #F5F5F5;
  padding: 10px 0px 25px;
  margin-bottom: 20px;
}
.download-material-form .order-thumbnail:last-child {
  border-bottom: none;
}
.download-material-form .order-thumbnail legend {
  display: contents;
}
@media only screen and (max-width: 480px) {
  .download-material-form .order-thumbnail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.download-material-form .section-header {
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
}
@media only screen and (max-width: 480px) {
  .download-material-form .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
  }
}
.download-material-form .download-links {
  margin-top: 10px;
}
.download-material-form .download-links a {
  display: block;
  margin-bottom: 10px;
}
.download-material-form .download-book-image {
  padding-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.download-material-form .download-book-desc {
  width: 100%;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download-material-form .download-form {
  position: relative;
}
.download-material-form .action-items {
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left !important;
  width: 100%;
}
.download-material-form .order_block_checkbox {
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 20px;
}
.download-material-form .order_block_checkbox .checkbox {
  text-align: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 0px;
}
.download-material-form .order_block_checkbox #order_block_checkbox_soft {
  text-align: left;
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 0px;
}
.download-material-form .order_block_checkbox .checkbox-value {
  padding-left: 5px;
  font-size: 16px;
  line-height: 17.5px;
  padding-top: 6px;
  color: #4F4A4A;
}
.download-material-form .order_block_checkbox #checkbox-value-soft {
  padding-left: 5px;
  font-size: 16px;
  line-height: 17.5px;
  padding-top: 6px;
  color: #4F4A4A;
}
.download-material-form .error-checkbox-select {
  color: #BE2BBB;
  font-weight: 400;
  padding-bottom: 20px;
  padding-top: 5px;
  display: block;
  clear: both;
}
.download-material-form .download-link {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.download-material-form .download-header {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 22px;
}
@media only screen and (max-width: 480px) {
  .download-material-form .download-header {
    font-size: 18px;
  }
}
.download-material-form .download-header .body-1 {
  margin-bottom: 10px;
}
.download-material-form .text-field label {
  display: inline-block;
}
.download-material-form .text-field input {
  border: 1px solid #4F4A4A;
}
.download-material-form .error-msg-quantity {
  display: none;
  color: #BE2BBB;
  padding: 5px 0;
}
.download-material-form .hint_text {
  font-size: 12px;
  color: #4F4A4A;
}
.download-material-form label {
  font-size: 14px;
  line-height: 16.8px;
  color: #4F4A4A;
  font-weight: 400;
  display: inline;
}
.download-material-form .align-right {
  float: right;
}
@media only screen and (max-width: 480px) {
  .download-material-form .align-right {
    float: none;
  }
}
.download-material-form .submit-btn {
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  border-radius: 30px;
  line-height: 17px;
  color: #ffffff;
  background-color: #BE2BBB;
  border: none;
  opacity: 1;
}
.download-material-form .submit-btn:hover:not([disabled]) {
  background-color: #ffffff;
  color: #BE2BBB;
  border-width: 3px;
  border-style: solid;
  border-color: #BE2BBB;
  -o-border-image: initial;
     border-image: initial;
  padding: 7px 15px;
}
@media only screen and (max-width: 480px) {
  .download-material-form .submit-btn {
    float: none;
    font-size: 18px;
    padding: 14px 21px;
  }
}
.download-material-form .submit-btn:disabled {
  color: #363131;
  background-color: #ffffff;
  border: 3px solid #363131;
  opacity: 1;
  cursor: not-allowed;
}
.download-material-form .order_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.download-material-form .order_block input {
  width: 40px;
  height: 29px;
  padding: 5px 0px;
  text-align: left;
  background: #ffffff;
  border: 0px;
  outline: 0px;
}
.download-material-form .order_block.increment {
  color: #BE2BBB;
}
.download-material-form .order_block.increment input {
  color: #BE2BBB;
}
.download-material-form .order_block_sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.download-material-form .order_block_sub .primary-button {
  background: #F6F4F3;
  color: #4F4A4A;
  border-radius: 8px;
  border: 1.5px solid #4F4A4A;
  font-size: 30px;
  padding: 0px 10px;
  line-height: 30px;
  width: 50px;
  height: 50px;
}
.download-material-form .order_block_sub .download-decrease, .download-material-form .order_block_sub .download-increase {
  width: 40px;
}
.download-material-form .order_block_sub .order-increase {
  margin-left: 5px;
}
.download-material-form .order_block_sub .order-decrease {
  margin-right: 5px;
}
.download-material-form .order_block_sub .order-decrease:disabled {
  background: #F6F4F3 !important;
}
.download-material-form .error-text-data {
  display: none;
  color: #BE2BBB;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 0;
}
.download-material-form .text-field-data input, .download-material-form .text-field-data textarea {
  line-height: 22px;
  border: 1px solid #4F4A4A;
  font-size: 16px;
  padding: 12px;
  width: 100%;
  height: 46px;
}
.download-material-form .text-field.select {
  position: relative;
}
.download-material-form .text-field.select:after {
  content: "▼";
  font-size: 1rem;
  top: 50%;
  right: 10px;
  position: absolute;
  margin-top: -5px;
  color: #E0E0E0;
}
.download-material-form .select #land {
  display: block;
  width: 100%;
  border: 1px solid #E0E0E0;
  font-size: 16px;
  padding: 12px 20px 12px 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #4F4A4A;
}
.download-material-form .select #land:disabled {
  background-color: #F6F4F3 !important;
  color: #E0E0E0 !important;
}
.download-material-form .accordion .accordion-dropdown {
  padding: 0;
  margin-top: 20px;
}
.download-material-form .checkbox label:before {
  width: 20px;
  height: 20px;
  margin-right: 0;
}
.download-material-form .select-container .dropdown-link:before {
  border-left: none;
}
.download-material-form .order-book-image {
  margin-right: 20px;
  border-radius: 3px;
  width: 30%;
}
@media only screen and (max-width: 480px) {
  .download-material-form .order-book-image {
    width: 100%;
    margin-bottom: 35px;
  }
}
.download-material-form .order-book-image img {
  border: 1px solid #F5F5F5;
  width: 100%;
  height: auto;
}
.download-material-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.download-material-form .order-book-desc {
  width: 70%;
  word-break: break-all;
}
@media only screen and (max-width: 480px) {
  .download-material-form .order-book-desc {
    width: 100%;
  }
}
.download-material-form .order-book-desc .supplier-link-soft-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download-material-form .order-book-desc .download-link {
  line-height: 30px;
}
.download-material-form .order-book-desc .order_block {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .download-material-form .order-book-desc .order_block {
    font-size: 14px;
    line-height: 16.4px;
  }
}
.download-material-form .order-book-desc .order-book-info .order-header h2, .download-material-form .order-book-desc .order-book-info .order-header .h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .download-material-form .order-book-desc .order-book-info .order-header h2, .download-material-form .order-book-desc .order-book-info .order-header .h2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
  }
}
.download-material-form .order-book-desc .order-book-info .body-1 {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .download-material-form .order-book-desc .order-book-info .body-1 {
    font-size: 14px;
    line-height: 17.5px;
    font-weight: 400;
  }
}
.download-material-form .form-loading-img {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
}
.download-material-form .pattern {
  color: #BE2BBB;
}
.download-material-form .error-msg, .download-material-form .form-level-msg, .download-material-form .global-level-msg {
  display: none;
  color: #BE2BBB;
  font-weight: 400;
}

.download-thankyou-response {
  font-size: 16px;
  line-height: 20px;
  color: #4F4A4A;
}
.download-thankyou-response .download-hardcopy-response {
  display: none;
  padding-top: 15px;
}
.download-thankyou-response .download-softcopy-response {
  padding-top: 15px;
  display: none;
  padding-top: 15px;
}
.download-thankyou-response a {
  color: #BE2BBB;
  margin-bottom: 8px;
  display: block;
  margin-top: 8px;
}
.download-thankyou-response p {
  margin-bottom: 8px;
  margin-top: 8px;
}
.download-thankyou-response .softCopy {
  padding-bottom: 15px;
  padding-top: 15px;
}
.download-thankyou-response .hardCopy {
  padding-bottom: 15px;
  padding-top: 15px;
}

.download-material-form .order_block_sub .order-decrease:disabled {
  background-color: #F6F4F3;
}

.download-material-form .checkbox .order-modal .title:before {
  border-radius: 4px;
}

.download-material-form .checkbox input[type=checkbox]:checked + label:before {
  border: 1px solid #4F4A4A;
  background-color: transparent;
  color: #4F4A4A;
  border-radius: 3px;
}

.download-material-form .rte p {
  font-size: 22px;
  font-weight: 400;
  line-height: 26.5px;
}
@media only screen and (max-width: 480px) {
  .download-material-form .rte p {
    font-size: 17.5px;
    font-weight: 400;
    line-height: 21.5px;
  }
}

.download-material-form .checkbox input.form-error[type=checkbox] ~ label:before {
  border: 1px solid #BE2BBB;
}

.download-material-form .text-field input.form-error {
  border: 2px solid #BE2BBB;
  background: url(clientlib-site/resources/images/icon-error.svg) no-repeat;
  background-position: 100%;
  background-origin: content-box;
}

.download-material-form .section-header {
  font-size: 32px;
}
@media only screen and (max-width: 480px) {
  .download-material-form .section-header {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 480px) {
  .download-material-form .text-field label {
    font-size: 14px;
  }
}

.external-link-warning-modal {
  text-align: center;
  opacity: 1;
  padding-right: 12px;
  margin-top: 100px;
  color: #4F4A4A;
}
.external-link-warning-modal .modal-dialog {
  margin: 0 auto;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .external-link-warning-modal .modal-dialog {
    max-width: 400px;
  }
}
.external-link-warning-modal .modal-dialog .overlay-bar .close {
  right: 0;
  top: 0;
  max-height: 28px;
  width: 28px;
  background: none;
  border: none;
}
.external-link-warning-modal .modal-dialog .icon-close {
  max-height: 12px;
  width: 12px;
  fill: #4F4A4A;
}
.external-link-warning-modal .modal-content {
  padding: 7% 5%;
  border: none;
}
.external-link-warning-modal .modal-content:focus {
  border: 2px dotted #000000;
}
@media (max-width: 480px) {
  .external-link-warning-modal .modal-content {
    padding: 15% 5%;
  }
}
.external-link-warning-modal .modal-content .body-1 {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .external-link-warning-modal .modal-content .body-1 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .external-link-warning-modal .modal-content .body-1 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.external-link-warning-modal .modal-content p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 481px) and (width < 1024px) {
  .external-link-warning-modal .modal-content p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .external-link-warning-modal .modal-content p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.external-link-warning-modal h3.pod-title, .external-link-warning-modal .pod-title.h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.44px;
  leading-trim: both;
  margin-bottom: 8px;
}
@media (min-width: 481px) and (width < 1024px) {
  .external-link-warning-modal h3.pod-title, .external-link-warning-modal .pod-title.h3 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.52px;
  }
}
@media (min-width: 1024px) {
  .external-link-warning-modal h3.pod-title, .external-link-warning-modal .pod-title.h3 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }
}
.external-link-warning-modal .button-container {
  margin: 20px auto 0;
}
.external-link-warning-modal .button-container a {
  margin: 8px 0;
}
.external-link-warning-modal .button-container a::after {
  display: none;
}

.feature-card-row {
  max-width: 100%;
}

.featurecontentcardwrapper {
  padding-bottom: 40px;
}

.feature-card-row--container {
  overflow-y: auto;
  max-width: 100%;
}
.feature-card-row--container .feature-card-row--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 4px;
  margin-bottom: 35px;
}
.feature-card-row--container .feature-card-row--grid .featurecontentcard {
  width: 40%;
  min-width: 335px;
  padding: 0;
  position: relative;
  height: auto;
}
.feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .card-image {
  padding: 56px 40px;
}
.feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame h3, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}
.feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .frame-header, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #4F4A4A;
  margin-bottom: 0;
  padding-bottom: 0;
}
.feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame {
  margin-bottom: 50px;
}
.feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame h3, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .h3, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame h2, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .h2, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame h4, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .h4, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame h5, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .h5 {
  color: #AF39B5 !important;
  margin-bottom: 28px;
}
.feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-image-bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 28px;
  left: 40px;
  width: 7px;
  height: 12px;
  z-index: 1;
  margin: 8px 11px;
}

.feature-card-row--section-title {
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 28px;
}

.feature-card-row--container::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
}

.feature-card-row--container::-webkit-scrollbar-track {
  height: 6px;
  background-color: #eee;
}

.feature-card-row--container::-webkit-scrollbar-thumb {
  background-color: #be2bbb;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .card-image {
    padding: 30px;
  }
  .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame h3, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .h3, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame h2, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .h2, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame h4, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .h4, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame h5, .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame .h5 {
    margin-bottom: 15px;
  }
  .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame:after {
    left: 30px;
  }
  .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-image-bottom {
    left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .bms-relaunch.full-width .container .feature-card-row {
    padding: 0;
    max-width: 100%;
  }
}
.feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame-bg:after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  border-radius: 50%;
  background: #BE2BBB;
  bottom: 28px;
  left: 40px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .feature-card-row--container .feature-card-row--grid .featurecontentcard .card-with-background-color .frame-bg:after {
    left: 30px;
  }
}
.featurecontentcard {
  /** intergrated CSS with AEM */
  /******* Drug Cards on hover**********/
}
.featurecontentcard .card-container, .featurecontentcard .card-image {
  height: 100%;
}
.featurecontentcard .half-card--image .card-image {
  display: block;
  position: relative;
}
.featurecontentcard .half-card--image .card-image .frame .frame-container {
  position: absolute;
  bottom: 110px;
  padding: 20px;
}
.featurecontentcard .half-card--image .card-image .frame .frame-header {
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
}
.featurecontentcard .half-card--image .card-image .frame .frame-content {
  font-weight: 300;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 36px;
}
.featurecontentcard .half-card--image .card-image .frame-sub-content {
  font-weight: 300;
  font-size: 13px;
  color: #A59F9F;
  margin-top: 8px;
  position: relative;
  padding: 10px 24px;
  bottom: 45px;
}
.featurecontentcard .quater-card--image a.card-image {
  display: block;
  position: relative;
}
.featurecontentcard .quater-card--image .card-image .frame {
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  display: block;
}
.featurecontentcard .quater-card--image .card-image .frame .frame-header {
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
}
.featurecontentcard .quater-card--image .card-image .frame-sub-content {
  font-weight: 300;
  font-size: 13px;
  color: #A59F9F;
  margin-top: 8px;
  line-height: 18px;
  position: relative;
  padding: 10px 20px;
  bottom: 45px;
}
.featurecontentcard .quater-card--image .frame-header h3, .featurecontentcard .quater-card--image .frame-header .h3 {
  font-size: 20px !important;
  color: white;
}
.featurecontentcard .margin {
  margin-top: 50px;
}
.featurecontentcard .pull-quote .frame-header.rte p, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame-header.rte p, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame-header.rte p {
  margin-left: 20px;
}
.featurecontentcard .card-with-image-bottom {
  width: 38px;
  height: 38px;
  float: left;
  margin: 10px;
}
.featurecontentcard .pull-quote .frame .frame-header, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame .frame-header, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame .frame-header {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  border-left: 2px solid #AF39B5;
  font-style: normal;
}
.featurecontentcard .pull-quote .frame .frame-header h4, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame .frame-header h4, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame .frame-header h4, .featurecontentcard .pull-quote .frame .frame-header .h4, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h4, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame .frame-header .h4 {
  margin-left: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
}
.featurecontentcard .pull-quote .frame .frame-header h5, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame .frame-header h5, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame .frame-header h5, .featurecontentcard .pull-quote .frame .frame-header .h5, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h5, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame .frame-header .h5 {
  margin-left: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.featurecontentcard .pull-quote .frame .frame-header h6, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame .frame-header h6, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame .frame-header h6, .featurecontentcard .pull-quote .frame .frame-header .h6, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h6, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame .frame-header .h6 {
  margin-left: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}
.featurecontentcard .pull-quote .frame .frame-header h6, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame .frame-header h6, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame .frame-header h6, .featurecontentcard .pull-quote .frame .frame-header .h6, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h6, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame .frame-header .h6 {
  margin-left: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.featurecontentcard .pull-quote .card-image .frame-sub-content h5, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .card-image .frame-sub-content h5, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .card-image .frame-sub-content h5, .featurecontentcard .pull-quote .card-image .frame-sub-content .h5, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .card-image .frame-sub-content .h5, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .card-image .frame-sub-content .h5 {
  color: #AF39B5;
}
.featurecontentcard .pull-quote .frame-sub-content svg, .featurecontentcard .pull-quote-container.has-author .pull-quote-author .frame-sub-content svg, .pull-quote-container.has-author .featurecontentcard .pull-quote-author .frame-sub-content svg {
  display: none;
}
.featurecontentcard .pull-quote--icon .card-image {
  width: 590px;
  height: auto;
  position: relative;
  background-color: #007F5C;
  display: block;
  padding: 80px 40px 107px 45px;
}
.featurecontentcard .pull-quote--icon .frame .frame-header {
  margin-left: 40px;
  border-left: 2px solid #FFFFFF;
  color: #ffffff;
}
.featurecontentcard .pull-quote--icon .frame .frame-header h3, .featurecontentcard .pull-quote--icon .frame .frame-header .h3 {
  margin-left: 25px;
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}
.featurecontentcard .pull-quote--icon .card-image .frame-sub-content {
  position: relative;
  top: 90px;
}
.featurecontentcard .pull-quote--icon .card-image .frame-sub-content h5, .featurecontentcard .pull-quote--icon .card-image .frame-sub-content .h5 {
  color: #ffffff;
}
.featurecontentcard .card-with-background-color .card-image {
  position: relative;
  display: block;
  padding: 80px 40px 107px 25px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .featurecontentcard .card-with-background-color .card-image {
    padding: 20px;
  }
}
.featurecontentcard .card-hover .card-image {
  display: block;
}
.featurecontentcard .card-hover .card-image .frame .frame-header.rte h3, .featurecontentcard .card-hover .card-image .frame .frame-header.rte .h3, .featurecontentcard .card-hover .card-image .frame .frame-header.rte .h3-style {
  word-break: break-all;
}
.featurecontentcard .card-hover .frame-header .frame-content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
}
.featurecontentcard .card-hover .frame-sub-content svg {
  display: none;
}
.featurecontentcard .card-hover .card-image.hover .frame-sub-content svg {
  display: block;
}
.featurecontentcard .card-hover .hover .frame-sub-content {
  display: block;
  position: absolute;
  bottom: 40px;
}
.featurecontentcard .card-hover .hover .frame-sub-content img {
  width: 10px;
  height: 10px;
  float: left;
}
.featurecontentcard .card-hover .card-image.hover .card-with-image-bottom {
  display: none;
}
.featurecontentcard .card-content .card-image {
  width: 598px;
  height: auto;
  display: block;
  background-color: #F6E4E6;
}
.featurecontentcard .card-content .card-image .frame {
  padding: 80px 40px 107px 25px;
}
.featurecontentcard .card-content .frame-header .frame-header-content {
  font-size: 200px;
  color: #AF39B5;
  line-height: 220px;
  text-align: center;
  letter-spacing: -10px;
  font-variant: small-caps;
}
.featurecontentcard .card-content .frame-sub-content {
  padding: 40px;
}
.featurecontentcard .card-content .frame-header .frame-header-sub-content {
  font-size: 116px;
  color: #AF39B5;
}
.featurecontentcard .half-card-content .card-image {
  width: 300px;
  height: auto;
  display: block;
  background-color: #DFF8FD;
}
.featurecontentcard .half-card-content .card-image .frame {
  padding: 0 40px;
}
.featurecontentcard .half-card-content .frame-header .frame-header-content {
  font-size: 106px;
  color: #AF39B5;
  line-height: 220px;
  text-align: center;
  letter-spacing: -10px;
  font-variant: small-caps;
}
.featurecontentcard .half-card-content .frame-sub-content {
  padding: 30px;
}
.featurecontentcard .half-card-content .frame-header .frame-header-sub-content {
  font-size: 116px;
  color: #AF39B5;
}
@-webkit-keyframes movingFrameHeaderBottomToTop {
  0% {
    top: 30px;
    opacity: 0.3;
  }
  90% {
    top: 0;
    opacity: 1;
  }
}
@keyframes movingFrameHeaderBottomToTop {
  0% {
    top: 30px;
    opacity: 0.3;
  }
  90% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes movingFrameContentBottomToTop {
  0% {
    top: 30px;
    opacity: 0.3;
  }
  90% {
    top: 0;
    opacity: 1;
  }
}
@keyframes movingFrameContentBottomToTop {
  0% {
    top: 30px;
    opacity: 0.3;
  }
  90% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes showSubContentOpacity {
  0% {
    opacity: 0.1;
  }
  90% {
    opacity: 0.8;
  }
}
@keyframes showSubContentOpacity {
  0% {
    opacity: 0.1;
  }
  90% {
    opacity: 0.8;
  }
}
.featurecontentcard .animation .active .frame-content {
  -webkit-animation: movingFrameContentBottomToTop 2s;
          animation: movingFrameContentBottomToTop 2s;
}
.featurecontentcard .animation .active .frame-header {
  -webkit-animation: movingFrameHeaderBottomToTop 2s;
          animation: movingFrameHeaderBottomToTop 2s;
}
.featurecontentcard .animation .frame-sub-content {
  -webkit-animation: showSubContentOpacity 2s;
          animation: showSubContentOpacity 2s;
}
.featurecontentcard .video .card-image {
  width: 297px;
  height: auto;
  display: block;
  position: relative;
  background-color: transparent;
  background-image: url("http://127.0.0.1:8080/images/Polygon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
}
.featurecontentcard .audio .card-image {
  background-image: url("http://127.0.0.1:8080/images/small-image.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.featurecontentcard .video .card-image .frame-sub-content {
  font-weight: 300;
  font-size: 13px;
  color: #A59F9F;
  margin-top: 8px;
  line-height: 18px;
  position: absolute;
  padding: 10px 20px;
  bottom: 30px;
  left: 25px;
  right: 25px;
  bottom: 30px;
}
.featurecontentcard .card-with-background-images .card-image {
  display: block;
  padding: 0;
  height: 100%;
}

.grid-row--s .pull-quote .card-with-image-bottom, .grid-row--s .pull-quote-container.has-author .pull-quote-author .card-with-image-bottom, .pull-quote-container.has-author .grid-row--s .pull-quote-author .card-with-image-bottom, .grid-row--s .card-hover .frame-sub-content,
.grid-row--s .card-hover .card-with-image-bottom, .grid-row--s .pull-quote .card-with-image-bottom {
  width: 38px;
  height: 38px;
  float: left;
  padding: 10px;
  position: absolute;
  bottom: 32px;
  margin: 0;
}

.grid-row--s .pull-quote .card-image .frame-sub-content, .grid-row--s .pull-quote-container.has-author .pull-quote-author .card-image .frame-sub-content, .pull-quote-container.has-author .grid-row--s .pull-quote-author .card-image .frame-sub-content, .grid-row--s .card-with-background-color .frame-sub-content,
.grid-row--s .pull-quote .card-image .frame-sub-content {
  clear: both;
  font-style: normal;
}

.embeddedvideo .grid-row--s .pull-quote .card-image .frame-sub-content, .embeddedvideo .grid-row--s .pull-quote-container.has-author .pull-quote-author .card-image .frame-sub-content, .pull-quote-container.has-author .embeddedvideo .grid-row--s .pull-quote-author .card-image .frame-sub-content, .embeddedvideo .grid-row--s .card-with-background-color .frame-sub-content,
.embeddedvideo .grid-row--s .pull-quote .card-image .frame-sub-content {
  bottom: 65px;
}

.featurecontentcard .gradiant-card .frame-sub-content .rte p {
  padding: 0px;
}

.featurecontentcard .gradiant-card .frame-sub-content, .featurecontentcard .gradiant-card .video .card-image .frame-sub-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 30px;
  padding: 0px;
}

.embeddedvideo .featurecontentcard .gradiant-card .frame-sub-content, .embeddedvideo .featurecontentcard .gradiant-card .video .card-image .frame-sub-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 65px;
  padding: 0px;
}

.featurecontentcard .gradiant-card .video .caption {
  margin: 0px;
  padding: 0px;
}

.featurecontentrowcol.section > .featurecontentscroll.show-full-width {
  min-width: auto;
}
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-row-container .grid-column-container,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-column-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-row-container .grid-column-container .grid-col--50,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-row-container .grid-column-container .grid-col--25,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-column-container .grid-col--50,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-column-container .grid-col--25 {
  width: 100%;
  aspect-ratio: auto;
}
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-row-container .grid-column-container .grid-col--50 .featurecontentcard .card-with-background-color .card-image,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-row-container .grid-column-container .grid-col--25 .featurecontentcard .card-with-background-color .card-image,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-column-container .grid-col--50 .featurecontentcard .card-with-background-color .card-image,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-column-container .grid-col--25 .featurecontentcard .card-with-background-color .card-image {
  padding: 30px 25px;
}
@media only screen and (min-width: 1024px) {
  .featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-row-container .grid-column-container .grid-col--50 .featurecontentcard .card-with-background-color .card-image .accordion-dropdown,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-row-container .grid-column-container .grid-col--25 .featurecontentcard .card-with-background-color .card-image .accordion-dropdown,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-column-container .grid-col--50 .featurecontentcard .card-with-background-color .card-image .accordion-dropdown,
.featurecontentrowcol.section > .featurecontentscroll.show-full-width .grid-column-container .grid-col--25 .featurecontentcard .card-with-background-color .card-image .accordion-dropdown {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .featurecontentrowcol.section > .featurecontentscroll.show-full-width,
.featurecontentrowcol.section > .featurecontentscroll.link-view-mobile {
    display: block !important;
  }
  .featurecontentscroll.show-full-width ~ .slider-container,
.featurecontentscroll.link-view-mobile ~ .slider-container {
    display: none !important;
  }
  .featurecontentscroll.link-view-mobile .frame .frame-header.rte {
    margin-bottom: 0;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image {
    padding: 10px !important;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .frame-sub-content .caption {
    display: none;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .frame .frame-header.rte.accordion {
    margin-bottom: 0;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .frame .frame-header.rte.accordion .accordion-toggle {
    border: none;
    padding: 0;
    display: block !important;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .frame .frame-header.rte.accordion .accordion-toggle:after {
    content: " ";
    margin-left: 10px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M8.00584 7.61645L2.00419 1.169C1.94994 1.11545 1.8854 1.07295 1.81429 1.04394C1.74318 1.01493 1.66691 1 1.58988 1C1.51285 1 1.43658 1.01493 1.36547 1.04394C1.29436 1.07295 1.22982 1.11545 1.17557 1.169C1.11999 1.22221 1.07583 1.28575 1.04568 1.3559C1.01553 1.42605 1 1.50139 1 1.5775C1 1.65361 1.01553 1.72895 1.04568 1.7991C1.07583 1.86925 1.11999 1.93279 1.17557 1.986L7.56235 8.84195C7.68437 8.94396 7.83955 9 8 9C8.16045 9 8.31563 8.94396 8.43765 8.84195L14.8244 1.986C14.88 1.93279 14.9242 1.86925 14.9543 1.7991C14.9845 1.72895 15 1.65361 15 1.5775C15 1.50139 14.9845 1.42605 14.9543 1.3559C14.9242 1.28575 14.88 1.22221 14.8244 1.169C14.7702 1.11545 14.7056 1.07295 14.6345 1.04394C14.5634 1.01493 14.4872 1 14.4101 1C14.3331 1 14.2568 1.01493 14.1857 1.04394C14.1146 1.07295 14.0501 1.11545 13.9958 1.169L8.00584 7.61645Z' fill='%23BE2BBB' stroke='%23BE2BBB' stroke-width='0.5'/%3E%3C/svg%3E");
    padding: 7px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 10px;
    width: 17px;
    position: absolute;
    top: 10px;
    right: 6px;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .frame .frame-header.rte.accordion .accordion-toggle.open .accordion-dropdown {
    display: block;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .frame .frame-header.rte.accordion .accordion-toggle.open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .frame .frame-header.rte.accordion .accordion-toggle .rte-purple-arrow:after {
    display: none;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .frame .frame-header.rte.accordion .accordion-dropdown {
    padding: 10px 0;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .feature-learn-more {
    display: block;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
  }
  .featurecontentscroll.show-full-width .grid-column-container .featurecontentcard .card-with-background-color .card-image .feature-learn-more:after {
    height: 18px;
    content: "";
    padding: 0px 7px 0px 7px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
    top: 2px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="%23BE2BBB"/></svg>');
  }
}
@media only screen and (max-width: 1024px) {
  .embeddedvideo .featurecontentcard .gradiant-card .frame-sub-content,
.embeddedvideo .featurecontentcard .gradiant-card .frame-sub-content,
.embeddedvideo .featurecontentcard .gradiant-card .video .card-image .frame-sub-content {
    bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .embeddedvideo .grid-row--s .pull-quote .card-image .frame-sub-content, .embeddedvideo .grid-row--s .pull-quote-container.has-author .pull-quote-author .card-image .frame-sub-content, .pull-quote-container.has-author .embeddedvideo .grid-row--s .pull-quote-author .card-image .frame-sub-content, .embeddedvideo .grid-row--s .card-with-background-color .frame-sub-content,
.embeddedvideo .grid-row--s .pull-quote .card-image .frame-sub-content {
    bottom: 42px;
  }
}
.card-with-background-images .frame-container .frame-content.rte p {
  display: inline-block;
  color: white;
}

.card-with-image-top {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 5px;
  top: 15px;
  border-radius: 100px;
}

/*******************gradinent & image animation css ******************/
.zoomImage {
  overflow: hidden;
}

.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.zoomImage .card-with-image, .zoomImage .card-with-image {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.zoomImage:hover .card-with-image, .zoomImage:focus .card-with-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gradient {
  display: block;
}

.card-with-background-color.onEffectHover .card-image:hover {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.card-with-image {
  z-index: -1;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

/***********Feature column control **************/
.grid-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  gap: 4px;
}

.grid-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  gap: 4px;
}

.grid-row--l .grid-column-container .grid-col--50 {
  aspect-ratio: 0.8;
}

.grid-row--s .grid-column-container .grid-col--50 {
  aspect-ratio: 1.6;
}

.grid-row--s .grid-column-container .grid-col--25 {
  aspect-ratio: 0.8;
}

.grid-row--s .grid-col--100 {
  aspect-ratio: 1.6;
}

.grid-col--50 .grid-row--s .grid-col--50 {
  aspect-ratio: 0.8;
}

.grid-row--single .grid-col--50 {
  aspect-ratio: 3/2;
}

.grid-row--single .grid-col--25 {
  aspect-ratio: 3/4;
}

.grid-row--single .grid-col--50.grid-col--large {
  aspect-ratio: 3/4;
}

.grid-row--single .grid-col--25.grid-col--large {
  aspect-ratio: 3/8;
}

.grid-col--50 {
  width: 50%;
}

.grid-col--25 {
  width: calc(25% - 2.5px);
}

.grid-col--33 {
  width: 33%;
}

.grid-col--100 {
  width: 100%;
}

.featurecontentrowcol.section::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
}

.featurecontentrowcol.section::-webkit-scrollbar-track {
  height: 6px;
  background-color: #eee;
  margin-right: 16px;
}

.featurecontentrowcol.section::-webkit-scrollbar-thumb {
  background-color: #be2bbb;
  border-radius: 4px;
}

.feature-container-edit .grid-row--l .grid-column-container .grid-col--50 {
  aspect-ratio: initial;
  min-height: 500px;
}

.feature-container-edit .grid-row--s .grid-column-container .grid-col--50 {
  aspect-ratio: initial;
  min-height: 400px;
}

.feature-container-edit .grid-row--s .grid-column-container .grid-col--25 {
  aspect-ratio: initial;
  min-height: 400px;
}

.feature-container-edit .grid-row--s .grid-col--100 {
  aspect-ratio: initial;
  min-height: 400px;
}

.feature-container-edit .grid-col--50 .grid-row--s .grid-col--50 {
  aspect-ratio: initial;
  min-height: 400px;
}

.feature-container-edit .grid-row--single .grid-col--50, .feature-container-edit .grid-row--s .grid-col--50 {
  aspect-ratio: initial !important;
  min-height: 400px;
}

.feature-container-edit .grid-row--single .grid-col--25, .feature-container-edit .grid-row--s .grid-col--25 {
  aspect-ratio: initial !important;
  min-height: 400px;
}

.feature-container-edit .grid-row--s .grid-col--50.grid-col--large, .feature-container-edit .grid-row--s .grid-col--50, .feature-container-edit .grid-row--s .grid-col--100 {
  aspect-ratio: initial !important;
}

.pull-quote .frame .frame-header h4, .pull-quote-container.has-author .pull-quote-author .frame .frame-header h4, .pull-quote .frame .frame-header .h4, .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h4 {
  margin-left: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
}

.pull-quote .frame .frame-header h5, .pull-quote-container.has-author .pull-quote-author .frame .frame-header h5, .pull-quote .frame .frame-header .h5, .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h5 {
  margin-left: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.pull-quote .frame .frame-header h6, .pull-quote-container.has-author .pull-quote-author .frame .frame-header h6, .pull-quote .frame .frame-header .h6, .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h6 {
  margin-left: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
}

.pull-quote .frame .frame-header h6, .pull-quote-container.has-author .pull-quote-author .frame .frame-header h6, .pull-quote .frame .frame-header .h6, .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h6 {
  margin-left: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

.pull-quote .frame .frame-header h3, .pull-quote-container.has-author .pull-quote-author .frame .frame-header h3, .pull-quote .frame .frame-header .h3, .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h3, .pull-quote .frame .frame-header h2, .pull-quote-container.has-author .pull-quote-author .frame .frame-header h2, .pull-quote .frame .frame-header .h2, .pull-quote-container.has-author .pull-quote-author .frame .frame-header .h2 {
  margin-left: 25px;
}

/************changes as per new figma****************/
.card-with-background-images .frame-content.rte h6, .card-with-background-images .frame-content.rte .h6, .card-with-background-images .frame-content.rte .h6-style {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .card-with-background-images .frame-content.rte h6, .card-with-background-images .frame-content.rte .h6, .card-with-background-images .frame-content.rte .h6-style {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .card-with-background-images .frame-content.rte h6, .card-with-background-images .frame-content.rte .h6, .card-with-background-images .frame-content.rte .h6-style {
    font-size: 18px;
    line-height: 24px;
  }
}
.card-with-background-images .frame-content.rte h5, .card-with-background-images .frame-content.rte .h5, .card-with-background-images .frame-content.rte .h5-style {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .card-with-background-images .frame-content.rte h5, .card-with-background-images .frame-content.rte .h5, .card-with-background-images .frame-content.rte .h5-style {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .card-with-background-images .frame-content.rte h5, .card-with-background-images .frame-content.rte .h5, .card-with-background-images .frame-content.rte .h5-style {
    font-size: 18px;
    line-height: 24px;
  }
}
.card-with-background-images .frame-content.rte h4, .card-with-background-images .frame-content.rte .h4, .card-with-background-images .frame-content.rte .h4-style {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 27px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .card-with-background-images .frame-content.rte h4, .card-with-background-images .frame-content.rte .h4, .card-with-background-images .frame-content.rte .h4-style {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .card-with-background-images .frame-content.rte h4, .card-with-background-images .frame-content.rte .h4, .card-with-background-images .frame-content.rte .h4-style {
    font-size: 23px;
    line-height: 28px;
  }
}
.card-with-background-images .frame-content.rte h3, .card-with-background-images .frame-content.rte .h3, .card-with-background-images .frame-content.rte .h3-style {
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .card-with-background-images .frame-content.rte h3, .card-with-background-images .frame-content.rte .h3, .card-with-background-images .frame-content.rte .h3-style {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .card-with-background-images .frame-content.rte h3, .card-with-background-images .frame-content.rte .h3, .card-with-background-images .frame-content.rte .h3-style {
    font-size: 23px;
    line-height: 28px;
  }
}
.card-with-background-images .frame-content.rte p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .card-with-background-images .frame-content.rte p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .card-with-background-images .frame-content.rte p {
    font-size: 18px;
    line-height: 24px;
  }
}

.grid-row--s .card-with-background-images .frame-content.rte h3, .grid-row--s .card-with-background-images .frame-content.rte .h3, .grid-row--s .card-with-background-images .frame-content.rte h4, .grid-row--s .card-with-background-images .frame-content.rte .h4, .grid-row--s .card-with-background-images .frame-content.rte .h4-style, .grid-row--s .card-with-background-images .frame-content.rte .h3-style {
  color: #FFFFFF;
  font-weight: 300;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .grid-row--s .card-with-background-images .frame-content.rte h3, .grid-row--s .card-with-background-images .frame-content.rte .h3, .grid-row--s .card-with-background-images .frame-content.rte h4, .grid-row--s .card-with-background-images .frame-content.rte .h4, .grid-row--s .card-with-background-images .frame-content.rte .h4-style, .grid-row--s .card-with-background-images .frame-content.rte .h3-style {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-row--s .card-with-background-images .frame-content.rte h3, .grid-row--s .card-with-background-images .frame-content.rte .h3, .grid-row--s .card-with-background-images .frame-content.rte h4, .grid-row--s .card-with-background-images .frame-content.rte .h4, .grid-row--s .card-with-background-images .frame-content.rte .h4-style, .grid-row--s .card-with-background-images .frame-content.rte .h3-style {
    font-size: 23px;
    line-height: 28px;
  }
}

.grid-row--s .card-with-background-images .frame-content.rte p, .grid-row--s .card-with-background-images .frame-content.rte h5, .grid-row--s .card-with-background-images .frame-content.rte .h5, .grid-row--s .card-with-background-images .frame-content.rte h6, .grid-row--s .card-with-background-images .frame-content.rte .h6, .grid-row--s .card-with-background-images .frame-content.rte .h5-style, .grid-row--s .card-with-background-images .frame-content.rte .h6-style {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 300;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .grid-row--s .card-with-background-images .frame-content.rte p, .grid-row--s .card-with-background-images .frame-content.rte h5, .grid-row--s .card-with-background-images .frame-content.rte .h5, .grid-row--s .card-with-background-images .frame-content.rte h6, .grid-row--s .card-with-background-images .frame-content.rte .h6, .grid-row--s .card-with-background-images .frame-content.rte .h5-style, .grid-row--s .card-with-background-images .frame-content.rte .h6-style {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-row--s .card-with-background-images .frame-content.rte p, .grid-row--s .card-with-background-images .frame-content.rte h5, .grid-row--s .card-with-background-images .frame-content.rte .h5, .grid-row--s .card-with-background-images .frame-content.rte h6, .grid-row--s .card-with-background-images .frame-content.rte .h6, .grid-row--s .card-with-background-images .frame-content.rte .h5-style, .grid-row--s .card-with-background-images .frame-content.rte .h6-style {
    font-size: 18px;
    line-height: 24px;
  }
}

.frame-header {
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 24px;
  font-weight: bold;
  color: white;
}
@media only screen and (max-width: 480px) {
  .frame-header {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }
}

/** mobile View **/
.link-view-mobile .featurecontentcard .card-with-background-color .card-image .frame-sub-content .caption {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .featurecontentrowcol.section {
    margin: 0 -30px 30px 0;
    overflow-x: auto;
  }
  .featurecontentrowcol.section.vertical-alignment-in-mobile {
    margin: 0px;
  }
  .featurecontentrowcol.section > .featurecontentscroll {
    min-width: 1024px;
    margin-bottom: 40px;
  }
  .featurecontentrowcol.section > .featurecontentscroll.vertical-alignment-in-mobile {
    margin-bottom: 0px;
  }
  .card-with-background-images .frame-sub-content {
    position: absolute;
    bottom: 30px;
  }
  .link-view-mobile .grid-column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link-view-mobile .card-image > svg {
    display: none;
  }
  .link-view-mobile .grid-row--s .grid-column-container .grid-col--50 {
    aspect-ratio: auto;
    width: 100%;
  }
  .link-view-mobile .featurecontentcard .rte h4, .link-view-mobile .featurecontentcard .rte .h4, .link-view-mobile .featurecontentcard .rte h5, .link-view-mobile .featurecontentcard .rte .h5, .link-view-mobile .featurecontentcard .rte p, .link-view-mobile .featurecontentcard .rte .h4-style, .link-view-mobile .featurecontentcard .rte .h5-style {
    display: none;
  }
  .link-view-mobile .featurecontentcard .card-with-background-color .card-image {
    padding: 10px;
  }
}
.card-container {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .grid-row--s .card-with-background-color .frame-sub-content .caption.rte h4, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h4, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h4-style {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-row--s .card-with-background-color .frame-sub-content .caption.rte h4, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h4, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h4-style {
    font-size: 23px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .grid-row--s .card-with-background-color .frame-sub-content .caption.rte h3, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h3, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h3-style {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-row--s .card-with-background-color .frame-sub-content .caption.rte h3, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h3, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h3-style {
    font-size: 23px;
    line-height: 28px;
  }
}
.grid-row--s .card-with-background-color .frame-sub-content .caption.rte p, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte h5, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h5, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte h6, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h6, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h5-style, .grid-row--s .card-with-background-color .frame-sub-content .caption.rte .h6-style {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 5px;
}

.featurecontentrowcol--heading {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.featurecontentrowcol--heading span {
  position: relative;
  top: 22px;
}
.featurecontentrowcol--heading span a {
  color: #BE2BBB;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .featurecontentrowcol--heading {
    display: block;
  }
}
.featurecontentrowcol--heading span a:hover {
  text-decoration: underline;
  color: #6b196b;
}

@media only screen and (max-width: 767px) {
  .featurecontentrowcol--heading {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .featurecontentrowcol--heading span {
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .featurecontentrowcol--heading span {
    top: 10px;
  }
}
.card-with-background-color .frame-header.rte h3, .card-with-background-color .frame-header.rte .h3, .card-with-background-color .frame-header.rte .h3-style {
  font-weight: 300;
}

.card-with-background-images .frame-container {
  position: absolute;
  bottom: 35px;
  padding: 0 28px;
  width: 100%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .card-with-background-images .frame-container {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 480px) {
  .card-with-background-images .frame-container {
    padding: 0 15px;
  }
}

.card-with-background-images .frame-sub-content {
  bottom: 30px;
  position: absolute;
  font-size: 13px;
  color: #fff;
  padding: 0 28px;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .card-with-background-images .frame-sub-content {
    font-size: 16px;
  }
}

.featurecontentcard, .card-with-background-images, .card-with-image {
  height: 100%;
  width: 100%;
}

.feature-container-edit .featurecontentcard {
  height: auto;
}

/*accessibility focus styles*/
.bms-relaunch .featurecontentcard .video-link a.open-modal:focus:has(.heroImg-caption .icon-play) {
  outline: none;
}
.bms-relaunch .featurecontentcard .video-link a.open-modal:focus .heroImg-caption .icon-play {
  background-color: #BE2BBB;
  border: 2px solid #000000;
}

.featurecontentcardwrapper .card-with-background-images .frame-container .frame-content.rte p {
  font-size: 18px;
  padding: 0px;
}
.featurecontentcardwrapper .card-with-background-images .frame-sub-content {
  line-height: 24px;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .featurecontentcardwrapper .card-with-background-images .frame-sub-content {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 480px) {
  .featurecontentcardwrapper .card-with-background-images .frame-sub-content {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .featurecontentrowcol.section > .featurecontentscroll {
    display: none;
  }
  .featurecontentrowcol.section > .featurecontentscroll.link-view-mobile {
    display: block;
  }
  .card-with-background-images .frame-sub-content {
    font-size: 14px;
    bottom: 30px;
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .featurecontentrowcol.section > .slider-container {
    display: none;
  }
  .featurecontentcard .accordion-dropdown .feature-learn-more {
    display: none;
  }
}
.zoomImage .card-with-image, .zoomImage .card-with-image {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.zoomImage:hover .card-with-image, .zoomImage:focus .card-with-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@keyframes movingFrameHeaderBottomToTop {
  0% {
    top: 30px;
    opacity: 0.3;
  }
  90% {
    top: 0;
    opacity: 1;
  }
}
@keyframes movingFrameContentBottomToTop {
  0% {
    top: 30px;
    opacity: 0.3;
  }
  90% {
    top: 0;
    opacity: 1;
  }
}
@keyframes showSubContentOpacity {
  0% {
    opacity: 0.1;
  }
  90% {
    opacity: 0.8;
  }
}
.animation .active .frame-content {
  -webkit-animation: movingFrameContentBottomToTop 2s;
          animation: movingFrameContentBottomToTop 2s;
}

.animation .active .frame-header {
  -webkit-animation: movingFrameHeaderBottomToTop 2s;
          animation: movingFrameHeaderBottomToTop 2s;
}

.animation .frame-sub-content {
  -webkit-animation: showSubContentOpacity 2s;
          animation: showSubContentOpacity 2s;
}

.swiper-slide .slide-card {
  height: 470px;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.swiper-slide .slide-card .featurecontentcard {
  min-height: calc(50% - 2px);
}

.featurecontentrowcol.section, .slider-container {
  overflow: hidden;
}

.featurecontentrowcol.section > .slider-container {
  position: relative;
  padding-bottom: 40px;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0%;
  bottom: 3px;
  z-index: 0;
  height: 5px;
  width: 95%;
}

.swiper-scrollbar-drag {
  background: rgb(190, 43, 187);
}

@media only screen and (max-width: 1024px) {
  .featurecontentrowcol.section .swiper-slide {
    width: 40vw;
  }
  .featurecontentrowcol.section .swiper-slide .slide-card {
    width: 40vw;
    height: auto;
    aspect-ratio: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .featurecontentrowcol.section .swiper-slide {
    width: 90vw;
  }
  .featurecontentrowcol.section .swiper-slide .slide-card {
    width: 90vw;
    height: auto;
    aspect-ratio: 0.75;
  }
  .featurecontentrowcol.section .swiper-slide .slide-card .featurecontentcard .card-hover .card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bms-relaunch .featurecontentcard .icon-play {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
}
.featurecontentrowcol.section > .featurecontentscroll.feature-container-edit {
  display: block;
}

.card-with-background-images .gradient .frame .frame-container {
  padding-top: 175px;
  background: -webkit-gradient(linear, top in hsl, from(rgba(0, 0, 0, 0.7)), color-stop(19%, rgba(0, 0, 0, 0.578)), color-stop(34%, rgba(0, 0, 0, 0.501)), color-stop(47%, rgba(0, 0, 0, 0.382)), color-stop(56.5%, rgba(0, 0, 0, 0.278)), color-stop(65%, rgba(0, 0, 0, 0.194)), color-stop(73%, rgba(0, 0, 0, 0.126)), color-stop(80.2%, rgba(0, 0, 0, 0.075)), color-stop(86.1%, rgba(0, 0, 0, 0.042)), color-stop(91%, rgba(0, 0, 0, 0.021)), color-stop(95.2%, rgba(0, 0, 0, 0.008)), color-stop(98.2%, rgba(0, 0, 0, 0.002)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg in hsl, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.578) 19%, rgba(0, 0, 0, 0.501) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  right: 0;
}

.featurecontentcard .video-embed {
  padding-bottom: 66.67%;
}

@media only screen and (min-width: 1025px) {
  .grid-row--single .grid-col--50.grid-col--large .featurecontentcard .video-embed {
    padding-bottom: 133.34%;
  }
  .grid-row--l .grid-col--25 .featurecontentcard .video-embed {
    padding-bottom: 252.67%;
  }
  .grid-row--s .grid-col--25 .featurecontentcard .video-embed {
    padding-bottom: 126%;
  }
  .grid-row--s .grid-col--50 .featurecontentcard .video-embed {
    padding-bottom: 62.33%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 776px) {
  .featurecontentcard .video-embed {
    padding-bottom: 125%;
  }
}
.featurecontentcard .video-link.video-modal-iframe.heroBannerSlider__slide a {
  height: 100%;
}

.card-with-background-images .gradient .video .frame .frame-container {
  padding-bottom: 3px;
  padding-top: 3px;
  bottom: 30px;
  background: -webkit-gradient(linear, top in hsl, from(rgba(0, 0, 0, 0.7)), color-stop(19%, rgba(0, 0, 0, 0.578)), color-stop(34%, rgba(0, 0, 0, 0.501)), color-stop(47%, rgba(0, 0, 0, 0.382)), color-stop(56.5%, rgba(0, 0, 0, 0.278)), color-stop(65%, rgba(0, 0, 0, 0.194)), color-stop(73%, rgba(0, 0, 0, 0.126)), color-stop(80.2%, rgba(0, 0, 0, 0.075)), color-stop(86.1%, rgba(0, 0, 0, 0.042)), color-stop(91%, rgba(0, 0, 0, 0.021)), color-stop(95.2%, rgba(0, 0, 0, 0.008)), color-stop(98.2%, rgba(0, 0, 0, 0.002)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg in hsl, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.578) 19%, rgba(0, 0, 0, 0.501) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
  color: white;
}

.card-with-background-images .video .frame .frame-container p, .card-with-background-images .video .frame .frame-container h4, .card-with-background-images .video .frame .frame-container .h4, .card-with-background-images .video .frame .frame-container h5, .card-with-background-images .video .frame .frame-container .h5 {
  color: white;
}

.embeddedvideo .grid-row--l .grid-column-container .grid-col--50 {
  aspect-ratio: 8/9;
}
.embeddedvideo .grid-row--s .grid-column-container .grid-col--50 {
  aspect-ratio: 16/9;
}
.embeddedvideo .grid-row--s .grid-column-container .grid-col--25 {
  aspect-ratio: 8/9;
}
.embeddedvideo .grid-row--s .grid-col--100 {
  aspect-ratio: 16/9;
}
.embeddedvideo .grid-col--50 .grid-row--s .grid-col--50 {
  aspect-ratio: 8/9;
}

.embeddedvideo .featurecontentcard .video-embed,
.grid-row--s .grid-col--50 .embeddedvideo .featurecontentcard .video-embed {
  padding-bottom: 56.25%;
}

.feature-card-row--container.embeddedvideo .feature-card-row--grid .featurecontentcard {
  aspect-ratio: 16/9;
}

.embeddedvideo .grid-row--single .grid-col--50 {
  aspect-ratio: 16/9;
}

.embeddedvideo .grid-row--single .grid-col--25 {
  aspect-ratio: 1;
}

.feature-card-row--container.embeddedvideo .featurecontentcard .card-with-background-color .card-image {
  padding: 80px 40px 89px 25px;
}

.bms-relaunch .featurecontentcardwrapper .embeddedvideo .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play,
.featurecontentcardwrapper .embeddedvideo .bc-player-zW6RyBjSF_default .vjs-big-play-button {
  width: 70px;
  height: 70px;
  padding: 5px;
  font-size: 30px;
}
.bms-relaunch .featurecontentcardwrapper .embeddedvideo .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play .vjs-icon-placeholder,
.featurecontentcardwrapper .embeddedvideo .bc-player-zW6RyBjSF_default .vjs-big-play-button .vjs-icon-placeholder {
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 33px;
}

.bms-relaunch .featurecontentcardwrapper .embeddedvideo .heroBannerSlider__slide .heroImg-caption .icon-play {
  top: -4px;
  line-height: 40px;
}

.bms-relaunch .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
  position: relative;
  margin-top: 0;
  top: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 20px;
  font-size: 32px;
  line-height: 33px;
  left: 45%;
}

.bms-relaunch .featurecontentscroll .grid-col--25 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
  left: 35%;
}

.bms-relaunch .featurecontentscroll .grid-col--50 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
  left: 45%;
}

.bms-relaunch .featurecontentscroll .grid-col--100 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
  left: 45%;
}

.bms-relaunch .featurecontentcard .heroBannerSlider__slide .heroImg-caption i.icon-play:before {
  content: "";
}

.featurecontentcard .heroBannerSlider__slide img.card-with-image-top {
  min-height: auto;
}

.bms-relaunch .featurecontentcard .heroBannerSlider__slide .heroImg-caption i.icon.icon-play svg {
  display: block;
}

.featurecontentcard .video-embed .vjs-big-play-button {
  position: relative;
  left: 0;
  margin-left: -1em;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 20px;
  font-size: 32px;
  line-height: 2em;
}

.embeddedvideo .video-embed .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 0px;
}

.bms-relaunch .embeddedvideo .grid-col--50 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
  width: 68px;
  height: 68px;
  padding: 4px;
  left: 45%;
  top: 0px;
}

.bms-relaunch .embeddedvideo .grid-col--25 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
  width: 70px;
  height: 70px;
  padding: 5px;
  left: 35%;
  top: 0px;
  font-size: 30px;
  line-height: 40px;
}

.featurecontentscroll.embeddedvideo .grid-col--50 .grid-col--100 .vjs-big-play-button,
.featurecontentscroll.embeddedvideo .grid-col--50 .vjs-big-play-button {
  width: 68px;
  height: 68px;
  padding: 4px;
}
.featurecontentscroll.embeddedvideo .grid-col--50 .grid-col--100 .vjs-big-play-button .vjs-icon-placeholder,
.featurecontentscroll.embeddedvideo .grid-col--50 .vjs-big-play-button .vjs-icon-placeholder {
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 32px;
}

.featurecontentscroll.embeddedvideo .grid-col--50 .grid-col--50 .vjs-big-play-button,
.embeddedvideo .grid-row--single.grid-row--1 .grid-col--25 .vjs-big-play-button,
.embeddedvideo .grid-row--s .grid-col--25 .vjs-big-play-button,
.bms-relaunch .embeddedvideo .grid-col--50 .grid-col--50 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
  width: 70px;
  height: 70px;
  padding: 5px;
  font-size: 30px;
}
.featurecontentscroll.embeddedvideo .grid-col--50 .grid-col--50 .vjs-big-play-button .vjs-icon-placeholder,
.embeddedvideo .grid-row--single.grid-row--1 .grid-col--25 .vjs-big-play-button .vjs-icon-placeholder,
.embeddedvideo .grid-row--s .grid-col--25 .vjs-big-play-button .vjs-icon-placeholder,
.bms-relaunch .embeddedvideo .grid-col--50 .grid-col--50 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play .vjs-icon-placeholder {
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 30px;
}

.bms-relaunch .featurecontentscroll.embeddedvideo .grid-col--50 .grid-col--50 .icon-play,
.bms-relaunch .embeddedvideo .grid-row--single.grid-row--1 .grid-col--25 .icon-play {
  top: -4px;
  line-height: 40px;
}

.embeddedvideo .grid-row--s .grid-col--50 .featurecontentcard .video-embed {
  padding-bottom: 56.25%;
}

@media only screen and (max-width: 1024px) {
  .featurecontentscroll.embeddedvideo ~ .slider-container .featurecontentcard .vjs-big-play-button {
    width: 70px;
    height: 70px;
    padding: 5px;
    font-size: 30px;
  }
  .featurecontentscroll.embeddedvideo ~ .slider-container .featurecontentcard .vjs-big-play-button .vjs-icon-placeholder {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 30px;
  }
  .bms-relaunch .featurecontentscroll.embeddedvideo ~ .slider-container .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
    width: 70px;
    height: 70px;
    padding: 5px;
    font-size: 30px;
    top: 5px;
    line-height: 40px;
  }
}
.embeddedvideo .grid-row--l .grid-column-container > .grid-col--50 > .featurecontentcard .video-embed,
.embeddedvideo .grid-row--single.grid-row--1 .grid-col--25 .featurecontentcard .video-embed,
.embeddedvideo .grid-row--single.grid-row--1 .grid-col--50 .grid-col--50 .featurecontentcard .video-embed,
.embeddedvideo .grid-row--s .grid-col--25 .featurecontentcard .video-embed {
  padding-bottom: calc(112.5% + 4px);
}

.embeddedvideo .card-with-background-images .image-checked .frame-container,
.embeddedvideo .card-with-background-images .topics-added .frame-container {
  bottom: 0px;
  padding-bottom: 65px;
}

.card-with-background-images .topics-added .frame-container {
  bottom: 0px;
  padding-bottom: 50px;
}

.card-with-background-images .image-checked .frame-container {
  bottom: 0px;
  padding-bottom: 50px;
}

.card-with-background-images .image-unchecked .frame-container {
  bottom: 0px;
  padding-bottom: 30px;
}

.embeddedvideo .card-with-background-images .frame-container {
  bottom: 65px;
  padding-bottom: 0px;
}

.embeddedvideo .card-with-background-images .video .video-embed .frame-container {
  bottom: 65px;
  padding-bottom: 0px;
}

.embeddedvideo .card-with-background-images .image-unchecked .frame-container {
  bottom: 60px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .embeddedvideo .card-with-background-images .frame-container {
    bottom: 50px;
    padding-bottom: 0px;
  }
  .embeddedvideo .card-with-background-images .video .video-embed .frame-container {
    bottom: 50px;
    padding-bottom: 0px;
  }
  .embeddedvideo .card-with-background-images .topics-added .frame-container {
    bottom: 0px;
    padding-bottom: 50px;
  }
  .embeddedvideo .card-with-background-images .image-checked .frame-container {
    bottom: 0px;
    padding-bottom: 50px;
  }
  .embeddedvideo .card-with-background-images .image-unchecked .frame-container {
    bottom: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .featurecontentrowcol.cards-two {
    margin: 0 0px 30px 0;
    overflow-x: auto;
  }
  .featurecontentrowcol.cards-two .featurecontentscroll {
    display: unset;
  }
}
.featurecontentcard .rte h4, .featurecontentcard .rte .h4, .featurecontentcard .rte h5, .featurecontentcard .rte .h5, .featurecontentcard .rte p,
.featurecontentcard .video-embed .frame .frame-content h3,
.featurecontentcard .video-embed .frame .frame-content .h3, .featurecontentcard .rte .h4-style, .featurecontentcard .rte .h5-style, .featurecontentcard .video-embed .frame .frame-content .h3-style {
  font-weight: 300;
}

.card-with-background-images .frame-content.rte p,
.card-with-background-images .video .frame .frame-container p,
.featurecontentcardwrapper .card-with-background-images .frame-container .frame-content.rte p,
.grid-row--s .card-with-background-images .frame-content.rte p,
.featurecontentcard .video-embed .frame .frame-content p {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 480px) {
  .card-with-background-images .frame-content.rte p,
.card-with-background-images .video .frame .frame-container p,
.featurecontentcardwrapper .card-with-background-images .frame-container .frame-content.rte p,
.grid-row--s .card-with-background-images .frame-content.rte p,
.featurecontentcard .video-embed .frame .frame-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

.featurecontentcard .video-embed .frame .frame-content h3, .featurecontentcard .video-embed .frame .frame-content .h3 {
  font-size: 32px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
  .featurecontentcard .video-embed .frame .frame-content h3, .featurecontentcard .video-embed .frame .frame-content .h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.card-with-background-images .video .frame .frame-container h5, .card-with-background-images .video .frame .frame-container .h5,
.featurecontentcard .rte h5,
.featurecontentcard .rte .h5, .featurecontentcard .rte .h5-style {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 480px) {
  .card-with-background-images .frame-content.rte h3, .card-with-background-images .frame-content.rte .h3,
.card-with-background-images .frame-content.rte h4,
.card-with-background-images .frame-content.rte .h4,
.card-with-background-images .frame-content.rte h5,
.card-with-background-images .frame-content.rte .h5,
.card-with-background-images .video .frame .frame-container h4,
.card-with-background-images .video .frame .frame-container .h4,
.card-with-background-images .video .frame .frame-container h5,
.card-with-background-images .video .frame .frame-container .h5,
.featurecontentcard .rte h4,
.featurecontentcard .rte .h4,
.featurecontentcard .rte h5,
.featurecontentcard .rte .h5,
.featurecontentcard .card-hover .card-image .frame .frame-header.rte h3,
.featurecontentcard .card-hover .card-image .frame .frame-header.rte .h3,
.featurecontentcard .card-hover .card-image .frame .frame-header.rte h5, .featurecontentcard .rte .h4-style, .featurecontentcard .rte .h5-style, .card-with-background-images .frame-content.rte .h4-style,
.card-with-background-images .frame-content.rte .h5-style {
    font-size: 24px;
    line-height: 30px;
  }
  .featurecontentcard .rte p {
    padding: 0;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .bms-relaunch .embeddedvideo .grid-col--50 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .featurecontentscroll.embeddedvideo .grid-col--50 .grid-col--100 .vjs-big-play-button,
.featurecontentscroll.embeddedvideo .grid-col--50 .vjs-big-play-button {
    width: 70px;
    height: 70px;
    padding: 4px;
  }
  .featurecontentscroll.embeddedvideo .grid-col--50 .grid-col--100 .vjs-big-play-button .vjs-icon-placeholder,
.featurecontentscroll.embeddedvideo .grid-col--50 .vjs-big-play-button .vjs-icon-placeholder {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .embeddedvideo .grid-row--single .grid-col--50, .feature-card-row--container.embeddedvideo .feature-card-row--grid .featurecontentcard {
    aspect-ratio: 0;
  }
  .embeddedvideo .featurecontentcard .video-embed, .grid-row--s .grid-col--50 .embeddedvideo .featurecontentcard .video-embed {
    padding-bottom: 125%;
  }
  .embeddedvideo .grid-row--s .grid-col--50 .featurecontentcard .video-embed {
    padding-bottom: 125%;
  }
}
@media only screen and (max-width: 766px) {
  .embeddedvideo .grid-row--single .grid-col--50, .feature-card-row--container.embeddedvideo .feature-card-row--grid .featurecontentcard {
    aspect-ratio: 0;
  }
  .embeddedvideo .featurecontentcard .video-embed, .grid-row--s .grid-col--50 .embeddedvideo .featurecontentcard .video-embed {
    padding-bottom: 133.3%;
  }
  .embeddedvideo .grid-row--s .grid-col--50 .featurecontentcard .video-embed {
    padding-bottom: 133.3%;
  }
}
@media only screen and (max-width: 768px) {
  .featurecontentrowcol.section .vertical-alignment-in-mobile .slider-container {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .featurecontentrowcol.section > .featurecontentscroll.vertical-alignment-in-mobile {
    display: none;
  }
  .featurecontentrowcol.section > .featurecontentscroll {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .featurecontentrowcol.section > .featurecontentscroll.vertical-alignment-in-mobile {
    display: block;
  }
  .featurecontentrowcol.section > .featurecontentscroll.vertical-alignment-in-mobile .grid-column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featurecontentrowcol.section > .featurecontentscroll.vertical-alignment-in-mobile .grid-column-container .col-data {
    width: 90vw;
    aspect-ratio: 0.75;
    height: auto;
  }
}
.featurecontentrowcol--heading.heading-present span {
  top: 22px;
}

@media only screen and (max-width: 767px) {
  .featurecontentrowcol--heading.heading-present span {
    top: 10px;
  }
}
.featurecontentrowcol--heading.heading-not-present span {
  top: 0px;
}

@media only screen and (max-width: 766px) {
  .embeddedvideo .grid-row--l .grid-column-container > .grid-col--50 > .featurecontentcard .video-embed,
.embeddedvideo .grid-row--single.grid-row--1 .grid-col--25 .featurecontentcard .video-embed,
.embeddedvideo .grid-row--single.grid-row--1 .grid-col--50 .grid-col--50 .featurecontentcard .video-embed,
.embeddedvideo .grid-row--s .grid-col--25 .featurecontentcard .video-embed {
    padding-bottom: 133.3%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .embeddedvideo .grid-row--l .grid-column-container > .grid-col--50 > .featurecontentcard .video-embed,
.embeddedvideo .grid-row--single.grid-row--1 .grid-col--25 .featurecontentcard .video-embed,
.embeddedvideo .grid-row--single.grid-row--1 .grid-col--50 .grid-col--50 .featurecontentcard .video-embed,
.embeddedvideo .grid-row--s .grid-col--25 .featurecontentcard .video-embed {
    padding-bottom: 125.3%;
  }
  .featurecontentrowcol .featurecontentscroll {
    display: none;
  }
  .article-body .card-with-background-images .frame-content.article-body-content h4, .article-body .card-with-background-images .frame-content.article-body-content .h4, .card-with-background-images .article-body .frame-content.article-body-content h4, .card-with-background-images .article-body .frame-content.article-body-content .h4, .card-with-background-images .frame-content.rte h4, .card-with-background-images .frame-content.rte .h4, .card-with-background-images .frame-content.rte .h4-style {
    line-height: 25px;
  }
  .slide-card .featurecontentcard .card-with-background-images .frame-sub-content {
    bottom: 10px;
    padding-left: 16px;
  }
  .slide-card .featurecontentcard .card-with-background-images .frame-sub-content.topics-present {
    bottom: 30px;
  }
  .featurecontentrowcol .slider-container {
    display: block;
  }
}
.featurecontentcard .card-container .heroBannerSlider__slide.video-link.video-modal-iframe .heroImg-caption .caption-title .icon.icon-play {
  display: block;
}

.bms-relaunch .heroBannerSlider__slide:hover .card-container .topics-present.frame-sub-content {
  opacity: 0;
}

.featurecontentcard .heroBannerSlider__slide .card-container .topics-present.frame-sub-content:hover {
  text-decoration: underline !important;
  text-decoration-color: #6b196b;
}

.featurecontentcard .video .card-image .frame-sub-content {
  position: absolute;
  color: #fff;
  padding: 0 28px;
  font-weight: 700;
  margin-top: 0px;
  line-height: 1.15;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .featurecontentcard .video .card-image .frame-sub-content.topics-present {
    padding-left: 16px;
  }
}
.featurecontentcard .heroBannerSlider__slide.video-link.video-modal-iframe .heroImg-caption .caption-title .icon.icon-play {
  display: inline-block;
}

.featurecontentcard .video .card-image {
  background-size: auto;
}

@media only screen and (max-width: 1024px) {
  .bms-relaunch .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play, .bms-relaunch .featurecontentscroll .grid-col--25 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play,
.bms-relaunch .featurecontentscroll .grid-col--25 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play,
.bms-relaunch .featurecontentscroll .grid-col--50 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play,
.bms-relaunch .featurecontentscroll .grid-col--100 .featurecontentcard .heroBannerSlider__slide .heroImg-caption .icon-play {
    left: 40%;
  }
}
.embeddedvideo .grid-col--100 .featurecontentcard .video-embed .vjs-big-play-button .vjs-icon-placeholder {
  position: absolute;
  top: 5px;
  left: 20px;
}

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  width: 100%;
}
.footer .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 48px 56px;
}
.page--full-width .footer .footer__container {
  max-width: none;
}
.footer .footer__container .footer__top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer .footer__container .footer__top-section .footer__navigation {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer__container .footer__top-section .footer__navigation .footer__navigation-title {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  leading-trim: both;
  margin-bottom: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .footer .footer__container .footer__top-section .footer__navigation .footer__navigation-title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__container .footer__top-section .footer__navigation .footer__navigation-title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.footer .footer__container .footer__top-section .footer__navigation .footer__navigation-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer .footer__container .footer__top-section .footer__navigation .footer__navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer__container .footer__top-section .footer__navigation .footer__navigation-list li {
  margin-bottom: 8px;
}
.footer .footer__container .footer__top-section .footer__navigation .footer__navigation-link {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  max-width: 240px;
}
@media (min-width: 481px) and (width < 1024px) {
  .footer .footer__container .footer__top-section .footer__navigation .footer__navigation-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__container .footer__top-section .footer__navigation .footer__navigation-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.footer .footer__container .footer__top-section .footer__navigation .footer__navigation-link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
}
.footer .footer__container .footer__top-section .footer__navigation .footer__navigation-link:hover {
  text-decoration: underline;
}
.footer .footer__container .footer__top-section .footer__resource {
  width: 25%;
  padding: 0 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer__container .footer__top-section .footer__resource .footer__resource-title {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  leading-trim: both;
  margin-bottom: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .footer .footer__container .footer__top-section .footer__resource .footer__resource-title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__container .footer__top-section .footer__resource .footer__resource-title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.footer .footer__container .footer__top-section .footer__resource .footer__resource-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer__container .footer__top-section .footer__resource .footer__resource-list li {
  margin-bottom: 8px;
}
.footer .footer__container .footer__top-section .footer__resource .footer__resource-link {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 481px) and (width < 1024px) {
  .footer .footer__container .footer__top-section .footer__resource .footer__resource-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__container .footer__top-section .footer__resource .footer__resource-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.footer .footer__container .footer__top-section .footer__resource .footer__resource-link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
}
.footer .footer__container .footer__top-section .footer__resource .footer__resource-link:hover {
  text-decoration: underline;
}
.footer .footer__container .footer__top-section .footer__social {
  width: 25%;
  padding: 0 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.footer .footer__container .footer__top-section .footer__social .footer__title {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  leading-trim: both;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 481px) and (width < 1024px) {
  .footer .footer__container .footer__top-section .footer__social .footer__title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__container .footer__top-section .footer__social .footer__title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-list a[data-target=externalLink]::after {
  display: none;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-item {
  display: block;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-link {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-link:focus-visible {
  outline: 1px dashed #BE2BBB;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-icon {
  height: 24px;
  width: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-icon--default {
  opacity: 1;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-icon--hover {
  opacity: 0;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-link:hover .footer__social-icon--default {
  opacity: 0;
}
.footer .footer__container .footer__top-section .footer__social .footer__social-icons .footer__social-link:hover .footer__social-icon--hover {
  opacity: 1;
}
.footer .footer__container .footer__top-section .footer__utility-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer .footer__container .footer__top-section .footer__utility-list .footer__utility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.footer .footer__container .footer__top-section .footer__utility-list .footer__utility-item .footer__utility-link {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (min-width: 481px) and (width < 1024px) {
  .footer .footer__container .footer__top-section .footer__utility-list .footer__utility-item .footer__utility-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__container .footer__top-section .footer__utility-list .footer__utility-item .footer__utility-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.footer .footer__container .footer__top-section .footer__utility-list .footer__utility-item .footer__utility-link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
}
.footer .footer__container .footer__top-section .footer__utility-list .footer__utility-item .footer__utility-link:hover {
  text-decoration: underline;
}
.footer .footer__bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .footer__bottom-section .footer__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer__bottom-section .footer__brand a[data-target=externalLink]::after {
  display: none;
}
.footer .footer__bottom-section .footer__brand .footer__brand-logo {
  max-height: 61px;
  max-width: 432px;
}
.footer .footer__bottom-section .footer__copyright {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: right;
}
@media (min-width: 481px) and (width < 1024px) {
  .footer .footer__bottom-section .footer__copyright {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .footer .footer__bottom-section .footer__copyright {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1023px) {
  .footer .footer__container {
    padding: 32px 16px;
    gap: 0;
  }
  .footer .footer__container .footer__top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .footer .footer__container .footer__top-section .footer__navigation {
    width: 100%;
    padding: 0 0 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    margin-bottom: 0;
    gap: 16px;
  }
  .footer .footer__container .footer__top-section .footer__navigation .footer__navigation-title {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    leading-trim: both;
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) and (min-width: 481px) and (width < 1024px) {
  .footer .footer__container .footer__top-section .footer__navigation .footer__navigation-title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .footer .footer__container .footer__top-section .footer__navigation .footer__navigation-title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1023px) {
  .footer .footer__container .footer__top-section .footer__navigation .footer__navigation-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1023px) {
  .footer .footer__container .footer__top-section .footer__resource,
.footer .footer__container .footer__top-section .footer__social {
    width: 100%;
    padding: 40px 0;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
    gap: 16px;
  }
  .footer .footer__container .footer__top-section .footer__resource .footer__resource-title,
.footer .footer__container .footer__top-section .footer__resource .footer__title,
.footer .footer__container .footer__top-section .footer__social .footer__resource-title,
.footer .footer__container .footer__top-section .footer__social .footer__title {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    leading-trim: both;
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) and (min-width: 481px) and (width < 1024px) {
  .footer .footer__container .footer__top-section .footer__resource .footer__resource-title,
.footer .footer__container .footer__top-section .footer__resource .footer__title,
.footer .footer__container .footer__top-section .footer__social .footer__resource-title,
.footer .footer__container .footer__top-section .footer__social .footer__title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) {
  .footer .footer__container .footer__top-section .footer__resource .footer__resource-title,
.footer .footer__container .footer__top-section .footer__resource .footer__title,
.footer .footer__container .footer__top-section .footer__social .footer__resource-title,
.footer .footer__container .footer__top-section .footer__social .footer__title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1023px) {
  .footer .footer__container .footer__top-section .footer__resource .footer__social-icons,
.footer .footer__container .footer__top-section .footer__social .footer__social-icons {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .footer .footer__container .footer__bottom-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .footer__container .footer__bottom-section .footer__brand {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 100%;
    aspect-ratio: 64/9;
  }
  .footer .footer__container .footer__bottom-section .footer__brand .footer__brand-logo {
    width: 100%;
  }
  .footer .footer__container .footer__bottom-section .footer__copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.general-page-header {
  color: #363131;
}
.general-page-header .general-page-header__container {
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .general-page-header .general-page-header__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.topbottom7xl .general-page-header .general-page-header__container {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1024px) {
  .general-page-header .general-page-header__container {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__logo {
  margin-bottom: 24px;
}
.general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__logo img {
  display: block;
  max-width: 32px;
  max-height: 48px;
}
.general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description {
  overflow-wrap: anywhere;
  word-break: normal;
}
.general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__content * {
  margin: 0;
}
.general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description {
  margin: 0px;
  margin-top: 8px;
}
.general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__description {
  overflow-wrap: anywhere;
  word-break: normal;
  margin-top: 16px;
}
.general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__description * {
  margin: 0;
}
.topbottom7xl .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-top: 16px;
}
@media (min-width: 481px) and (width < 1024px) {
  .topbottom7xl .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .topbottom7xl .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.topbottom7xl .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .topbottom7xl .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .topbottom7xl .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.hide-description .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description {
  display: none;
}
.fixed-description .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description {
  width: 80%;
}
.hide-description .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__description {
  display: none;
}
.general-page-header .general-page-header__container .general-page-header__button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-page-header .general-page-header__container .general-page-header__button-content button {
  width: 100%;
  max-width: 100%;
}
.topbottom7xl .general-page-header .general-page-header__container .general-page-header__button-content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1024px) {
  .general-page-header--vertical .general-page-header {
    padding: 32px;
  }
}
.general-page-header--vertical .general-page-header .general-page-header__container {
  display: block;
  padding: 0;
}
.general-page-header--vertical .general-page-header .general-page-header__container .general-page-header__logo {
  margin-bottom: 16px;
}
.general-page-header--vertical .general-page-header .general-page-header__container .general-page-header__logo img {
  display: block;
  max-width: 30px;
  max-height: 48px;
}
.general-page-header--vertical .general-page-header .general-page-header__container .general-page-header__title-description .general-page-header__description {
  margin-top: 8px;
}
.general-page-header--vertical .general-page-header .general-page-header__container .general-page-header__button-content {
  margin-top: 120px;
}
@media (width < 1024px) {
  .general-page-header--vertical .general-page-header {
    padding: 24px;
  }
  .general-page-header .general-page-header__container {
    padding-top: 32px;
    padding-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .topbottom7xl .general-page-header .general-page-header__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description {
    width: 100%;
  }
  .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__description {
    margin-top: 16px;
  }
  .hide-description .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__description {
    display: none;
  }
  .topbottom7xl .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description {
    margin-top: 8px;
  }
  .fixed-description .general-page-header .general-page-header__container .general-page-header__logo-and-content .general-page-header__title-description .general-page-header__description {
    width: 100%;
  }
  .general-page-header .general-page-header__container .general-page-header__button-content {
    display: block;
  }
  .general-page-header .general-page-header__container .general-page-header__button-content button {
    width: 100%;
  }
  .topbottom7xl .general-page-header .general-page-header__container {
    gap: 0;
  }
  .topbottom7xl .general-page-header .general-page-header__container .general-page-header__button-content {
    margin-top: 32px;
  }
}

.generic-carousel-component .subject-pod-100-right .pod-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .subject-pod-100-right .pod-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.generic-carousel-component .subject-pod-100-right .pod-content {
  margin-left: -1px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .subject-pod-100-right .pod-content {
    margin-left: 0;
  }
}
.generic-carousel-component .subject-pod.bms-relaunch-comp-v2 {
  margin: 15px;
}

.generic-carousel-component {
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component {
    margin: 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .generic-carousel-component {
    margin: 0;
  }
}
.generic-carousel-component .image-bullets .i .b {
  fill: #BE2BBB;
}
.generic-carousel-component .image-bullets .iav .b {
  fill: #BE2BBB;
}
.generic-carousel-component .generic-bullets {
  display: none;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-bullets {
    display: block;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .generic-carousel-component .generic-bullets {
    display: block;
  }
}
.generic-carousel-component .generic-carousel-title {
  padding: 70px 0 20px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-title {
    padding: 35px 0 5px;
  }
}
.generic-carousel-component .generic-carousel-sub-title {
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-sub-title {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
}
.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem {
    display: block;
  }
}
.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem > div:not(.promo.section):not(.subject-pod) {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem > div:not(.promo.section):not(.subject-pod) {
    width: 100%;
  }
}
.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section .promo-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .pod-image img {
    padding: 0 10px 0 0;
  }
}
.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section:first-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section:first-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section:first-child .pod-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section:first-child .pod-image a, .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section:first-child .pod-image img {
  display: block !important;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section:first-child .pod-image a img, .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section:first-child .pod-image img img {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .genericcarouselitem .promo.section:first-child .pod-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.generic-carousel-component .promo.section .promo-box {
  padding-top: 10px;
  border-top: 4px solid #3312AF;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .promo.section .promo-box {
    border-top: 4px solid #3312AF;
  }
}
.generic-carousel-component .promo.section .pod-title, .generic-carousel-component .promo.section .pod-title a {
  font-weight: 700;
  line-height: 24px;
  color: #BE2BBB;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .promo.section .pod-title, .generic-carousel-component .promo.section .pod-title a {
    line-height: 20px;
  }
}
.generic-carousel-component .promo.section .body-1 {
  line-height: 20px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .generic-carousel-component .subject-pod-100-left,
.generic-carousel-component .subject-pod-100-right {
    display: block;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .generic-carousel-component .subject-pod-100-left .pod-image,
.generic-carousel-component .subject-pod-100-right .pod-image {
    width: 100%;
    padding-right: 0 !important;
  }
}
.generic-carousel-component .subject-pod-100-left .pod-image {
  padding-right: 80px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .subject-pod-100-left .pod-image {
    padding: 0;
  }
}
.generic-carousel-component .subject-pod-100-left .pod-content {
  padding-left: 0px;
}
.generic-carousel-component .subject-pod-100-left .pod-content .pod-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .subject-pod-100-left .pod-content .pod-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .subject-pod-100-left .generic-carousel-arrow.generic-carousel-arrowleft,
.generic-carousel-component .subject-pod-100-left .generic-carousel-arrow.generic-carousel-arrowright {
    display: none;
  }
}
.generic-carousel-component .generic-carousel-slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

/*jssor slider arrow skin 051 css*/
.generic-carousel-mainContainer .generic-carousel-arrow {
  text-align: center;
  width: 40px;
  height: 40px;
  top: 28%;
  display: block;
  position: absolute;
  cursor: pointer;
  border-radius: 40px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-mainContainer .generic-carousel-arrow {
    width: 25px;
    height: 25px;
  }
}
.generic-carousel-mainContainer .generic-carousel-arrow:hover {
  opacity: 0.8;
}
.generic-carousel-mainContainer .generic-carousel-arrow .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}
.generic-carousel-mainContainer .generic-carousel-arrow.generic-carousel-arrowdn {
  opacity: 0.5;
}
.generic-carousel-mainContainer .generic-carousel-arrow.generic-carousel-arrowds {
  pointer-events: none;
}
.generic-carousel-mainContainer .generic-carousel-arrow.generic-carousel-arrowds .icon {
  fill: #363131;
}
.generic-carousel-mainContainer .generic-carousel-arrow .icon {
  display: block;
  height: 60%;
  color: #363131;
  margin-top: 20%;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-mainContainer .generic-carousel-arrow .icon {
    margin-top: 20%;
  }
}
.generic-carousel-mainContainer .generic-carousel-arrow .icon .icon-svg {
  max-width: 100%;
  max-height: 100%;
}
.generic-carousel-mainContainer .generic-carousel-arrow i.icon.icon-page-right {
  left: 6px;
}
.generic-carousel-mainContainer .generic-carousel-arrow.generic-carousel-arrowright, .generic-carousel-mainContainer .generic-carousel-arrow.generic-thumbnail-arrowright {
  right: 25px;
}
.generic-carousel-mainContainer .generic-carousel-arrow.generic-carousel-arrowleft, .generic-carousel-mainContainer .generic-carousel-arrow.generic-thumbnail-arrowleft {
  left: 25px;
}
.generic-carousel-mainContainer .generic-carousel-arrow.generic-carousel-arrowright.generic-thumbnail-arrowright {
  height: 35px;
  width: 35px;
}
.generic-carousel-mainContainer .generic-carousel-arrow.generic-carousel-arrowleft.generic-thumbnail-arrowleft {
  height: 35px;
  width: 35px;
}

.generic-carousel-component .generic-carousel-mainContainer {
  margin: 0 !important;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer {
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .generic-carousel-component .generic-carousel-mainContainer {
    margin: 0 auto !important;
  }
}

.generic-carousel-component .generic-carousel-mainContainer > div {
  margin: 1px;
}

.generic-carousel-component .generic-carousel-mainContainer {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
}
.generic-carousel-component .generic-carousel-mainContainer.initiate-slider {
  visibility: hidden;
}
.generic-carousel-component .generic-carousel-mainContainer .generic-caption .generic-caption-text.body-1 .generic-caption-desc {
  max-height: 47.2px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer .generic-caption .generic-caption-text.body-1 .generic-caption-desc {
    max-height: 64.8px;
  }
}
.generic-carousel-component .generic-carousel-mainContainer .icon-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  fill: white;
}

.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="3"] .genericcarouselitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="3"] .genericcarouselitem {
    display: block;
  }
}
.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="3"] .genericcarouselitem > div {
  width: 33.33%;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="3"] .genericcarouselitem > div {
    width: 100%;
    text-align: center;
  }
}

.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="3"] .subject-pod-100-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="3"] .subject-pod-100-left .pod-image {
  padding-right: 10px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="3"] .subject-pod-100-left .pod-image {
    padding: 0px;
  }
}

.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="3"] .subject-pod-100-left .pod-content {
  padding-right: 10px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="3"] .subject-pod-100-left .pod-content {
    padding: 0px;
  }
}

.generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .subject-pod-100-left .pod-image {
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  .generic-carousel-component .generic-carousel-mainContainer[data-per-slide-components="2"] .subject-pod-100-left .pod-image {
    padding: 0px;
  }
}

.dropdown__panel {
  position: fixed;
  top: var(--dropdown-top, 69px);
  width: 100%;
  height: 100%;
  max-height: calc(100vh - var(--dropdown-top, 69px));
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 80px 0;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.dropdown__panel .country-selector--spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  min-height: 200px;
  width: 100%;
}
.dropdown__panel .country-selector--spinner::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 5px solid rgba(190, 43, 187, 0.2);
  border-top-color: #BE2BBB;
  -webkit-animation: country-selector-spin 0.75s linear infinite;
  animation: country-selector-spin 0.75s linear infinite;
}
.dropdown__panel .country-selector--spinner--hidden {
  display: none;
}
@media (min-width: 1024px) {
  .dropdown__panel {
    padding: 120px 0 40px 0;
    gap: 40px;
  }
}
.dropdown__panel--open {
  visibility: visible;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0s, -webkit-transform 0.2s ease;
}
.dropdown__panel .dropdown__panel__close {
  display: none;
}
@media (min-width: 1024px) {
  .dropdown__panel .dropdown__panel__close {
    display: block;
    position: absolute;
    top: 16px;
    right: 24px;
    background: none;
    border: none;
  }
}
.dropdown__panel .dropdown__panel__close::after {
  content: "";
  display: inline-block;
}
.dropdown__panel .dropdown__panel__close:focus, .dropdown__panel .dropdown__panel__close:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
.dropdown__panel .dropdown__panel__region {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  border-bottom: 1px solid rgba(54, 49, 49, 0.3019607843);
  width: 100%;
  padding-bottom: 30px;
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .dropdown__panel .dropdown__panel__region {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 40px;
  }
}
.dropdown__panel .dropdown__panel__region:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .dropdown__panel .dropdown__panel__region {
    grid-template-columns: 208px 1fr;
    padding-bottom: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.dropdown__panel .dropdown__panel__region .dropdown__panel__region-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .dropdown__panel .dropdown__panel__region .dropdown__panel__region-title {
    font-size: 22px;
    line-height: 24px;
  }
}
.dropdown__panel .dropdown__panel__region .dropdown__panel__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  list-style: none;
}
@media (min-width: 1024px) {
  .dropdown__panel .dropdown__panel__region .dropdown__panel__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px 16px;
  }
}
.dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item .dropdown__panel__country-name {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item .dropdown__panel__country-name {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item .dropdown__panel__country-name {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item .dropdown__panel__country-language {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item .dropdown__panel__country-language {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item .dropdown__panel__country-language {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item .dropdown__panel__country-language a[aria-current=page] {
  color: #BE2BBB;
  text-decoration: underline;
}
.dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item .dropdown__panel__country-language a {
  white-space: nowrap;
  text-decoration: none;
}
.dropdown__panel .dropdown__panel__region .dropdown__panel__list .dropdown__panel__item .dropdown__panel__country-language a::after {
  margin-left: 8px;
}
.dropdown__panel .dropdown__panel__error {
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .dropdown__panel .dropdown__panel__error {
    padding-left: 56px;
  }
}
.dropdown__panel .header__dropdown-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #BE2BBB;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: #ffffff;
  margin: 24px 0 0 16px;
  padding: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .dropdown__panel .header__dropdown-back {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .dropdown__panel .header__dropdown-back {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.dropdown__panel .header__dropdown-back:focus, .dropdown__panel .header__dropdown-back:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
.dropdown__panel .header__dropdown-back .icon-arrow-right, .dropdown__panel .header__dropdown-back .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after, .topic-content-collection__items .topic-content-collection__item .dropdown__panel .header__dropdown-back .topic-content-collection__link::after, .dropdown__panel .header__dropdown-back .rte .rte-purple-arrow::after, .rte .dropdown__panel .header__dropdown-back .rte-purple-arrow::after, .dropdown__panel .header__dropdown-back .rte .rte-grey-arrow::after, .rte .dropdown__panel .header__dropdown-back .rte-grey-arrow::after, .dropdown__panel .header__dropdown-back .rte .rte-white-arrow::after, .rte .dropdown__panel .header__dropdown-back .rte-white-arrow::after, .dropdown__panel .header__dropdown-back .rte .purple-arrow::after, .rte .dropdown__panel .header__dropdown-back .purple-arrow::after, .dropdown__panel .header__dropdown-back .rte .grey-arrow::after, .rte .dropdown__panel .header__dropdown-back .grey-arrow::after, .dropdown__panel .header__dropdown-back .rte .white-arrow::after, .rte .dropdown__panel .header__dropdown-back .white-arrow::after, .dropdown__panel .header__dropdown-back .block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .dropdown__panel .header__dropdown-back .report-card__title::after, .dropdown__panel .header__dropdown-back .block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after, .block-card .report-card__container .report-card__link .report-card__content .dropdown__panel .header__dropdown-back .report-card__cta::after, .dropdown__panel .header__dropdown-back .latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after, .latest-press-releases .latest-press-releases__section .dropdown__panel .header__dropdown-back .latest-press-releases__cta::after, .dropdown__panel .header__dropdown-back .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__arrow-icon, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .dropdown__panel .header__dropdown-back .header__arrow-icon, .dropdown__panel .header__dropdown-back .bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .dropdown__panel .header__dropdown-back .bms-button--primary::after, .dropdown__panel .header__dropdown-back .bms-button--secondary::after, .dropdown__panel .header__dropdown-back .bms-button--tertiary::after, .dropdown__panel .header__dropdown-back .bms-link-button::after, .dropdown__panel .header__dropdown-back .bms-chip::after, .dropdown__panel .header__dropdown-back .be-button-wrapper .be-button:not(.bms-chip):not(.bms-button-external)::after, .be-button-wrapper .dropdown__panel .header__dropdown-back .be-button:not(.bms-chip):not(.bms-button-external)::after, .dropdown__panel .header__dropdown-back .bms-button:not(.bms-button-external)::after, .dropdown__panel .header__dropdown-back .primary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .primary-button .be-button-wrapper .dropdown__panel .header__dropdown-back .be-button:not(.bms-chip)::after, .dropdown__panel .header__dropdown-back .secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .secondary-button .be-button-wrapper .dropdown__panel .header__dropdown-back .be-button:not(.bms-chip)::after, .dropdown__panel .header__dropdown-back .tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .tertiary-button .be-button-wrapper .dropdown__panel .header__dropdown-back .be-button:not(.bms-chip)::after, .dropdown__panel .header__dropdown-back .cross-site .button-container #external-continue-close::after, .cross-site .button-container .dropdown__panel .header__dropdown-back #external-continue-close::after,
.dropdown__panel .header__dropdown-back .cross-site .button-container #external-continue-link::after,
.cross-site .button-container .dropdown__panel .header__dropdown-back #external-continue-link::after, .dropdown__panel .header__dropdown-back .external-link-warning-modal .button-container a::after, .external-link-warning-modal .button-container .dropdown__panel .header__dropdown-back a::after {
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .dropdown__panel .header__dropdown-back {
    display: none;
  }
}

@-webkit-keyframes country-selector-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes country-selector-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.topnav {
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-color: #ffffff;
  color: #363131;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  z-index: 300;
  gap: 10px;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .topnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    background-color: #BE2BBB;
    color: #ffffff;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    max-height: none;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .topnav--hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.topnav .topnav__container {
  width: 100%;
}
@media (min-width: 1024px) {
  .topnav .topnav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 56px;
  }
  .page--full-width .topnav .topnav__container {
    max-width: none;
  }
}
.topnav .topnav__container .topnav__logo-link {
  display: none;
}
@media (min-width: 1024px) {
  .topnav .topnav__container .topnav__logo-link {
    color: #BE2BBB;
    font-family: "Basel Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: calc(var(--topnav-height, 46px) + 20px);
  }
  .topnav .topnav__container .topnav__logo-link .topnav__logo {
    height: auto;
    max-width: 197px;
    max-height: 28px;
    aspect-ratio: 197/28;
  }
}
@media (max-width: 480px) {
  .topnav .topnav__container .topnav__logo-link .topnav__logo {
    max-width: 170px;
  }
}
.topnav .topnav__container .topnav__logo-link:focus, .topnav .topnav__container .topnav__logo-link:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
.topnav .topnav__container .topnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 32px 0;
  gap: 16px;
  list-style: none;
  margin: 0;
  border-top: 1px solid rgba(41, 6, 40, 0.3019607843);
}
@media (min-width: 1024px) {
  .topnav .topnav__container .topnav__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 12px 0;
    gap: 48px;
    border-top: none;
    padding-right: 4px;
  }
}
.topnav .topnav__container .topnav__link {
  color: #363131;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: none;
  display: block;
  text-align: left;
  padding: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  gap: 4px;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.topnav .topnav__container .topnav__link:hover {
  color: #363131;
}
.topnav .topnav__container .topnav__link:hover {
  background-color: rgba(190, 43, 187, 0.1);
}
.topnav .topnav__container .topnav__link:focus, .topnav .topnav__container .topnav__link:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
.topnav .topnav__container .topnav__link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
}
@media (min-width: 1024px) {
  .topnav .topnav__container .topnav__link {
    color: #ffffff;
    font-family: "Basel Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: initial;
    padding: 0;
    -webkit-transition: none;
    transition: none;
  }
  .topnav .topnav__container .topnav__link:hover {
    color: #ffffff;
  }
  .topnav .topnav__container .topnav__link:not([data-classname~=cross-site])[data-target=externalLink]::after {
    margin-bottom: 4px;
  }
  .topnav .topnav__container .topnav__link:hover {
    background-color: transparent;
  }
  .topnav .topnav__container .topnav__link:focus, .topnav .topnav__container .topnav__link:focus-visible {
    outline: 1px dotted #ffffff;
    outline-offset: 2px;
  }
  .topnav .topnav__container .topnav__link:not([data-classname~=cross-site])[data-target=externalLink]::after {
    margin-left: auto;
  }
}
@media (min-width: 481px) and (width < 1024px) {
  .topnav .topnav__container .topnav__link {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .topnav .topnav__container .topnav__link {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}

.header:has(.header__nav.active):not(.header--submenu-open) .topnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .header:has(.header__nav.active):not(.header--submenu-open) .topnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 300;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.6s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.6s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  max-height: 100vh;
  overflow: auto;
}
@media (min-width: 1024px) {
  .header {
    height: 100%;
    overflow: unset;
  }
}
.header .skip-link {
  position: absolute;
  top: -999px;
  left: -999px;
  z-index: 500;
  padding: 8px 20px;
  background-color: #BE2BBB;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}
.header .skip-link:focus {
  top: 3px;
  left: 10px;
  color: #BE2BBB;
  text-decoration: none;
  background-color: #ffffff;
  outline: 2px dotted #000000;
}
.header--topnav-hidden {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .header--topnav-hidden {
    -webkit-transform: translateY(calc(-1 * var(--topnav-height, 0px)));
            transform: translateY(calc(-1 * var(--topnav-height, 0px)));
  }
}
.header--sticky {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.header .header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header__nav-wrapper:has(.header__nav.active) {
  height: 100vh;
}
@media (min-width: 1024px) {
  .header .header__nav-wrapper:has(.header__nav.active) {
    height: unset;
  }
}
.header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.page--full-width .header .header__container {
  max-width: none;
}
@media (min-width: 1024px) {
  .header .header__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 56px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 68px;
  }
}
.header .header__container .header__logo-link {
  color: #BE2BBB;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 16px;
  padding-right: 16px;
  height: 68px;
}
@media (min-width: 1024px) {
  .header .header__container .header__logo-link {
    display: none;
    padding: unset;
  }
}
.header .header__container .header__logo-link .header__logo {
  height: auto;
  max-width: 197px;
  max-height: 28px;
  aspect-ratio: 197/28;
}
@media (max-width: 480px) {
  .header .header__container .header__logo-link .header__logo {
    max-width: 170px;
  }
}
.header .header__container .header__logo-link:focus, .header .header__container .header__logo-link:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: -4px;
}
.header .header__container .header__nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  padding: 0 16px 32px 16px;
  gap: 32px;
  background-color: #ffffff;
}
.header .header__container .header__nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    width: auto;
    padding: 0;
    gap: 0;
    max-height: none;
    overflow: hidden;
    padding: 0;
    height: 100%;
  }
  .header .header__container .header__nav.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .header__container .header__nav .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(41, 6, 40, 0.3019607843);
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    border-top: none;
    padding-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding-right: 4px;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item {
  position: relative;
}
.header .header__container .header__nav .header__nav-list .header__nav-item--dropdown .header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #363131;
  width: 100%;
}
@media (min-width: 481px) and (width < 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item--dropdown .header__nav-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item--dropdown .header__nav-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item--dropdown .header__nav-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item--search {
  display: none;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item--search {
    display: block;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link {
  color: #363131;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 140%;
  padding: 0;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link:hover {
  color: #BE2BBB;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) and (min-width: 481px) and (width < 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  margin-bottom: 4px;
  margin-left: auto;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link:hover {
  text-decoration: underline;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link:focus, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link--dropdown.active {
  color: #BE2BBB;
  text-decoration: underline;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__arrow-icon {
  display: block;
  color: #BE2BBB;
  width: 1em;
  height: 1em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__arrow-icon {
    display: none;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown {
  position: fixed;
  padding: 0 16px 32px 16px;
  gap: 32px;
  top: 68px;
  left: 0;
  right: 0;
  -webkit-transform: none;
          transform: none;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 300;
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  max-height: calc(100dvh - 80px);
  overflow-y: auto;
  max-width: unset;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown {
    position: fixed;
    left: 50%;
    top: 114px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: block;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 0;
    gap: 0;
    height: auto;
    max-height: none;
    overflow-y: visible;
  }
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #363131;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  text-align: left;
  padding-top: 32px;
  padding-left: 0;
  border-top: 1px solid rgba(54, 49, 49, 0.3019607843);
}
@media (min-width: 481px) and (width < 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back:focus, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .icon-arrow-right, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after, .topic-content-collection__items .topic-content-collection__item .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .topic-content-collection__link::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .rte .rte-purple-arrow::after, .rte .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .rte-purple-arrow::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .rte .rte-grey-arrow::after, .rte .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .rte-grey-arrow::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .rte .rte-white-arrow::after, .rte .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .rte-white-arrow::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .rte .purple-arrow::after, .rte .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .purple-arrow::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .rte .grey-arrow::after, .rte .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .grey-arrow::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .rte .white-arrow::after, .rte .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .white-arrow::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href] .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .report-card__title::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after, .block-card .report-card__container .report-card__link .report-card__content .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .report-card__cta::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after, .latest-press-releases .latest-press-releases__section .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .latest-press-releases__cta::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .bms-button-external[data-target=externalLink][data-classname~=cross-site]::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .bms-button--primary::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .bms-button--secondary::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .bms-button--tertiary::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .bms-link-button::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .bms-chip::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .be-button-wrapper .be-button:not(.bms-chip):not(.bms-button-external)::after, .be-button-wrapper .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .be-button:not(.bms-chip):not(.bms-button-external)::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .bms-button:not(.bms-button-external)::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .primary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .primary-button .be-button-wrapper .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .be-button:not(.bms-chip)::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .secondary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .secondary-button .be-button-wrapper .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .be-button:not(.bms-chip)::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .tertiary-button .be-button-wrapper .be-button:not(.bms-chip)::after, .tertiary-button .be-button-wrapper .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .be-button:not(.bms-chip)::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .cross-site .button-container #external-continue-close::after, .cross-site .button-container .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back #external-continue-close::after,
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .cross-site .button-container #external-continue-link::after,
.cross-site .button-container .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back #external-continue-link::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .external-link-warning-modal .button-container a::after, .external-link-warning-modal .button-container .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back a::after, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back .header__nav-link .header__arrow-icon, .header .header__container .header__nav .header__nav-list .header__nav-item .header__nav-link .header__dropdown .header__dropdown-back .header__arrow-icon {
  color: #BE2BBB;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-back {
    display: none;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  align-self: stretch;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container {
    grid-template-columns: 1fr 2fr;
    min-height: calc((100vh - var(--header-height)) / 2);
    max-height: calc(100vh - var(--header-height));
    padding: 40px 56px;
    gap: 16px;
    overflow-y: hidden;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured {
  display: none;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 432px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card {
  gap: 12px;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(2), .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:nth-child(2):last-child {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3), .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3) ~ .header__featured-card {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3) .header__featured-link, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3) ~ .header__featured-card .header__featured-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3) .header__featured-image, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3) ~ .header__featured-card .header__featured-image {
    width: 120px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3) .header__featured-text, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3) ~ .header__featured-card .header__featured-text {
  color: #363131;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3) .header__featured-text, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card:first-child:nth-last-child(n+3) ~ .header__featured-card .header__featured-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 16px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link {
  color: #BE2BBB;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  display: block;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link:hover {
  color: #363131;
}
@media (min-width: 481px) and (width < 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link:hover .header__featured-text {
  text-decoration: underline;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link:focus, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link .header__featured-image {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link .header__featured-text {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #363131;
  padding: 0;
  gap: 8px;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 481px) and (width < 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link .header__featured-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-featured .header__featured-card .header__featured-link .header__featured-text {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-left: none;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-left: none;
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section {
    gap: 40px;
    border-left: 1px solid rgba(41, 6, 40, 0.3019607843);
    padding: 0 0 0 24px;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title {
  margin-bottom: 0;
  border-bottom: none;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
  color: #363131;
  gap: 16px;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    leading-trim: both;
    color: #363131;
    font-family: "Basel Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
  }
}
@media (min-width: 1024px) and (min-width: 481px) and (width < 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title:hover {
    color: #BE2BBB;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title:hover {
  text-decoration: underline;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title:not([href]) {
  color: #363131;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-title:not([href]):hover {
  color: #363131;
  text-decoration: none;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list {
    gap: 16px;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list li:last-child .header__dropdown-link {
  border-bottom: none;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link {
  color: #363131;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link:hover {
  color: #BE2BBB;
}
@media (min-width: 481px) and (width < 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link:not([data-classname~=cross-site])[data-target=externalLink] ::after {
  margin-left: 12px;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link:hover {
  text-decoration: none;
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link:focus, .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .header__dropdown-section .header__dropdown-list .header__dropdown-link:hover {
    text-decoration: underline;
  }
}
.header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .section-3 {
  border-top: 1px solid rgba(54, 49, 49, 0.3019607843);
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__nav-list .header__nav-item .header__dropdown .header__dropdown-container .header__dropdown-sections-wrapper .section-3 {
    border-top: none;
    padding-right: 40px;
  }
}
.header .header__container .header__nav .header__search-btn {
  display: none;
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    padding: 0;
  }
  .header .header__container .header__nav .header__search-btn:hover {
    color: #BE2BBB;
  }
  .header .header__container .header__nav .header__search-btn:focus, .header .header__container .header__nav .header__search-btn:focus-visible {
    outline: 1px dotted #BE2BBB;
    outline-offset: 2px;
  }
}
.header .header__container .header__nav .header__search-btn .header__search-text {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .header .header__container .header__nav .header__search-btn .header__search-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .header .header__container .header__nav .header__search-btn .header__search-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.header .header__container .header__mobile-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .header .header__container .header__mobile-search-container {
    display: none;
  }
}
.header .header__container .header__mobile-search-container .header__mobile-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #BE2BBB;
}
.header .header__container .header__mobile-search-container .header__mobile-search:focus, .header .header__container .header__mobile-search-container .header__mobile-search:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .header .header__container .header__mobile-search-container .header__mobile-search {
    display: none;
  }
}
.header .header__container .header__mobile-search-container .icon {
  display: block;
  width: 24px;
  height: 24px;
}
.header .header__container .header__mobile-search-container .header__mobile-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .header__container .header__mobile-search-container .header__mobile-toggle {
    display: none;
  }
}
.header .header__container .header__mobile-search-container .header__mobile-toggle:focus, .header .header__container .header__mobile-search-container .header__mobile-toggle:focus-visible {
  outline: 1px dotted #BE2BBB;
  outline-offset: 2px;
}
.header .header__container .header__mobile-search-container .header__mobile-toggle.active .header__mobile-toggle-icon--hamburger {
  display: none;
}
.header .header__container .header__mobile-search-container .header__mobile-toggle.active .header__mobile-toggle-icon--close {
  display: block;
}
.header .header__container .header__mobile-search-container .header__mobile-toggle .header__mobile-toggle-icon--close {
  display: none;
}

.aem-edit-mode .header {
  position: static;
}

/* History Timeline Template Specific Styles */
.site-contain.bms-relaunch .site-top-nav:has(~ main .history-timeline) {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.site-contain.bms-relaunch main:has(.history-timeline) {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  margin: unset;
}
.site-contain.bms-relaunch .site-top-nav:has(~ main .history-timeline) .header .header__search-text {
  color: #363131;
}

.top-nav-search {
  position: relative;
}
.top-nav-search__modal {
  overflow: hidden;
}
.top-nav-search__modal.fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.4s;
  transition: opacity 0.5s ease-in-out 0.4s;
}
.top-nav-search__modal.fade.show {
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.top-nav-search__modal .top-nav-search__modal-dialog {
  max-width: 920px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-in-out 0s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.5s ease-in-out 0s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.5s ease-in-out 0s;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.5s ease-in-out 0s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.top-nav-search__modal.show .top-nav-search__modal-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-in-out 0.1s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.6s ease-in-out 0.1s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.6s ease-in-out 0.1s;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.6s ease-in-out 0.1s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
.top-nav-search__modal.fade:not(.show) .top-nav-search__modal-dialog {
  -webkit-transition: opacity 0.7s ease-in-out 0s, -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  transition: opacity 0.7s ease-in-out 0s, -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s, opacity 0.7s ease-in-out 0s;
  transition: transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s, opacity 0.7s ease-in-out 0s, -webkit-transform 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}
.top-nav-search__modal .top-nav-search__modal-content {
  background-color: #ffffff;
  border-radius: 0;
  border: none;
  display: grid;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-title {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #BE2BBB;
}
@media (min-width: 481px) and (width < 1024px) {
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-title {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-title {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-btn-close {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 8px;
  cursor: pointer;
  margin: 0;
  opacity: 1;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-icon-cross {
  display: block;
  width: 24px;
  height: 24px;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(54, 49, 49, 0.1);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input-wrapper:focus-within {
  border-bottom-color: #BE2BBB;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input {
  border: none;
  padding: 12px 0px;
  width: 100%;
  outline: none;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input::-webkit-input-placeholder {
  color: #363131;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input::-moz-placeholder {
  color: #363131;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input:-ms-input-placeholder {
  color: #363131;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input::-ms-input-placeholder {
  color: #363131;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input::placeholder {
  color: #363131;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: auto;
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  padding: 0px;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-input-icon:hover {
  opacity: 0.7;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-icon-search {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-quick-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--xl, 24px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-quick-links ul a {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-decoration: underline;
}
@media (min-width: 481px) and (width < 1024px) {
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-quick-links ul a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-quick-links ul a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-quick-links ul a:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-quick-links ul a::after {
  width: 16px;
  height: 16px;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-quick-links ul a:hover {
  color: #BE2BBB;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-suggestions {
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-suggestions .top-nav-search__modal-suggestion-item {
  padding: 16px 24px;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  border-top: 1px solid rgba(54, 49, 49, 0.1);
  background-color: #F5F5F5;
}
@media (min-width: 481px) and (width < 1024px) {
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-suggestions .top-nav-search__modal-suggestion-item {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-suggestions .top-nav-search__modal-suggestion-item {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-suggestions .top-nav-search__modal-suggestion-item:hover, .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-suggestions .top-nav-search__modal-suggestion-item.active {
  color: #BE2BBB;
  text-decoration: underline;
}
@media (width < 1024px) {
  .top-nav-search__modal .top-nav-search__modal-dialog {
    margin: 0;
    max-width: 100%;
  }
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container {
    padding: 24px 16px 16px 16px;
    gap: 8px;
  }
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-btn-close {
    right: 8px;
    top: 8px;
  }
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-btn-close i {
    width: 20px;
    height: 20px;
  }
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-search-container .top-nav-search__modal-quick-links {
    display: none;
  }
  .top-nav-search__modal .top-nav-search__modal-content .top-nav-search__modal-suggestions .top-nav-search__modal-suggestion-item {
    padding: 16px;
  }
}

body.external-modal .top-nav-search__modal-content {
  pointer-events: none;
}

.hero-banner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  gap: 16px;
  padding-bottom: 30px;
}
.hero-banner .hero-banner__text-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px 40px 80px 0;
}
@media (min-width: 1024px) {
  .hero-banner .hero-banner__text-grid {
    max-height: 750px;
  }
}
.hero-banner .hero-banner__text-grid .hero-banner__title {
  margin: 0;
  padding-bottom: 24px;
}
.hero-banner .hero-banner__text-grid .hero-banner__description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .hero-banner .hero-banner__text-grid .hero-banner__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .hero-banner .hero-banner__text-grid .hero-banner__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.hero-banner .hero-banner__text-grid .hero-banner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 24px;
  margin-top: 32px;
  gap: 0px;
}
.hero-banner .hero-banner__text-grid .hero-banner__button:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
}
.hero-banner .hero-banner__image-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.hero-banner .hero-banner__image {
  grid-row: 1;
  grid-column: 1;
}
.hero-banner .hero-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.object-cover .hero-banner .hero-banner__image img {
  -o-object-fit: fill;
     object-fit: fill;
}
.hero-banner .hero-banner__image:nth-child(n+2) {
  display: none;
}
.image--1 .hero-banner .hero-banner__image-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.image--1 .hero-banner .hero-banner__image {
  grid-row: 1;
  grid-column: 1;
}
@media (min-width: 1024px) {
  .image--1 .hero-banner .hero-banner__image img {
    height: 750px;
  }
}
.image--1 .hero-banner .hero-banner__image:nth-child(n+2) {
  display: none;
}
.image--2 .hero-banner .hero-banner__image-grid {
  grid-template-columns: 2fr 2fr;
  grid-template-rows: 1fr;
  min-height: 720px;
}
.image--2 .hero-banner .hero-banner__image {
  grid-row: 1;
}
@media (min-width: 1024px) {
  .image--2 .hero-banner .hero-banner__image img {
    height: 750px;
  }
}
.image--2 .hero-banner .hero-banner__image:nth-child(1) {
  grid-column: 1;
  padding-right: 16px;
}
.image--2 .hero-banner .hero-banner__image:nth-child(2) {
  grid-column: 2;
  display: block;
}
.image--2 .hero-banner .hero-banner__image:nth-child(3) {
  display: none;
}
.image--3 .hero-banner .hero-banner__image-grid {
  grid-template-columns: 3fr 2fr;
  grid-template-rows: repeat(2, 1fr);
}
.image--3 .hero-banner .hero-banner__image:nth-child(1) {
  grid-row: 1/span 2;
  grid-column: 1;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .image--3 .hero-banner .hero-banner__image:nth-child(1) img {
    height: 750px;
  }
}
.image--3 .hero-banner .hero-banner__image:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
  padding-bottom: 16px;
  display: block;
}
@media (min-width: 1024px) {
  .image--3 .hero-banner .hero-banner__image:nth-child(2) img {
    height: 414px;
  }
}
.image--3 .hero-banner .hero-banner__image:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
  display: block;
}
@media (min-width: 1024px) {
  .image--3 .hero-banner .hero-banner__image:nth-child(3) img {
    height: 320px;
  }
}
@media (width < 1024px) {
  .hero-banner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 40px;
  }
  .hero-banner .hero-banner__text-grid {
    padding: 0;
  }
  .hero-banner .hero-banner__text-grid .hero-banner__title {
    padding-bottom: 16px;
  }
  .hero-banner .hero-banner__text-grid .hero-banner__button {
    margin-top: 24px;
  }
  .hero-banner .hero-banner__image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .hero-banner .hero-banner__image:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .hero-banner .hero-banner__image:nth-child(n+2) {
    display: none;
  }
  .image--1 .hero-banner .hero-banner__image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .image--1 .hero-banner .hero-banner__image:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .image--1 .hero-banner .hero-banner__image:nth-child(n+2) {
    display: none;
  }
  .image--2 .hero-banner .hero-banner__image-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 440px;
  }
  .image--2 .hero-banner .hero-banner__image:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    padding-right: 16px;
  }
  .image--2 .hero-banner .hero-banner__image:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    display: block;
  }
  .image--2 .hero-banner .hero-banner__image:nth-child(3) {
    display: none;
  }
  .image--3 .hero-banner .hero-banner__image-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .image--3 .hero-banner .hero-banner__image:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: 1;
    padding: 0 0 16px 0;
  }
  .image--3 .hero-banner .hero-banner__image:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    padding: 0 16px 0 0;
    display: block;
  }
  .image--3 .hero-banner .hero-banner__image:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
    display: block;
  }
}

.home-carousel-section {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .home-carousel-section {
    padding-bottom: 42px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .home-carousel-section {
    padding-bottom: 42px;
    margin-bottom: 30px;
  }
}
.home-carousel-section .home-carousel-container {
  position: relative;
  margin-bottom: 30px;
}
.home-carousel-section .home-carousel-container.initiate-slider {
  visibility: hidden;
}
.home-carousel-section .home-carousel-container .home-carousel-slides {
  position: relative;
}
.home-carousel-section .home-carousel-container .hero-image {
  -webkit-transform: translate3d(0, 0, 0);
}
.home-carousel-section #sliderbox {
  display: none;
  position: absolute;
  bottom: 55px;
  width: 360px;
}
@media only screen and (max-width: 480px) {
  .home-carousel-section #sliderbox {
    width: 100%;
    bottom: 1px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .home-carousel-section #sliderbox {
    margin-left: 0px;
    bottom: 2px;
    left: 3.25rem;
  }
}
.home-carousel-section #sliderbox.hero-textbox-left {
  left: 3.5rem;
}
@media only screen and (max-width: 480px) {
  .home-carousel-section #sliderbox.hero-textbox-left {
    left: auto;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .home-carousel-section #sliderbox.hero-textbox-left {
    left: 3.25rem;
  }
}
@media only screen and (min-width: $screen-lg-min-relaunch) {
  .home-carousel-section #sliderbox.hero-textbox-left {
    left: 7.5rem;
  }
}
.home-carousel-section #sliderbox.hero-textbox-right {
  right: 3.5rem;
}
@media only screen and (max-width: 480px) {
  .home-carousel-section #sliderbox.hero-textbox-right {
    right: auto;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .home-carousel-section #sliderbox.hero-textbox-right {
    right: 3.25rem;
  }
}
@media only screen and (min-width: $screen-lg-min-relaunch) {
  .home-carousel-section #sliderbox.hero-textbox-right {
    right: 7.5rem;
  }
}
.home-carousel-section #sliderbox .slider-top-section {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}
.home-carousel-section #sliderbox .slider-top-section svg {
  cursor: pointer;
}
.home-carousel-section #sliderbox .slider-top-section .slideaction {
  padding-top: 3px;
}
.home-carousel-section #sliderbox .slider-top-section .prev-carousel-next {
  margin-left: auto;
}
.home-carousel-section #sliderbox .slider-top-section .prev-carousel-next .carousel {
  font-weight: 500;
  font-size: 13px;
  text-align: right;
  letter-spacing: 0.2px;
  line-height: 16px;
  padding: 0 5px;
}
@media only screen and (max-width: 1023px) {
  .home-carousel-section #sliderbox .slider-top-section .prev-carousel-next .carousel {
    font-size: 16px;
  }
}
.home-carousel-section #sliderbox .progress-bar {
  background-color: whitesmoke;
}
.home-carousel-section #sliderbox #slideprogress {
  width: 100%;
  background-color: #BE2BBB;
  height: 2px;
}
.home-carousel-section #sliderbox .overlay {
  background-color: #ffffff;
  padding: 10px;
  max-height: 70px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-carousel-section #sliderbox .overlay .img-thumb {
  height: 52px;
}
.home-carousel-section #sliderbox .overlay #next {
  width: 92px;
  height: auto;
  max-height: 52px;
  margin-right: 10px;
}
.home-carousel-section #sliderbox .overlay .textnext {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 1023px) {
  .home-carousel-section #sliderbox .overlay .textnext {
    font-size: 16px;
  }
}
.home-carousel-section #sliderbox .overlay #msg {
  font-size: 14px;
  line-height: 16px;
  word-wrap: break-word;
  white-space: normal;
  max-height: 32px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .home-carousel-section #sliderbox .overlay #msg {
    margin-right: 5px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .home-carousel-section #sliderbox .overlay #msg {
    left: 52px;
    font-size: 16px;
  }
}

.home-carousel-container[data-autoplay="0"] + #sliderbox .slideaction #pause-btn {
  display: none;
}

.home-carousel-container[data-autoplay="1"] + #sliderbox .slideaction #play-btn {
  display: none;
}

.home-carousel-item {
  position: relative;
}
.home-carousel-item img {
  width: 100%;
  height: auto;
}
.home-carousel-item .hero-carousel .hero-textbox:before {
  height: 3px;
  display: none;
  width: 75%;
  background: none;
  content: "";
  margin-bottom: 10px;
}
.home-carousel-item .hero-carousel .hero-textbox {
  width: 50%;
  background: none;
  padding: 0;
  top: 0;
  position: absolute;
}
.home-carousel-item .hero-carousel .hero-textbox.has-background {
  padding: 1.25rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 24px 40px -24px rgba(89, 84, 84, 0.5);
          box-shadow: 0px 24px 40px -24px rgba(89, 84, 84, 0.5);
}
@media only screen and (min-width: 1024px) {
  .home-carousel-item .hero-carousel .hero-textbox {
    margin: 3.5rem;
    margin-top: 2.5rem;
  }
}
.home-carousel-item .hero-carousel .hero-textbox .mouseprint, .home-carousel-item .hero-carousel .hero-textbox .video .caption, .video .home-carousel-item .hero-carousel .hero-textbox .caption, .home-carousel-item .hero-carousel .hero-textbox .generic-form .submit-view .body-1, .generic-form .submit-view .home-carousel-item .hero-carousel .hero-textbox .body-1 {
  text-transform: uppercase;
  margin-left: 2px;
  font-size: 15px;
}
@media only screen and (max-width: 480px) {
  .home-carousel-item .hero-carousel .hero-textbox .mouseprint, .home-carousel-item .hero-carousel .hero-textbox .video .caption, .video .home-carousel-item .hero-carousel .hero-textbox .caption, .home-carousel-item .hero-carousel .hero-textbox .generic-form .submit-view .body-1, .generic-form .submit-view .home-carousel-item .hero-carousel .hero-textbox .body-1 {
    font-size: 16x;
  }
}
@media only screen and (max-width: 480px) {
  .home-carousel-item .hero-carousel .hero-textbox {
    font-size: 42px;
    line-height: 48px;
    margin: 1.5rem;
    margin-top: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .home-carousel-item .hero-carousel .hero-textbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3.25rem;
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-carousel-item .hero-carousel .hero-textbox-left {
    left: 0;
  }
}
@media only screen and (min-width: $screen-lg-min-relaunch) {
  .home-carousel-item .hero-carousel .hero-textbox-left {
    margin: 7.5rem;
    margin-top: 3.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-carousel-item .hero-carousel .hero-textbox-right {
    right: 0;
  }
}
@media only screen and (min-width: $screen-lg-min-relaunch) {
  .home-carousel-item .hero-carousel .hero-textbox-right {
    margin: 7.5rem;
    margin-top: 3.5rem;
  }
}
.home-carousel-item .hero-carousel .feature-title {
  padding-bottom: 22px;
}
@media (min-width: 1024px) {
  .home-carousel-item .hero-carousel .feature-title {
    font-size: 48px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .home-carousel-item .hero-carousel .feature-title {
    font-size: 42px;
    line-height: 48px;
    font-weight: 300;
    padding-bottom: 21px;
    width: 87%;
  }
}
@media only screen and (max-width: 480px) {
  .home-carousel-item .hero-carousel .feature-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 300;
    padding-bottom: 17px;
  }
}
.home-carousel-item .hero-carousel .feature-body {
  padding-bottom: 21px;
  font-weight: 400;
  width: 87%;
}
@media (min-width: 1024px) {
  .home-carousel-item .hero-carousel .feature-body {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .home-carousel-item .hero-carousel .feature-body {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 21px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 480px) {
  .home-carousel-item .hero-carousel .feature-body {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 18px;
    width: 100%;
    font-weight: 400;
  }
}
.home-carousel-item .hero-carousel .action-item a {
  margin-right: 10px;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  padding: 12px 24px;
  border: 1.5px solid #BE2BBB;
  height: auto;
  min-width: 200px;
  display: inline-block;
}
.home-carousel-item .hero-carousel .action-item a.primary-button {
  background-color: #BE2BBB;
  border-radius: 30px;
  color: #ffffff;
  letter-spacing: 0;
  margin: 10px 0;
  cursor: pointer;
  text-decoration: none;
  width: auto;
}
.home-carousel-item .hero-carousel .action-item a.primary-button:after {
  content: ">";
  margin-left: 8px;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-carousel-item .hero-carousel .action-item a.primary-button:after {
    visibility: visible;
  }
}
.home-carousel-item .hero-carousel .action-item a.primary-button:hover, .home-carousel-item .hero-carousel .action-item a.primary-button:focus {
  background-color: #BE2BBB;
  color: #ffffff;
}
.home-carousel-item .hero-carousel .action-item a.primary-button:hover:after, .home-carousel-item .hero-carousel .action-item a.primary-button:focus:after {
  content: ">";
  visibility: visible;
}
.home-carousel-item .hero-carousel .action-item a.primary-link, .home-carousel-item .hero-carousel .action-item .body-1 a.download-link, .body-1 .home-carousel-item .hero-carousel .action-item a.download-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  background-color: #ffffff;
  color: #BE2BBB;
}
.home-carousel-item .hero-carousel .action-item a.primary-link:hover, .home-carousel-item .hero-carousel .action-item .body-1 a.download-link:hover, .body-1 .home-carousel-item .hero-carousel .action-item a.download-link:hover, .home-carousel-item .hero-carousel .action-item a.primary-link:focus, .home-carousel-item .hero-carousel .action-item .body-1 a.download-link:focus, .body-1 .home-carousel-item .hero-carousel .action-item a.download-link:focus {
  font-weight: 400;
}
.home-carousel-item .hero-carousel .action-item a.primary-link:hover:after, .home-carousel-item .hero-carousel .action-item .body-1 a.download-link:hover:after, .body-1 .home-carousel-item .hero-carousel .action-item a.download-link:hover:after, .home-carousel-item .hero-carousel .action-item a.primary-link:focus:after, .home-carousel-item .hero-carousel .action-item .body-1 a.download-link:focus:after, .body-1 .home-carousel-item .hero-carousel .action-item a.download-link:focus:after {
  content: ">";
  visibility: visible;
}
.home-carousel-item .hero-carousel .action-item a.primary-link:after, .home-carousel-item .hero-carousel .action-item .body-1 a.download-link:after, .body-1 .home-carousel-item .hero-carousel .action-item a.download-link:after {
  content: ">";
  margin-left: 8px;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-carousel-item .hero-carousel .action-item a.primary-link:after, .home-carousel-item .hero-carousel .action-item .body-1 a.download-link:after, .body-1 .home-carousel-item .hero-carousel .action-item a.download-link:after {
    visibility: visible;
  }
}
@media only screen and (max-width: 480px) {
  .home-carousel-item .hero-carousel .action-item a.primary-link, .home-carousel-item .hero-carousel .action-item .body-1 a.download-link, .body-1 .home-carousel-item .hero-carousel .action-item a.download-link {
    display: inline-block;
    margin-top: 15px;
  }
}
.home-carousel-item .hero-carousel .action-item:nth-child(1) {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .home-carousel-item .hero-carousel .action-item {
    display: block;
  }
}

.cloned .home-carousel-slides {
  height: 0;
}
.cloned .home-carousel-slides .herocarouselitem.section {
  height: 0;
}

hr {
  margin: 24px auto;
  border: none;
  border-top: 1px solid #E0E0E0;
}

.iframe-box > .iframe-layout {
  width: 100%;
  border: none;
  outline: 0;
}

.iframe-box {
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTIwcHgnIGhlaWdodD0nMTIwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLWRlZmF1bHQiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48cmVjdCAgeD0nNDAnIHk9JzQwJyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHJ4PScxMDAlJyByeT0nMTAwJScgZmlsbD0nIzc1NzU3NScgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxLjJzJyBiZWdpbj0nMHMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0MCcgeT0nNDAnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgcng9JzEwMCUnIHJ5PScxMDAlJyBmaWxsPScjNzU3NTc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg0NSA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxLjJzJyBiZWdpbj0nMC4xNXMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0MCcgeT0nNDAnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgcng9JzEwMCUnIHJ5PScxMDAlJyBmaWxsPScjNzU3NTc1JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxLjJzJyBiZWdpbj0nMC4zcycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PHJlY3QgIHg9JzQwJyB5PSc0MCcgd2lkdGg9JzIwJyBoZWlnaHQ9JzIwJyByeD0nMTAwJScgcnk9JzEwMCUnIGZpbGw9JyM3NTc1NzUnIHRyYW5zZm9ybT0ncm90YXRlKDEzNSA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+ICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSdvcGFjaXR5JyBmcm9tPScxJyB0bz0nMCcgZHVyPScxLjJzJyBiZWdpbj0nMC40NDk5OTk5OTk5OTk5OTk5NnMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0MCcgeT0nNDAnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgcng9JzEwMCUnIHJ5PScxMDAlJyBmaWxsPScjNzU3NTc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMS4ycycgYmVnaW49JzAuNnMnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJy8+PC9yZWN0PjxyZWN0ICB4PSc0MCcgeT0nNDAnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgcng9JzEwMCUnIHJ5PScxMDAlJyBmaWxsPScjNzU3NTc1JyB0cmFuc2Zvcm09J3JvdGF0ZSgyMjUgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0nb3BhY2l0eScgZnJvbT0nMScgdG89JzAnIGR1cj0nMS4ycycgYmVnaW49JzAuNzVzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDAnIHk9JzQwJyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHJ4PScxMDAlJyByeT0nMTAwJScgZmlsbD0nIzc1NzU3NScgdHJhbnNmb3JtPSdyb3RhdGUoMjcwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzEuMnMnIGJlZ2luPScwLjg5OTk5OTk5OTk5OTk5OTlzJyByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPjwvcmVjdD48cmVjdCAgeD0nNDAnIHk9JzQwJyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHJ4PScxMDAlJyByeT0nMTAwJScgZmlsbD0nIzc1NzU3NScgdHJhbnNmb3JtPSdyb3RhdGUoMzE1IDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4gIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9J29wYWNpdHknIGZyb209JzEnIHRvPScwJyBkdXI9JzEuMnMnIGJlZ2luPScxLjA1cycgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz48L3JlY3Q+PC9zdmc+);
}

/*jssor slider bullet skin 031 css*/
.image-bullets {
  position: absolute;
  left: 0px;
}
.image-bullets .i {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.image-bullets .i svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-bullets .i .b {
  fill: #ffffff;
}
.image-bullets .i:hover .b {
  fill: #BE2BBB;
}
.image-bullets .iav .b {
  fill: #BE2BBB;
}
.image-bullets .i.idn {
  opacity: 1;
}

/*jssor slider arrow skin 051 css*/
.img-carousel-arrow {
  text-align: center;
  width: 40px;
  height: 40px;
  top: 28%;
  display: block;
  position: absolute;
  cursor: pointer;
  background-color: #BE2BBB;
  border-radius: 40px;
}
@media only screen and (max-width: 480px) {
  .img-carousel-arrow {
    width: 25px;
    height: 25px;
  }
}
.img-carousel-arrow:hover {
  opacity: 0.8;
}
.img-carousel-arrow .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}
.img-carousel-arrow.img-carousel-arrowdn {
  opacity: 0.5;
}
.img-carousel-arrow.img-carousel-arrowds {
  background-color: #757575;
  pointer-events: none;
}
.img-carousel-arrow .icon {
  height: 60%;
  color: #ffffff;
  margin-top: 20%;
  display: block;
}
@media only screen and (max-width: 480px) {
  .img-carousel-arrow .icon {
    margin-top: 20%;
  }
}
.img-carousel-arrow .icon .icon-svg {
  fill: #ffffff;
  height: 100%;
  width: 100%;
}
.img-carousel-arrow i.icon.icon-page-right {
  left: 6px;
}
.img-carousel-arrow.img-carousel-arrowright, .img-carousel-arrow.img-thumbnail-arrowright {
  right: 25px;
}
.img-carousel-arrow.img-carousel-arrowleft, .img-carousel-arrow.img-thumbnail-arrowleft {
  left: 25px;
}
.img-carousel-arrow.img-carousel-arrowright.img-thumbnail-arrowright {
  height: 35px;
  width: 35px;
}
.img-carousel-arrow.img-carousel-arrowleft.img-thumbnail-arrowleft {
  height: 35px;
  width: 35px;
}

.img-carousel-mainContainer {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
.img-carousel-mainContainer.img-carousel-narrowview .promo.section {
  padding: 5px;
}
.img-carousel-mainContainer.initiate-slider {
  visibility: hidden;
}
.img-carousel-mainContainer.initiate-slider .img-carousel-slides .imagecarouselitem.section {
  height: 0;
}
.img-carousel-mainContainer .img-carousel-slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.img-carousel-mainContainer .img-caption {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 10px 10px 20px;
}
.img-carousel-mainContainer .img-caption .img-caption-text {
  color: #ffffff;
}
.img-carousel-mainContainer .img-caption .img-caption-text.body-1 {
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 5px;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .img-carousel-mainContainer .img-caption .img-caption-text.body-1 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.img-carousel-mainContainer .img-caption .img-caption-text.body-1 h2, .img-carousel-mainContainer .img-caption .img-caption-text.body-1 .h2 {
  font-size: 22px;
  line-height: 25px;
}
.img-carousel-mainContainer .img-caption .img-caption-text.body-1 p {
  padding-bottom: 0px;
  font-weight: 400;
}
.img-carousel-mainContainer .img-caption .img-caption-text.body-1 .image-caption-desc {
  max-height: 47.2px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .img-carousel-mainContainer .img-caption .img-caption-text.body-1 .image-caption-desc {
    max-height: 64.8px;
  }
}
.img-carousel-mainContainer .icon-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  fill: white;
}

.img-thumbnavigator {
  position: absolute;
  left: 0px;
  bottom: 0;
  height: 150px;
  cursor: default;
}
.img-thumbnavigator .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
}
.img-thumbnavigator .p .icon-play {
  height: 35px;
  margin-top: -44px;
  margin-left: -17px;
  width: 35px;
}
.img-thumbnavigator .p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.img-thumbnavigator .t {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0.45;
}
.img-thumbnavigator .p:hover .t {
  opacity: 0.8;
}
.img-thumbnavigator .pav .t, .img-thumbnavigator .pdn .t, .img-thumbnavigator .p:hover.pdn .t {
  opacity: 1;
}
.img-thumbnavigator .ti {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 45px;
  line-height: 16px;
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .img-thumbnavigator .ti {
    font-size: 16px;
  }
}

.layeredImage {
  opacity: 0.5;
}

.currentImage {
  opacity: 1;
}

.clonedImageSlider {
  height: 0;
}
.clonedImageSlider .img-carousel-slides {
  height: 0;
}
.clonedImageSlider .img-carousel-slides .imagecarouselitem.section {
  height: 0;
}

@-webkit-keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce,
.bounceOnload,
.bounceOnHover:active,
.bounceOnHover:focus,
.bounceOnHover:hover,
#bounceOnScroll {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn,
.bounceInOnload,
.bounceInOnHover:active,
.bounceInOnHover:focus,
.bounceInOnHover:hover,
#bounceInOnScroll {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown,
.bounceInDownOnload,
.bounceInDownOnHover:active,
.bounceInDownOnHover:focus,
.bounceInDownOnHover:hover,
#bounceInDownOnScroll {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft,
.bounceInLeftOnload,
.bounceInLeftOnHover:active,
.bounceInLeftOnHover:focus,
.bounceInLeftOnHover:hover,
#bounceInLeftOnScroll {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight,
.bounceInRightOnload,
.bounceInRightOnHover:active,
.bounceInRightOnHover:focus,
.bounceInRightOnHover:hover,
#bounceInRightOnScroll {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp,
.bounceInUpOnload,
.bounceInUpOnHover:active,
.bounceInUpOnHover:focus,
.bounceInUpOnHover:hover,
#bounceInUpOnScroll {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn,
.fadeInOnload,
.fadeInOnHover:active,
.fadeInOnHover:focus,
.fadeInOnHover:hover,
#fadeInOnScroll {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown,
.fadeInDownOnload,
.fadeInDownOnHover:active,
.fadeInDownOnHover:focus,
.fadeInDownOnHover:hover,
#fadeInDownOnScroll {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft,
.fadeInLeftOnload,
.fadeInLeftOnHover:active,
.fadeInLeftOnHover:focus,
.fadeInLeftOnHover:hover,
#fadeInLeftOnScroll {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight,
.fadeInRightOnload,
.fadeInRightOnHover:active,
.fadeInRightOnHover:focus,
.fadeInRightOnHover:hover,
#fadeInRightOnScroll {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp,
.fadeInUpOnload,
.fadeInUpOnHover:active,
.fadeInUpOnHover:focus,
.fadeInUpOnHover:hover,
#fadeInUpOnScroll {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn,
.rotateInOnload,
.rotateInOnHover:active,
.rotateInOnHover:focus,
.rotateInOnHover:hover,
#rotateInOnScroll {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft,
.rotateInDownLeftOnload,
.rotateInDownLeftOnHover:active,
.rotateInDownLeftOnHover:focus,
.rotateInDownLeftOnHover:hover,
#rotateInDownLeftOnScroll {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownRight,
.rotateInDownRightOnload,
.rotateInDownRightOnHover:active,
.rotateInDownRightOnHover:focus,
.rotateInDownRightOnHover:hover,
#rotateInDownRightOnScroll {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft,
.rotateInUpLeftOnload,
.rotateInUpLeftOnHover:active,
.rotateInUpLeftOnHover:focus,
.rotateInUpLeftOnHover:hover,
#rotateInUpLeftOnScroll {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpRight,
.rotateInUpRightOnload,
.rotateInUpRightOnHover:active,
.rotateInUpRightOnHover:focus,
.rotateInUpRightOnHover:hover,
#rotateInUpRightOnScroll {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn,
.zoomInOnload,
.zoomInOnHover:active,
.zoomInOnHover:focus,
.zoomInOnHover:hover,
#zoomInOnScroll {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown,
.zoomInDownOnload,
.zoomInDownOnHover:active,
.zoomInDownOnHover:focus,
.zoomInDownOnHover:hover,
#zoomInDownOnScroll {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft,
.zoomInLeftOnload,
.zoomInLeftOnHover:active,
.zoomInLeftOnHover:focus,
.zoomInLeftOnHover:hover,
#zoomInLeftOnScroll {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight,
.zoomInRightOnload,
.zoomInRightOnHover:active,
.zoomInRightOnHover:focus,
.zoomInRightOnHover:hover,
#zoomInRightOnScroll {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp,
.zoomInUpOnload,
.zoomInUpOnHover:active,
.zoomInUpOnHover:focus,
.zoomInUpOnHover:hover,
#zoomInUpOnScroll {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInDown,
.slideInDownOnload,
.slideInDownOnHover:active,
.slideInDownOnHover:focus,
.slideInDownOnHover:hover,
#slideInDownOnScroll {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInLeft,
.slideInLeftOnload,
.slideInLeftOnHover:active,
.slideInLeftOnHover:focus,
.slideInLeftOnHover:hover,
#slideInLeftOnScroll {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInRight,
.slideInRightOnload,
.slideInRightOnHover:active,
.slideInRightOnHover:focus,
.slideInRightOnHover:hover,
#slideInRightOnScroll {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.slideInUp,
.slideInUpOnload,
.slideInUpOnHover:active,
.slideInUpOnHover:focus,
.slideInUpOnHover:hover,
#slideInUpOnScroll {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
}

@keyframes pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
}

@keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}

@keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes wobble {
  from, to {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}

@keyframes wobble {
  from, to {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.elementor-animation-grow {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.elementor-animation-shrink {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@-webkit-keyframes elementor-animation-pulse {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes elementor-animation-pulse {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
  -webkit-animation-name: elementor-animation-pulse;
          animation-name: elementor-animation-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes elementor-animation-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes elementor-animation-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
  -webkit-animation-name: elementor-animation-pulse-grow;
          animation-name: elementor-animation-pulse-grow;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes elementor-animation-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes elementor-animation-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
  -webkit-animation-name: elementor-animation-pulse-shrink;
          animation-name: elementor-animation-pulse-shrink;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes elementor-animation-push {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes elementor-animation-push {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
  -webkit-animation-name: elementor-animation-push;
          animation-name: elementor-animation-push;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes elementor-animation-pop {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes elementor-animation-pop {
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
  -webkit-animation-name: elementor-animation-pop;
          animation-name: elementor-animation-pop;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.elementor-animation-bounce-in {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
          transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.elementor-animation-bounce-out {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
          transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.elementor-animation-rotate {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.elementor-animation-grow-rotate {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
          transform: scale(1.1) rotate(4deg);
}

.elementor-animation-float {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.elementor-animation-sink {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

@-webkit-keyframes elementor-animation-bob {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes elementor-animation-bob {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@-webkit-keyframes elementor-animation-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes elementor-animation-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
  -webkit-animation-name: elementor-animation-bob-float, elementor-animation-bob;
          animation-name: elementor-animation-bob-float, elementor-animation-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
          animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
          animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
}

@-webkit-keyframes elementor-animation-hang {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes elementor-animation-hang {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-webkit-keyframes elementor-animation-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes elementor-animation-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
  -webkit-animation-name: elementor-animation-hang-sink, elementor-animation-hang;
          animation-name: elementor-animation-hang-sink, elementor-animation-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
          animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
          animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
          animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
}

.elementor-animation-skew {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

.elementor-animation-skew-forward {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

.elementor-animation-skew-backward {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
}

@-webkit-keyframes elementor-animation-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes elementor-animation-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
  -webkit-animation-name: elementor-animation-wobble-vertical;
          animation-name: elementor-animation-wobble-vertical;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes elementor-animation-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes elementor-animation-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
  -webkit-animation-name: elementor-animation-wobble-horizontal;
          animation-name: elementor-animation-wobble-horizontal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
            transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes elementor-animation-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
            transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
  -webkit-animation-name: elementor-animation-wobble-to-bottom-right;
          animation-name: elementor-animation-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
            transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
            transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes elementor-animation-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
            transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
            transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
  -webkit-animation-name: elementor-animation-wobble-to-top-right;
          animation-name: elementor-animation-wobble-to-top-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes elementor-animation-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
            transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

@keyframes elementor-animation-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
            transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
.elementor-animation-wobble-top {
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
  -webkit-animation-name: elementor-animation-wobble-top;
          animation-name: elementor-animation-wobble-top;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes elementor-animation-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
            transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

@keyframes elementor-animation-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
            transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
.elementor-animation-wobble-bottom {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
  -webkit-animation-name: elementor-animation-wobble-bottom;
          animation-name: elementor-animation-wobble-bottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes elementor-animation-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
            transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}

@keyframes elementor-animation-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
            transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
            transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
            transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
  -webkit-animation-name: elementor-animation-wobble-skew;
          animation-name: elementor-animation-wobble-skew;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes elementor-animation-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes elementor-animation-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
}
.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
  -webkit-animation-name: elementor-animation-buzz;
          animation-name: elementor-animation-buzz;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes elementor-animation-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
  }
}

@keyframes elementor-animation-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
  }
}
.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
  -webkit-animation-name: elementor-animation-buzz-out;
          animation-name: elementor-animation-buzz-out;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

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

.cmp-image__image {
  width: 100%;
}

div.image img.secondary-img-authored {
  cursor: pointer;
}

.center.center-img {
  margin: 0 auto;
  text-align: center;
  display: table;
  width: auto !important;
}
.center.center-img a::after {
  display: none;
}

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

.img-caption.img-component.caption-center {
  text-align: center;
}

.img-caption.img-component {
  font-size: 13px;
  text-align: left;
}

.image-modal-container {
  position: relative;
}

.image-modal-container .image-modal-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #be2bbb;
  cursor: pointer;
}

.image-modal.modal .modal-dialog {
  width: auto;
  max-width: 780px;
}

.image-modal-container .icon.icon-zoom {
  fill: #fff;
  height: 60%;
  width: 60%;
}

.image-modal button.close {
  right: -25px;
  top: -7px;
  height: 30px;
  width: 30px;
  background: none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: -30px;
  z-index: 25;
  pointer-events: initial;
  outline: none;
}

div.image .center.center-img img {
  display: inline-block;
  width: 100%;
}

.center.center-img .image-modal-container img {
  max-width: 100%;
  width: auto;
}

.image.parbase img {
  width: 100%;
}

div.image {
  margin-bottom: 16px;
  overflow: hidden;
}

div.image img {
  display: block;
}

div.image small, div.image .small {
  display: block;
}

.image-modal-container img {
  width: 100%;
}

.center.center-img .image-modal-container {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

.image-modal .icon.icon-close {
  fill: #a69f9f;
  display: block;
  height: 15px;
  margin: 0 auto;
  width: 15px;
}

.img-caption {
  color: var(--scope-text);
  font-weight: 500;
  line-height: 18px;
  margin: 5px 0 0;
  padding: 0 0 15px;
}

.image .center.center-img {
  display: block !important;
}

.center.center-img figure {
  display: inline-block;
}

#modal3 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  opacity: 1;
  height: 30px;
  top: 0;
}

#modal3 button i svg {
  fill: black;
}

#modal3 button.close:focus {
  border: 2px solid black;
}

@media only screen and (max-width: 767px) {
  .img-caption.img-component {
    font-size: 16px;
  }
}
/* fix for Incident INC5619927 */
@media only screen and (max-width: 1023px) {
  #modal3.modal.image-modal .modal-content img {
    margin-top: 50px;
  }
  #modal3.modal.image-modal button.close {
    height: 30px !important;
  }
}
body.modal-open .modal.image-modal {
  overflow-y: auto;
}

body.modal-open .image-modal.modal .modal-dialog {
  max-width: 1140px;
}

@media (min-width: 0px) and (max-width: 767px) {
  body.modal-open .modal.image-modal .modal-content {
    max-height: none;
    height: auto;
  }
}
.image figure {
  margin: 0;
}

.info-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  overflow: hidden;
  margin-bottom: 0;
  gap: 16px;
  background-color: var(--background-color, #ffffff);
  color: var(--font-color, #000000);
  height: calc(100% - 16px);
  min-height: 200px;
}
@media (min-width: 1024px) {
  .info-card {
    padding: 32px;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--hover-color, #BE2BBB);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.info-card--no-link .info-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-card__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.info-card--no-link .info-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-card__title, .info-card__title > * {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.44px;
  leading-trim: both;
  word-wrap: break-word;
  margin-bottom: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .info-card__title, .info-card__title > * {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.52px;
  }
}
@media (min-width: 1024px) {
  .info-card__title, .info-card__title > * {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }
}
.info-card__description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  word-wrap: break-word;
  margin-bottom: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .info-card__description {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .info-card__description {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.info-card__description ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
}
@media (min-width: 1024px) {
  .info-card__description ul {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
    row-gap: 24px;
  }
}
.info-card__description ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 480px) {
  .info-card__description ul {
    grid-template-columns: 1fr;
  }
}

.block-card {
  margin-bottom: 16px;
}
.block-card:has(.info-card) {
  height: 100%;
}
.block-card.bottom-aligned .info-card {
  padding: 24px;
  height: calc(100% - 16px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media (min-width: 1024px) {
  .block-card.bottom-aligned .info-card {
    padding: 56px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
}
.block-card.bottom-aligned .info-card__content, .block-card.bottom-aligned .info-card--no-link .block-card.bottom-aligned .info-card__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  padding-top: 150px;
}
@media (min-width: 1024px) {
  .block-card.bottom-aligned .info-card__content, .block-card.bottom-aligned .info-card--no-link .block-card.bottom-aligned .info-card__content {
    gap: 40px;
  }
}
.block-card.bottom-aligned .info-card__title {
  font-weight: 300;
  font-style: normal;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.64px;
  leading-trim: both;
  color: var(--font-color, #000000);
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .block-card.bottom-aligned .info-card__title {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.8px;
  }
}
@media (min-width: 1024px) {
  .block-card.bottom-aligned .info-card__title {
    font-size: 104px;
    line-height: 104px;
    letter-spacing: -1.04px;
  }
}
.block-card.bottom-aligned .info-card__title > * {
  margin: 0;
}
.block-card.bottom-aligned .info-card__description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--font-color, #000000);
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .block-card.bottom-aligned .info-card__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .block-card.bottom-aligned .info-card__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}

.investor-events {
  width: 100%;
}
.investor-events.investor-event-columns-one .investor-events__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 32px;
}
.investor-events.investor-event-columns-two .investor-events__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 32px;
}
.investor-events.investor-event-columns-two .investor-event {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 24px / 2);
          flex: 0 1 calc(50% - 24px / 2);
}
.investor-events.investor-event-columns-three .investor-events__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
  margin-bottom: 32px;
}
.investor-events.investor-event-columns-three .investor-event {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 24px * 2 / 3);
          flex: 0 1 calc(33.333% - 24px * 2 / 3);
}
@media (width < 1024px) {
  .investor-events.investor-event-columns-one .investor-events__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 0px;
  }
  .investor-events.investor-event-columns-one .investor-events__content .investor-event {
    width: 100%;
  }
  .investor-events.investor-event-columns-two .investor-events__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
  }
  .investor-events.investor-event-columns-two .investor-events__content .investor-event {
    width: 100%;
  }
  .investor-events.investor-event-columns-three .investor-events__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
  }
  .investor-events.investor-event-columns-three .investor-events__content .investor-event {
    width: 100%;
  }
}
.investor-events .investor-events {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .investor-events .investor-events {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (width < 1024px) {
  .investor-events .investor-events {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.investor-events .investor-events__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.investor-events .investor-events__heading .investor-events__title {
  display: inline;
  margin: 0;
  color: #290628;
}
.investor-events .investor-events__heading .investor-events__link {
  color: #BE2BBB;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  color: #BE2BBB;
  text-decoration: none;
  margin-top: 16px;
}
.investor-events .investor-events__heading .investor-events__link:hover {
  color: #290628;
  text-decoration: underline;
}
.investor-events .investor-events__content {
  position: relative;
}
.investor-events .investor-events__data {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.investor-events .investor-events__data .investor-events__no-results {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.44px;
  leading-trim: both;
  padding: 24px 0;
  text-align: center;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events .investor-events__data .investor-events__no-results {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.52px;
  }
}
@media (min-width: 1024px) {
  .investor-events .investor-events__data .investor-events__no-results {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }
}
.investor-events .investor-events__data .investor-events__no-results.hidden {
  display: none;
}
.investor-events .investor-events__spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  min-height: 200px;
  width: 100%;
}
.investor-events .investor-events__spinner::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 5px solid rgba(190, 43, 187, 0.2);
  border-top-color: #BE2BBB;
  -webkit-animation: investor-events-spin 0.75s linear infinite;
          animation: investor-events-spin 0.75s linear infinite;
}
.investor-events .investor-events__spinner--hidden {
  display: none;
}
.investor-events .investor-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 40px;
}
.investor-events .investor-event .event-title {
  padding-bottom: 56px;
}
.investor-events .investor-event .event-title a {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events .investor-event .event-title a {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .investor-events .investor-event .event-title a {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.investor-events .investor-event .event-title a h3, .investor-events .investor-event .event-title a .h3 {
  margin-bottom: 0;
}
.investor-events .investor-event .event-title a:hover, .investor-events .investor-event .event-title a:focus {
  text-decoration: underline;
  text-decoration-color: #BE2BBB;
  color: #BE2BBB;
}
.investor-events .investor-event .calendar-links {
  padding-top: 0;
  padding-bottom: 24px;
}
.investor-events .investor-event .calendar-links .calendar {
  position: relative;
  text-align: left;
  color: #363131;
}
.investor-events .investor-event .calendar-links .calendar time {
  display: contents;
}
.investor-events .investor-event .calendar-links .calendar .calendar-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events .investor-event .calendar-links .calendar .calendar-date {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .investor-events .investor-event .calendar-links .calendar .calendar-date {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.investor-events .investor-event .calendar-links .calendar.calendar-data {
  position: relative;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events .investor-event .calendar-links .calendar.calendar-data {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .investor-events .investor-event .calendar-links .calendar.calendar-data {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.investor-events .investor-event .calendar-links .calendar .icon-calendar-plus {
  color: #363131;
  pointer-events: none;
}
.investor-events .investor-event .secondary-button {
  margin: 0;
  background: none;
  padding: 0;
  height: auto;
  margin-right: 12px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events .investor-event .secondary-button {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .investor-events .investor-event .secondary-button {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.investor-events .investor-event .secondary-button span {
  color: #BE2BBB;
  pointer-events: none;
}
.investor-events .investor-event .secondary-button:hover {
  background: none;
  margin: 0 12px 0 0;
  border: 0;
  font-weight: 400;
  text-decoration: underline;
  color: #290628;
}
.investor-events .investor-event button:hover .icon-calendar-plus {
  -webkit-filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
          filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
}
.investor-events .investor-event .action-links {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.investor-events .investor-event .action-links li {
  padding-bottom: 16px;
  display: block;
}
.investor-events .investor-event .action-links li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 20px;
}
.investor-events .investor-event .action-links li a:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
}
.investor-events .investor-event .action-links li a .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.investor-events .investor-event .action-links li a:hover, .investor-events .investor-event .action-links li a:focus {
  font-weight: 400;
  color: #290628;
  text-decoration: underline;
}
.investor-events .investor-event .action-links li a:hover .icon-calendar-plus, .investor-events .investor-event .action-links li a:hover .icon-webcast-item, .investor-events .investor-event .action-links li a:hover .icon-pdf, .investor-events .investor-event .action-links li a:hover .icon-link, .investor-events .investor-event .action-links li a:hover .icon-xls, .investor-events .investor-event .action-links li a:hover .icon-ppt, .investor-events .investor-event .action-links li a:hover .icon-audio, .investor-events .investor-event .action-links li a:focus .icon-calendar-plus, .investor-events .investor-event .action-links li a:focus .icon-webcast-item, .investor-events .investor-event .action-links li a:focus .icon-pdf, .investor-events .investor-event .action-links li a:focus .icon-link, .investor-events .investor-event .action-links li a:focus .icon-xls, .investor-events .investor-event .action-links li a:focus .icon-ppt, .investor-events .investor-event .action-links li a:focus .icon-audio {
  -webkit-filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
          filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
}
.investor-events .investor-event .action-links li:last-child::after {
  border-right: none;
  height: auto;
}
.investor-events--upcoming .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.investor-events--upcoming .investor-events__content .investor-events__data {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.investor-events--upcoming .investor-events__content .investor-event {
  background-color: var(--background-event-color, #3312AF);
  color: #ffffff;
  padding: 48px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.investor-events--upcoming .investor-events__content .investor-event .event-title a {
  color: var(--font-event-color, #ffffff);
}
.investor-events--upcoming .investor-events__content .investor-event .event-title a:hover, .investor-events--upcoming .investor-events__content .investor-event .event-title a:focus {
  text-decoration: underline;
}
.investor-events--upcoming .investor-events__content .investor-event .calendar-links .calendar {
  color: #ffffff;
}
.investor-events--upcoming .investor-events__content .investor-event .calendar-links .calendar .calendar-date {
  color: var(--font-event-color, #ffffff);
}
.investor-events--upcoming .investor-events__content .investor-event .action-links {
  margin-bottom: 0;
  padding: 0;
}
.investor-events--upcoming .investor-events__content .investor-event .action-links li a {
  color: var(--font-event-color, #ffffff);
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events--upcoming .investor-events__content .investor-event .action-links li a {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .investor-events--upcoming .investor-events__content .investor-event .action-links li a {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.investor-events--upcoming .investor-events__content .investor-event .action-links li a:hover, .investor-events--upcoming .investor-events__content .investor-event .action-links li a:focus {
  color: var(--font-event-color, #ffffff);
  text-decoration: underline;
}
.investor-events--upcoming .investor-events__content .investor-event .action-links li a:focus-visible {
  outline: 2px solid var(--font-event-color, #ffffff);
}
.investor-events--upcoming .investor-events__content .investor-event .bms-select2-input {
  color: #ffffff;
  border: none;
  background: none;
  padding: 0;
  height: auto;
  gap: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.investor-events--upcoming .investor-events__content .investor-event .bms-select2-input:focus, .investor-events--upcoming .investor-events__content .investor-event .bms-select2-input:focus-visible {
  outline: 2px solid var(--font-event-color, #ffffff);
  outline-offset: 4px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.investor-events--upcoming .investor-events__content .investor-event .bms-select2-input:focus .bms-select2-label, .investor-events--upcoming .investor-events__content .investor-event .bms-select2-input:focus-visible .bms-select2-label {
  text-decoration: underline;
  border-bottom: 1px solid;
}
.investor-events--upcoming .investor-events__content .investor-event .bms-select2-input::after {
  display: none;
}
.investor-events--upcoming .investor-events__content .investor-event .bms-select2-input .icon-calendar-plus {
  color: var(--font-event-color, #ffffff);
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 8px;
}
.investor-events--upcoming .investor-events__content .investor-event .bms-select2-input .bms-select2-label {
  color: var(--font-event-color, #ffffff);
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events--upcoming .investor-events__content .investor-event .bms-select2-input .bms-select2-label {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .investor-events--upcoming .investor-events__content .investor-event .bms-select2-input .bms-select2-label {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.investor-events--upcoming .investor-events__content .investor-event .bms-select2-input .bms-select2-label:hover {
  text-decoration: underline;
  border-bottom: 1px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.investor-events--upcoming .investor-events__content .investor-event .bms-select2-input.is-open {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.investor-events--upcoming .investor-events__no-results {
  color: #363131;
}
.investor-events--upcoming .investor-events__spinner::after {
  border-color: rgba(190, 43, 187, 0.2);
  border-top-color: #BE2BBB;
}
.investor-events--past {
  padding-top: 40px;
  padding-bottom: 40px;
}
.investor-events--past .investor-events__content .investor-event {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 48px;
  border: 1px solid #E0E0E0;
}
.investor-events--past .investor-events__content .investor-event .event-title {
  padding-bottom: 56px;
}
.investor-events--past .investor-events__content .investor-event .action-links li a {
  color: #363131;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events--past .investor-events__content .investor-event .action-links li a {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .investor-events--past .investor-events__content .investor-event .action-links li a {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.investor-events--past .investor-events__content .investor-event .action-links li a:hover {
  color: #BE2BBB;
  text-decoration: underline;
}
.investor-events .events-add-pop-wrapper {
  position: relative;
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #363131;
  z-index: 10;
  text-align: left;
  display: none;
  width: 300px;
  max-height: 240px;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-bottom: 12px;
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner.is-open {
  display: block;
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner-details {
  min-width: 260px;
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner-details .events-add-pop-title {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
  padding: 8px 24px 8px 16px;
  background: #ffffff;
  border-bottom: 1px solid #E0E0E0;
  line-height: normal;
  margin-bottom: 0;
  text-transform: none;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events .events-add-pop-wrapper .events-add-pop-inner-details .events-add-pop-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .investor-events .events-add-pop-wrapper .events-add-pop-inner-details .events-add-pop-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner-details ul li {
  display: block;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #E0E0E0;
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner-details ul li:last-child {
  border-bottom: none;
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner-details ul li:nth-child(even) {
  background-color: #ffffff;
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner-details ul li.datpopulate a {
  display: block;
  padding: 8px 24px 8px 16px;
  color: #363131;
  cursor: pointer;
  text-decoration: none;
  text-transform: none;
  outline: none;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .investor-events .events-add-pop-wrapper .events-add-pop-inner-details ul li.datpopulate a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .investor-events .events-add-pop-wrapper .events-add-pop-inner-details ul li.datpopulate a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.investor-events .events-add-pop-wrapper .events-add-pop-inner-details ul li.datpopulate a:hover, .investor-events .events-add-pop-wrapper .events-add-pop-inner-details ul li.datpopulate a:focus {
  color: #363131;
  text-decoration: underline;
}
.investor-events .investor-events__cta a:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
}
@-webkit-keyframes investor-events-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes investor-events-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (width < 1024px) {
  .investor-events .investor-events__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 16px;
  }
  .investor-events .investor-event .calendar-links {
    padding-bottom: 16px;
  }
  .investor-events .investor-event .event-title {
    padding-bottom: 32px;
  }
  .investor-events .investor-event .action-links li {
    display: block;
    padding: 0;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
}
@media (width < 1024px) and (min-width: 481px) and (width < 1024px) {
  .investor-events .investor-event .action-links li {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (width < 1024px) and (min-width: 1024px) {
  .investor-events .investor-event .action-links li {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (width < 1024px) {
  .investor-events .investor-events__spinner {
    min-height: 150px;
  }
}
@media (width < 1024px) {
  .investor-events .investor-events__cta .bms-button {
    gap: 0;
  }
}
@media (width < 1024px) {
  .investor-events--upcoming .investor-events__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .investor-events--upcoming .investor-events__content .investor-event {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 24px;
  }
  .investor-events--upcoming .investor-events__content .investor-event .action-links li {
    margin-bottom: 12px;
  }
  .investor-events--upcoming .investor-events__content .investor-event .events-add-pop-wrapper .calendarList .datpopulate {
    margin-bottom: 0;
  }
}
@media (width < 1024px) {
  .investor-events--past .investor-events__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .investor-events--past .investor-events__content .investor-event {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 24px;
  }
  .investor-events--past .investor-events__content .investor-event .event-title {
    padding-bottom: 32px;
  }
  .investor-events--past .investor-events__content .investor-event .action-links li {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .investor_events--presentations .investor-event-block {
    padding-left: 0px;
  }
}
.investor_events--presentations .investor-event-block.recent-presentations .action-links.list-unstyled {
  margin-bottom: 0;
}
.investor_events--presentations .investor-event-block.recent-presentations .action-links.list-unstyled li:not(.datpopulate) {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .investor_events--presentations .investor-event-block.recent-presentations .action-links.list-unstyled li:not(.datpopulate) {
    margin-bottom: 10px;
  }
}
.investor_events--presentations .investor-event-block.recent-presentations .calendar-links a .icon-calendar-add {
  display: inline-block;
  vertical-align: text-top;
  line-height: 17px;
}
.investor_events--presentations .investor_events--presentations_buttons {
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.investor_events--presentations .pod-title a {
  text-decoration: none;
  color: #BE2BBB;
}
.investor_events--presentations .event-title {
  padding-bottom: 10px;
}
.investor_events--presentations .event-title a {
  text-decoration: none;
  font-size: 22px;
  line-height: 26px;
  color: #363131;
}
.investor_events--presentations .event-title a:hover, .investor_events--presentations .event-title a:focus {
  font-weight: 500;
  color: #BE2BBB;
}
.investor_events--presentations .investor-event {
  margin: 0px 0px 30px;
}
.investor_events--presentations .investor-event .calendar-links {
  padding-top: 0px;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.investor_events--presentations .investor-event .calendar-links .calendar {
  position: relative;
  text-align: left;
  color: #4F4A4A;
}
.investor_events--presentations .investor-event .calendar-links .calendar .date, .investor_events--presentations .investor-event .calendar-links .calendar .day, .investor_events--presentations .investor-event .calendar-links .calendar .time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.investor_events--presentations .investor-event .calendar-links .calendar.calendar-data {
  position: relative;
}
.investor_events--presentations .investor-event .calendar-links .calendar.calendar-data:after {
  border-bottom: 2px solid #BE2BBB;
  content: "";
  display: block;
  position: relative;
  top: 4px;
}
.investor_events--presentations .investor-event .secondary-button {
  border: none;
  margin: 0;
  background: none;
  padding: 0px;
  height: auto;
  font-size: 16px;
  line-height: 20px;
}
.investor_events--presentations .investor-event .secondary-button span {
  color: #BE2BBB;
  pointer-events: none;
}
.investor_events--presentations .investor-event .secondary-button:hover {
  background: none;
  border: 0;
  font-weight: normal;
  color: #6b196b;
  text-decoration: underline;
}
.investor_events--presentations .investor-event .secondary-button:hover span {
  color: #6b196b;
}
.investor_events--presentations .investor-event .secondary-button .icon-calendar-add {
  display: inline-block;
  color: #4F4A4A;
  pointer-events: none;
}
.investor_events--presentations .investor-event .action-links.list-unstyled {
  margin-top: 0;
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) {
  margin-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 5px;
  display: inline-flex;
  position: relative;
}
@media only screen and (min-width: 481px) {
  .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate):after {
    border-right: 2px solid #4F4A4A;
    content: "";
    height: 15px;
    display: inline-block;
    padding-left: 8px;
    margin-top: 1px;
  }
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate):first-child {
  padding-left: 0px;
}
@media only screen and (max-width: 480px) {
  .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) {
    display: block;
    padding: 0px;
    margin-bottom: 10px;
  }
  .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate):after {
    border-right: none;
    height: auto;
  }
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate):last-child:after {
  border-right: none;
  height: auto;
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:hover, .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:focus {
  font-weight: normal;
  color: #6b196b;
  text-decoration: underline;
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:hover .icon-calendar-add, .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:focus .icon-calendar-add {
  -webkit-filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
          filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:hover .icon-webcast-item, .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:focus .icon-webcast-item {
  -webkit-filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
          filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:hover .icon-pdf, .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:focus .icon-pdf {
  -webkit-filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
          filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:hover .icon-link, .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:focus .icon-link {
  -webkit-filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
          filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:hover .icon-xls, .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:focus .icon-xls {
  -webkit-filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
          filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:hover .icon-ppt, .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:focus .icon-ppt {
  -webkit-filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
          filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
}
.investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:hover .icon-audio, .investor_events--presentations .investor-event .action-links.list-unstyled li:not(.datpopulate) a:focus .icon-audio {
  -webkit-filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
          filter: invert(33%) sepia(82%) saturate(5158%) hue-rotate(286deg) brightness(86%) contrast(92%);
}
.investor_events--presentations .investor-event .action-links.list-unstyled a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .investor_events--presentations .investor-event .action-links.list-unstyled a {
    margin: 0;
  }
}
.investor_events--presentations .radio-button input[type=radio]:disabled + label {
  color: #3312AF;
}
.investor_events--presentations .radio-button input[type=radio]:disabled + label:before {
  border: 2px solid #3312AF;
}
.investor_events--presentations .radio-button label span {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0px;
}
.investor_events--presentations .radio-button label:before {
  width: 20px;
  height: 20px;
  border: 2px solid #4F4A4A;
  margin: 0 5px 0 0;
  max-width: 20px;
  min-width: 20px;
}
.investor_events--presentations .radio-button input[type=radio]:checked ~ label:before {
  border: 2px solid #4F4A4A;
  background: #ffffff;
}
.investor_events--presentations .radio-button input[type=radio]:checked ~ label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #BE2BBB;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.investor_events--presentations .select-container {
  margin-bottom: 30px;
  width: 300px;
}
.investor_events--presentations .select-container .events-year-consent-text {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 18px;
  padding-top: 4px;
  display: block;
}
.investor_events--presentations .select-container .error-text {
  color: #BE2BBB;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 0px;
}
@media only screen and (max-width: 480px) {
  .investor_events--presentations .select-container .error-text {
    font-size: 16px;
  }
}
.investor_events--presentations .select-container label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.investor_events--presentations .select-container .dropdown-link {
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: #ffffff;
}
.investor_events--presentations .select-container .dropdown-link select {
  background: transparent;
  color: #4F4A4A;
  cursor: pointer;
  border: 1px solid #3312AF;
  padding: 12px 49px 12px 12px;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  height: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.investor_events--presentations .select-container .dropdown-link select:disabled {
  opacity: 0.5;
  background: #ebebe4;
  cursor: not-allowed;
}
.investor_events--presentations .select-container .dropdown-link .dropdown-arrow {
  border: 1px solid #3312AF;
  display: inline-block;
  height: 50px;
  vertical-align: top;
}
.investor_events--presentations .select-container .dropdown-link .icon-triangle-down {
  height: 25px;
  vertical-align: middle;
  width: 25px;
}
.investor_events--presentations .select-container .dropdown-link select::-ms-expand {
  display: none;
}
.investor_events--presentations .select-container .dropdown-link span.arrow-down:after, .investor_events--presentations .select-container .dropdown-link span.arrow-up:after, .investor_events--presentations .select-container .dropdown-link:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.investor_events--presentations .select-container .dropdown-link:before {
  border-left: 1px solid #3312AF;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
}
.investor_events--presentations .select-container .dropdown-link span.arrow-down:after {
  content: "\f078";
  top: 65%;
  font-family: "FontAwesome";
  color: #4F4A4A;
  font-size: 12px;
  right: 17px;
  cursor: pointer;
}
.investor_events--presentations .select-container .dropdown-link span.arrow-up:after {
  content: "";
}
.investor_events--presentations .select-container .dropdown-link select {
  border: 1px solid #3312AF;
  line-height: 22px;
}
.investor_events--presentations .select-container .dropdown-link select:disabled {
  background: #ffffff;
  border: 1px solid #3312AF;
}
.investor_events--presentations .select-container .dropdown-link select:disabled ~ span.arrow-down:after {
  color: #4F4A4A;
}
.investor_events--presentations .select-container .dropdown-link select::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.investor_events--presentations .select-container .dropdown-link select::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.investor_events--presentations .select-container .dropdown-link select:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.investor_events--presentations .select-container .dropdown-link select::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.investor_events--presentations .select-container .dropdown-link select::placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.investor_events--presentations .select-container .dropdown-link .form-error {
  border: 2px solid #BE2BBB;
}
.investor_events--presentations .select-container .dropdown-link .form-error ~ span.arrow-down:after {
  color: #BE2BBB;
}
.investor_events--presentations .select-container .dropdown-link:before {
  border-left: none;
  width: 0px;
}
.investor_events--presentations .events-add-pop-wrapper {
  position: relative;
}
.investor_events--presentations .events-add-pop-wrapper .events-add-pop-inner {
  position: absolute;
  top: 110%;
  left: 0;
  background: white;
  border: 3px solid #F5F5F5;
  border-radius: 3px;
  color: #5e5e5e;
  z-index: 10;
  text-align: left;
  display: none;
}
.investor_events--presentations .events-add-pop-wrapper .events-add-pop-inner-details {
  min-width: 300px;
}
.investor_events--presentations .events-add-pop-wrapper .events-add-pop-inner-details .events-add-pop-title {
  font-size: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.investor_events--presentations .events-add-pop-wrapper .events-add-pop-inner-details ul {
  margin: 0;
  padding: 5px 10px;
}
.investor_events--presentations .events-add-pop-wrapper .events-add-pop-inner-details ul li {
  display: block;
  list-style: none;
  padding: 8px 0;
}
.investor_events--presentations .events-add-pop-wrapper .events-add-pop-inner-details ul li a {
  color: #BE2BBB;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.investor_events--presentations .events-add-pop-inner.active {
  display: block;
}

.reference .box .rte p a {
  color: #3312AF;
  text-decoration: underline;
}

.reference .box .rte p a:hover {
  color: #BE2BBB;
  text-decoration: underline;
}

.latest-press-releases.pill-button-sticky .pill__container--no-button {
  margin-bottom: -8px;
}
@media (min-width: 1024px) {
  .latest-press-releases.pill-button-sticky .pill__container--no-button {
    margin-bottom: -32px;
  }
}
.latest-press-releases.pill-button-sticky .latest-press-releases__section .latest-press-releases__subscribe {
  margin-top: 0;
}
.latest-press-releases .latest-press-releases__section {
  padding-bottom: 30px;
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: 10px;
  margin-top: -14px;
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__subscribe {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    bottom: 65px;
    margin-top: -30px;
  }
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__subscribe .latest-press-releases__subscribe-link {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #BE2BBB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 481px) and (width < 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__subscribe .latest-press-releases__subscribe-link {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__subscribe .latest-press-releases__subscribe-link {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__subscribe .latest-press-releases__subscribe-link {
    margin-top: auto;
  }
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__subscribe .latest-press-releases__subscribe-link::after {
  width: 14px;
  height: 14px;
  min-width: 14px;
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__subscribe .latest-press-releases__subscribe-link--with-icon::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__feed {
  padding: 0 0 32px;
  margin: 0;
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__feed--loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  min-height: 200px;
  width: 100%;
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__feed--loading::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 5px solid rgba(190, 43, 187, 0.2);
  border-top-color: #BE2BBB;
  -webkit-animation: latest-press-releases-spin 0.75s linear infinite;
          animation: latest-press-releases-spin 0.75s linear infinite;
}
@-webkit-keyframes latest-press-releases-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes latest-press-releases-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__article-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(54, 49, 49, 0.3019607843);
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__article-feed:first-child {
  border-top: 0;
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  padding: 32px 0;
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__link:hover, .latest-press-releases .latest-press-releases__section .latest-press-releases__link:focus {
  color: inherit;
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__link:hover .latest-press-releases__article-title,
.latest-press-releases .latest-press-releases__section .latest-press-releases__link:hover .latest-press-releases__cta, .latest-press-releases .latest-press-releases__section .latest-press-releases__link:focus .latest-press-releases__article-title,
.latest-press-releases .latest-press-releases__section .latest-press-releases__link:focus .latest-press-releases__cta {
  color: #BE2BBB;
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__link {
    display: block;
  }
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__date {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 481px) and (width < 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__date {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__date {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__date {
    display: block;
    margin-bottom: 24px;
  }
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__article-title {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
@media (min-width: 481px) and (width < 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__article-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__article-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__article-title {
    width: 75%;
    margin-bottom: 0;
    display: inline-block;
  }
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__cta {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (min-width: 481px) and (width < 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__cta {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__cta {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__cta {
    width: 16.6%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    float: right;
  }
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__cta::after {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__button-wrapper {
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__button-wrapper {
    padding-bottom: 40px;
  }
}
@media (width < 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__button-wrapper a {
    gap: 0px;
  }
}
.latest-press-releases .latest-press-releases__section .latest-press-releases__error {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.44px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__error {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.52px;
  }
}
@media (min-width: 1024px) {
  .latest-press-releases .latest-press-releases__section .latest-press-releases__error {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }
}

.load-more-results,
.search-results-more,
.search-results-none,
.search-results-spinner {
  margin: 0 auto 10px;
  text-align: center;
}

.load-more-results {
  display: none;
}

.search-results-loading .load-more-results {
  display: none;
}

.search-results-found .load-more-results {
  display: block;
}

.loading-icon {
  margin: 20px auto;
  text-align: center;
}

.search-results-spinner {
  display: none;
  visibility: hidden;
  outline: none;
}
.search-results-loading .search-results-spinner {
  display: block;
  visibility: visible;
}

.search-results-totals {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
.search-results-totals span {
  margin: 0 3px;
}
@media (max-width: 767px) {
  .search-results-totals {
    font-size: 16px;
    line-height: 18px;
  }
}

.leadership-automation {
  padding-top: 30px;
}
.leadership-automation .leftimage-righttext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.leadership-automation .leftimage-righttext img {
  width: 100%;
  max-width: 100%;
}
.leadership-automation .leftimage-righttext .person-info-org-info {
  margin: 0 0 30px 15px;
  width: 50%;
  padding-top: 16px;
}
.leadership-automation .leftimage-righttext .person-info-org-info h5, .leadership-automation .leftimage-righttext .person-info-org-info .h5 {
  font-weight: 400;
}
.leadership-automation .leftimage-righttext .person-info-org-info .person-jobtitle {
  padding-bottom: 24px;
}
.leadership-automation .leftimage-righttext .person-image {
  width: 50%;
  margin: 0 15px 30px 0;
}
@media only screen and (max-width: 767px) {
  .leadership-automation .leftimage-righttext {
    display: block;
  }
  .leadership-automation .leftimage-righttext .person-info-org-info {
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
  }
  .leadership-automation .leftimage-righttext .person-image {
    width: 100%;
    margin-right: 0px;
  }
}
.leadership-automation .topimage-bottomtext {
  display: block;
}
.leadership-automation .topimage-bottomtext img {
  width: 100%;
  max-width: 100%;
}
.leadership-automation .topimage-bottomtext .person-info-org-info {
  padding-top: 16px;
}
.leadership-automation .topimage-bottomtext .person-info-org-info h5, .leadership-automation .topimage-bottomtext .person-info-org-info .h5 {
  font-weight: 400;
}
.leadership-automation .topimage-bottomtext .person-info-org-info .person-jobtitle {
  padding-bottom: 24px;
}

.parsys_column > .parsys_column > div.dropdown-links,
.parsys_column > .parsys_column > div > .dropdown-links {
  margin: 0 auto;
  max-width: 100%;
}

.dropdown-links {
  margin: 0 auto 30px;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  z-index: 11;
}
.dropdown-links.active {
  overflow: visible;
  z-index: 12;
}
.dropdown-links.active .dropdown {
  padding-right: 23px;
  max-height: 210px;
  overflow-y: auto;
}
.dropdown-links.active.cover {
  z-index: 13;
}
@media only screen and (max-width: 480px) {
  .dropdown-links {
    width: 100%;
  }
}
.dropdown-links .selected input {
  width: calc(100% - 40px);
}
.dropdown-links .selected:before {
  border: 1px solid #3312AF;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  width: 41px;
  cursor: pointer;
}
.dropdown-links .selected:after {
  border-color: #3312AF transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  content: "";
  height: 0;
  margin-top: -3px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0;
}
.dropdown-links .dropdown {
  background: #ffffff;
  border-bottom: 1px solid #3312AF;
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}
.dropdown-links.cover .dropdown {
  position: absolute;
}
.dropdown-links .dropdown li a {
  border: 1px solid #3312AF;
  border-top: 0;
  border-bottom: 0;
  color: #4F4A4A;
  display: block;
  padding: 10px;
  text-decoration: none;
}
.dropdown-links .dropdown li a:hover {
  background-color: #F5F5F5;
}

#ls-subscription-form .primary-button, #ls-subscription-form .submit-btn {
  background-color: #BE2BBB;
  border: 3px solid #BE2BBB;
  border-radius: 30px;
  color: #FFFFFE;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  letter-spacing: 0px;
  height: 40px;
  padding: 7px 15px;
  margin: 10px 0;
  width: auto;
  margin-top: 45px;
  margin-bottom: 20px;
}
#ls-subscription-form .primary-button:hover:not([disabled]), #ls-subscription-form .submit-btn:hover:not([disabled]) {
  background-color: #ffffff;
  color: #BE2BBB;
  border: 3px solid #BE2BBB;
  padding: 7px 15px;
}
#ls-subscription-form .primary-button:disabled, #ls-subscription-form .submit-btn:disabled {
  color: #4F4A4A;
  background-color: #F5F5F5;
  border: 3px solid #F5F5F5;
  opacity: 0.7;
  cursor: not-allowed;
}
@media only screen and (max-width: 480px) {
  #ls-subscription-form .primary-button, #ls-subscription-form .submit-btn {
    height: 40px;
    padding: 7px 15px;
  }
}
#ls-subscription-form .ls-subscription-checkbox {
  width: 100%;
  padding-bottom: 15px;
}
#ls-subscription-form .ls-subscription-checkbox .checkbox input {
  z-index: 10;
}

#ls-subscription-form .ls-subscription-checkboxes .ls-subscription-checkbox {
  margin-top: 0;
}
#ls-subscription-form .ls-subscription-checkboxes .parsys_column {
  margin-bottom: 0;
}

.parsys_column #ls-subscription-form .parsys_column {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.parsys_column #ls-subscription-form .submit-view-row .parsys_column {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  .generic-form .primary-button.submit-btn.subscription-submit {
    padding: 9px 0;
  }
}
.generic-form .submit-view {
  width: 100% !important;
}
.generic-form .submit-view .body-1 {
  width: 100% !important;
}

#ls-subscription-form.generic-form .parsys_column > .parsys_column .text-field {
  width: 40%;
}
@media only screen and (max-width: 480px) {
  #ls-subscription-form.generic-form .parsys_column > .parsys_column .text-field {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  #ls-subscription-form.generic-form .parsys_column > .parsys_column .text-field {
    width: 60%;
  }
}
#ls-subscription-form.generic-form .parsys_column .parsys_column {
  margin-bottom: 30px;
}
#ls-subscription-form.generic-form .submit-view {
  width: 100%;
}

.colctrl-2a-50 #ls-subscription-form.generic-form .parsys_column > .parsys_column .text-field {
  width: 100%;
}

.ls-subscription-modal.generic-modal button.close {
  right: 5px;
  top: 0px;
}

.ls-subscription-checkbox .checkbox label#privacypolicycheckbox-label {
  font-size: 15px;
}

#ls-subscription-form .primary-button.subscription-submit.submit-btn:disabled {
  border: none;
}

.ls-subscription-checkbox1 .checkbox .form-error + label:before {
  border: 2px solid #BE2BBB !important;
}

.ls-subscription-checkbox1 .checkbox #privacypolicycheckbox {
  width: 50px;
}
.ls-subscription-checkbox1 .checkbox label a {
  color: #BE2BBB;
  font-weight: bold;
}
.ls-subscription-checkbox1 .checkbox label a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.ls-subscription-checkbox1 .checkbox label#privacypolicycheckbox-label {
  padding-left: 30px;
  padding-bottom: 20px;
  position: relative;
}
.ls-subscription-checkbox1 .checkbox label#privacypolicycheckbox-label:before {
  position: absolute;
  left: 0px;
}

#ls-subscription-form .rte {
  padding-bottom: 1px;
}

#privacypolicy-error {
  padding-bottom: 10px;
}

.lssubscriptionform fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

body:has(.ls-subscription-form-modal).modal-open {
  pointer-events: auto;
}

.survivorshiptoday .all-filter-message {
  font-size: 13px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block {
  display: block;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .no-results-found {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .no-results-found {
    margin-top: 50px;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign {
  -webkit-box-flex: 0;
      -ms-flex: 0 32%;
          flex: 0 32%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign {
    -webkit-box-flex: 0;
        -ms-flex: 0 48.5%;
            flex: 0 48.5%;
  }
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 20px;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-bottom: 2px solid #F6F4F3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content {
    display: block;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div {
  -ms-flex-preferred-size: 25.5%;
      flex-basis: 25.5%;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div.pod-content-info {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  padding: 0px 30px;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div.pod-content-info {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 0px;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div .pod-image.has-ruler {
  margin-bottom: 0px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title {
  font-size: 13px;
  line-height: 24px;
  color: #BE2BBB;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title a {
  color: #3312AF;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400;
  text-transform: capitalize;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title a:hover {
  color: #BE2BBB;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title .sub_category {
  font-size: 13px;
  text-transform: none;
  display: inline;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title ul {
  list-style: none;
  display: inline;
  position: relative;
  right: 41px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title li {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title {
    padding-bottom: 10px;
    float: left;
    width: 58%;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-date-topics-mobile {
  line-height: 24px;
  font-size: 13px;
  text-align: right;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-date-topics-mobile {
    display: block;
    padding-bottom: 10px;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-actions {
  font-size: 20px;
  line-height: 26px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-actions a {
  cursor: pointer;
  color: #4F4A4A;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-actions a:hover {
  color: #BE2BBB;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-actions {
    padding-bottom: 10px;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-description {
  padding: 0px 15px 15px;
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-description {
    display: none;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px 15px;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-action-cta {
  padding: 0 15px 15px;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-action-cta {
    padding-left: 0px;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-action-cta .primary-button--small {
  font-size: 14px;
  padding: 3px 10px;
  height: 32px;
  margin-bottom: 0;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-content-date-topics {
  line-height: 24px;
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-content-date-topics {
    display: none;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
  padding-top: 90px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
    padding-top: 0px;
    display: block;
    margin-top: 5px;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul {
  padding: 0;
  display: inline;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul {
    padding: 0px 0px 0px;
    display: inline;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li {
  line-height: 14px;
  font-size: 13px;
  color: #a59f9f;
  text-decoration: none;
  font-weight: 400;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li:after {
  content: ",";
  padding: 0px 3px 0 0;
  color: #a59f9f;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li {
    padding-bottom: 0px;
    display: inline-block;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li a {
  color: #3312AF;
  font-weight: 400;
  opacity: 1;
  text-decoration: underline;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li a:hover {
  color: #BE2BBB;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image {
  margin-bottom: 15px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image.has-ruler {
  margin-bottom: 0px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image.has-ruler:after {
  content: "";
  border-bottom: 0px solid #F6F4F3;
  left: 0px;
  right: 0px;
  position: relative;
  margin: 0px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 480px) {
  .survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image img {
    aspect-ratio: auto;
  }
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image .zoom-img {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image .zoom-img img {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image .zoom-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.lastrecord:last-child {
  border-bottom: none;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing-request .pagination-bar {
  margin: 70px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing-request .pagination-bar .disabled {
  display: none;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing-request .pagination-bar .number {
  color: #4F4A4A;
  padding: 15px;
  cursor: pointer;
  min-height: auto;
  min-width: 30px;
  background: transparent;
  line-height: 20px;
}
.survivorshiptoday .article-grid-listing.our-stories-listing-request-block .our-stories-listing-request .pagination-bar .number.currentPage {
  border-bottom: 1px solid #BE2BBB;
}
.survivorshiptoday .action-items {
  text-align: center;
}

.our_stories_dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our_stories_dropdown .search-txt-btn {
    width: 100% !important;
  }
}
.our_stories_dropdown .our-stories-mobile {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our-stories-mobile {
    display: block;
    text-align: left;
    border: 1px solid #F0EFEA;
    padding: 15px;
    margin-bottom: 20px;
  }
  .our_stories_dropdown .our-stories-mobile span.arrow {
    float: right;
    padding-top: 5px;
    text-align: right;
    padding-right: 5px;
  }
  .our_stories_dropdown .our-stories-mobile span.arrow .icon {
    width: 25px;
    height: 25px;
  }
  .our_stories_dropdown .our-stories-mobile span.arrow .icon.icon-close-item {
    display: none;
  }
  .our_stories_dropdown .our-stories-mobile.show .icon-open-item {
    display: none;
  }
  .our_stories_dropdown .our-stories-mobile.show .icon.icon-close-item {
    display: block !important;
  }
}
.our_stories_dropdown .our_stories_dropdown-label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 25px 40px 0px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  width: 15%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .our_stories_dropdown-label {
    padding: 20px 10px 40px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our_stories_dropdown-label {
    padding: 15px 0px;
    width: 100%;
    text-align: left;
  }
}
.our_stories_dropdown .search_ourstories svg.search-icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .search_ourstories svg.search-icon {
    width: 13px;
    height: 13px;
  }
}
.our_stories_dropdown .search_ourstories:hover svg.search-icon path {
  fill: #BE2BBB;
}
.our_stories_dropdown .our-stories-search-box {
  display: inline-block;
  margin-bottom: 45px;
  padding: 20px 0px 20px 0px;
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  position: relative;
  bottom: 9px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .our-stories-search-box {
    height: 62.5px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our-stories-search-box {
    padding: 8px 0px;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80%;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin-right: 15px;
  }
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input {
  border: none;
  margin-left: 44px;
  outline: 0;
  max-width: 300px;
  padding-left: 0px;
  font-size: 14px;
  width: 120%;
  position: relative;
  bottom: 19px;
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input::-webkit-input-placeholder {
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input::-moz-placeholder {
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input:-ms-input-placeholder {
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input::-ms-input-placeholder {
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input::placeholder {
  color: #4F4A4A;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .our-stories-search-box .our-stories-search-input {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our-stories-search-box .our-stories-search-input {
    display: inline-block;
    margin-top: 28px;
    bottom: 25px;
    margin-left: 26px;
    padding: 10px 0px 10px 0px;
    width: 65%;
    max-width: 100%;
  }
}
.our_stories_dropdown .our-stories-search-box button.our-stories-search-button {
  background: transparent;
  height: auto;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 5px;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our-stories-search-box button.our-stories-search-button {
    top: 1px;
  }
}
.our_stories_dropdown .dropdown-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .dropdown-block {
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.our_stories_dropdown .dropdown-block .dropdown {
  padding-right: 25px;
  position: relative;
  margin-bottom: 40px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 33.33%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .dropdown-block .dropdown {
    margin-right: 5px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown {
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .our_stories_dropdown .dropdown-block .dropdown:last-child {
    padding-right: 0px;
  }
}
.our_stories_dropdown .dropdown-block .dropdown.checked .dropdown-label {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #F0EFEA;
  padding: 20px 30px 20px 0px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label {
    padding: 20px 30px 20px 0px;
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label {
    padding: 10px 30px 20px 0px;
    text-align: left;
    max-width: none;
  }
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-label:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #4F4A4A;
  border-width: 0px 1px 1px 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-width 150ms ease-in-out;
  transition: border-width 150ms ease-in-out;
  margin-top: -6px;
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-list {
  padding: 17px 17px 20px;
  background: #ffffff;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  border: 1px solid #A59F9F;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  max-height: 350px;
  overflow-y: auto;
  background: #ffffff;
  display: none;
  z-index: 10;
  border-radius: 10px;
  scrollbar-color: #BE2BBB transparent;
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-list::-webkit-scrollbar {
  width: 5px;
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-list::-webkit-scrollbar-thumb {
  background: #BE2BBB;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-list {
    max-width: 200px;
    min-width: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-list {
    max-width: 200px;
    min-width: 250px;
  }
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-list.filter-topics {
  width: 250%;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown .topics {
    left: -83px;
  }
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.our_stories_dropdown .dropdown-block .dropdown.open .dropdown-list {
  display: block;
}
.our_stories_dropdown .dropdown-block .dropdown.open .checkbox {
  -webkit-transition: 2s opacity 2s;
  transition: 2s opacity 2s;
  opacity: 1;
  display: block;
  padding-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown.open .checkbox {
    text-align: left;
  }
}
.our_stories_dropdown .dropdown-block .dropdown.open .checkbox:last-child {
  border-bottom: none;
}
.our_stories_dropdown .dropdown-block .dropdown.open .checkbox .dropdown-label:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.our_stories_dropdown .dropdown-block .dropdown.open .dropdown-label:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox {
  margin-bottom: 10px;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox:last-child {
  margin-bottom: 0;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom {
  display: none;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  line-height: 22px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #4F4A4A;
  border-radius: 2px;
  margin-top: 1px;
  min-width: 20px;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  position: absolute;
  top: 2px;
  text-align: center;
  content: "✓";
  position: absolute;
  top: 0px;
  color: #ffffff;
  left: 5px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #BE2BBB;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom-label {
  line-height: 22px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: #4F4A4A;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list {
    width: 110px;
    max-width: 110px;
    min-width: 150px;
    left: -19px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list.dropdown-list-year {
    min-width: 203px;
    left: -74px;
  }
}
.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list a.dropdown-select {
  display: block;
  padding: 5px 5px 2px;
  position: relative;
  margin: 5px 0;
}
.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list a.dropdown-select .select-custom-label {
  line-height: 22px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: #4F4A4A;
}
.our_stories_dropdown .search-txt-btn {
  border: solid 1px #F6F4F3;
  height: 42px;
  width: 416px;
  position: relative;
  top: 20px;
  border-radius: 21px;
}
.our_stories_dropdown .search-txt-btn .our-stories-search-box .search-icon {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
  margin-bottom: -5px;
}
@media only screen and (min-width: 351px) and (max-width: 767px) {
  .our_stories_dropdown .search-txt-btn .our-stories-search-box .search-icon {
    position: relative;
    top: 12px;
  }
}
@media only screen and (max-width: 420px) {
  .our_stories_dropdown .search-txt-btn .our-stories-search-box .search-icon {
    position: relative;
    top: 11px;
    margin-left: 0px;
  }
}
.our_stories_dropdown .search-txt-btn .button-circle {
  height: 42px;
  width: auto;
  float: right;
  font-size: 16px;
  margin-top: -1px;
  position: absolute;
  right: -1px;
}

@media only screen and (max-width: 767px) {
  .filters__foot {
    position: relative;
    top: 40px;
    padding-bottom: 20px !important;
  }
}
.filters__foot .checked-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.filters__foot .checked-values .word {
  background-color: #F6F4F3;
  border-radius: 60px;
  padding: 0px 0px 0px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333;
}
.filters__foot .checked-values .word .close {
  background: none;
  border: none;
  padding: 0;
  cursor: default;
  position: relative;
  top: 64%;
  -webkit-transform: translateY(-31%);
          transform: translateY(-31%);
}
.filters__foot .checked-values .word .close .icon-svg {
  width: 16px;
  height: 16px;
  fill: #363131;
  cursor: pointer;
}
.filters__foot .checked-values .word .close:hover .icon-svg {
  fill: #363131;
}
.filters__foot .checked-values .word .close .icon {
  height: 40px;
}
.filters__foot .checked-values .word:last-child {
  margin-right: 12px;
}
.filters__foot .reset-filters {
  color: #3312AF;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  background-color: #F6F4F3;
  border-radius: 60px;
  padding: 10px 16px 12px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters__foot .reset-filters:hover {
  color: #BE2BBB;
}
@media only screen and (max-width: 767px) {
  .filters__foot .reset-filters {
    float: none;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 20px;
  }
}

.our_stories_dropdown .dropdown-block .dropdown.checked .dropdown-label:before {
  border-color: #BE2BBB;
}

.dropdown-block .dropdown .checkbox .checkbox-custom + .checkbox-custom-label span {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

@media only screen and (max-width: 420px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label {
    padding: 10px 30px 20px 0px;
    text-align: left;
  }
  .our_stories_dropdown .our-stories-search-box {
    -ms-flex-preferred-size: calc(100% - 66px);
        flex-basis: calc(100% - 66px);
    width: 60%;
  }
  .our_stories_dropdown .our-stories-search-box .our-stories-search-input {
    padding: 10px 0 10px 0px;
    position: relative;
    bottom: 25px;
    margin-left: 31px;
  }
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-list {
    width: 180px;
    max-width: 180px;
    top: 60px;
  }
  .our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom + .checkbox-custom-label:before {
    margin-top: 2px;
  }
  .our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
    left: 5px;
    top: 1px;
  }
}
@media only screen and (max-width: 390px) {
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list {
    width: 100px;
    max-width: 100px;
    min-width: 140px;
    left: -19px;
  }
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list.dropdown-list-year {
    min-width: 203px;
    left: -80px;
  }
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label:before {
    margin-top: -11px;
  }
}
@media only screen and (max-width: 350px) {
  .our_stories_dropdown .dropdown-block .dropdown {
    padding-right: 10px;
    max-width: none;
  }
  .our_stories_dropdown .dropdown-block .dropdown.checked .dropdown-label {
    width: 100%;
  }
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list.dropdown-list-year {
    left: 0px;
    max-width: 77%;
    min-width: 60%;
  }
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .our_stories_dropdown .dropdown-block {
    display: block;
  }
}
.our-stories-listing .download-asset {
  padding: 5px 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.our-stories-listing .download-asset .primary-button-download {
  padding: 3px 20px;
  height: 32px;
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px solid #BE2BBB;
  color: #BE2BBB;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.our-stories-listing .download-asset .primary-button-download .primary-svg-download {
  position: relative;
  top: 1px;
}
.our-stories-listing .download-asset .download-asset--icon {
  margin-right: 5px;
  height: 21px;
  width: 21px;
  vertical-align: bottom;
}
.our-stories-listing .download-asset .download-asset--size {
  color: #4F4A4A;
  margin-left: 5px;
}

.dropdown-sel-clr {
  border-bottom: 1px solid #F6F4F3;
  padding: 8px 0px 13px 0px;
  margin-bottom: 10px;
}

.dropdown-clear-all, .dropdown-select-all {
  color: #BE2BBB;
  background-color: unset;
}
.dropdown-clear-all:hover, .dropdown-select-all:hover {
  font-weight: 700;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  cursor: pointer;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section .pod-actions h3, .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section .pod-actions .h3 {
  font-weight: 400;
  color: #4F4A4A;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 24px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section:hover .pod-actions h3, .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section:hover .pod-actions .h3 {
  color: #BE2BBB;
  font-weight: 400;
  font-size: 20px;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-video-section {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  cursor: pointer;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-video-section .content-left-section {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image, .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div.pod-content-info {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  min-height: 140px;
}
@media only screen and (max-width: 767px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics {
    min-height: 175px;
  }
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title {
  padding: 15px 0 5px;
  font-size: 13px;
  line-height: 18px;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
  padding-top: 15px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics .pod-content-title-topics-span h4, .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics .pod-content-title-topics-span .h4 {
  line-height: 22px;
  font-size: 13px;
  display: inline;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .date-cat-wrapper.visible-sm {
  display: none;
}

@media only screen and (max-width: 767px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title {
    float: none;
    padding: 0 0 10px;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-date-topics {
    height: auto !important;
    text-align: end;
    line-height: 24px;
    font-size: 13px;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section {
    display: block;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics {
    min-height: initial;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .date-cat-wrapper.visible-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 20px;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .date-cat-wrapper-hsm {
    display: none;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-content-date-topics {
    display: block;
    max-height: 25px;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
    padding-top: 5px;
    position: static;
  }
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label:before {
    margin-top: -11px;
  }
  .our_stories_dropdown .dropdown-block .dropdown.open .dropdown-label:before {
    margin-top: -6px;
  }
}
.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list a.dropdown-select.sel .select-custom-label {
  color: #BE2BBB;
}

.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list a.dropdown-select:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list .dropdown-linkContainer {
  border-bottom: 1px solid #F6F4F3;
}

.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list .dropdown-linkContainer:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media only screen and (min-width: 351px) and (max-width: 767px) {
  .our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list {
    right: 0;
    left: auto;
  }
}
.our-stories-search-input-space {
  margin-left: 10px;
}

#checkedCount-cate:before {
  content: "(";
}

#checkedCount-cate:after {
  content: ")";
}

#checkedCount-topic:before {
  content: "(";
}

#checkedCount-topic:after {
  content: ")";
}

#checkedCount-year:before {
  content: "(";
}

#checkedCount-year:after {
  content: ")";
}

.ourstoriesV1 .our_stories_dropdown .dropdown-list {
  width: 300px;
}

.all-filter-message {
  font-size: 13px;
}

.article-grid-listing.our-stories-listing-request-block {
  display: block;
}
.article-grid-listing.our-stories-listing-request-block .no-results-found {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .no-results-found {
    margin-top: 50px;
  }
}
.article-grid-listing.our-stories-listing-request-block .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign {
  -webkit-box-flex: 0;
      -ms-flex: 0 32%;
          flex: 0 32%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign {
    -webkit-box-flex: 0;
        -ms-flex: 0 48.5%;
            flex: 0 48.5%;
  }
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 20px;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-bottom: 2px solid #F5F5F5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content {
    display: block;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div {
  -ms-flex-preferred-size: 25.5%;
      flex-basis: 25.5%;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div.pod-content-info {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  padding: 0px 30px;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div.pod-content-info {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 0px;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div .pod-image.has-ruler {
  margin-bottom: 0px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title {
  font-size: 13px;
  line-height: 24px;
  color: #BE2BBB;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title a {
  color: #3312AF;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400;
  text-transform: capitalize;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title a:hover {
  color: #BE2BBB;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title .sub_category {
  font-size: 13px;
  text-transform: none;
  display: inline;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title ul {
  list-style: none;
  display: inline;
  position: relative;
  right: 41px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title li {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title {
    padding-bottom: 10px;
    float: left;
    width: 58%;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-date-topics-mobile {
  line-height: 24px;
  font-size: 13px;
  text-align: right;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-date-topics-mobile {
    display: block;
    padding-bottom: 10px;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-actions {
  font-size: 20px;
  line-height: 26px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-actions a {
  cursor: pointer;
  color: #4F4A4A;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-actions a:hover {
  color: #BE2BBB;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-actions {
    padding-bottom: 10px;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-description {
  padding: 0px 15px 15px;
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-description {
    display: none;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px 15px;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-action-cta {
  padding: 0 15px 15px;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-action-cta {
    padding-left: 0px;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-action-cta .primary-button--small {
  font-size: 14px;
  padding: 3px 10px;
  height: 32px;
  margin-bottom: 0;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-content-date-topics {
  line-height: 24px;
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-content-date-topics {
    display: none;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
  padding-top: 90px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
    padding-top: 0px;
    display: block;
    margin-top: 5px;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul {
  padding: 0;
  display: inline;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul {
    padding: 0px 0px 0px;
    display: inline;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li {
  line-height: 14px;
  font-size: 13px;
  color: #A59F9F;
  text-decoration: none;
  font-weight: 400;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li:after {
  content: ",";
  padding: 0px 3px 0 0;
  color: #A59F9F;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li {
    padding-bottom: 0px;
    display: inline-block;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li a {
  color: #3312AF;
  font-weight: 400;
  opacity: 1;
  text-decoration: underline;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics ul li a:hover {
  color: #BE2BBB;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image {
  margin-bottom: 15px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image.has-ruler {
  margin-bottom: 0px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image.has-ruler:after {
  content: "";
  border-bottom: 0px solid #F5F5F5;
  left: 0px;
  right: 0px;
  position: relative;
  margin: 0px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
@media only screen and (max-width: 480px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image img {
    aspect-ratio: auto;
  }
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image .zoom-img {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image .zoom-img img {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image .zoom-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.lastrecord:last-child {
  border-bottom: none;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing-request .pagination-bar {
  margin: 70px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing-request .pagination-bar .disabled {
  display: none;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing-request .pagination-bar .number {
  color: #4F4A4A;
  padding: 15px;
  cursor: pointer;
  min-height: auto;
  min-width: 30px;
  background: transparent;
  line-height: 20px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing-request .pagination-bar .number.currentPage {
  border-bottom: 1px solid #BE2BBB;
}
.article-grid-listing.our-stories-listing-request-block .action-items {
  text-align: center;
}

.our_stories_dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .our_stories_dropdown .search-txt-btn {
    width: 100% !important;
  }
}
.our_stories_dropdown .our-stories-mobile {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our-stories-mobile {
    display: block;
    text-align: left;
    border: 1px solid #E0E0E0;
    padding: 15px;
    margin-bottom: 20px;
  }
  .our_stories_dropdown .our-stories-mobile span.arrow {
    float: right;
    padding-top: 5px;
    text-align: right;
    padding-right: 5px;
  }
  .our_stories_dropdown .our-stories-mobile span.arrow .icon {
    width: 25px;
    height: 25px;
  }
  .our_stories_dropdown .our-stories-mobile span.arrow .icon.icon-close-item {
    display: none;
  }
  .our_stories_dropdown .our-stories-mobile.show .icon-open-item {
    display: none;
  }
  .our_stories_dropdown .our-stories-mobile.show .icon.icon-close-item {
    display: block !important;
  }
}
.our_stories_dropdown .our_stories_dropdown-label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 25px 40px 0px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  width: 15%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .our_stories_dropdown-label {
    padding: 20px 10px 40px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our_stories_dropdown-label {
    padding: 15px 0px;
    width: 100%;
    text-align: left;
  }
}
.our_stories_dropdown .search_ourstories svg.search-icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .search_ourstories svg.search-icon {
    width: 13px;
    height: 13px;
  }
}
.our_stories_dropdown .search_ourstories:hover svg.search-icon path {
  fill: #BE2BBB;
}
.our_stories_dropdown .our-stories-search-box {
  display: inline-block;
  margin-bottom: 45px;
  padding: 20px 0px 20px 0px;
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  position: relative;
  bottom: 9px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .our-stories-search-box {
    height: 62.5px;
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our-stories-search-box {
    padding: 8px 0px;
    text-align: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80%;
    margin-bottom: 20px;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin-right: 15px;
  }
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input {
  border: none;
  margin-left: 44px;
  outline: 0;
  max-width: 300px;
  padding-left: 0px;
  font-size: 14px;
  width: 120%;
  position: relative;
  bottom: 19px;
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input::-webkit-input-placeholder {
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input::-moz-placeholder {
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input:-ms-input-placeholder {
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input::-ms-input-placeholder {
  color: #4F4A4A;
}
.our_stories_dropdown .our-stories-search-box .our-stories-search-input::placeholder {
  color: #4F4A4A;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .our-stories-search-box .our-stories-search-input {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our-stories-search-box .our-stories-search-input {
    display: inline-block;
    margin-top: 28px;
    bottom: 25px;
    margin-left: 26px;
    padding: 10px 0px 10px 0px;
    width: 65%;
    max-width: 100%;
  }
}
.our_stories_dropdown .our-stories-search-box button.our-stories-search-button {
  background: transparent;
  height: auto;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 5px;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .our-stories-search-box button.our-stories-search-button {
    top: 1px;
  }
}
.our_stories_dropdown .dropdown-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .dropdown-block {
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.our_stories_dropdown .dropdown-block .dropdown {
  padding-right: 25px;
  position: relative;
  margin-bottom: 40px;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 33.33%;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .dropdown-block .dropdown {
    margin-right: 5px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown {
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .our_stories_dropdown .dropdown-block .dropdown:last-child {
    padding-right: 0px;
  }
}
.our_stories_dropdown .dropdown-block .dropdown.checked .dropdown-label {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 30px 20px 0px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label {
    padding: 20px 30px 20px 0px;
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label {
    padding: 10px 30px 20px 0px;
    text-align: left;
    max-width: none;
  }
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-label:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #4F4A4A;
  border-width: 0px 1px 1px 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-width 150ms ease-in-out;
  transition: border-width 150ms ease-in-out;
  margin-top: -6px;
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-list {
  padding: 17px 17px 20px;
  background: #ffffff;
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  border: 1px solid #A59F9F;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  max-height: 350px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  border-radius: 10px;
  scrollbar-color: #BE2BBB transparent;
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-list::-webkit-scrollbar {
  width: 5px;
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-list::-webkit-scrollbar-thumb {
  background: #BE2BBB;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-list {
    max-width: 200px;
    min-width: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-list {
    max-width: 200px;
    min-width: 250px;
  }
}
.our_stories_dropdown .dropdown-block .dropdown .dropdown-list.filter-topics {
  width: 250%;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown .topics {
    left: -83px;
  }
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.our_stories_dropdown .dropdown-block .dropdown.open .dropdown-list {
  display: block;
}
.our_stories_dropdown .dropdown-block .dropdown.open .checkbox {
  -webkit-transition: 2s opacity 2s;
  transition: 2s opacity 2s;
  opacity: 1;
  display: block;
  padding-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block .dropdown.open .checkbox {
    text-align: left;
  }
}
.our_stories_dropdown .dropdown-block .dropdown.open .checkbox:last-child {
  border-bottom: none;
}
.our_stories_dropdown .dropdown-block .dropdown.open .checkbox .dropdown-label:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.our_stories_dropdown .dropdown-block .dropdown.open .dropdown-label:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox {
  margin-bottom: 10px;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox:last-child {
  margin-bottom: 0;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom {
  display: none;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  line-height: 22px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: #4F4A4A;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  border: 1px solid #4F4A4A;
  border-radius: 2px;
  margin-top: 1px;
  min-width: 20px;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  position: absolute;
  top: 0px;
  left: 5px;
  content: "✓";
  color: #ffffff;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #BE2BBB;
  border-color: #BE2BBB;
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list {
    width: 110px;
    max-width: 110px;
    min-width: 150px;
    left: -19px;
  }
}
@media only screen and (max-width: 480px) {
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list.dropdown-list-year {
    min-width: 203px;
    left: -74px;
  }
}
.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list a.dropdown-select {
  display: block;
  padding: 5px 5px 2px;
  position: relative;
  margin: 5px 0;
}
.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list a.dropdown-select .select-custom-label {
  line-height: 22px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: #4F4A4A;
}
.our_stories_dropdown .search-txt-btn {
  border: solid 1px #E0E0E0;
  height: 42px;
  width: 416px;
  position: relative;
  top: 20px;
  border-radius: 21px;
}
.our_stories_dropdown .search-txt-btn .our-stories-search-box .search-icon {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
  margin-bottom: -5px;
}
@media only screen and (min-width: 351px) and (max-width: 767px) {
  .our_stories_dropdown .search-txt-btn .our-stories-search-box .search-icon {
    position: relative;
    top: 12px;
  }
}
@media only screen and (max-width: 420px) {
  .our_stories_dropdown .search-txt-btn .our-stories-search-box .search-icon {
    position: relative;
    top: 11px;
    margin-left: 0px;
  }
}
.our_stories_dropdown .search-txt-btn .button-circle {
  height: 42px;
  width: auto;
  float: right;
  font-size: 16px;
  margin-top: -1px;
  position: absolute;
  right: -1px;
}

@media only screen and (max-width: 767px) {
  .filters__foot {
    position: relative;
    top: 40px;
    padding-bottom: 20px !important;
  }
}
.filters__foot .checked-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.filters__foot .checked-values .word {
  background-color: #F5F5F5;
  border-radius: 60px;
  padding: 0px 0px 0px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333333;
}
.filters__foot .checked-values .word .close {
  background: none;
  border: none;
  padding: 0;
  cursor: default;
  position: relative;
  top: 64%;
  -webkit-transform: translateY(-31%);
          transform: translateY(-31%);
}
.filters__foot .checked-values .word .close .icon-svg {
  width: 16px;
  height: 16px;
  fill: #363131;
  cursor: pointer;
}
.filters__foot .checked-values .word .close:hover .icon-svg {
  fill: #363131;
}
.filters__foot .checked-values .word .close .icon {
  height: 40px;
}
.filters__foot .checked-values .word:last-child {
  margin-right: 12px;
}
.filters__foot .reset-filters {
  color: #3312AF;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  background-color: #F5F5F5;
  border-radius: 60px;
  padding: 10px 16px 12px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters__foot .reset-filters:hover {
  color: #BE2BBB;
}
@media only screen and (max-width: 767px) {
  .filters__foot .reset-filters {
    float: none;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 20px;
  }
}

.our_stories_dropdown .dropdown-block .dropdown.checked .dropdown-label:before {
  border-color: #BE2BBB;
}

.dropdown-block .dropdown .checkbox .checkbox-custom + .checkbox-custom-label span {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

@media only screen and (max-width: 420px) {
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label {
    padding: 10px 30px 20px 0px;
    text-align: left;
  }
  .our_stories_dropdown .our-stories-search-box {
    -ms-flex-preferred-size: calc(100% - 66px);
        flex-basis: calc(100% - 66px);
    width: 60%;
  }
  .our_stories_dropdown .our-stories-search-box .our-stories-search-input {
    padding: 10px 0 10px 0px;
    position: relative;
    bottom: 25px;
    margin-left: 31px;
  }
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-list {
    width: 180px;
    max-width: 180px;
    top: 60px;
  }
  .our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom + .checkbox-custom-label:before {
    margin-top: 2px;
  }
  .our_stories_dropdown .dropdown-block .dropdown .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
    left: 5px;
    top: 1px;
  }
}
@media only screen and (max-width: 390px) {
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list {
    width: 100px;
    max-width: 100px;
    min-width: 140px;
    left: -19px;
  }
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list.dropdown-list-year {
    min-width: 203px;
    left: -80px;
  }
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label:before {
    margin-top: -11px;
  }
}
@media only screen and (max-width: 350px) {
  .our_stories_dropdown .dropdown-block .dropdown {
    padding-right: 10px;
    max-width: none;
  }
  .our_stories_dropdown .dropdown-block .dropdown.checked .dropdown-label {
    width: 100%;
  }
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .our_stories_dropdown .dropdown-block #years-section.dropdown .dropdown-list.dropdown-list-year {
    left: 0px;
    max-width: 77%;
    min-width: 60%;
  }
  .our_stories_dropdown .dropdown-block {
    display: block;
  }
}
.our-stories-listing .download-asset {
  padding: 5px 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.our-stories-listing .download-asset .primary-button-download {
  padding: 3px 20px;
  height: 32px;
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 30px;
  border: 2px solid #BE2BBB;
  color: #BE2BBB;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.our-stories-listing .download-asset .primary-button-download .primary-svg-download {
  position: relative;
  top: 1px;
}
.our-stories-listing .download-asset .download-asset--icon {
  margin-right: 5px;
  height: 21px;
  width: 21px;
  vertical-align: bottom;
}
.our-stories-listing .download-asset .download-asset--size {
  color: #4F4A4A;
  margin-left: 5px;
}

.dropdown-sel-clr {
  border-bottom: 1px solid #E0E0E0;
  padding: 8px 0px 13px 0px;
  margin-bottom: 10px;
}

.dropdown-clear-all,
.dropdown-select-all {
  color: #BE2BBB;
  background-color: unset;
}
.dropdown-clear-all:hover,
.dropdown-select-all:hover {
  font-weight: 700;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  cursor: pointer;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section .pod-actions h3, .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section .pod-actions .h3 {
  font-weight: 400;
  color: #4F4A4A;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 24px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section:hover .pod-actions h3, .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section:hover .pod-actions .h3 {
  color: #BE2BBB;
  font-weight: 400;
  font-size: 20px;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-video-section {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  cursor: pointer;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-video-section .content-left-section {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content div.pod-content-info {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  min-height: 140px;
}
@media only screen and (max-width: 767px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics {
    min-height: 175px;
  }
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title {
  padding: 15px 0 5px;
  font-size: 13px;
  line-height: 18px;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
  padding-top: 15px;
}
.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics .pod-content-title-topics-span h4, .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics .pod-content-title-topics-span .h4 {
  line-height: 22px;
  font-size: 13px;
  display: inline;
}

.article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .date-cat-wrapper.visible-sm {
  display: none;
}

@media only screen and (max-width: 767px) {
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .sub_title {
    float: none;
    padding: 0 0 10px;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-date-topics {
    height: auto !important;
    text-align: end;
    line-height: 24px;
    font-size: 13px;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .content-left-section {
    display: block;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics {
    min-height: initial;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .date-cat-wrapper.visible-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 20px;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .date-cat-wrapper-hsm {
    display: none;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-content-date-topics {
    display: block;
    max-height: 25px;
  }
  .article-grid-listing.our-stories-listing-request-block .our-stories-listing .subjectredesign.subjectredesign-resource .subject-pod .pod-content .pod-content-topics .pod-topics {
    padding-top: 5px;
    position: static;
  }
  .our_stories_dropdown .dropdown-block .dropdown .dropdown-label:before {
    margin-top: -11px;
  }
  .our_stories_dropdown .dropdown-block .dropdown.open .dropdown-label:before {
    margin-top: -6px;
  }
}
.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list a.dropdown-select.sel .select-custom-label {
  color: #BE2BBB;
}

.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list a.dropdown-select:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list .dropdown-linkContainer {
  border-bottom: 1px solid #E0E0E0;
}

.our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list .dropdown-linkContainer:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media only screen and (min-width: 351px) and (max-width: 767px) {
  .our_stories_dropdown .dropdown-block #sortby-section.dropdown .dropdown-list {
    right: 0;
    left: auto;
  }
}
.our-stories-search-input-space {
  margin-left: 10px;
}

#checkedCount-cate:before {
  content: "(";
}

#checkedCount-cate:after {
  content: ")";
}

#checkedCount-topic:before {
  content: "(";
}

#checkedCount-topic:after {
  content: ")";
}

#checkedCount-year:before {
  content: "(";
}

#checkedCount-year:after {
  content: ")";
}

.ourstoriesV1 .our_stories_dropdown .dropdown-list {
  width: 300px;
}

.our_stories_dropdown .dropdown-block .dropdown#topics-section {
  display: none;
}

.top-level-page-header {
  margin: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .top-level-page-header {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .top-level-page-header {
    margin: 30px 0;
  }
}
.top-level-page-header .section-header {
  line-height: 0.5;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
}
.top-level-page-header .section-header .lines {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.top-level-page-header .section-header .lines:before, .top-level-page-header .section-header .lines:after {
  border-bottom: 2px solid #3312AF;
  content: "";
  height: 12px;
  position: absolute;
  top: 0;
  width: 50px;
}
.top-level-page-header .section-header .lines:before {
  right: 100%;
  margin-right: 15px;
}
.top-level-page-header .section-header .lines:after {
  left: 100%;
  margin-left: 15px;
}
.top-level-page-header .feature-body {
  padding: 10px 18% 0;
}
.top-level-page-header .feature-body a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.top-level-page-header .feature-body a:hover, .top-level-page-header .feature-body a:focus {
  color: inherit;
  opacity: 0.9;
}

.top-level-page-header.bms-relaunch-comp-v2 {
  margin: 0 auto;
  max-width: 1200px;
  padding: 50px 0px 55px 55px;
}
@media only screen and (max-width: 480px) {
  .top-level-page-header.bms-relaunch-comp-v2 {
    padding: 75px 24px 40px 24px;
  }
}
.top-level-page-header.bms-relaunch-comp-v2 .page-header {
  margin: 0 auto;
  color: #4F4A4A;
  width: 80%;
  font-size: 54px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: -1px;
}
@media only screen and (max-width: 480px) {
  .top-level-page-header.bms-relaunch-comp-v2 .page-header {
    width: 100%;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .top-level-page-header.bms-relaunch-comp-v2 .page-header {
    width: 100%;
    letter-spacing: -1px;
  }
}
.top-level-page-header.bms-relaunch-comp-v2 .feature-body {
  color: #4F4A4A;
  width: 58%;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  padding-top: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .top-level-page-header.bms-relaunch-comp-v2 .feature-body {
    width: 100%;
    font-size: 16px;
    margin: 0;
    margin-top: 13px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .top-level-page-header.bms-relaunch-comp-v2 .feature-body {
    width: 84%;
  }
}
.top-level-page-header.bms-relaunch-comp-v2.text-left .page-header {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .top-level-page-header.bms-relaunch-comp-v2.text-left .page-header {
    width: 100%;
  }
}
.top-level-page-header.bms-relaunch-comp-v2.text-left .feature-body {
  margin: 0;
  margin-top: 13px;
  text-align: left;
}

.page--full-width .top-level-page-header.bms-relaunch-comp-v2 {
  max-width: none;
  padding: 50px 30px 55px 30px;
}
@media only screen and (max-width: 480px) {
  .page--full-width .top-level-page-header.bms-relaunch-comp-v2 {
    padding: 75px 30px 40px;
  }
}

/** pageTitle new variation****/
.header--pipe .page-header {
  padding-left: 35px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .header--pipe .page-header {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .header--pipe .page-header {
    padding-left: 0px;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2 .page-header {
  text-align: left;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2 .feature-body {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 28px;
  width: auto;
  max-width: 753px;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2 .feature-body h4, .header--pipe .top-level-page-header.bms-relaunch-comp-v2 .feature-body .h4, .header--pipe .top-level-page-header.bms-relaunch-comp-v2 .feature-body p {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2 .feature-body {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2 .feature-body {
    width: 100%;
    margin-top: 30px;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2 .feature-body .topic {
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  padding: 0 40px;
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2 .feature-body .topic {
    font-size: 16px;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2 .feature-body .topic span {
  text-decoration: underline;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2 .article {
  padding: 10px 40px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2 .article {
    font-size: 16px;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-left.desc-padding .page-header {
  padding-left: 28px;
  margin-left: -32px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-left.desc-padding .page-header {
    padding-left: 0px;
    margin-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-left.desc-padding .page-header {
    padding-left: 0px;
    margin-left: 0;
    border: none;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-left.desc-padding .feature-body {
  padding-left: 0px;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-white .page-header {
  color: #ffffff;
  border-left: 2px solid #ffffff;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-white .page-header {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-white .page-header {
    border: none;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-white .feature-body {
  color: #ffffff;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-white .feature-body p, .header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-white .feature-body h4, .header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-white .feature-body .h4 {
  color: #ffffff;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-white .article {
  color: #ffffff;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-dark .page-header {
  color: #4F4A4A;
  border-left: 2px solid #BE2BBB;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-dark .page-header {
    border: none;
  }
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-dark .page-header {
    border: none;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-dark .feature-body {
  color: #4F4A4A;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.color-dark .article {
  color: #4F4A4A;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--pipe .top-level-page-header {
  text-align: left;
  padding: 70px 56px 70px 56px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .header--pipe .top-level-page-header {
    padding: 52px;
  }
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header {
    padding: 24px;
  }
}
.header--pipe .top-level-page-header.text-side .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.header--pipe .top-level-page-header.text-side .feature-body {
  margin: 0;
  padding: 0;
  margin-top: 0px;
  width: auto;
  max-width: auto;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .header--pipe .top-level-page-header.text-side .feature-body {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.text-side .feature-body {
    margin-top: 28px;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center {
  padding: 56px;
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center {
    padding: 30px 25px 30px 24px;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .feature-border {
  width: 2px;
  height: 58px;
  margin: 21px auto;
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .feature-border {
    height: 46px;
    margin: 14px auto;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .feature-body {
  text-align: center;
  max-width: 436px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .feature-body {
    max-width: 432px;
  }
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .feature-body {
    max-width: unset;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .page-header {
  width: 100%;
  text-align: center;
  padding-left: 0px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .page-header {
    font-size: 42px;
    line-height: 46px;
  }
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .page-header {
  border-left: none;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center.color-white .feature-border {
  background-color: #ffffff;
}
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center.color-dark .feature-border {
  background-color: #4F4A4A;
}

.page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2 {
  padding: 60px 56px 70px 56px;
  max-width: 1200px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2 {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2 {
    padding: 30px;
  }
}
.page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2 .page-header {
  font-weight: 400;
}
.page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2.article-details {
  padding: 56px 56px 91px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2.article-details {
    display: block;
    padding: 56px 56px 84px;
  }
}
@media only screen and (max-width: 480px) {
  .page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2.article-details {
    display: block;
    padding: 30px 24px 68px;
  }
}
.page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2.article-details .page-header {
  font-size: 42px;
  line-height: 46px;
}
.page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2.article-details .feature-body {
  width: auto;
  max-width: auto;
}
.page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-side {
  padding: 56px 56px 112px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-side {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-side {
    display: block;
    padding: 30px 24px 60px;
  }
}

.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .feature-body {
  margin: 0 auto;
}

.page--full-width .header--pipe .top-level-page-header.bms-relaunch-comp-v2 .page-header,
.header--pipe .top-level-page-header.bms-relaunch-comp-v2.text-center .page-header,
.header--pipe .top-level-page-header.text-side .page-header {
  font-weight: 300;
}

.header--pipe .right-image {
  position: absolute;
  width: 30%;
  right: 0%;
  bottom: 0;
  z-index: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.header--pipe .top-level-page-header {
  position: relative;
  z-index: 2;
}

.header--pipe {
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .header--pipe .right-image {
    position: static;
    width: 100% !important;
    right: 0%;
    bottom: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .header--pipe.rmv-tab-right-img .right-image {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .header--pipe.rmv-mob-right-img .right-image {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page--full-width .header--pipe .top-level-page-header.header-v3-padding.bms-relaunch-comp-v2,
.site-contain .header--pipe .top-level-page-header.header-v3-padding.bms-relaunch-comp-v2,
.site-contain .top-level-page-header.header-v3-padding.bms-relaunch-comp-v2 {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.top-level-page-header {
  padding: 15px 0;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .top-level-page-header {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.top-level-page-header .section-header {
  line-height: 0.5;
  margin: 0 auto 15px;
  overflow: hidden;
  text-align: center;
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 500;
}
.top-level-page-header .section-header .lines {
  display: inline-block;
  line-height: 1;
  position: relative;
}
.top-level-page-header .section-header .lines:before, .top-level-page-header .section-header .lines:after {
  border-bottom: 2px solid #3312AF;
  content: "";
  height: 12px;
  position: absolute;
  top: 0;
  width: 50px;
}
.top-level-page-header .section-header .lines:before {
  right: 100%;
  margin-right: 15px;
}
.top-level-page-header .section-header .lines:after {
  left: 100%;
  margin-left: 15px;
}
.top-level-page-header .feature-body {
  padding: 10px 18%;
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 27px;
}
.top-level-page-header .feature-body a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.top-level-page-header .feature-body a:hover, .top-level-page-header .feature-body a:focus {
  color: inherit;
  opacity: 0.9;
}

.hero-image {
  -webkit-transform: translate3d(0, 0, 0);
}

.hero-module {
  position: relative;
  margin: 0 0 30px;
}
.hero-module .hero-textbox {
  width: 45%;
  background-color: #ffffff;
  padding: 10px 20px 0;
  position: absolute;
  bottom: 25px;
}
.hero-module .hero-textbox .mouseprint, .hero-module .hero-textbox .video .caption, .video .hero-module .hero-textbox .caption, .hero-module .hero-textbox .generic-form .submit-view .body-1, .generic-form .submit-view .hero-module .hero-textbox .body-1 {
  text-transform: uppercase;
  margin-left: 2px;
  font-size: 15px;
}
@media only screen and (max-width: 480px) {
  .hero-module .hero-textbox .mouseprint, .hero-module .hero-textbox .video .caption, .video .hero-module .hero-textbox .caption, .hero-module .hero-textbox .generic-form .submit-view .body-1, .generic-form .submit-view .hero-module .hero-textbox .body-1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-module .hero-textbox {
    position: relative;
    left: 5%;
    right: 5%;
    width: 90%;
    bottom: 60px;
  }
}
@media only screen and (min-width: 481px) {
  .hero-module .hero-textbox-left {
    left: 25px;
  }
}
@media only screen and (min-width: 481px) {
  .hero-module .hero-textbox-right {
    right: 25px;
  }
}
.hero-module .feature-title {
  padding: 5px 0 5px;
}
.hero-module .feature-sub-title {
  padding: 0 0 10px;
}
.hero-module .feature-body {
  padding: 0 0 20px;
}
.hero-module .hero-action-items {
  padding-top: 10px;
}
.hero-module .action-item {
  display: inline-block;
  padding: 0 0 0 10px;
}
.hero-module .action-item:nth-child(1) {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .hero-module .action-item {
    display: block;
    padding: 5px 0;
  }
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.hero-module-home {
  margin-bottom: 0;
}
@media only screen and (min-width: 481px) {
  .hero-module-home {
    margin-bottom: 60px;
  }
  .hero-module-home:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.4285714286%;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-module-home {
    margin-bottom: 120px;
  }
  .hero-module-home:before {
    min-height: 550px;
    min-height: 60vh;
  }
}

.site-hero-image {
  position: relative;
  opacity: 0;
}
@media only screen and (min-width: 481px) {
  .site-hero-image {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .site-hero-image {
    max-width: 1680px;
  }
}

.pagination-bar {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
}
.pagination-bar .number {
  cursor: default;
  display: inline-block;
  min-height: 45px;
  min-width: 45px;
  color: #ffffff;
  background-color: #BE2BBB;
  line-height: 43px;
}
.pagination-bar .page-buttons {
  margin: 0 0 10px;
  text-align: center;
}
.pagination-bar .page-numbers {
  text-align: center;
}
.pagination-bar .primary-button, .pagination-bar .body-1 a.primary-button, .body-1 .pagination-bar a.primary-button {
  min-height: 45px;
  min-width: 45px;
  background-color: #BE2BBB;
  border: 3px solid #BE2BBB;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 7px 15px;
  display: inline-block;
  letter-spacing: 0;
  height: 40px;
  margin: 10px 0;
  width: auto;
}
.pagination-bar .primary-button:hover {
  background-color: #ffffff;
  color: #BE2BBB;
  border: 3px solid #BE2BBB;
  padding: 7px 15px;
}
.pagination-bar .primary-button:disabled {
  color: #4F4A4A;
  background-color: #F6F4F3;
  border: 3px solid #F6F4F3;
  opacity: 0.7;
  cursor: not-allowed;
}
.pagination-bar a.primary-button {
  padding: 0;
  line-height: 45px;
  margin-left: 3px;
}
.pagination-bar a.primary-button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #b6ae95;
  color: #ffffff;
}

.phone-number-block .phone-label,
.phone-number-block .phone-label p {
  margin: 5px 0;
}
.phone-number-block .phone + .phone {
  padding-top: 20px;
}
.phone-number-block .phone-label:not(:first-of-type) {
  padding-top: 15px;
}
.phone-number-block .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.phone-number-block .phone .phone-image {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 2px 10px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.phone-number-block .phone .phone-image .icon-call {
  fill: #BE2BBB;
  max-height: 24px;
  max-width: 24px;
  width: 50px;
  height: 50px;
  display: inline-block;
}
@media only screen and (min-width: 481px) {
  .phone-number-block .phone .phone-image .icon-call {
    fill: #3312AF;
  }
}
.phone-number-block .phone .phone-content + .phone-content {
  padding-top: 20px;
}
@media only screen and (max-width: 480px) {
  .phone-number-block .phone .phone-content + .phone-content {
    padding-top: 50px;
  }
}
.phone-number-block .phone .phone-content {
  width: 100%;
}
.phone-number-block .phone .phone-content .phone-number > a {
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  color: #4F4A4A;
  font-size: 22px;
  text-decoration: none;
}
@media only screen and (min-width: 481px) {
  .phone-number-block .phone .phone-content .phone-number > a {
    pointer-events: none;
  }
}
.phone-number-block .phone .phone-content .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.phone-number-block .phone .phone-content .phone-sub-title p {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  color: #4F4A4A;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 21px;
  margin-left: 34px;
}

.phone-number-block .phone .phone-content .phone-number a .default-phone-color {
  color: #BE2BBB;
}

.parsys_column .phone-number-block.bms-relaunch-comp-v2 {
  padding-left: 50px;
}
@media only screen and (max-width: 480px) {
  .parsys_column .phone-number-block.bms-relaunch-comp-v2 {
    padding-left: 0px;
  }
}
.phone-number-block.bms-relaunch-comp-v2 .phone-label,
.phone-number-block.bms-relaunch-comp-v2 .phone-label p {
  color: #4F4A4A;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 16px;
}
.phone-number-block.bms-relaunch-comp-v2 .phone-number > a,
.phone-number-block.bms-relaunch-comp-v2 .phone-sub-title,
.phone-number-block.bms-relaunch-comp-v2 .phone-with-text {
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.phoneblock.phoneblock-v2 .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.phoneblock.phoneblock-v2 .phone .phone-content {
  width: auto;
}
.phoneblock.phoneblock-v2 .phone .phone-content .phone-email > a {
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  color: #4F4A4A;
  padding-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 481px) {
  .phoneblock.phoneblock-v2 .phone .phone-content .phone-email > a {
    pointer-events: none;
  }
}
.phoneblock.phoneblock-v2 .phone .phone-content .phone-email-sub-title {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  color: #4F4A4A;
  font-size: 17px;
  line-height: 21px;
  margin-left: 34px;
}
.phoneblock.phoneblock-v2 .phone .icon-email {
  fill: #BE2BBB;
  max-height: 24px;
  max-width: 24px;
}
@media only screen and (min-width: 481px) {
  .phoneblock.phoneblock-v2 .phone .icon-email {
    fill: #363131;
  }
}
.phoneblock.phoneblock-v2 .phone .phone-content-download {
  margin-left: 50px;
  display: block;
}

.pipeline-listing {
  width: 100%;
  padding-bottom: 30px;
}
.pipeline-listing .pipeline-listing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 40px;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__image-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__image-col .pipeline-listing__image {
  width: 83%;
  height: 100%;
  margin-right: 17%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__video-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__video-col .pipeline-listing__video {
  width: 83%;
  height: auto;
  margin-right: 17%;
}
.pipeline-listing .pipeline-listing__row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pipeline-listing .pipeline-listing__row--reverse .pipeline-listing__image-col .pipeline-listing__image,
.pipeline-listing .pipeline-listing__row--reverse .pipeline-listing__video-col .pipeline-listing__video {
  margin-right: 0;
  margin-left: 17%;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: none;
  gap: 40px;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col:has(.pipeline-listing__cta) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__date {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__date {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__date {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__stats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__stats .pipeline-listing__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(54, 49, 49, 0.3019607843);
  margin: 0;
  padding-left: 0;
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__stats .pipeline-listing__stat .pipeline-listing__stat-value {
  font-weight: 300;
  font-style: normal;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.64px;
  width: 40%;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 481px) and (width < 1024px) {
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__stats .pipeline-listing__stat .pipeline-listing__stat-value {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.8px;
  }
}
@media (min-width: 1024px) {
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__stats .pipeline-listing__stat .pipeline-listing__stat-value {
    font-size: 104px;
    line-height: 104px;
    letter-spacing: -1.04px;
  }
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__stats .pipeline-listing__stat .pipeline-listing__stat-label {
  width: 60%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: right;
}
@media (min-width: 481px) and (width < 1024px) {
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__stats .pipeline-listing__stat .pipeline-listing__stat-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__stats .pipeline-listing__stat .pipeline-listing__stat-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (width < 1024px) {
  .pipeline-listing .pipeline-listing__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }
  .pipeline-listing .pipeline-listing__row .pipeline-listing__image-col,
.pipeline-listing .pipeline-listing__row .pipeline-listing__video-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .pipeline-listing .pipeline-listing__row .pipeline-listing__image-col .pipeline-listing__image,
.pipeline-listing .pipeline-listing__row .pipeline-listing__image-col .pipeline-listing__video,
.pipeline-listing .pipeline-listing__row .pipeline-listing__video-col .pipeline-listing__image,
.pipeline-listing .pipeline-listing__row .pipeline-listing__video-col .pipeline-listing__video {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    gap: 32px;
  }
  .pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body,
.pipeline-listing .pipeline-listing__row .pipeline-listing__content-col .pipeline-listing__body .pipeline-listing__stats {
    gap: 32px;
  }
}

.pipelinephaselisting {
  position: relative;
}
.pipelinephaselisting .filter .box-grey {
  background-color: #F5F5F5;
}
.pipelinephaselisting .filter .download-pipeline {
  float: right;
}
@media only screen and (min-width: 481px) {
  .pipelinephaselisting .filter .download-pipeline {
    margin-right: 10px;
  }
}
.pipelinephaselisting .filter .heading {
  border-bottom: 1px solid #3312AF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .pipelinephaselisting .filter .heading {
    padding: 8px 10px;
    margin-bottom: 0px;
  }
}
.pipelinephaselisting .filter .heading .section-header {
  font-size: 28px;
  line-height: 33px;
}
@media only screen and (max-width: 480px) {
  .pipelinephaselisting .filter .heading .section-header {
    font-size: 18px;
    line-height: 22px;
  }
}
.pipelinephaselisting .filter .filter-options {
  padding-top: 0px;
}
@media only screen and (max-width: 480px) {
  .pipelinephaselisting .filter .filter-options {
    padding: 25px 10px;
  }
}
.pipelinephaselisting .filter .filter-options h2:first-child, .pipelinephaselisting .filter .filter-options .h2:first-child {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #4F4A4A;
}
.pipelinephaselisting .filter .filter-options .radio-button {
  display: inline-block;
}
.pipelinephaselisting .filter .filter-options .radio-button:first-of-type {
  float: left;
  padding-right: 10px;
}
.pipelinephaselisting .filter .filter-options .radio-button label {
  font-size: 20px;
}
.pipelinephaselisting .filter .filter-options .radio-button span {
  font-family: "Basel Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.pipelinephaselisting .filter .filter-options .select-container label {
  display: none;
}
.pipelinephaselisting .filter .filter-options .select-container:last-child {
  display: none;
}
.pipelinephaselisting .filter .filter-options .select-container .dropdown-link {
  width: 30%;
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pipelinephaselisting .filter .filter-options .select-container .dropdown-link {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .pipelinephaselisting .filter .filter-options .select-container .dropdown-link {
    width: 70%;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .pipelinephaselisting .filter .filter-print {
    display: none;
  }
}
.pipelinephaselisting .legend_defs {
  display: none;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  color: #4F4A4A;
}
@media only screen and (max-width: 480px) {
  .pipelinephaselisting .legend_defs {
    display: block;
    font-size: 16px;
  }
}

.pipeline-phase-listing-container {
  margin: 30px 0;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container {
    margin-top: 15px;
  }
}
.pipeline-phase-listing-container #pipeline-data {
  display: none;
}
.pipeline-phase-listing-container .pipeline-listing-header {
  margin-bottom: 0px;
  padding-right: 0px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.pipeline-phase-listing-container .pipeline-listing-header .pipeline-listing-heading {
  color: #4F4A4A;
  width: calc((100% - (125*4px)) / 2);
  min-height: 35px;
  padding-left: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 99999px;
  margin-top: -99999px;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listing-header .pipeline-listing-heading {
    font-size: 16px;
  }
}
.pipeline-phase-listing-container .pipeline-listing-header .pipeline-listing-heading:not(:first-child) {
  border-left: 1px solid rgba(182, 174, 149, 0.8);
}
.pipeline-phase-listing-container .pipeline-listing-header .pipeline-listing-heading.phase {
  width: 125px;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listing-header .pipeline-listing-heading.phase {
    width: 40px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .pipeline-phase-listing-container .pipeline-listing-header .pipeline-listing-heading.phase span.hide-lg {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listing-header .pipeline-listing-heading {
    width: calc((100% - (40*4px)) / 2);
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pipeline-phase-listing-container .pipeline-listing-header .pipeline-listing-heading {
    min-height: 55px;
  }
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listing-header .pipeline-listing-heading {
    min-height: 65px;
  }
}
.pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
  position: fixed;
  position: sticky;
  top: 0;
  z-index: 14;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 6px -6px #000000;
          box-shadow: 0 8px 6px -6px #000000;
}
.bms-relaunch .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
  top: 137px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
    height: 50px;
    top: 38px;
  }
  .bms-relaunch .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
    top: 74px;
  }
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
    top: 38px;
  }
  .bms-relaunch .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
    top: 75px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
    height: 50px;
    top: 38px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
    position: fixed;
  }
}
@media screen and (min-width: 0\0 ) {
  .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
    position: fixed;
  }
}
@supports (-ms-accelerator: true) {
  .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
    position: fixed;
  }
}
@supports (-ms-ime-align: auto) {
  .pipeline-phase-listing-container .pipeline-listing-header.fixed-header {
    position: fixed;
  }
}
.pipeline-phase-listing-container .category-heading, .pipeline-phase-listing-container .sub-category-heading {
  font-family: "Basel Grotesk", sans-serif;
  color: #ffffff;
  font-size: 15px;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .category-heading, .pipeline-phase-listing-container .sub-category-heading {
    font-size: 16px;
  }
}
.pipeline-phase-listing-container .category-heading p, .pipeline-phase-listing-container .sub-category-heading p {
  padding: 5px 10px 5px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .category-heading, .pipeline-phase-listing-container .sub-category-heading {
    font-size: 16px;
  }
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing {
  border-top: none;
  padding: 0px;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing.gray-background .pipeline-data, .pipeline-phase-listing-container .pipeline-listings .pipeline-listing.gray-background .phase {
  background-color: #4F4A4A;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container {
  width: 100%;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header {
  padding-right: 0px;
  min-height: 80px;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading {
  border-left: 1px solid rgba(182, 174, 149, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - (125*4px)) / 2);
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading:first-child {
  border-left: none;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading {
    width: calc((100% - (40*4px)) / 2);
    margin-bottom: 0px;
  }
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.phase {
  width: 125px;
  position: relative;
  border-top: 1px solid #3312AF;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.phase {
    width: 40px;
  }
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.phase .phase-listing {
  border-radius: 0%;
  width: 100%;
  height: 20px;
  margin-left: 0px;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.phase .phase-listing:before {
  content: "";
  position: absolute;
  right: -3px;
  border-top: 20px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 2px solid transparent;
  border-left: 1px solid transparent;
  border-color: inherit;
  z-index: 2;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.last-block .phase-listing {
  width: 85%;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.last-block .phase-listing {
    width: 62%;
  }
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.last-block .phase-listing:before {
  content: "";
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 2px solid transparent;
  border-left: 1px solid transparent;
  border-color: inherit;
  z-index: 2;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.last-block .phase-listing:after {
  content: "";
  position: absolute;
  right: 9px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid currentColor;
  border-right-color: inherit;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.last-block .phase-listing:after {
    right: 5px;
  }
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading .pipeline-data-block-opacity {
  text-transform: none;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading .pipeline-data {
  margin-right: 0px;
  font-size: 15px;
  height: 100%;
  border-top: 1px solid #3312AF;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading .pipeline-data {
    font-size: 16px;
  }
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading .pipeline-data.fill-white {
  background-color: #ffffff;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading .pipeline-data p {
  line-height: 20px;
  padding: 0 0 12px;
  font-size: 15px;
  font-family: "Basel Grotesk", sans-serif;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading .pipeline-data p {
    font-size: 16px;
  }
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading:first-child .pipeline-data:first-child p {
  font-weight: 500;
}
.pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading .pipeline-data-block {
  color: #4F4A4A;
}
.pipeline-phase-listing-container .pipeline-listings .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pipeline-phase-listing-container .pipeline-results-loading {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
}
.pipeline-phase-listing-container .pipeline-results-loading .loading-icon {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  background-size: 75px 75px;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container .pipeline-results-loading .loading-icon {
    left: 50%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pipeline-phase-listing-container .pipeline-results-loading .loading-icon {
    left: 50%;
  }
}
.pipeline-phase-listing-container[data-par-required=false] .pipeline-listing-heading, .pipeline-phase-listing-container[data-par-required=false] .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading {
  width: calc((100% - (125*3px)) / 2);
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container[data-par-required=false] .pipeline-listing-heading, .pipeline-phase-listing-container[data-par-required=false] .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading {
    width: calc((100% - 150px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container[data-par-required=false] .pipeline-listing-header .pipeline-listing-heading.phase {
    width: 50px;
  }
}
.pipeline-phase-listing-container[data-par-required=false] .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.phase {
  width: 125px;
}
@media only screen and (max-width: 480px) {
  .pipeline-phase-listing-container[data-par-required=false] .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.phase {
    width: 50px;
  }
  .pipeline-phase-listing-container[data-par-required=false] .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading.phase .phase-listing:after {
    right: 9px;
  }
}

@media only print {
  .download-pipeline, .legend_defs, #bms-alert-banner {
    display: none;
  }
  .accordion-listing-header {
    padding-bottom: 2px;
  }
  .phase-listing {
    -webkit-print-color-adjust: exact !important;
    -webkit-box-shadow: inset 0 0 0 1000px #000000;
            box-shadow: inset 0 0 0 1000px #000000;
  }
  .phase-listing:before {
    content: "";
    position: absolute;
    right: -3px;
    border-top: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 2px solid transparent;
    border-left: 1px solid transparent;
    border-color: #000000 !important;
    z-index: 2;
  }
  .last-block .phase-listing:after {
    content: "";
    position: absolute;
    right: 9;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid currentColor;
    border-right-color: #000000 !important;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pipeline-phase-listing-container .pipeline-listings .pipeline-listing .accordion-title-container .accordion-listing-header .accordion-listing-heading .pipeline-data {
    border-top: 1px solid rgba(182, 174, 149, 0.6);
  }
}
.pipeline-section {
  background-color: #ffffff;
  padding: 0px;
  border-radius: 8px;
}
.pipeline-section h2, .pipeline-section .h2 {
  color: #BE2BBB;
  font-size: 24px;
  margin-bottom: 10px;
}
.pipeline-section p {
  color: #4F4A4A;
  margin-bottom: 20px;
}
.pipeline-section .pipeline-listing-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pipeline-section .pipeline-listing-types .therapeutic-input-data,
.pipeline-section .pipeline-listing-types .research-input-data,
.pipeline-section .pipeline-listing-types .phase-input-data,
.pipeline-section .pipeline-listing-types .registration-input-data,
.pipeline-section .pipeline-listing-types .nme-input-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 175px;
  position: relative;
}
.pipeline-section .pipeline-listing-types label {
  font-size: 14px;
  font-weight: 400;
  color: #4F4A4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 5px 0;
}
.pipeline-section .pipeline-listing-types label.dropdown-checkbox-all-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pipeline-section .pipeline-listing-types label:first-child {
  border-bottom: 1px solid rgba(79, 74, 74, 0.5);
  font-weight: 700;
  font-size: 16px;
}
.pipeline-section .pipeline-listing-types .registration-input-data #registration-dropdown label:first-child {
  border-bottom: none;
}
.pipeline-section .pipeline-listing-types label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #4F4A4A;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pipeline-section .pipeline-listing-types label input[type=checkbox]:checked {
  background-color: #BE2BBB;
}
.pipeline-section .pipeline-listing-types label input[type=checkbox]:checked::after {
  content: "✔";
  color: white;
  padding: 2px;
  font-size: 14px;
  position: relative;
  bottom: -2px;
  left: 2px;
  border: none;
}
.pipeline-section .pipeline-listing-types select {
  display: none;
}
.pipeline-section .pipeline-listing-types svg {
  margin-left: auto;
}
.pipeline-section .pipeline-listing-types .custom-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 210%;
  background-color: #ffffff;
  border: 1px solid #4F4A4A;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  border: none;
}
@media only screen and (max-width: 767px) {
  .pipeline-section .pipeline-listing-types .custom-dropdown {
    z-index: 1;
  }
}
.pipeline-section .pipeline-listing-types .custom-dropdown.show {
  display: block;
  padding: 10px;
}
.pipeline-section .pipeline-listing-types .custom-dropdown div {
  padding: 8px 10px;
  font-size: 14px;
  color: #4F4A4A;
  cursor: pointer;
}
.pipeline-section .pipeline-listing-types .custom-dropdown div:hover {
  background-color: #4F4A4A;
}
.pipeline-section .pipeline-listing-types .custom-dropdown div.dropdown-select-clr {
  padding: 10px 0px 10px 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEE7E7;
}
.pipeline-section .pipeline-listing-types .custom-dropdown div.dropdown-select-clr .dropdown-select-all, .pipeline-section .pipeline-listing-types .custom-dropdown div.dropdown-select-clr .dropdown-clear-all {
  padding: 0px;
  background-color: unset;
  border: none;
  color: #BE2BBB;
}
.pipeline-section .pipeline-listing-types .custom-dropdown div.dropdown-select-clr .dropdown-select-all:hover, .pipeline-section .pipeline-listing-types .custom-dropdown div.dropdown-select-clr .dropdown-clear-all:hover {
  font-weight: 700;
  color: #BE2BBB;
}
.pipeline-section .pipeline-listing-types .custom-dropdown div.dropdown-select-clr:hover {
  background-color: transparent;
}
.pipeline-section .pipeline-listing-types .custom-dropdown div label:focus-within {
  background-color: rgba(79, 74, 74, 0.5);
}
.pipeline-section .pipeline-listing-types .custom-dropdown [type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin-right: 10px;
  margin-left: 0px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 3px;
}
.pipeline-section .pipeline-listing-types .custom-dropdown [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin-right: 10px;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 3px;
}
.pipeline-section .pipeline-listing-types .custom-dropdown .pipeline-Select-all {
  color: #BE2BBB;
  cursor: pointer;
  font-weight: 400;
}
.pipeline-section .pipeline-listing-types .custom-dropdown .pipeline-Select-all:hover {
  font-weight: 700;
  color: #BE2BBB;
  cursor: pointer;
}
@media (min-width: 1145px) {
  .pipeline-section .pipeline-listing-types.pipeline-listing-types-static {
    position: fixed;
    margin-left: -9px;
    z-index: 1;
    background-color: #ffffff;
    padding: 10px;
    max-width: 98%;
    width: 100%;
    margin-top: 5px;
  }
}
.pipeline-section .pipeline-data-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A69F9F;
  border-radius: 32px;
  height: 40px;
  min-width: 200px;
  border-right: 0px;
}
.pipeline-section .pipeline-data-search .search-field-pipline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  border-radius: 32px 0 0 32px;
  font-size: 14px;
  padding: 0 0px 0px 5px;
  height: 100%;
  outline: none;
  color: #4F4A4A;
}
.pipeline-section .pipeline-data-search .pipline-search-button {
  border: none;
  background: #BE2BBB;
  color: #ffffff;
  border-radius: 32px;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  height: 40px;
}
.pipeline-section .pipeline-data-search .search-icon-data {
  margin-left: 10px;
  margin-top: 2px;
}
.pipeline-section .pipeline-data-search .search-icon-data .search-icon {
  width: 16px;
  height: 16px;
  vertical-align: unset;
}
.pipeline-section .pipeline-data-search .pipeline-search-close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (min-width: 1145px) {
  .pipeline-section .pipeline-data-search.pipeline-data-search-static {
    position: fixed;
    right: 0px;
    z-index: 2;
    background-color: #ffffff;
    margin: 40px 0px;
  }
}
@media (min-width: 1145px) and (max-width: 1023px) {
  .pipeline-section .pipeline-data-search.pipeline-data-search-static {
    display: none;
  }
}
.pipeline-section .header-bottom.header-bottom-static {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 105;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.pipeline-section .pipeline-section-heading.pipeline-section-heading-static {
  position: fixed;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  padding: 10px 0px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media (max-width: 1145px) {
  .pipeline-section .pipeline-section-heading.pipeline-section-heading-static {
    display: none;
  }
}
.pipeline-section .filters__foot-Pipeline {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  bottom: 10px;
  top: -2px;
}
.pipeline-section .filters__foot-Pipeline .checked-values-Pipeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.pipeline-section .filters__foot-Pipeline .checked-values-Pipeline .word {
  background-color: #F5F5F5;
  border-radius: 60px;
  padding: 0 17px 0 17px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #4F4A4A;
  max-width: 200%;
  overflow: hidden;
  height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.pipeline-section .filters__foot-Pipeline .checked-values-Pipeline .word .close {
  left: 8px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 2px;
}
.pipeline-section .filters__foot-Pipeline .checked-values-Pipeline .word .close:focus {
  outline: 2px solid #BE2BBB;
}
.pipeline-section .filters__foot-Pipeline .checked-values-Pipeline .word .close .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
}
.pipeline-section .filters__foot-Pipeline .checked-values-Pipeline .word .close .icon .icon-svg {
  width: 16px;
  height: 16px;
  fill: #363131;
  cursor: pointer;
  display: block;
  pointer-events: none;
}
.pipeline-section .filters__foot-Pipeline .checked-values-Pipeline .reset-filters {
  color: #3312AF;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  background-color: #F5F5F5;
  border-radius: 60px;
  padding: 10px 16px 12px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media (max-width: 1145px) {
  .pipeline-section .filters__foot-Pipeline {
    top: 12px;
    bottom: auto;
  }
}
.pipeline-section .pipeline-table {
  width: 100%;
  font-size: 14px;
}
.pipeline-section .pipeline-table .pipeline-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  background-color: #ffffff;
  font-weight: 500;
  color: #4F4A4A;
  position: sticky;
  top: 0;
  z-index: 1;
}
.pipeline-section .pipeline-table .pipeline-table-header.pipeline-table-header-static {
  position: fixed;
  margin-top: 14px;
  width: 100%;
  padding-right: 7px;
  height: 60px;
  max-width: 1157px;
}
.pipeline-section .pipeline-table .pipeline-table-header div {
  -webkit-box-flex: 1;
          flex: 1;
  min-width: 120px;
  height: 50px;
  padding: 5px 0px;
  border-radius: 8px;
  text-align: center;
  -ms-flex: 1;
}
.pipeline-section .pipeline-table .pipeline-table-header div.pipeline-table-header-container {
  margin: 0 auto;
}
.pipeline-section .pipeline-table .pipeline-table-header div:first-child {
  border-radius: 8px 0 0 8px;
}
.pipeline-section .pipeline-table .pipeline-table-header div:last-child {
  border-radius: 0 8px 8px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pipeline-section .pipeline-table .pipeline-table-header div:nth-child(2) {
  border-radius: 0;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 120px;
  height: 50px;
  padding: 5px 1px 5px 0px;
  border-radius: 0px;
  margin-right: 10px;
  text-align: left;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #4F4A4A;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-bottom: 3px solid rgba(79, 74, 74, 0.25);
  margin: 0px 10px;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn span.name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn .arrow-up {
  position: relative;
  left: 10px;
  top: -3px;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn .arrow-up:before {
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #797272;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  position: relative;
  content: "";
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn .arrow-down {
  position: relative;
  top: 3px;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn .arrow-down:before {
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #797272;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  content: "";
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn.ascending .arrow-up {
  left: 0px;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn.ascending .arrow-up:before {
  color: #4F4A4A;
  left: 0px;
  top: 5px;
  border-width: 0px 3px 3px 0px;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn.ascending .arrow-down:before {
  display: none;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn.descending .arrow-down:before {
  color: #4F4A4A;
  border-width: 0px 3px 3px 0px;
  top: -4px;
  right: 2px;
  left: 0px;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn.descending .arrow-up:before {
  display: none;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-table-header-columnheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-table-header-row > .pipeline-table-header-columnheader:first-child .pipeline-sort-btn {
  margin-left: 3px;
}
.pipeline-section .pipeline-table .pipeline-table-header .pipeline-table-header-row > .pipeline-table-header-columnheader:last-child .pipeline-sort-btn {
  margin-right: 0;
}
.pipeline-section .pipeline-table .pipeline-indicators-legend {
  position: relative;
  top: 10px;
  background-color: #ffffff;
}
.pipeline-section .pipeline-table .pipeline-indicators-legend.pipeline-indicators-legend-static {
  position: fixed;
  width: 100%;
  max-width: 1153px;
  z-index: 3;
  background-color: #ffffff;
  top: 237px;
  padding-top: 13px;
}
.pipeline-section .pipeline-table .pipeline-indicators-legend .pipeline-indicator-item.pipeline-nme-indicator {
  position: relative;
  left: 61%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pipeline-section .pipeline-table .pipeline-indicators-legend .pipeline-indicator-item.pipeline-nme-indicator .pipeline-indicator-text {
  position: relative;
  bottom: 3px;
  font-size: 10px;
  color: #4F4A4A;
  left: 4px;
}
.pipeline-section .pipeline-table .pipeline-indicators-legend .pipeline-indicator-item.pipeline-info-indicator {
  position: relative;
  left: 61%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pipeline-section .pipeline-table .pipeline-indicators-legend .pipeline-indicator-item.pipeline-info-indicator .pipeline-asterisk-legend {
  bottom: 7px;
  position: relative;
  left: 1px;
  font-size: 23px;
  color: #4F4A4A;
}
.pipeline-section .pipeline-table .pipeline-indicators-legend .pipeline-indicator-item.pipeline-info-indicator .pipeline-indicator-text {
  position: relative;
  bottom: 11px;
  font-size: 10px;
  color: #4F4A4A;
  left: 6px;
}
.pipeline-section .pipeline-table p {
  font-size: 16px;
  color: #4F4A4A;
  text-align: center;
}
.pipeline-section .pipeline-table .pipeline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pipeline-section .pipeline-table .pipeline-row .pipeline-box {
  width: 223px;
  min-height: 69px;
  height: auto;
  border: 1px solid rgba(79, 74, 74, 0.5);
  padding: 20px 15px 20px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 120px;
  position: relative;
  color: #4F4A4A;
  font-size: 16px;
}
@media (min-width: 1145px) {
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box {
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pipeline-section .pipeline-table .pipeline-row .pipeline-box .brand_label_box {
  width: 85%;
  margin-left: 21px;
}
.pipeline-section .pipeline-table .pipeline-row .pipeline-box .brand_label_box p {
  text-align: left;
  padding: 0px;
  margin-bottom: 0px;
}
.pipeline-section .pipeline-table .pipeline-row .pipeline-box a {
  color: #3312AF;
  text-decoration: underline;
}
.pipeline-section .pipeline-table .pipeline-row .pipeline-box a:hover {
  color: #BE2BBB;
}
@media (min-width: 1145px) {
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .pipeline-subcategory-content {
    padding-left: 25px;
  }
}
.pipeline-section .pipeline-table .pipeline-row .pipeline-box:first-child {
  border-radius: 8px 0 0 8px;
  overflow-wrap: break-word;
}
.pipeline-section .pipeline-table .pipeline-row .pipeline-box:last-child, .pipeline-section .pipeline-table .pipeline-row .pipeline-box:nth-last-of-type(1) {
  border-radius: 0 8px 8px 0;
}
.pipeline-section .pipeline-table .pipeline-row .pipeline-box:nth-child(2) {
  border-left: 8px solid #BE2BBB;
  border-right: 1px solid rgba(79, 74, 74, 0.5);
  border-top: 1px solid rgba(79, 74, 74, 0.5);
  border-bottom: 1px solid rgba(79, 74, 74, 0.5);
  border-radius: 0;
}
@media (min-width: 1024px) {
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip {
    position: relative;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip[data-tooltip]:hover::before, .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip[data-tooltip]:focus::before {
    content: "";
    position: absolute;
    top: calc(90% - 10px);
    left: calc(42% - 10px);
    width: 35px;
    height: 10px;
    background: #4f4a4a;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 11;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip[data-tooltip]:hover::after, .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip[data-tooltip]:focus::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 86%;
    left: 14%;
    background-color: #4F4A4A;
    color: #ffffff;
    border-radius: 8px;
    padding: 5px 9px;
    white-space: nowrap;
    text-align: center;
    z-index: 10;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip.phase-1-tooltip[data-tooltip]:hover::before {
    left: calc(14% - 10px);
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip.phase-1-tooltip[data-tooltip]:hover::after {
    left: -12%;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip.phase-3-tooltip[data-tooltip]:hover::before {
    left: calc(68% - 10px);
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip.phase-3-tooltip[data-tooltip]:hover::after {
    left: 40%;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip.phase-1-tooltip[data-tooltip]:focus::before {
    left: calc(14% - 10px);
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip.phase-1-tooltip[data-tooltip]:focus::after {
    left: -12%;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip.phase-3-tooltip[data-tooltip]:focus::before {
    left: calc(68% - 10px);
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.nme-tooltip.phase-3-tooltip[data-tooltip]:focus::after {
    left: 40%;
  }
}
.pipeline-section .pipeline-table .pipeline-row .pipeline-box .nme-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (max-width: 1145px) {
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .nme-container {
    position: relative;
    right: 25px;
  }
}
@media (min-width: 1024px) {
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .nme-tooltip-span {
    position: relative;
    right: 2px;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .nme-tooltip-span[data-tooltip]:hover::before, .pipeline-section .pipeline-table .pipeline-row .pipeline-box .nme-tooltip-span[data-tooltip]:focus::before {
    content: "";
    position: absolute;
    top: calc(120% - 0px);
    left: calc(70% - 19px);
    width: 35px;
    height: 10px;
    background: #4f4a4a;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: 11;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .nme-tooltip-span[data-tooltip]:hover::after, .pipeline-section .pipeline-table .pipeline-row .pipeline-box .nme-tooltip-span[data-tooltip]:focus::after {
    content: attr(data-tooltip);
    position: absolute;
    right: -70px;
    top: 32px;
    background-color: #4F4A4A;
    color: #ffffff;
    border-radius: 8px;
    padding: 5px 9px;
    white-space: nowrap;
    text-align: center;
    z-index: 1000;
  }
}
@media (min-width: 1024px) {
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .asterisk-tooltip-span {
    position: relative;
    right: 6px;
    bottom: 7px;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .asterisk-tooltip-span[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 23%;
    background-color: #4F4A4A;
    color: #ffffff;
    border-radius: 8px;
    padding: 5px 9px;
    white-space: nowrap;
    text-align: center;
    z-index: 1000;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .asterisk-tooltip {
    position: relative;
    cursor: pointer;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .asterisk-tooltip[data-tooltip]:hover::before .pipeline-section .pipeline-table .pipeline-row .pipeline-box .asterisk-tooltip[data-tooltip]:focus::before {
    content: "";
    position: absolute;
    top: calc(120% - 0px);
    left: calc(70% - 19px);
    width: 35px;
    height: 10px;
    background: #4f4a4a;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    z-index: 11;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box .asterisk-tooltip[data-tooltip]:hover::after, .pipeline-section .pipeline-table .pipeline-row .pipeline-box .asterisk-tooltip[data-tooltip]:focus::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #4F4A4A;
    color: #ffffff;
    border-radius: 8px;
    padding: 6px 9px;
    white-space: nowrap;
    text-align: center;
    z-index: 1000;
    font-size: 14px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.pipeline-section .pipeline-table .pipeline-row .asterisk-large {
  font-size: 20px;
  vertical-align: super;
  cursor: default;
}
.pipeline-section .pipeline-table .pipeline-row .phase-circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.pipeline-section .pipeline-table .pipeline-row .phase-circles .phase-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #BE2BBB;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #BE2BBB;
}
.pipeline-section .pipeline-table .pipeline-row .phase-circles .phase-circle.filled {
  background-color: #BE2BBB;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 10px;
}
.pipeline-section .pipeline-table .pipeline-row .phase-circles .phase-circle.filled:before {
  position: absolute;
  content: "";
  left: -17px;
  border: 1.5px solid #4F4A4A;
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 13.5px;
  top: 46%;
}
@media only screen and (max-width: 1145px) {
  .pipeline-section .pipeline-table .pipeline-row .phase-circles .phase-circle.filled:before {
    left: -20px;
    width: 17px;
  }
}
.pipeline-section .pipeline-table .pipeline-row .phase-circles .phase-circle.filled:first-child:before {
  display: none;
}
.pipeline-section .pipeline-table .pipeline-row .phase-circles .phase-circle:nth-last-child(1 of .filled) {
  background: #ffffff !important;
  color: #4F4A4A;
}
.pipeline-section .pipeline-table .pipeline-row .phase-circles .phase-circle.filled.reg-filled {
  background: #BE2BBB !important;
  color: #ffffff;
}
.pipeline-section .pipeline-table .pipeline-row .therapeutic-box,
.pipeline-section .pipeline-table .pipeline-row .research-box {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  word-break: break-word;
}
.pipeline-section .pipeline-table .pipeline-row .focus-area-container {
  position: relative;
}
.pipeline-section .pipeline-table .pipeline-row .focus-area-container .nme-indicator {
  position: absolute;
  top: 0px;
  right: 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pipeline-section .pipeline-table .pipeline-row-group {
  position: relative;
  top: 5px;
}
@media (max-width: 1144px) {
  .pipeline-section .pipeline-indicators-legend-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    bottom: 12px;
    color: #4F4A4A;
    font-size: 14px;
  }
  .pipeline-section .pipeline-indicators-legend-mobile .pipeline-indicator-item.pipeline-nme-indicator {
    top: 5px;
    position: relative;
  }
  .pipeline-section .pipeline-indicators-legend-mobile .pipeline-indicator-item.pipeline-nme-indicator .pipeline-indicator-text {
    position: relative;
    bottom: 1px;
    left: 1px;
  }
  .pipeline-section .pipeline-indicators-legend-mobile .pipeline-indicator-item.pipeline-info-indicator {
    top: 1px;
    position: relative;
  }
  .pipeline-section .pipeline-indicators-legend-mobile .pipeline-indicator-item.pipeline-info-indicator .pipeline-asterisk-legend {
    top: 1px;
    position: relative;
    font-size: 24px;
  }
  .pipeline-section .pipeline-indicators-legend-mobile .pipeline-indicator-item.pipeline-info-indicator .pipeline-indicator-text {
    position: relative;
    bottom: 1px;
  }
  .pipeline-section .pipeline-indicators-legend-mobile .legend-separator {
    top: 4px;
    position: relative;
  }
}
.pipeline-section .pipeline-results-loading {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #4F4A4A;
}
.pipeline-section .card-toggle {
  display: none;
}
@media (min-width: 1145px) {
  .pipeline-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pipeline-section h2, .pipeline-section .h2 {
    width: 100%;
  }
  .pipeline-section .rte {
    width: 100%;
  }
  .pipeline-section .pipeline-data-search,
.pipeline-section .pipeline-listing-types {
    margin-bottom: 20px;
  }
  .pipeline-section .pipeline-data-search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 47px;
    max-width: 311px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pipeline-section .pipeline-listing-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 70%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pipeline-section .pipeline-listing-types > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 10px);
            flex: 1 1 calc(25% - 10px);
    min-width: 175px;
  }
  .pipeline-section .pipeline-listing-types .therapeutic-input-data,
.pipeline-section .pipeline-listing-types .research-input-data,
.pipeline-section .pipeline-listing-types .phase-input-data,
.pipeline-section .pipeline-listing-types .registration-input-data,
.pipeline-section .pipeline-listing-types .nme-input-data {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 200px;
  }
  .pipeline-section .mobile-sort-filter-bar-placeholder {
    display: none !important;
  }
  .pipeline-section .pipeline-table {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pipeline-section .pipeline-table .pipeline-table-header .pipeline-sort-btn {
    min-width: auto;
    font-weight: 700;
    font-size: 16px;
  }
}
.pipeline-section .mobile-sort-filter-bar .sort-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #4F4A4A;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 100;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .pipeline-section .mobile-sort-filter-bar .sort-dropdown {
    z-index: 2;
  }
}
.pipeline-section .mobile-sort-filter-bar .sort-dropdown.show {
  display: block;
}
.pipeline-section .mobile-sort-filter-bar .sort-dropdown .sort-option {
  padding: 8px 15px;
  font-size: 14px;
  color: #4F4A4A;
  cursor: pointer;
}
.pipeline-section .mobile-sort-filter-bar .sort-dropdown .sort-option:hover {
  background-color: rgba(79, 74, 74, 0.5);
}
.pipeline-section .mobile-sort-filter-bar .sort-dropdown .sort-option.active {
  background-color: rgba(79, 74, 74, 0.5);
}
.pipeline-section .mobile-sort-filter-bar .sort-dropdown .sort-option.dropdownoutline {
  outline: 2px solid #000000;
}
.pipeline-section .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pipeline-section .row-count-display {
  color: #4F4A4A;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 5px;
  left: 5px;
  padding: 3px;
}

@media (max-width: 1145px) {
  .pipeline-section {
    padding: 15px;
  }
  .pipeline-section h2, .pipeline-section .h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pipeline-section .pipeline-table .pipeline-table-header {
    display: none;
  }
  .pipeline-section .pipeline-table .pipeline-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: white;
    border: 1px solid #A69F9F;
    border-radius: 8px;
    margin-bottom: 20px;
    gap: 5px;
    position: relative;
  }
  .pipeline-section .pipeline-table .pipeline-row.gray-background {
    background-color: white;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 20px;
    width: 100%;
    border: none !important;
    border-radius: 0 !important;
    position: relative;
    min-height: auto;
    margin-left: 21px;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:first-child {
    padding: 20px;
    margin-left: 0px;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:last-of-type {
    padding: 8px 20px 20px;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box::before {
    content: attr(data-label);
    font-size: 14px;
    color: #4F4A4A;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box.brand-compound-border {
    border-bottom: 1px solid rgba(238, 231, 231, 0.5) !important;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:nth-child(2) {
    border-left: none !important;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:nth-child(2) .therapeutic-box {
    display: inline-block;
    color: #4F4A4A;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:nth-child(3) .research-box {
    font-size: 14px;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:nth-child(3) .focus-area-container {
    position: relative;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:nth-child(3) .focus-area-container .nme-indicator {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:last-child {
    border-bottom: none !important;
    font-weight: 500;
    color: #4F4A4A;
  }
  .pipeline-section .pipeline-table .pipeline-row .phase-circles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 5px;
  }
  .pipeline-section .pipeline-table .pipeline-row .phase-circles .phase-circle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:first-child::before {
    display: none;
  }
  .pipeline-section .pipeline-table .pipeline-row .pipeline-box:not(:first-child) {
    display: none;
  }
  .pipeline-section .pipeline-table .pipeline-row .card-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: transparent;
    color: #4F4A4A;
    font-size: 24px;
    padding: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pipeline-section .pipeline-table .pipeline-row .card-toggle svg {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .pipeline-section .pipeline-table .pipeline-row .card-toggle:focus {
    outline: 2px solid #BE2BBB;
    outline-offset: 2px;
  }
  .pipeline-section .pipeline-table .pipeline-row.expanded .pipeline-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pipeline-section .pipeline-table .pipeline-row.expanded .card-toggle svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pipeline-section .pipeline-listing-types {
    display: none;
    margin-top: 15px;
  }
  .pipeline-section .pipeline-listing-types .custom-dropdown {
    width: 100%;
  }
  .pipeline-section .pipeline-listing-types.show-filters {
    display: block;
  }
  .pipeline-section .mobile-sort-filter-bar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0 15px;
    padding: 0;
    width: 100%;
    z-index: 10;
  }
  .pipeline-section .mobile-sort-filter-bar .filter-button,
.pipeline-section .mobile-sort-filter-bar .sort-button {
    border: 1px solid #EEE7E7;
    background-color: #ffffff;
    color: #4F4A4A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
  }
  .pipeline-section .mobile-sort-filter-bar .filter-button svg,
.pipeline-section .mobile-sort-filter-bar .sort-button svg {
    margin-right: 8px;
  }
  .pipeline-section .mobile-sort-filter-bar .filter-button span,
.pipeline-section .mobile-sort-filter-bar .sort-button span {
    margin-right: 5px;
  }
  .pipeline-section .mobile-sort-filter-bar .sort-expand-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pipeline-section .mobile-sort-filter-bar .expand-all-button {
    background-color: #ffffff;
    border: 1px solid #EEE7E7;
    color: #4F4A4A;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
  }
  .row-count-display {
    top: 4px;
    padding-bottom: 30px !important;
  }
  .pipeline-table p {
    padding: 20px;
    text-align: center;
  }
  .sort-expand-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
}
.pls {
  margin-bottom: 30px;
}
.pls ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #4F4A4A;
}
.pls :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #4F4A4A;
  opacity: 1;
}
.pls ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #4F4A4A;
  opacity: 1;
}
.pls :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #4F4A4A;
}
.pls ::-ms-input-placeholder { /* Microsoft Edge */
  color: #4F4A4A;
}
.pls .parsys_column .parsys_column.colctrl-2a-50-c1 {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.pls .search-btn {
  width: auto;
}
.pls .hidden {
  display: none !important;
}
.pls .center {
  text-align: center;
}
.pls .icon-spinner svg {
  height: 50px;
  width: 50px;
}
.pls .remove-ctrr-filter {
  display: none;
}
.pls .clear-ctrr-filter {
  display: none;
}
.pls .ctrr-pagination {
  display: none;
}
.pls .ctr-filter {
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: contents;
}
.pls .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pls .loading-icon {
  text-align: center;
}
.pls .therapeutic-area {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.pls .therapeutic-area .select-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  border: 1px solid #4F4A4A;
  border-radius: 32px;
  height: 48px;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
}
.pls .therapeutic-area .select-container .search-icon-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 32px;
  height: 100%;
  margin-left: 8px;
}
.pls .therapeutic-area .select-container .search-icon-container .search-icon {
  width: 19px;
  height: 19px;
  position: static;
  top: 0;
  background: none;
  padding: 0;
}
.pls .therapeutic-area .select-container .search-icon-container path {
  fill: #b22bbb;
}
.pls .therapeutic-area .select-container .therapeutic-search-input {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  border: none;
  border-radius: 32px 0 0 32px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 10px;
  height: 100%;
  font-weight: 700;
  width: 80%;
  outline: none;
  color: #4F4A4A;
}
.pls .therapeutic-area .select-container .therapeutic-search-input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4F4A4A;
  opacity: 1;
  /* Firefox */
  font-weight: 400;
}
.pls .therapeutic-area .select-container .therapeutic-search-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4F4A4A;
  opacity: 1;
  /* Firefox */
  font-weight: 400;
}
.pls .therapeutic-area .select-container .therapeutic-search-input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4F4A4A;
  opacity: 1;
  /* Firefox */
  font-weight: 400;
}
.pls .therapeutic-area .select-container .therapeutic-search-input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4F4A4A;
  opacity: 1;
  /* Firefox */
  font-weight: 400;
}
.pls .therapeutic-area .select-container .therapeutic-search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4F4A4A;
  opacity: 1;
  /* Firefox */
  font-weight: 400;
}
.pls .therapeutic-area .select-container label {
  color: #363131;
  font-size: 25px;
}
@media only screen and (max-width: 480px) {
  .pls .therapeutic-area .select-container label {
    width: 100%;
  }
}
.pls .therapeutic-area .select-container .dropdown-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto;
}
.pls .select-container label {
  color: #363131;
}
.pls .type-ahead-select-container label, .pls .generic-form .select-container label, .generic-form .pls .select-container label {
  color: #363131;
  display: block;
  margin-bottom: 5px;
}
.pls .dropdown-ctrr {
  width: 100%;
}
.pls .dropdown-ctrr .heading {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 10px;
}
.pls .dropdown-ctrr .section {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0 0 10px;
  color: #4F4A4A;
}
.pls .dropdown-ctrr .section p {
  margin: 0 0 6px;
}
@media only screen and (max-width: 480px) {
  .pls .dropdown-ctrr .section {
    font-size: 16px;
  }
}
.pls .dropdown-ctrr .result-ctrr:not(:first-of-type) {
  margin-top: 30px;
}
.pls .dropdown-ctrr a.primary-link, .pls .dropdown-ctrr .body-1 a.download-link, .body-1 .pls .dropdown-ctrr a.download-link {
  word-wrap: break-word;
}
.pls .ctr-results-band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pls .ctr-results-band h2, .pls .ctr-results-band .h2 {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #4F4A4A;
  font-weight: 400;
}
.pls .ctr-listing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pls .ctr-listing-header .ctr-listing-heading {
  min-height: 45px;
  min-width: 45px;
  background-color: #BE2BBB;
  border: 3px solid #BE2BBB;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 7px 15px;
  display: inline-block;
  letter-spacing: 0;
  height: 40px;
  margin: 10px 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4F4A4A;
  text-decoration: none;
}
.pls .ctr-listing-header .ctr-listing-heading span.name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 15px;
}
.pls .ctr-listing-header .ctr-listing-heading:focus {
  outline: 2px solid #4F4A4A;
  outline-offset: 2px;
}
.pls .ctr-listing-header .ctr-listing-heading:focus, .pls .ctr-listing-header .ctr-listing-heading :hover {
  color: #4F4A4A;
}
.pls .ctr-listing-header .ctr-listing-heading.ascending .arrow-up {
  left: -7px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pls .ctr-listing-header .ctr-listing-heading.ascending .arrow-up {
    left: -2px;
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing-header .ctr-listing-heading.ascending .arrow-up {
    left: -2px;
  }
}
.pls .ctr-listing-header .ctr-listing-heading.ascending .arrow-up:before {
  color: #4F4A4A;
  left: 0px;
  top: 5px;
  border-width: 0px 3px 3px 0px;
  right: 10px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pls .ctr-listing-header .ctr-listing-heading.ascending .arrow-up:before {
    left: 6px;
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing-header .ctr-listing-heading.ascending .arrow-up:before {
    right: 10px;
    top: 6px;
  }
}
.pls .ctr-listing-header .ctr-listing-heading.ascending .arrow-down:before {
  display: none;
}
.pls .ctr-listing-header .ctr-listing-heading.descending .arrow-down:before {
  color: #4F4A4A;
  border-width: 0px 3px 3px 0px;
  top: -4px;
  right: 2px;
  left: 0px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pls .ctr-listing-header .ctr-listing-heading.descending .arrow-down:before {
    left: 3px;
    right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing-header .ctr-listing-heading.descending .arrow-down:before {
    right: 2px;
  }
}
.pls .ctr-listing-header .ctr-listing-heading.descending .arrow-up:before {
  display: none;
}
.pls .ctr-listing-header .ctr-listing-heading .arrow-up {
  position: relative;
  left: 3px;
  top: -3px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pls .ctr-listing-header .ctr-listing-heading .arrow-up {
    left: 10px;
    right: 5px;
  }
}
.pls .ctr-listing-header .ctr-listing-heading .arrow-up:before {
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #797272;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  position: relative;
  content: "";
}
.pls .ctr-listing-header .ctr-listing-heading .arrow-down {
  position: relative;
  top: 3px;
  right: 7px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pls .ctr-listing-header .ctr-listing-heading .arrow-down {
    left: 0px;
  }
}
.pls .ctr-listing-header .ctr-listing-heading .arrow-down:before {
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #797272;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  content: "";
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing-header .ctr-listing-heading {
    margin: 1% 0;
    width: 49%;
  }
}
.pls .ctr-results-band {
  margin-bottom: 25px;
}
.pls .ctr-action-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.pls .ctr-action-items .reset {
  display: none;
}
.pls .ctr-action-items button {
  margin: 10px 0 0 10px;
}
.pls .ctr-listing .ctr-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pls .ctr-listing .accordion-dropdown {
  clear: both;
  background-color: #ffffff;
}
.pls .ctr-listing .accordion {
  background-color: #F6F4F3;
}
.pls .ctr-listing .ctr-header {
  margin: 10px 0;
}
.pls .ctr-listing .ctr-heading-section {
  width: 20%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pls .ctr-listing .filter-data {
  width: calc(20% - 40px);
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing .filter-data {
    margin: 0px;
    width: calc(50% - 40px);
  }
  .pls .ctr-listing .filter-data .phase {
    width: calc(100% - 40px);
  }
}
.pls .ctr-listing .filter-data .filter-heading {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #363131;
  margin: 0 20px 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pls .ctr-listing .filter-data .filter-heading h3, .pls .ctr-listing .filter-data .filter-heading .h3 {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #363131;
  font-weight: 500;
  line-height: 17.5px;
}
@media (max-width: 1023px) {
  .pls .ctr-listing .filter-data .filter-heading {
    font-size: 16px;
  }
  .pls .ctr-listing .filter-data .filter-heading h3, .pls .ctr-listing .filter-data .filter-heading .h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing .filter-data .filter-heading {
    padding: 10px 0 0 5px;
  }
  .pls .ctr-listing .filter-data .filter-heading.disease {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pls .ctr-listing .filter-data .filter-heading.drug {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pls .ctr-listing .filter-data .filter-heading.study {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .pls .ctr-listing .filter-data .filter-heading.nct {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .pls .ctr-listing .filter-data .filter-heading.phase {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 40px);
  }
}
.pls .ctr-listing .filter-data .filter-section {
  margin: 0 20px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4F4A4A;
  margin: 0 20px 0 20px;
  display: flex;
}
@media (max-width: 1023px) {
  .pls .ctr-listing .filter-data .filter-section {
    font-size: 16px;
  }
}
.pls .ctr-listing .filter-data .filter-section a {
  color: inherit;
}
.pls .ctr-listing .filter-data .filter-section a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing .filter-data .filter-section {
    padding: 0 0 10px 5px;
  }
  .pls .ctr-listing .filter-data .filter-section.disease {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pls .ctr-listing .filter-data .filter-section.drug-name {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0.2;
            order: 0.2;
  }
  .pls .ctr-listing .filter-data .filter-section.study {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .pls .ctr-listing .filter-data .filter-section.nct {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .pls .ctr-listing .filter-data .filter-section.phase {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: calc(100% - 20px);
  }
}
.pls .ctr-listing .information {
  width: 100%;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #4F4A4A;
  padding: 20px 20px 20px 20px;
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing .information {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pls .ctr-listing .information .phase-mobile {
  display: none;
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing .information .phase-mobile {
    display: block;
  }
  .pls .ctr-listing .information .phase-mobile .info {
    width: calc(100% - 45px);
  }
  .pls .ctr-listing .information .phase-mobile .filter-heading {
    padding-left: 0;
  }
  .pls .ctr-listing .information .phase-mobile .filter-section {
    height: 45px;
  }
}
.pls .ctr-listing .accordion-listing-header {
  width: 100%;
}
.pls .ctr-listing .accordion-toggle .accordion-title {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #363131;
}
@media only screen and (max-width: 480px) {
  .pls .ctr-listing .accordion-toggle .accordion-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pls .ctr-listing .accordion-toggle .accordion-title {
    font-size: 16px;
  }
}

.select2-container .select2-results__option {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
}
.select2-container .select2-dropdown {
  border-radius: 0;
}

.plainlanguagesummary .dropdown-link select {
  border: 0px;
}
.plainlanguagesummary .dropdown-link:before {
  border-left: 0px;
}
.plainlanguagesummary .pls .ctr-listing-header .ctr-listing-heading {
  background-color: #ffffff;
  border: 2px solid #4F4A4A;
  padding: 7px 10px;
}
.plainlanguagesummary .pls .therapeutic-area {
  width: 79%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 480px) {
  .plainlanguagesummary .pls .therapeutic-area {
    width: 100%;
  }
}
.plainlanguagesummary .pls .therapeutic-area .primary-button {
  border: none;
  background: #b22bbb;
  color: #ffffff;
  border-radius: 32px;
  padding: 0 24px;
  height: 100%;
  font-size: 16px;
  line-height: 48px;
  outline: none;
  float: right;
  margin: 0;
}
.plainlanguagesummary .pls .therapeutic-area .primary-button:focus {
  outline: 2px solid #4F4A4A;
  outline-offset: 2px;
}
.plainlanguagesummary .pls .therapeutic-change {
  width: 71px;
  height: 60px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.plainlanguagesummary .pls .ctr-results-band .sorted {
  font-size: 30px;
  color: #4F4A4A;
  font-weight: 400;
}
.plainlanguagesummary .pls .ctr-results-band .sorted h2, .plainlanguagesummary .pls .ctr-results-band .sorted .h2 {
  font-size: 30px;
  color: #4F4A4A;
  font-weight: 400;
}
.plainlanguagesummary .pls .ctr-results-band.sorted-data {
  display: block;
  border: 0px;
  padding: 0px;
  font-size: 30px;
  color: #4F4A4A;
  font-weight: 400;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
}
.plainlanguagesummary .pls .ctr-results-band.sorted-data h2, .plainlanguagesummary .pls .ctr-results-band.sorted-data .h2 {
  margin-bottom: 25px;
  font-size: 30px;
  color: #4F4A4A;
  font-weight: 400;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  line-height: 34.5px;
}
.plainlanguagesummary .select-container .dropdown-link {
  all: unset;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plainlanguagesummary .select-container .dropdown-link input {
  background: transparent;
  color: #4F4A4A;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #4F4A4A;
  padding: 0;
}
.plainlanguagesummary .select-container .dropdown-link::before {
  display: none;
}
.plainlanguagesummary .ctr-accordion {
  position: relative;
  border: 1px solid #A69F9F;
}
.plainlanguagesummary .ctr-accordion .accordion-toggle.accordion-not-toggle {
  visibility: hidden;
  cursor: none;
}
.plainlanguagesummary .ctr-accordion .accordion-toggle {
  width: auto;
}
.plainlanguagesummary .ctr-accordion .accordion-toggle .arrow {
  right: 10px;
}
.plainlanguagesummary .ctr-accordion .accrodionandprint {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plainlanguagesummary .ctr-accordion .downloadPrintMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
  padding-left: 20px;
}
.plainlanguagesummary .ctr-accordion .arrow:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #be2bbb;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-width 0.15s ease-in-out;
  transition: border-width 0.15s ease-in-out;
}
.plainlanguagesummary .ctr-accordion .open .arrow:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.plainlanguagesummary .remove-ctrr-filter {
  font-size: 17px;
  height: 40px;
  border: none;
  background-color: transparent;
}
.plainlanguagesummary .remove-ctrr-filter:hover {
  color: #6b196b;
  text-decoration: underline;
  text-decoration-color: #6b196b;
}
.plainlanguagesummary .refine-search {
  background-color: #BE2BBB;
  border: 3px solid #BE2BBB;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 7px 15px;
  display: inline-block;
  letter-spacing: 0;
  height: 40px;
  margin: 10px 0;
  width: auto;
}
.plainlanguagesummary .refine-search:hover {
  background-color: #ffffff;
  color: #be2bbb;
  border: 3px solid #be2bbb;
  padding: 7px 15px;
}
.plainlanguagesummary .refine-search:disabled {
  color: #4F4A4A;
  background-color: #ffffff;
  border: 3px solid #E0E0E0;
  opacity: 1;
}

.plainlanguagesummary .pls .therapeutic-area .select-container label {
  position: relative;
  top: 20px;
  line-height: 36.31px;
  font-weight: 400;
  font-size: 30px;
}
@media only screen and (max-width: 480px) {
  .plainlanguagesummary .pls .therapeutic-area .select-container label {
    top: 5px;
  }
}

.plainlanguagesummary .pls .ctr-listing .information {
  font-weight: 400;
}

.plainlanguagesummary .type-ahead-select-container .select2-container--default .select2-selection--multiple, .plainlanguagesummary .generic-form .select-container .select2-container--default .select2-selection--multiple, .generic-form .plainlanguagesummary .select-container .select2-container--default .select2-selection--multiple {
  border: 1px solid #4F4A4A;
}

.plainlanguagesummary .type-ahead-select-container .select2 ~ span.arrow-container span.arrow-up:after, .plainlanguagesummary .generic-form .select-container .select2 ~ span.arrow-container span.arrow-up:after, .generic-form .plainlanguagesummary .select-container .select2 ~ span.arrow-container span.arrow-up:after, .plainlanguagesummary .type-ahead-select-container .select2 ~ span.arrow-container span.arrow-down:after, .plainlanguagesummary .generic-form .select-container .select2 ~ span.arrow-container span.arrow-down:after, .generic-form .plainlanguagesummary .select-container .select2 ~ span.arrow-container span.arrow-down:after {
  color: #4F4A4A;
}

.plainlanguagesummary .ctr-listing-heading.primary-button {
  border: 2px solid #4F4A4A;
}

.pls .ctr-listing .filter-data {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 10px 0;
}
.pls .ctr-listing .filter-data .filter-heading {
  font-weight: 500;
  font-size: 15px;
  color: #4F4A4A;
  margin: 0 20px;
  padding: 0;
  grid-row: 1;
  text-align: left;
}
.pls .ctr-listing .filter-data .filter-section {
  font-weight: 400;
  font-size: 15px;
  color: #4F4A4A;
  margin: 0 20px;
  padding-bottom: 10px;
  grid-row: 2;
  text-align: left;
}

.pls .ctr-listing .filter-data .disease {
  grid-column: 1;
}
.pls .ctr-listing .filter-data .drug {
  grid-column: 2;
}
.pls .ctr-listing .filter-data .study {
  grid-column: 3;
}
.pls .ctr-listing .filter-data .nct-id {
  grid-column: 4;
}

@media (max-width: 768px) {
  .pls .ctr-listing .filter-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0px;
  }
  .pls .ctr-listing .filter-data .filter-heading, .pls .ctr-listing .filter-data .filter-section {
    width: calc(50% - 40px);
  }
  .pls .ctr-listing .filter-data .filter-section {
    padding: 0 0 10px 5px;
    margin: 0 20px 10px;
  }
  .pls .ctr-listing .filter-data .filter-heading {
    padding: 10px 0 0 5px;
    margin: 0 20px 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
  }
}
/*!
 * interactive-image v2.7.1
 * https://github.com/jpchateau
 * Jean-Philippe Chateau - <contact@jpchateau.com>
 * MIT License
 */
.interactive-image {
  position: relative;
  z-index: 0;
  caret-color: transparent;
  cursor: default;
}

.interactive-image .unsupported-screen {
  display: none;
  width: 120px;
  margin: 20px auto;
  padding: 20px;
  color: #363131;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
  font-size: 13px;
  text-align: center;
}

.interactive-image .unsupported-screen:before {
  content: "Please rotate your device.";
}

@media screen and (max-width: 320px) {
  .interactive-image {
    background-image: none;
    background-color: #ffffff;
    max-width: 320px;
  }
  .interactive-image .unsupported-screen {
    display: block;
  }
}
.interactive-image .hotspot {
  position: absolute;
  z-index: 8;
  width: 50px;
  height: 50px;
  color: #ffffff;
  display: none;
  cursor: pointer;
  font-size: 28px;
  text-align: center;
}

.interactive-image .hotspot:hover {
  text-shadow: 0 0 3px #ffffff;
}

.interactive-image .item {
  position: absolute;
  z-index: 16;
  background-color: inherit;
  color: #363131;
  min-width: 100px;
  min-height: 60px;
  height: auto;
  display: none;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}

.interactive-image .item:after, .interactive-image .item:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.interactive-image .item:after {
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

.interactive-image .close-button {
  display: block;
  width: 19px;
  height: 17px;
  color: #333333;
  position: absolute;
  top: 3px;
  right: 1px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

@font-face {
  font-family: icomoon;
  src: url(clientlib-site/css/fonts/icomoon.ttf) format("truetype"), url(clientlib-site/css/fonts/icomoon.woff) format("woff"), url(clientlib-site/css/fonts/icomoon.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelop:before {
  content: "\e900";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\ea96";
}

.interactive-image .text-item {
  padding: 20px;
  max-width: 210px;
}

.interactive-image .text-item .title {
  font-size: 20px;
  display: n;
  width: 100%;
  text-align: left;
  font-family: Lato, Arial, sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  display: inline-block;
  color: #333333;
}

.interactive-image .text-item .description {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}

.interactive-image .text-item .picture {
  max-width: 210px;
  max-height: 210px;
  margin-top: 10px;
}

.interactive-image .text-item a {
  text-decoration: underline;
  color: #000000;
  display: block;
  margin-top: 10px;
}

.interactive-image .text-item a:visited {
  color: #363131;
}

.interactive-image .text-item a:hover {
  color: #363131;
}

.interactive-image .text-item a:active {
  color: #363131;
}

.interactive-image .video-item {
  max-width: 480px;
  padding: 20px;
  text-align: left;
}

.interactive-image .video-item .caption {
  display: block;
  margin-top: 14px;
  margin-bottom: -4px;
}

.interactive-image .video-item video {
  width: 480px;
  height: 270px;
  margin-bottom: -4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.interactive-image .video-item video:focus {
  outline: none;
}

.interactive-image .text-item .title {
  display: none !important;
}

.interactive-image {
  width: 230px;
  height: 390px;
  background: url("../../../assets/bms/us/en-us/images/human.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.interactive-image .hotspot {
  display: block !important;
  color: #000000;
}

.our_stories_dropdown .interactive-image-dropdown .dropdown-block .dropdown .dropdown-label {
  width: 50%;
}

.our_stories_dropdown .interactive-image-dropdown .dropdown-block .dropdown {
  margin-bottom: 0;
}

.interactive-img .dropdown-left-interactive-image .interactive-image-dropdown .dropdown .dropdown-list .dropdown-list-label {
  font-weight: 500;
  padding: 10px 0;
}

.interactive-img .dropdown-left-interactive-image .interactive-image-dropdown .dropdown .dropdown-list {
  max-width: 300px;
}

.dropdown-left-interactive-image .notes-text {
  color: #4F4A4A;
  width: 80%;
}

.dropdown-left-interactive-image .notes-text .default-text {
  font-weight: bold;
  margin-top: 20px;
}

.dropdown-left-interactive-image .story-text {
  display: none;
  overflow-y: scroll;
  max-width: 100%;
  padding-right: 20px;
  margin-bottom: 40px;
}

.dropdown-left-interactive-image .story-text .category-heading {
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 5px 0;
  display: none;
}

.dropdown-left-interactive-image .story-text .category-description {
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #4F4A4A;
}

.dropdown-left-interactive-image .story-text .category-description h4, .dropdown-left-interactive-image .story-text .category-description .h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
}

.dropdown-left-interactive-image .story-text .category-description p {
  font-size: 14px;
  line-height: 18px;
}

.hotspot.icon-radio-checked.clicked {
  background-color: #ffffff;
  border: 1.5px solid #BE2BBB;
  width: 15px;
  height: 15px;
  cursor: default;
}

.hotspot.icon-radio-checked {
  background-color: #BE2BBB;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
  cursor: default;
}

.hotspot.icon-radio-checked:before,
.hotspot.icon-radio-checked:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
}

.hotspot.icon-radio-checked:before {
  width: 2px;
  margin: 3px auto;
}

.hotspot.icon-radio-checked:after {
  margin: auto 3px;
  height: 2px;
}

.hotspot.icon-radio-checked.clicked:after {
  background: #BE2BBB;
}

.interactive-image .item:before {
  content: none;
}

.interactive-image .item:after {
  content: none;
}

.dropdown-left-interactive-image .story-text, .dropdown-left-interactive-image .notes-text .default-text {
  margin-left: 0;
}

.interactive-image .item {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 125%;
  min-height: auto;
}

.interactive-image .text-item {
  padding: 0;
  max-width: none;
}

.interactive-image .text-item .description {
  margin-top: 0;
}

.interactive-image .dash {
  display: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #000000), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #000000 20%, rgba(255, 255, 255, 0) 0%);
  background-position: center;
  background-size: 0.4vw 0.1vw;
  background-repeat: repeat-x;
  position: absolute;
  height: 5px;
}

.social-share-box {
  display: none !important;
}

.interactive-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.interactive-img .left-interactive-image {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding-right: 50px;
}

.interactive-img .right-interactive-image {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.interactive-img .left-interactive-image h1, .interactive-img .left-interactive-image .h1 {
  border-left: 2px solid #BE2BBB;
  font-size: 24px;
  padding-left: 10px;
  color: #BE2BBB;
  margin-bottom: 30px;
  line-height: 36px;
  font-weight: 400;
}

.interactive-img .left-interactive-image .dropdown-left-interactive-image {
  background: #F5F5F5;
  padding: 10px 20px;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.story-text::-webkit-scrollbar,
.right-interactive-image::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.story-text::-ms-scrollbar,
.right-interactive-image::-ms-scrollbar {
  width: 3px;
  height: 3px;
}

.story-text::-webkit-scrollbar-track,
.right-interactive-image::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.story-text::-webkit-scrollbar-thumb,
.right-interactive-image::-webkit-scrollbar-thumb {
  background-color: #BE2BBB;
}

.story-text::-webkit-scrollbar-thumb:hover,
.right-interactive-image::-webkit-scrollbar-thumb:hover {
  background: #363131;
}

.psointeractive {
  padding: 60px 0;
  color: #4F4A4A;
}
.psointeractive .interactive-img-title {
  padding-bottom: 70px;
}
.psointeractive .interactive-img-title h4, .psointeractive .interactive-img-title .h4 {
  font-weight: 400;
}
.psointeractive .interactive-img-title hr {
  margin: 10px auto 15px auto;
  border-top: 2px solid #4F4A4A;
}
.psointeractive .interactive-img .our_stories_dropdown .dropdown-block {
  width: 100%;
}
.psointeractive .interactive-img .our_stories_dropdown .dropdown-block .dropdown .dropdown-label {
  padding: 15px 30px 15px 0;
  max-width: 215px;
}

@media only screen and (max-width: 767px) {
  .interactive-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interactive-img .left-interactive-image {
    padding-right: 0;
  }
  .our_stories_dropdown .interactive-image-dropdown .dropdown-block .dropdown .dropdown-label {
    width: 80%;
  }
  .our_stories_dropdown .interactive-image-dropdown .dropdown-block .dropdown.open .dropdown-list {
    max-width: 100%;
  }
  .interactive-img .left-interactive-image .dropdown-left-interactive-image {
    text-align: left;
  }
  .dropdown-left-interactive-image .notes-text .default-text {
    text-align: left;
  }
  .interactive-image .dash, .interactive-image .item {
    display: none !important;
  }
  #my-interactive-image {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  .interactive-image .item {
    width: 90%;
  }
  .interactive-img .right-interactive-image {
    overflow-x: auto;
  }
}
.pull-quote-container {
  margin: 60px auto;
  text-align: center;
}
.pull-quote-container p {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .pull-quote-container {
    margin: 30px auto;
  }
}
.pull-quote-container b {
  color: #4F4A4A;
  font-weight: 400;
}
.pull-quote-container .pull-quote, .pull-quote-container.has-author .pull-quote-author {
  padding: 2% 5% 5%;
}
.pull-quote-container .quote-border {
  height: 40px;
  overflow: hidden;
  text-align: center;
}
.pull-quote-container .quote-border > span {
  color: #3312AF;
  font-size: 80px;
  font-style: italic;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 60px;
}
.pull-quote-container .pull-quote, .pull-quote-container.has-author .pull-quote-author {
  color: #3312AF;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  font-style: italic;
}
@media (max-width: 1023px) {
  .pull-quote-container .pull-quote, .pull-quote-container.has-author .pull-quote-author {
    font-size: 36px;
    line-height: 42px;
  }
}
.pull-quote-container .quote-border > span:after,
.pull-quote-container .quote-border > span:before {
  content: "";
  position: absolute;
  top: 40%;
  border-bottom: 2px solid #3312AF;
  width: 1000px;
  margin: 0 20px;
}
.pull-quote-container .quote-border > span:before {
  right: 75%;
}
.pull-quote-container .quote-border > span:after {
  left: 100%;
}
.pull-quote-container .pull-quote-author {
  display: none;
}
.pull-quote-container.bms-relaunch {
  text-align: left;
  border-left: 3px solid #BE2BBB;
  padding: 10px 0px;
  padding-left: 43px;
  margin: 40px 0px;
}
.pull-quote-container.bms-relaunch .quote-border {
  display: none;
}
.pull-quote-container.bms-relaunch .quote-border {
  display: none;
}
.pull-quote-container.bms-relaunch .pull-quote, .pull-quote-container.bms-relaunch .pull-quote-container.has-author .pull-quote-author, .pull-quote-container.has-author .pull-quote-container.bms-relaunch .pull-quote-author {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  padding: 0;
  font-style: normal;
  text-align: left;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .pull-quote-container.bms-relaunch .pull-quote, .pull-quote-container.bms-relaunch .pull-quote-container.has-author .pull-quote-author, .pull-quote-container.has-author .pull-quote-container.bms-relaunch .pull-quote-author {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .pull-quote-container.bms-relaunch .pull-quote, .pull-quote-container.bms-relaunch .pull-quote-container.has-author .pull-quote-author, .pull-quote-container.has-author .pull-quote-container.bms-relaunch .pull-quote-author {
    font-size: 32px;
    line-height: 36px;
  }
}
.pull-quote-container.bms-relaunch .pull-quote-author {
  margin-top: 25px;
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-align: left;
}
.pull-quote-container.bms-relaunch.has-author .pull-quote-author {
  margin-top: 18px;
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-align: left;
  font-style: normal;
}
.pull-quote-container.bms-relaunch.has-author .pull-quote, .pull-quote-container.bms-relaunch.has-author .pull-quote-author {
  padding: 0px;
}
@media (width < 1024px) {
  .pull-quote-container.bms-relaunch {
    padding-left: 24px;
    margin: 24px 0;
  }
}
.pull-quote-container.bms-relaunch.pull-quote-v2 {
  text-align: left;
  border-left: 2px solid #BE2BBB;
  padding-left: 32px;
  margin: 40px 0px;
  background-color: #ffffff;
  color: #BE2BBB;
}
.pull-quote-container.bms-relaunch.pull-quote-v2 blockquote {
  margin: 0px;
}
.pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote, .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-container.has-author .pull-quote-author, .pull-quote-container.has-author .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-author, .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote p, .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-container.has-author .pull-quote-author p, .pull-quote-container.has-author .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-author p {
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.64px;
  leading-trim: both;
  color: #BE2BBB;
}
@media (min-width: 481px) and (width < 1024px) {
  .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote, .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-container.has-author .pull-quote-author, .pull-quote-container.has-author .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-author, .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote p, .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-container.has-author .pull-quote-author p, .pull-quote-container.has-author .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-author p {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (min-width: 1024px) {
  .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote, .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-container.has-author .pull-quote-author, .pull-quote-container.has-author .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-author, .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote p, .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-container.has-author .pull-quote-author p, .pull-quote-container.has-author .pull-quote-container.bms-relaunch.pull-quote-v2 blockquote .pull-quote-author p {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }
}

.pull-quote-container.has-author .pull-quote, .pull-quote-container.has-author .pull-quote-author {
  padding: 2% 5% 2%;
}
.pull-quote-container.has-author .pull-quote-author {
  font-size: 22px;
  line-height: 26px;
  text-align: right;
  padding: 0;
  display: block;
}

.pull-quote-container {
  margin: 40px auto;
}
.pull-quote-container.open_quotes .quote-border {
  text-align: left;
  padding-left: 50px;
}
.pull-quote-container.open_quotes .quote-border span {
  font-size: 54px;
  line-height: 58px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  color: #A59F9F;
  border: 2px solid #F5F5F5;
  border-radius: 50%;
  padding: 1px 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pull-quote-container.open_quotes .quote-border span:before {
  border-bottom: 2px solid #F5F5F5;
  right: 44%;
}
.pull-quote-container.open_quotes .quote-border span:after {
  border-bottom: 2px solid #F5F5F5;
  left: 51%;
}
.pull-quote-container.close_quotes .quote-border {
  text-align: right;
  padding-right: 50px;
}
.pull-quote-container.close_quotes .quote-border span {
  font-size: 54px;
  line-height: 58px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  color: #A59F9F;
  border: 2px solid #F5F5F5;
  border-radius: 50%;
  padding: 1px 0px 0px 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pull-quote-container.close_quotes .quote-border span:before {
  border-bottom: 2px solid #F5F5F5;
  right: 44%;
}
.pull-quote-container.close_quotes .quote-border span:after {
  border-bottom: 2px solid #F5F5F5;
  left: 51%;
}

.pull-quote-container.pull-quote-v4 {
  border-left: 15px solid #BE2BBB;
  padding: 20px;
  margin: 40px 0;
}
.pull-quote-container.pull-quote-v4 .pull-quote, .pull-quote-container.pull-quote-v4 .pull-quote-container.has-author .pull-quote-author, .pull-quote-container.has-author .pull-quote-container.pull-quote-v4 .pull-quote-author {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.pull-quote-container.pull-quote-v4 .pull-quote .rte p, .pull-quote-container.pull-quote-v4 .pull-quote-container.has-author .pull-quote-author .rte p, .pull-quote-container.has-author .pull-quote-container.pull-quote-v4 .pull-quote-author .rte p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 0px;
}
.pull-quote-container.pull-quote-v4 .pull-quote .rte, .pull-quote-container.pull-quote-v4 .pull-quote-container.has-author .pull-quote-author .rte, .pull-quote-container.has-author .pull-quote-container.pull-quote-v4 .pull-quote-author .rte {
  padding-bottom: 0px;
}

.pull-quote-component {
  height: 100%;
}
.pull-quote-component.top-bottom-padding-v5 .pull-quote-container.pull-quote-v5 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pull-quote-component .pull-quote-container.pull-quote-v5 {
  margin: 0;
  text-align: left;
  padding: 0 40px;
  height: 100%;
  color: #363131;
  background: #ffffff;
}
.pull-quote-component .pull-quote-container.pull-quote-v5 .text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin: 0px;
  gap: 150px;
}
.pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .rte-v5, .pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .rte-v5 p {
  margin: 0;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.64px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .rte-v5, .pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .rte-v5 p {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (min-width: 1024px) {
  .pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .rte-v5, .pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .rte-v5 p {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }
}
.pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .author-section {
  text-align: left;
}
.pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .author-section p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .author-section p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .author-section p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.pull-quote-component .pull-quote-container.pull-quote-v5 .text-section .author-section .pull-quote-author-v5 {
  display: block;
  font-weight: 500;
}
@media (width < 1024px) {
  .pull-quote-component .pull-quote-container.pull-quote-v5 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  .pull-quote-component .pull-quote-container.pull-quote-v5 .text-section {
    gap: 0;
  }
}

.parsys_column > .parsys_column > .quick-links {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .parsys_column > .parsys_column > .quick-links {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .parsys_column > .parsys_column > .quick-links {
    width: 100%;
    padding: 40px 50px;
  }
}

.parsys_column > .parsys_column > .quicklinks.section {
  min-height: 100%;
}

.parsys_column > .parsys_column > .quick-links.links-only {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}

.quick-links.links-only {
  width: 100%;
  padding: 0px;
  background: none;
}
@media only screen and (max-width: 480px) {
  .quick-links.links-only {
    padding: 40px 24px;
  }
}
.quick-links.links-only .feature-title {
  display: none;
}
.quick-links.links-only .quick-links-action-items {
  margin: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .quick-links.links-only .quick-links-action-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.quick-links.links-only .quick-links-action-items .action-item:first-child {
  padding-top: 0px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .quick-links.links-only .quick-links-action-items .action-item:first-child {
    padding-top: 16px;
  }
}
.quick-links.links-only .quick-links-action-items .action-item a {
  padding-right: 40px;
}

.quick-links {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 28px;
  width: 100%;
  background: #F5F5F5;
  float: right;
}
@media only screen and (max-width: 480px) {
  .quick-links {
    width: 100%;
    padding: 24px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .quick-links {
    width: 100%;
  }
}
.quick-links .feature-title {
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .quick-links .feature-title {
    font-size: 23px;
    line-height: 28px;
  }
}
.quick-links .quick-links-action-items {
  margin-top: 7px;
  list-style: none;
  padding: 0;
}
.quick-links .quick-links-action-items .action-item {
  padding-top: 18px;
}
@media only screen and (max-width: 480px) {
  .quick-links .quick-links-action-items .action-item {
    width: 100%;
  }
}
.quick-links .quick-links-action-items .action-item .quick-links-anchor {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  color: #BE2BBB;
  text-decoration: none;
}
.quick-links .quick-links-action-items .action-item .quick-links-anchor:hover {
  color: #BE2BBB;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .stack-reverse .quick-links .feature-title:before {
    width: 40%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .stack-reverse .quick-links .quick-links-action-items {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.quick-links.qls-new-v2 .quick-links-action-items .action-item .quick-links-anchor:hover:after {
  content: " ";
  margin-left: 5px;
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="%23BE2BBB"/></svg>');
  padding: 4px 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  height: 10px;
  width: 12px;
  position: absolute;
  bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .quick-links.qls-new-v2 {
    margin-right: -30px;
    margin-left: -30px;
    width: auto;
    float: none;
    padding: 15px 30px 0px;
    padding-top: 15px !important;
  }
  .quick-links.qls-new-v2.remove-padding-top {
    padding-top: 0px !important;
  }
  .quick-links.qls-new-v2 .feature-title {
    font-weight: 500;
    font-size: 22px;
    width: 100%;
    position: relative;
  }
  .quick-links.qls-new-v2 .feature-title:after {
    content: " ";
    margin-left: 10px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M8.00584 7.61645L2.00419 1.169C1.94994 1.11545 1.8854 1.07295 1.81429 1.04394C1.74318 1.01493 1.66691 1 1.58988 1C1.51285 1 1.43658 1.01493 1.36547 1.04394C1.29436 1.07295 1.22982 1.11545 1.17557 1.169C1.11999 1.22221 1.07583 1.28575 1.04568 1.3559C1.01553 1.42605 1 1.50139 1 1.5775C1 1.65361 1.01553 1.72895 1.04568 1.7991C1.07583 1.86925 1.11999 1.93279 1.17557 1.986L7.56235 8.84195C7.68437 8.94396 7.83955 9 8 9C8.16045 9 8.31563 8.94396 8.43765 8.84195L14.8244 1.986C14.88 1.93279 14.9242 1.86925 14.9543 1.7991C14.9845 1.72895 15 1.65361 15 1.5775C15 1.50139 14.9845 1.42605 14.9543 1.3559C14.9242 1.28575 14.88 1.22221 14.8244 1.169C14.7702 1.11545 14.7056 1.07295 14.6345 1.04394C14.5634 1.01493 14.4872 1 14.4101 1C14.3331 1 14.2568 1.01493 14.1857 1.04394C14.1146 1.07295 14.0501 1.11545 13.9958 1.169L8.00584 7.61645Z' fill='%23BE2BBB' stroke='%23BE2BBB' stroke-width='0.5'/%3E%3C/svg%3E");
    padding: 7px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 10px;
    width: 17px;
    position: absolute;
    top: 6px;
    right: 6px;
  }
  .quick-links.qls-new-v2.qls-is-expanded .feature-title:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .quick-links.qls-new-v2 .quick-links-action-items {
    display: none;
  }
  .quick-links.qls-new-v2.qls-is-expanded .quick-links-action-items {
    display: block;
  }
  body#rtl .quick-links.qls-new-v2.qls-is-expanded .feature-title:after,
body#rtl .quick-links.qls-new-v2 .feature-title:after {
    right: auto;
  }
  .parsys_column.colctrl-2b-33.stack-reverse,
.parsys_column.colctrl-2c-66.stack-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.qls-new-v2.quick-links {
  background: transparent;
}
@media only screen and (max-width: 480px) {
  .qls-new-v2.quick-links.qls-is-expanded {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .qls-new-v2.quick-links.qls-is-expanded .feature-title {
    cursor: pointer;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .qls-new-v2.quick-links.qls-background-color .feature-title {
    border-bottom: none;
  }
}
.qls-new-v2.quick-links .feature-title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .qls-new-v2.quick-links .feature-title {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
  }
}
.qls-new-v2.quick-links .border-title {
  width: 50px;
  border-bottom: 3px solid #4F4A4A;
  line-height: 12px;
  display: none;
}
@media only screen and (max-width: 480px) {
  .qls-new-v2.quick-links .border-title {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .qls-new-v2.quick-links .quick-links-action-items {
    margin-top: 0px;
  }
}
.qls-new-v2.quick-links .quick-links-action-items .action-item {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.qls-new-v2.quick-links .quick-links-action-items .action-item:has(.quick-links-anchor:hover) {
  padding-right: 35px;
  border-bottom: none;
}
.qls-new-v2.quick-links .quick-links-action-items .action-item:has(.quick-links-anchor)::after {
  content: "";
  display: block;
  width: 0px;
  height: 2px;
  background: #F5F5F5;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  position: absolute;
  bottom: 0px;
}
.qls-new-v2.quick-links .quick-links-action-items .action-item .quick-links-anchor {
  line-height: 17.6px;
  color: #4F4A4A;
}
.qls-new-v2.quick-links .quick-links-action-items .action-item .quick-links-anchor:hover {
  color: #BE2BBB;
}

@media screen and (min-width: 1024px) {
  .qls-new-v2.quick-links {
    padding-top: 0px;
  }
}
.quotation-parent {
  border-left: 3px solid #BE2BBB;
  padding: 10px 0;
  padding-left: 43px;
  margin: 40px 0;
}
.quotation-parent .pod-content {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #4F4A4A;
}
@media only screen and (max-width: 1023px) and (min-width: 481px), only screen and (max-width: 480px) {
  .quotation-parent .pod-content {
    font-size: 32px;
    line-height: 36px;
  }
}
.quotation-parent .written-by {
  margin-top: 25px;
  color: #4F4A4A;
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .card-view .block-card:not(.image-right, .image-left):has(.report-card__container), .card-view .block-card:not(.image-right, .image-left) .report-card__container, .card-view .block-card:not(.image-right, .image-left) .report-card__link {
    height: 100%;
  }
  .card-view .block-card:not(.image-right, .image-left) .report-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card-view .block-card:not(.image-right, .image-left) .report-card__link .report-card__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .card-view .block-card:not(.image-right, .image-left) .report-card__link .report-card__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .card-view .block-card:not(.image-right, .image-left) .report-card__link .report-card__content .report-card__cta {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .block-card:has(.report-card__container) {
    margin: 0;
  }
}
.block-card .report-card__container {
  border: 1px solid rgba(54, 49, 49, 0.1019607843);
  max-width: 1440px;
  margin-inline: auto;
}
.block-card .report-card__container:focus-within {
  color: inherit;
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
}
.block-card .report-card__container .report-card__link {
  text-decoration: none;
  width: 100%;
}
.block-card .report-card__container .report-card__link:focus-visible {
  outline: none;
}
.block-card .report-card__container .report-card__link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  display: none;
}
.block-card .report-card__container .report-card__link:not([data-classname~=cross-site])[data-target=externalLink] .report-card__cta::after {
  width: 14px;
  height: 14px;
  min-width: 14px;
}
.block-card .report-card__container .report-card__link .report-card__media .report-card__image {
  width: 100%;
}
.block-card .report-card__container .report-card__link .report-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.block-card .report-card__container .report-card__link .report-card__content .report-card__heading,
.block-card .report-card__container .report-card__link .report-card__content .report-card__cta {
  margin: 0;
}
.block-card .report-card__container .report-card__link .report-card__content .report-card__cta {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 481px) and (width < 1024px) {
  .block-card .report-card__container .report-card__link .report-card__content .report-card__cta {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .block-card .report-card__container .report-card__link .report-card__content .report-card__cta {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.block-card .report-card__container .report-card__link .report-card__content .report-card__cta::after {
  width: 20px;
  height: 20px;
  min-width: 20px;
}
@media (min-width: 1024px) {
  .block-card .report-card__container .report-card__link .report-card__content {
    padding: 64px 40px 40px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-card .report-card__container--content-card {
  border: none;
}
.block-card .report-card__container--content-card .report-card__link:hover, .block-card .report-card__container--content-card .report-card__link:focus {
  color: inherit;
  text-decoration: underline;
}
.block-card .report-card__container--content-card .report-card__link .report-card__media .report-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
}
.block-card .report-card__container--content-card .report-card__link .report-card__content {
  padding: 0;
}
.block-card .report-card__container--content-card .report-card__link .report-card__content .report-card__title {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-transform: none;
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .block-card .report-card__container--content-card .report-card__link .report-card__content .report-card__title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .block-card .report-card__container--content-card .report-card__link .report-card__content .report-card__title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (width < 1024px) {
  .block-card .report-card__container--content-card .report-card__link .report-card__content .report-card__title {
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .block-card.image-right .report-card__container:not(.report-card__container--content-card) .report-card__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .block-card.image-right .report-card__container:not(.report-card__container--content-card) .report-card__media .report-card__image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .block-card.image-right .report-card__container:not(.report-card__container--content-card) .report-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
  .block-card.image-right.layout-50-50 .report-card__container:not(.report-card__container--content-card) .report-card__media {
    width: 50%;
  }
  .block-card.image-right.layout-50-50 .report-card__container:not(.report-card__container--content-card) .report-card__content {
    width: 50%;
  }
  .block-card.image-right.layout-60-40 .report-card__container:not(.report-card__container--content-card) .report-card__media {
    width: 40%;
  }
  .block-card.image-right.layout-60-40 .report-card__container:not(.report-card__container--content-card) .report-card__content {
    width: 60%;
  }
  .block-card.image-right.layout-70-30 .report-card__container:not(.report-card__container--content-card) .report-card__media {
    width: 30%;
  }
  .block-card.image-right.layout-70-30 .report-card__container:not(.report-card__container--content-card) .report-card__content {
    width: 70%;
  }
  .block-card.image-right.layout-85-15 .report-card__container:not(.report-card__container--content-card) .report-card__media {
    width: 15%;
  }
  .block-card.image-right.layout-85-15 .report-card__container:not(.report-card__container--content-card) .report-card__content {
    width: 85%;
  }
}
.block-card.image-left {
  margin: 0;
}
.block-card.image-left .report-card__container--content-card {
  padding: 16px;
  border: 1px solid rgba(54, 49, 49, 0.1019607843);
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .block-card.image-left .report-card__container--content-card {
    padding: 0;
  }
}
@media (width < 1024px) {
  .block-card.image-left .report-card__container--content-card:has(a):hover, .block-card.image-left .report-card__container--content-card:has(a:focus-visible):focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #BE2BBB;
  }
  .block-card.image-left .report-card__container--content-card:has(a):hover a::after, .block-card.image-left .report-card__container--content-card:has(a:focus-visible):focus a::after {
    color: inherit;
  }
}
.block-card.image-left .report-card__container--content-card .report-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (width < 1024px) {
  .block-card.image-left .report-card__container--content-card .report-card__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.block-card.image-left .report-card__container--content-card .report-card__link:hover, .block-card.image-left .report-card__container--content-card .report-card__link:focus {
  text-decoration: none;
}
.block-card.image-left .report-card__container--content-card .report-card__link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  display: none;
}
.block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-left: 16px;
  color: #BE2BBB;
}
@media (min-width: 1024px) {
  .block-card.image-left .report-card__container--content-card .report-card__link[href] .report-card__title::after {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .block-card.image-left .report-card__container--content-card .report-card__link[href]:hover, .block-card.image-left .report-card__container--content-card .report-card__link[href]:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .block-card.image-left .report-card__container--content-card .report-card__link[href]:hover .report-card__content, .block-card.image-left .report-card__container--content-card .report-card__link[href]:focus .report-card__content {
    background-color: #BE2BBB;
  }
}
.block-card.image-left .report-card__container--content-card .report-card__link[href]:hover .report-card__title::after, .block-card.image-left .report-card__container--content-card .report-card__link[href]:focus .report-card__title::after {
  color: inherit;
}
.block-card.image-left .report-card__container--content-card .report-card__link .report-card__media .report-card__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin: 0;
}
.block-card.image-left .report-card__container--content-card .report-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .block-card.image-left .report-card__container--content-card .report-card__content {
    padding: 20px;
  }
}
.block-card.image-left .report-card__container--content-card .report-card__title {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 481px) and (width < 1024px) {
  .block-card.image-left .report-card__container--content-card .report-card__title {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .block-card.image-left .report-card__container--content-card .report-card__title {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.block-card.image-left .report-card__container--content-card .report-card__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-card.image-left.layout-85-15 .report-card__container--content-card .report-card__media {
  width: 15%;
}
.block-card.image-left.layout-85-15 .report-card__container--content-card .report-card__content {
  width: 85%;
}
.block-card.image-left.row-reverse .report-card__container--content-card .report-card__link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (width < 1024px) {
  .block-card.image-left.row-reverse .report-card__container--content-card .report-card__link .report-card__content {
    padding-inline: 0 20px;
  }
}

.research-grants-select-box {
  width: 50%;
  margin: 30px auto 0;
}
.research-grants-select-box .research-grants-select-field {
  margin: 30px 0 0;
}
@media (width < 1024px) {
  .research-grants-select-box {
    width: 100%;
    margin: 10px auto 0;
  }
}

.research-grants {
  margin: 0 0 30px;
}
.research-grants .aoi-hr {
  margin-bottom: 0;
}
.research-grants .aoi-title {
  padding-top: 30px;
}
.research-grants .aoi-child {
  padding: 0 20px;
}
.research-grants .aoi-child .link {
  margin-bottom: 20px;
}
.research-grants .aoi-child .link a:after {
  content: "";
}
.research-grants .aoi-child .link p {
  line-height: 18px;
  font-size: 16px;
  letter-spacing: normal;
  text-align: left;
  color: #4F4A4A;
}
.research-grants .aoi-child .link p:first-child {
  font-weight: 500;
}
.research-grants .aoi-child .link a + p {
  font-weight: 500;
}
.research-grants .aoi-child .product .rte ul li {
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.research-grants .aoi-child .submit-aoi .primary-link:after, .research-grants .aoi-child .submit-aoi .body-1 a.download-link:after, .body-1 .research-grants .aoi-child .submit-aoi a.download-link:after {
  content: "";
}
.research-grants .aoi-child .pod-title {
  padding: 50px 0 15px;
  color: #3312AF;
}
.research-grants span.text-link-grey:hover {
  opacity: 1;
}

.responsive-column-control .container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .responsive-column-control .container {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (width < 1024px) {
  .responsive-column-control > .row {
    padding-top: var(--mobile-top-padding) !important;
    padding-bottom: var(--mobile-bottom-padding) !important;
  }
  .responsive-column-control > .container > .row {
    padding-top: var(--mobile-top-padding) !important;
    padding-bottom: var(--mobile-bottom-padding) !important;
  }
}
.responsive-column-control > :not(.container).row {
  margin-left: 0;
  margin-right: 0;
}
.responsive-column-control .row.responsive-cc-margin {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .responsive-column-control .row.no-padding > div:first-child {
    padding-left: 0;
  }
  .responsive-column-control .row.no-padding > div:last-child {
    padding-right: 0;
  }
}
@media (width < 1024px) {
  .responsive-column-control .row.no-padding > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.responsive-column-control .row.horizantalDivision {
  border-top: 1px solid #363131;
  border-bottom: 1px solid #363131;
}
.responsive-column-control .row.card-view div[class^=col-] .column-control-column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.responsive-column-control .row.card-view div[class^=col-] .column-control-column .aem-Grid {
  height: 100%;
}
.responsive-column-control .row.verticalDivision > .column-division {
  position: relative;
  border-right: var(--borderStyle);
}
.responsive-column-control .row.verticalDivision > .column-division:last-of-type, .responsive-column-control .row.verticalDivision > .column-division.checkedmobilewidth:last-of-type {
  border-right: 0;
}
@media (min-width: 1024px) {
  .responsive-column-control .row.verticalDivision > .col-xl-4.col-lg-4.col-md-4:nth-of-type(3n),
.responsive-column-control .row.verticalDivision > .col-xl-3.col-lg-3.col-md-4:nth-of-type(4n),
.responsive-column-control .row.verticalDivision > .col-xl-2.col-lg-2.col-md-4:nth-of-type(6n),
.responsive-column-control .row.verticalDivision > .col-xl-1.col-lg-1.col-md-4:nth-of-type(12n),
.responsive-column-control .row.verticalDivision > .column-division.checkedmobilewidth.col-xl-1.col-lg-2.col-md-4:last-of-type {
    border-right: none;
  }
  .responsive-column-control .row.verticalDivision > .col-xl-1.col-lg-2.col-md-4:nth-of-type(4n):not(:last-of-type),
.responsive-column-control .row.verticalDivision > .col-xl-2.col-lg-4.col-md-4:nth-of-type(3n):not(:last-of-type) {
    border-right: var(--borderStyle);
  }
}
@media (width < 1024px) {
  .responsive-column-control .row.verticalDivision > .col-xl-3.col-lg-3.col-md-4:nth-of-type(2n),
.responsive-column-control .row.verticalDivision > .column-division {
    border-right: none;
  }
}
@media (min-width: 481px) and (width < 1024px) {
  .responsive-column-control .row.vertical-divider div[class^=col-] + div[class^=col-]:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    width: 0px;
    background-color: #363131;
  }
  .responsive-column-control .row.horizontal-divider div[class^=col-] {
    border-top: 1px solid #363131;
    border-bottom: 1px solid #363131;
  }
  .responsive-column-control .row.horizontal-divider div[class^=col-].col-md-4 {
    border-top: 0 !important;
    border-bottom: 1px solid #363131;
  }
  .responsive-column-control .row.horizontal-divider div[class^=col-].col-md-4:last-child {
    border-bottom: 0 !important;
  }
}
@media (width < 1024px) {
  .responsive-column-control .row.horizontal-divider div[class^=col-] {
    border-top: 0px !important;
  }
  .responsive-column-control .row.horizontal-divider div[class^=col-]:last-child {
    border-bottom: 0px !important;
  }
  .responsive-column-control .row.vertical-divider div[class^=col-] {
    border-right: 0px !important;
  }
  .responsive-column-control .row > .column-division {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .responsive-column-control .row.stack-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    reading-flow: flex-visual;
  }
  .responsive-column-control .row.stack-reverse > div[class^=col-] {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .responsive-column-control .row.vertical-divider.stack-reverse > div[class^=col-] + div[class^=col-]:before {
    width: 0px;
  }
  .responsive-column-control .row.vertical-divider.stack-reverse > div[class^=col-] {
    border-right: 0px !important;
  }
  .responsive-column-control .row.horizontal-divider.stack-reverse > div[class^=col-] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .responsive-column-control .row.horizontal-divider.stack-reverse > div[class^=col-]:last-child {
    border-bottom: 1px solid #363131;
    border-top: 0px;
  }
  .responsive-column-control .row.horizontal-divider.stack-reverse > div[class^=col-]:first-child {
    border-bottom: 0px;
  }
}
@media (width < 1024px) {
  .responsive-column-control .row.mobile-width > .custom-column {
    max-width: var(--col-size);
  }
  .responsive-column-control .row.mobile-width > .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .responsive-column-control .row.mobile-width > .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .responsive-column-control .row.mobile-width > .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .responsive-column-control .row.mobile-width > .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .responsive-column-control .row.mobile-width > .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .responsive-column-control .row.mobile-width > .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .responsive-column-control .row.mobile-width > .col-md-4:nth-of-type(2n),
.responsive-column-control .row.mobile-width > .col-xl-1.col-lg-2.col-md-4:nth-of-type(4n),
.responsive-column-control .row.mobile-width > .col-xl-2.col-lg-4.col-md-4:nth-of-type(3n) {
    border-right: none;
  }
}
.responsive-column-control .col.col-12.custom-column.column-division:last-of-type {
  border-right: 0;
}
.responsive-column-control div.column-division:last-of-type {
  border-right: 0 !important;
}

.column-control-column .cmp-container {
  height: 100%;
}

.rte {
  padding-bottom: 30px;
}
.rte h1, .rte .h1 {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.8px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte h1, .rte .h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.96px;
  }
}
@media (min-width: 1024px) {
  .rte h1, .rte .h1 {
    font-size: 56px;
    line-height: 62px;
    letter-spacing: -1.12px;
  }
}
.rte h2, .rte .h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.64px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte h2, .rte .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (min-width: 1024px) {
  .rte h2, .rte .h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }
}
.rte h3, .rte .h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.44px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte h3, .rte .h3 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.52px;
  }
}
@media (min-width: 1024px) {
  .rte h3, .rte .h3 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }
}
.rte h4, .rte .h4 {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte h4, .rte .h4 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte h4, .rte .h4 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.rte h5, .rte .h5 {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte h5, .rte .h5 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte h5, .rte .h5 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.rte h6, .rte .h6 {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte h6, .rte .h6 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte h6, .rte .h6 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (max-width: 1023px) {
  .rte p {
    word-break: break-word;
  }
}
.rte a {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  text-decoration: underline;
}
.rte a:hover {
  color: #BE2BBB;
}
.rte a:not([data-classname~=cross-site])[data-target=externalLink]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.rte a::after {
  margin: 0 3px;
}
.rte h1 a, .rte .h1 a, .rte h2 a, .rte .h2 a, .rte h3 a, .rte .h3 a, .rte h4 a, .rte .h4 a, .rte h5 a, .rte .h5 a, .rte h6 a, .rte .h6 a, .rte p a, .rte li a, .rte td a {
  color: #4F4A4A;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.rte h1 a:hover, .rte .h1 a:hover, .rte h1 a:focus, .rte .h1 a:focus, .rte h2 a:hover, .rte .h2 a:hover, .rte h2 a:focus, .rte .h2 a:focus, .rte h3 a:hover, .rte .h3 a:hover, .rte h3 a:focus, .rte .h3 a:focus, .rte h4 a:hover, .rte .h4 a:hover, .rte h4 a:focus, .rte .h4 a:focus, .rte h5 a:hover, .rte .h5 a:hover, .rte h5 a:focus, .rte .h5 a:focus, .rte h6 a:hover, .rte .h6 a:hover, .rte h6 a:focus, .rte .h6 a:focus, .rte p a:hover, .rte p a:focus, .rte li a:hover, .rte li a:focus, .rte td a:hover, .rte td a:focus {
  color: #BE2BBB;
  text-decoration: underline;
}
.rte ul {
  list-style: none;
}
.rte ol, .rte ul {
  margin: 0;
  padding: 6px 0 24px;
}
.rte ol ol, .rte ol ul, .rte ul ol, .rte ul ul {
  padding: 6px 0 0;
}
.rte ol li, .rte ul li {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin: 10px 0 10px 30px;
  counter-increment: count-me;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte ol li, .rte ul li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte ol li, .rte ul li {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.rte ol li a, .rte ul li a {
  color: #BE2BBB;
  font-weight: 500;
  text-decoration: underline;
}
.rte ol li a:hover, .rte ul li a:hover {
  color: #290628;
}
.rte ul > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #363131;
  margin: 0 7px 2px -15px;
}
.rte ul > li > ul > li::before {
  background-color: transparent;
  border: 2px solid #3312AF;
}
.rte ol[start="1"] {
  counter-reset: item 1;
}
.rte ol[start="2"] {
  counter-reset: item 2;
}
.rte ol[start="3"] {
  counter-reset: item 3;
}
.rte ol[start="4"] {
  counter-reset: item 4;
}
.rte ol[start="5"] {
  counter-reset: item 5;
}
.rte ol[start="6"] {
  counter-reset: item 6;
}
.rte ol[start="7"] {
  counter-reset: item 7;
}
.rte ol[start="8"] {
  counter-reset: item 8;
}
.rte ol[start="9"] {
  counter-reset: item 9;
}
.rte ol[start="10"] {
  counter-reset: item 10;
}
.rte ol[start="11"] {
  counter-reset: item 11;
}
.rte ol[start="12"] {
  counter-reset: item 12;
}
.rte ol[start="13"] {
  counter-reset: item 13;
}
.rte ol[start="14"] {
  counter-reset: item 14;
}
.rte ol[start="15"] {
  counter-reset: item 15;
}
.rte ol[start="16"] {
  counter-reset: item 16;
}
.rte ol[start="17"] {
  counter-reset: item 17;
}
.rte ol[start="18"] {
  counter-reset: item 18;
}
.rte ol[start="19"] {
  counter-reset: item 19;
}
.rte ol[start="20"] {
  counter-reset: item 20;
}
.rte ol > li::before {
  font-weight: 700;
  margin: 0 0 0 -18px;
}
.rte .table-wrap {
  overflow-x: auto;
  word-break: normal;
}
.rte table {
  width: 100%;
  padding: 6px 0;
}
.rte th, .rte td {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  padding: 14px 17px;
  border-bottom: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte th, .rte td {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte th, .rte td {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.rte th {
  background-color: #F5F5F5;
  font-weight: 500;
}
.rte td {
  background-color: #ffffff;
}
.rte tr:nth-child(even) td {
  background-color: #F5F5F5;
}
.rte .text-large {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .text-large {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte .text-large {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.rte .text-medium {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .text-medium {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte .text-medium {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.rte .text-small {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .text-small {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte .text-small {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.rte .label-lg {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .label-lg {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte .label-lg {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.rte .label-md {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .label-md {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte .label-md {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.rte .purple-text {
  color: #BE2BBB;
}
.rte .text-grey {
  color: #363131;
}
.rte .white-text {
  color: #ffffff;
}
.rte .underline-color {
  color: #BE2BBB;
  text-decoration: underline;
}
.rte .no-underline {
  text-decoration: none !important;
}
.rte .s-small sup, .rte .s-small sub {
  font-size: 50%;
}
.rte .h3-style {
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.44px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .h3-style {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.52px;
  }
}
@media (min-width: 1024px) {
  .rte .h3-style {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.56px;
  }
}
.rte .h4-style {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .h4-style {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte .h4-style {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.rte .h5-style {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .h5-style {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte .h5-style {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.rte .article-h4-text {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .article-h4-text {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte .article-h4-text {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.rte .photostory-caption {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .rte .photostory-caption {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .rte .photostory-caption {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.rte .icon-download-link-authorDropdown {
  position: relative;
  padding-left: 15px;
}
.rte .icon-download-link-authorDropdown::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 15px;
  left: -3px;
  top: 0;
}
.rte .external-link-icon::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
body:not(.aem-edit-mode) .rte .bounceOnload {
  -webkit-animation: bounce 1s ease forwards;
          animation: bounce 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceOnHover:hover {
  -webkit-animation: bounce 0.6s ease;
          animation: bounce 0.6s ease;
}
body:not(.aem-edit-mode) .rte .bounceOnScroll.animation-Scroll {
  -webkit-animation: bounce 1s ease forwards;
          animation: bounce 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceInOnload {
  -webkit-animation: bounceIn 1s ease forwards;
          animation: bounceIn 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceInOnScroll.animation-Scroll {
  -webkit-animation: bounceIn 1s ease forwards;
          animation: bounceIn 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceInDownOnload {
  -webkit-animation: bounceInDown 1s ease forwards;
          animation: bounceInDown 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceInDownOnScroll.animation-Scroll {
  -webkit-animation: bounceInDown 1s ease forwards;
          animation: bounceInDown 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceInLeftOnload {
  -webkit-animation: bounceInLeft 1s ease forwards;
          animation: bounceInLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceInLeftOnScroll.animation-Scroll {
  -webkit-animation: bounceInLeft 1s ease forwards;
          animation: bounceInLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceInRightOnload {
  -webkit-animation: bounceInRight 1s ease forwards;
          animation: bounceInRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceInRightOnScroll.animation-Scroll {
  -webkit-animation: bounceInRight 1s ease forwards;
          animation: bounceInRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .bounceInUpOnload {
  -webkit-animation: bounceInUp 1s ease forwards;
          animation: bounceInUp 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInOnload {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInOnHover:hover {
  -webkit-animation: fadeIn 0.6s ease;
          animation: fadeIn 0.6s ease;
}
body:not(.aem-edit-mode) .rte .fadeInOnScroll.animation-Scroll {
  -webkit-animation: fadeIn 1s ease forwards;
          animation: fadeIn 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInDownOnload {
  -webkit-animation: fadeInDown 1s ease forwards;
          animation: fadeInDown 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInDownOnScroll.animation-Scroll {
  -webkit-animation: fadeInDown 1s ease forwards;
          animation: fadeInDown 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInLeftOnload {
  -webkit-animation: fadeInLeft 1s ease forwards;
          animation: fadeInLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInLeftOnScroll.animation-Scroll {
  -webkit-animation: fadeInLeft 1s ease forwards;
          animation: fadeInLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInRightOnload {
  -webkit-animation: fadeInRight 1s ease forwards;
          animation: fadeInRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInRightOnScroll.animation-Scroll {
  -webkit-animation: fadeInRight 1s ease forwards;
          animation: fadeInRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInUpOnload {
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .fadeInUpOnScroll.animation-Scroll {
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInOnload {
  -webkit-animation: rotateIn 1s ease forwards;
          animation: rotateIn 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInOnHover:hover {
  -webkit-animation: rotateIn 0.6s ease;
          animation: rotateIn 0.6s ease;
}
body:not(.aem-edit-mode) .rte .rotateInOnScroll.animation-Scroll {
  -webkit-animation: rotateIn 1s ease forwards;
          animation: rotateIn 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInDownLeftOnload {
  -webkit-animation: rotateInDownLeft 1s ease forwards;
          animation: rotateInDownLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInDownRightOnload {
  -webkit-animation: rotateInDownRight 1s ease forwards;
          animation: rotateInDownRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInDownLeftOnScroll.animation-Scroll {
  -webkit-animation: rotateInDownLeft 1s ease forwards;
          animation: rotateInDownLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInDownRightOnScroll.animation-Scroll {
  -webkit-animation: rotateInDownRight 1s ease forwards;
          animation: rotateInDownRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInUpLeftOnload {
  -webkit-animation: rotateInUpLeft 1s ease forwards;
          animation: rotateInUpLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInUpLeftOnScroll.animation-Scroll {
  -webkit-animation: rotateInUpLeft 1s ease forwards;
          animation: rotateInUpLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInUpRightOnload {
  -webkit-animation: rotateInUpRight 1s ease forwards;
          animation: rotateInUpRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .rotateInUpRightOnScroll.animation-Scroll {
  -webkit-animation: rotateInUpRight 1s ease forwards;
          animation: rotateInUpRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInOnload {
  -webkit-animation: zoomIn 1s ease forwards;
          animation: zoomIn 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInOnScroll.animation-Scroll {
  -webkit-animation: zoomIn 1s ease forwards;
          animation: zoomIn 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInDownOnload {
  -webkit-animation: zoomInDown 1s ease forwards;
          animation: zoomInDown 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInDownOnScroll.animation-Scroll {
  -webkit-animation: zoomInDown 1s ease forwards;
          animation: zoomInDown 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInLeftOnload {
  -webkit-animation: zoomInLeft 1s ease forwards;
          animation: zoomInLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInLeftOnScroll.animation-Scroll {
  -webkit-animation: zoomInLeft 1s ease forwards;
          animation: zoomInLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInRightOnload {
  -webkit-animation: zoomInRight 1s ease forwards;
          animation: zoomInRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInRightOnScroll.animation-Scroll {
  -webkit-animation: zoomInRight 1s ease forwards;
          animation: zoomInRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInUpOnload {
  -webkit-animation: zoomInUp 1s ease forwards;
          animation: zoomInUp 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .zoomInUpOnScroll.animation-Scroll {
  -webkit-animation: zoomInUp 1s ease forwards;
          animation: zoomInUp 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .slideInDownOnload {
  -webkit-animation: slideInDown 1s ease forwards;
          animation: slideInDown 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .slideInDownOnScroll.animation-Scroll {
  -webkit-animation: slideInDown 1s ease forwards;
          animation: slideInDown 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .slideInLeftOnload {
  -webkit-animation: slideInLeft 1s ease forwards;
          animation: slideInLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .slideInLeftOnScroll.animation-Scroll {
  -webkit-animation: slideInLeft 1s ease forwards;
          animation: slideInLeft 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .slideInRightOnload {
  -webkit-animation: slideInRight 1s ease forwards;
          animation: slideInRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .slideInRightOnScroll.animation-Scroll {
  -webkit-animation: slideInRight 1s ease forwards;
          animation: slideInRight 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .slideInUpOnload {
  -webkit-animation: slideInUp 1s ease forwards;
          animation: slideInUp 1s ease forwards;
}
body:not(.aem-edit-mode) .rte .slideInUpOnScroll.animation-Scroll {
  -webkit-animation: slideInUp 1s ease forwards;
          animation: slideInUp 1s ease forwards;
}

.rte .left-to-right {
  direction: ltr;
}
.rte .right-to-left {
  direction: rtl;
}
.rte .purple-arrow::after, .rte .grey-arrow::after, .rte .white-arrow::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.rte .rte-purple-arrow::after, .rte .rte-grey-arrow::after, .rte .rte-white-arrow::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
}
.rte .purple-arrow:after, .rte .rte-purple-arrow:after {
  background-color: #BE2BBB;
}
.rte .grey-arrow:after, .rte .rte-grey-arrow:after {
  background-color: #4F4A4A;
}
.rte .white-arrow:after, .rte .rte-white-arrow:after {
  background-color: #ffffff;
}
.rte.wrap-text {
  word-break: break-word;
  word-wrap: break-word;
}

.row-data-table {
  border-collapse: collapse;
  width: 100%;
}
.row-data-table a {
  text-decoration: none;
  color: #BE2BBB;
  font-weight: 500;
}
.row-data-table a:active, .row-data-table a:hover {
  font-weight: 500;
  color: #6b196b;
  text-decoration: underline;
}

.row-data-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .row-data-tr {
    width: 100%;
    padding-bottom: 15px;
  }
}

.row-data-heading {
  color: #4F4A4A;
  font-size: 18px;
  width: 50%;
  padding: 0 0 20px;
  word-wrap: break-word;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
}
.stacked .row-data-heading {
  padding: 0 0 5px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .row-data-heading {
    padding: 0 0 5px;
    width: 100%;
  }
}

.row-data-text {
  color: #4F4A4A;
  font-size: 18px;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  width: 50%;
  padding: 0 0 20px 10px;
  line-height: 22px;
  word-wrap: break-word;
}
.row-data-text p,
.row-data-text a {
  padding: 0 0 10px;
}
.row-data-text a {
  font-size: inherit;
}
.stacked .row-data-text {
  padding: 0 0 20px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .row-data-text {
    width: 100%;
    display: block;
    padding: 0 0 5px;
  }
}

.search-header .top-level-page-header {
  margin-bottom: 0;
}

.radio-button.search-radio-button {
  margin-top: 15px;
  left: 14px;
}
.radio-button.search-radio-button input[type=radio]:disabled + label {
  color: #3312AF;
}
.radio-button.search-radio-button input[type=radio]:disabled + label:before {
  border: 2px solid #3312AF;
}
.radio-button.search-radio-button label span {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0px;
}
.radio-button.search-radio-button label:before {
  width: 20px;
  height: 20px;
  border: 2px solid #4F4A4A;
  margin: 0 5px 0 0;
  max-width: 20px;
  min-width: 20px;
}
.radio-button.search-radio-button input[type=radio]:checked ~ label:before {
  border: 2px solid #4F4A4A;
  background: #ffffff;
}
.radio-button.search-radio-button input[type=radio]:checked ~ label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #BE2BBB;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.search-header-links {
  text-align: center;
  margin: 15px auto 30px;
  padding: 0px;
}
.search-header-links li {
  display: contents;
}

.search-header-link {
  display: inline-block;
  margin: 5px 10px;
  color: #3312AF;
  text-decoration: none;
  font-weight: 400;
  text-decoration: underline;
}
.search-header-link:visited {
  opacity: 1;
}
.search-header-link:hover {
  font-weight: 500;
  color: #BE2BBB;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .search-header-link {
    display: block;
    padding-bottom: 10px;
  }
}

.search-container {
  margin: 0 0 30px;
  padding: 0 10%;
}
@media only screen and (max-width: 480px) {
  .search-container {
    padding: 0;
  }
}
.search-container .search-bar {
  margin: 0;
  position: relative;
}
.search-container .search-bar .text-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #4F4A4A;
  border-radius: 26px;
}
.search-container .search-bar .text-field .icon-container {
  padding: 12px;
}
.search-container .search-bar .text-field .search-text {
  color: #4F4A4A;
}
.search-container .search-bar .icon-search {
  display: contents;
  height: 20px;
  width: 20px;
}
.search-container .search-bar textarea.search-text {
  text-align: left;
  word-wrap: break-word;
  outline: none;
  resize: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
  overflow: hidden;
  padding: 10px 0px 0px;
  height: 42px;
  width: 100%;
  min-height: auto;
}
.search-container .search-bar textarea.search-text:focus {
  border: 1px solid #4F4A4A;
}
.search-container .search-bar textarea.search-text:focus-visible {
  outline: none;
  border: 1px solid #4F4A4A;
}
.search-container .search-bar .ariafocus {
  color: #BE2BBB;
  font-weight: 600;
}
.search-container .search-submit {
  background: #BE2BBB;
  border-radius: 32px;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 24px;
  width: auto;
  height: 47px;
  border: none;
}
.search-container .search-submit .submit-text {
  color: #ffffff;
}
.search-container .search-results {
  margin: 0 22px 0px 14px;
  padding: 30px 0 0 0;
}
.search-container .search-result {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #3312AF;
  -webkit-transition: all 1000ms ease-in 0s;
  transition: all 1000ms ease-in 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search-container .search-result::after {
  display: block;
  clear: both;
  content: "";
}
.search-container .search-result .pod-title {
  display: inline-block;
  color: #BE2BBB;
}
.search-container .search-result a.pod-title:hover, .search-container .search-result a.pod-title:visited {
  opacity: 0.9;
}
.search-container .search-result .pod-sub-title, .search-container .search-result .phone-number-block .phone-label, .phone-number-block .search-container .search-result .phone-label,
.search-container .search-result .phone-number-block .phone-label p,
.phone-number-block .phone-label .search-container .search-result p {
  display: block;
  padding-top: 5px;
  color: #4F4A4A;
}
.search-container .search-result-image {
  height: 100px;
  width: 100px;
}
@media only screen and (max-width: 480px) {
  .search-container .search-result-image {
    display: none;
  }
}
.search-container .search-result-image img {
  max-height: 100px;
  width: 100px;
}
.search-container .search-result-body {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .search-container .search-result-body {
    width: 100%;
    padding-left: 0;
  }
}
.search-container .search-result-body .body-1 {
  margin-top: 5px;
}
.search-container .search-result-body .pod-title:hover {
  text-decoration: underline;
  font-weight: 500;
}
.search-container .search-result-body .h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}
.search-container .load-more-results,
.search-container .search-results-more,
.search-container .search-results-none,
.search-container .search-results-spinner {
  margin: 0 auto 10px;
  text-align: center;
}
.search-container .load-more-results {
  display: none;
}
.search-container.search-results-loading .load-more-results {
  display: none;
}
.search-container.search-results-found .load-more-results {
  display: block;
}
.search-container.search-results-found .load-more-results .primary-button {
  background-color: #BE2BBB;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 6px 12px;
  display: inline-block;
  letter-spacing: 0;
  border: 3px solid #BE2BBB;
  height: 40px;
  padding: 7px 15px;
  margin: 10px 0;
  width: auto;
}
.search-container .gif-text {
  color: #4F4A4A;
  margin-bottom: 20px;
}

.search-bar-error .text-field input {
  border-color: #E7000B;
}

.search-bar-error-text {
  margin-top: 4px;
  text-align: left;
  display: none;
  visibility: hidden;
  margin-left: 14px;
  color: #BE2BBB;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .search-bar-error-text {
    font-size: 16px;
    line-height: 18px;
  }
}
.search-bar-error .search-bar-error-text {
  display: block;
  visibility: visible;
}

.search-results-found-text {
  padding-top: 20px;
  position: relative;
  left: 14px;
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: none;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .search-results-found-text {
    font-size: 16px;
    line-height: 18px;
  }
}
.search-results-found .search-results-found-text {
  display: block;
  visibility: visible;
}
.search-results-found-text .total-results {
  display: inline-block;
}
.search-results-found-text .total-results .results-loading {
  position: absolute;
  top: 15px;
  margin-left: 10px;
}
.search-results-found-text .total-results .results-loading .icon-spinner svg {
  height: 30px;
  width: 30px;
}

.search-results .search-results-found-text {
  padding-left: 0px;
}

.ai-disclaimer {
  padding: 10px 0 30px 50px;
  color: #4F4A4A;
  font-style: italic;
}

.ai-combined-text {
  display: block;
  text-align: left;
  font-family: "Basel Grotesk", sans-serif;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #4F4A4A;
  background-color: #E0E0E0;
  border-radius: 12px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .ai-combined-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.ai-combined-text .ai-gen-heading {
  padding-bottom: 10px;
  color: #4F4A4A;
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}
.ai-combined-text a {
  color: #3312AF;
  text-decoration: underline;
}
.ai-combined-text a:hover {
  color: #BE2BBB;
  text-decoration: underline;
}
.ai-combined-text .genai-references {
  list-style-type: disc;
  color: #4F4A4A;
}

.search-results-none {
  display: none;
  visibility: hidden;
}
.search-results-error .search-results-none {
  display: block;
  visibility: visible;
}

.search-results-spinner {
  display: none;
  visibility: hidden;
  outline: none;
}
.search-results-loading .search-results-spinner {
  display: block;
  visibility: visible;
}

.search-results-totals {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 1023px) {
  .search-results-totals {
    font-size: 16px;
    line-height: 18px;
  }
}
.search-results-totals span {
  margin: 0 3px;
}

.search-results-total-visible {
  font-weight: 500;
}

#asset-indexes,
#content-indexes {
  display: none;
  visibility: hidden;
}

.search-suggestion {
  display: none;
  color: #4F4A4A;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  padding-left: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.search-suggestion .search-suggestion-heading {
  padding-top: 8px;
  font-weight: 700;
}
.search-suggestion .search-suggestions-container .search-suggestion-item {
  padding-top: 3px;
  cursor: pointer;
}
.search-suggestion .search-suggestions-container .search-suggestion-item .search-suggestion-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-suggestion .search-suggestions-container .search-suggestion-item:last-child {
  padding-bottom: 8px;
}
.search-suggestion .search-suggestions-container .search-suggestion-item:hover {
  color: #BE2BBB;
  font-weight: 600;
}

.ai-answer-content {
  line-height: 1.5;
  padding: 0px;
}

.ai-number-line {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5em;
}

.ai-numbered-text .ai-num,
.ai-dot-bullet .ai-num,
.ai-subline .ai-num {
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ai-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

a.pod-title {
  display: inline-block;
  position: relative;
}

.search-results ul {
  padding-left: 18px;
}

a.pod-title::after {
  content: "";
  display: inline-block;
  width: 25px;
  position: absolute;
  height: 25px;
  margin-left: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}

ol.ai-answer-content,
.ai-answer-content ul {
  list-style-type: none;
}

.extension-type {
  display: none;
}

.ai-number-line.ai-dot-bullet::before {
  content: "•";
  position: relative;
  left: 20px;
  color: #4F4A4A;
}

.ai-number-line.ai-dot-bullet .ai-text {
  position: relative;
  left: 20px;
}

.ai-number-line.ai-subline::before {
  content: "-";
  position: relative;
  left: 35px;
  color: #4F4A4A;
}

.ai-number-line.ai-subline .ai-text {
  position: relative;
  left: 35px;
}

.ai-number-line.search-ai-text .ai-num {
  margin-right: 0;
}

p.ai-number-line.search-ai-text {
  font-weight: 400;
}

.search-results li.search-results-ai-spinner {
  list-style-type: none;
  outline: none;
}

.search-bar .search-error-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.search-results.ai-show-more .ai-combined-text .ai-answer-content li,
.search-results.ai-show-more .ai-combined-text ul li,
.search-results .readmore-separator,
.search-results .readmore-overlay {
  display: none;
}

.search-results.ai-show-more .readmore-separator,
.search-results.ai-show-more .readmore-overlay {
  display: block;
}

.search-results-list {
  padding: 0px;
  margin: 0 22px 30px 14px;
}

h2.search-results-heading, .search-results-heading.h2 {
  font-size: 36px;
  margin: 60px 0px 15px 14px;
}

.search-results.ai-show-more .readmore-separator {
  text-align: center;
  color: #3312AF;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 0px;
  border: none;
  background: none;
}
.search-results.ai-show-more .readmore-separator:hover {
  color: #BE2BBB;
}
.search-results.ai-show-more .readmore-separator .icon-svg {
  width: 16px;
  height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.search-result-close-icon {
  display: none;
  padding: 13px 10px 8px;
}

.top-nav-location-overlay, .top-nav-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E0E0E0;
  color: #F5F5F5;
  -webkit-transform: translateX(-102%);
  transform: translateX(-102%);
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s, -webkit-transform 0.2s ease-out;
  transition: visibility 0s linear 0.25s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, visibility 0s linear 0.25s;
  transition: transform 0.2s ease-out, visibility 0s linear 0.25s, -webkit-transform 0.2s ease-out;
}

.top-nav-country-modal {
  background-color: #ffffff;
}
.top-nav-country-modal .country-bar-content {
  position: absolute;
  right: 71px;
  top: 20px;
  z-index: 30;
}
.top-nav-country-modal .overlay-bar {
  background: none;
  height: 60px;
  padding: 0;
  position: fixed;
  top: 134px;
  width: 102%;
  text-align: right;
  z-index: 1;
  cursor: default;
}
.top-nav-country-modal .overlay-bar.background {
  background: #F5F5F5;
  top: 75px;
}
@media only screen and (max-width: 1023px) {
  .top-nav-country-modal .overlay-bar.background {
    top: 0;
  }
}
.top-nav-country-modal .overlay-bar .close {
  background: transparent;
  height: 60px;
  padding: 0;
  position: relative;
  right: 40px;
  top: 0px;
  width: 60px;
  float: right;
}
.top-nav-country-modal .overlay-bar .close .icon-svg {
  fill: #595454;
}
@media only screen and (max-width: 480px) {
  .top-nav-country-modal .overlay-bar .close {
    right: 17px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .top-nav-country-modal .overlay-bar .close {
    right: 17px;
  }
}
.top-nav-country-modal .overlay-bar .country-bar {
  top: 20px;
  position: absolute;
  right: 100px;
  font-weight: bold;
  color: #4F4A4A;
  font-size: 15px;
  line-height: 20px;
}
.top-nav-country-modal .overlay-bar .country-bar a {
  padding: 5px;
  padding-right: 10px;
  position: relative;
  color: #4F4A4A;
  font-weight: normal;
}
.top-nav-country-modal .overlay-bar .country-bar a:after {
  content: " / ";
  position: absolute;
  right: 2px;
  top: 4px;
}
.top-nav-country-modal .overlay-bar .country-bar a:last-child:after {
  content: " ";
}
.top-nav-country-modal .overlay-bar .country-bar a:first-child {
  padding-left: 15px;
}
@media only screen and (max-width: 1023px) {
  .top-nav-country-modal .overlay-bar .country-bar {
    left: 15px;
    right: 0;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .top-nav-country-modal .overlay-bar {
    width: 100%;
    top: 0;
  }
}
.top-nav-country-modal .modal-dialog {
  background-color: #ffffff;
}
.top-nav-country-modal .modal-dialog .modal-content .country-bar-content {
  display: none;
}
@media only screen and (max-width: 480px) {
  .top-nav-country-modal .modal-dialog .modal-content .top-nav-location-column .location-scroll {
    z-index: 11;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid #F5F5F5;
    max-height: 90vh;
    padding: 25px;
  }
}
.top-nav-country-modal .modal-dialog .modal-content .top-nav-location-column .header-column {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  padding: 0px 15px;
}
@media only screen and (max-width: 480px) {
  .top-nav-country-modal .modal-dialog .modal-content .top-nav-location-column .header-column {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .top-nav-country-modal .modal-dialog .modal-content .top-nav-location-column .header-column {
    width: 100%;
    display: block;
  }
}
.top-nav-country-modal .modal-dialog .modal-content .top-nav-location-column .location-column {
  display: inline-block;
  width: 79%;
  padding: 15px;
}
@media only screen and (max-width: 480px) {
  .top-nav-country-modal .modal-dialog .modal-content .top-nav-location-column .location-column {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .top-nav-country-modal .modal-dialog .modal-content .top-nav-location-column .location-column {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .top-nav-country-modal .modal-dialog .modal-content .top-nav-location-column {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .top-nav-country-modal .modal-dialog .modal-content .top-nav-location-column {
    padding-top: 70px;
  }
}

.top-nav-country-modal .modal-content {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.top-nav-country-modal .modal-content .top-nav-location-column .row {
  padding-bottom: 15px;
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-header {
  color: #4F4A4A;
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) and (min-width: 678px) {
  .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-header {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 677px) {
  .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-header {
    font-size: 32px;
    line-height: 36px;
    margin-top: 30px;
  }
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items {
  color: #4F4A4A;
  width: 100%;
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item {
  width: 24%;
  color: #4F4A4A;
  display: inline-block;
  padding: 17px 15px;
  vertical-align: text-top;
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item:hover, .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item:focus, .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item:active {
  text-decoration: none;
}
@media only screen and (max-width: 768px) and (min-width: 678px) {
  .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item {
    width: 32%;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 677px) {
  .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item {
    width: 100%;
    padding-left: 0px;
  }
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item h3, .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item .h3, .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item p {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item h3 a, .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item .h3 a, .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item p a {
  color: #4F4A4A;
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item a.top-nav-language-item {
  font-size: 14px;
  line-height: 15px;
  color: #4F4A4A;
  display: inline-block;
  padding: 0px;
  width: auto;
  padding-top: 7px;
  position: relative;
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item a.top-nav-language-item abbr[title] {
  text-decoration: none;
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item a.top-nav-language-item abbr[title]:hover {
  text-decoration: underline;
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item a.top-nav-language-item:after {
  content: "/";
  position: relative;
  right: 0px;
  margin: 9px 6px;
  height: 20px;
  width: 20px;
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item a.top-nav-language-item:last-child:after {
  content: "";
}
@media only screen and (max-width: 768px) {
  .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item a.top-nav-language-item {
    font-size: 16px;
  }
}
.top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item .top-nav-language-item-slash {
  position: relative;
  right: 0px;
  margin: 12px 3px 0px;
  height: 20px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .top-nav-country-modal .modal-content .top-nav-location-column .top-nav-location-items .top-nav-location-item .top-nav-language-item-and-slash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 768px) and (min-width: 678px) {
  .top-nav-country-modal .modal-content .top-nav-location-column .colctrl-2c-66 {
    display: block;
  }
  .top-nav-country-modal .modal-content .top-nav-location-column .colctrl-2c-66-c0, .top-nav-country-modal .modal-content .top-nav-location-column .colctrl-2c-66-c1 {
    width: 100%;
    margin: 0px;
  }
}
@media only screen and (max-width: 677px) {
  .top-nav-country-modal .modal-content .top-nav-location-column .parsys_column .parsys_column {
    margin: 0 15px 9px;
  }
  .top-nav-country-modal .modal-content .top-nav-location-column .colctrl-2c-66-c0, .top-nav-country-modal .modal-content .top-nav-location-column .colctrl-2c-66-c1 {
    margin: 0px;
  }
}

.top-nav-search-column .top-nav-search {
  width: 60%;
  margin-bottom: 5px;
  margin: 0 auto;
  border-bottom: 4px solid #F5F5F5;
  margin-top: 150px;
}
@media only screen and (max-width: 480px) {
  .top-nav-search-column .top-nav-search {
    width: 90%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .top-nav-search-column .top-nav-search {
    width: 92%;
  }
}
.top-nav-search-column .top-nav-search .top-nav-search-box {
  margin: 0px;
}
.top-nav-search-column .top-nav-search .top-nav-search-box .top-nav-search-input {
  font-size: 22px;
  line-height: 28px;
  padding: 12px;
  color: #4F4A4A;
  width: 80%;
  border: 0px;
  outline: none;
}
@media only screen and (max-width: 480px) {
  .top-nav-search-column .top-nav-search .top-nav-search-box .top-nav-search-input {
    width: 70%;
  }
}
.top-nav-search-column .top-nav-search .top-nav-search-box .top-nav-search-input:focus, .top-nav-search-column .top-nav-search .top-nav-search-box .top-nav-search-input:active {
  outline: none;
}
.top-nav-search-column .top-nav-search .top-nav-search-box .search-icon {
  height: 24px;
  width: 24px;
  position: relative;
  top: 5px;
  background: #BE2BBB;
  padding: 4px;
}
.top-nav-search-column .top-nav-search .top-nav-search-box .search-icon path {
  fill: #ffffff;
}
.top-nav-search-column .top-nav-search .top-nav-search-box .top-nav-search-button {
  color: #4F4A4A;
  font-size: 18px;
  line-height: 20px;
  background-color: #ffffff;
  outline: none;
  float: right;
  padding: 14px 5px;
  border: none;
}
.top-nav-search-column .top-nav-search .top-nav-search-box .top-nav-search-button:focus, .top-nav-search-column .top-nav-search .top-nav-search-box .top-nav-search-button:active {
  outline: none;
}
.top-nav-search-column .search-header-links {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #4F4A4A;
  text-align: center;
  margin: 90px auto 30px;
}
.top-nav-search-column .search-header-links .search-header-link {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  margin: 5px 10px;
  color: #3312AF;
  text-decoration: none;
  font-weight: 400;
  text-decoration: underline;
}
.top-nav-search-column .search-header-links .search-header-link:hover, .top-nav-search-column .search-header-links .search-header-link:focus, .top-nav-search-column .search-header-links .search-header-link:active {
  color: #BE2BBB;
}
.top-nav-search-column .search-header-links .search-header-link:visited {
  opacity: 1;
}
.top-nav-search-column .search-header-links .search-header-link:hover {
  font-weight: 500;
  color: #BE2BBB;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .top-nav-search-column .search-header-links .search-header-link {
    display: block;
    padding-bottom: 10px;
  }
}

.search .top-nav-search-column .top-nav-search {
  margin-top: 100px;
}
.search .top-nav-search-column .top-nav-search .top-nav-search-button {
  color: #BE2BBB;
  font-weight: 500;
}
.search .top-nav-search-column .top-nav-search .top-nav-search-button::after {
  content: ">";
  margin-left: 5px;
}
@media only screen and (max-width: 480px) {
  .search .top-nav-search-column .top-nav-search {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .search .top-nav-search-column .top-nav-search .top-nav-search-box .top-nav-search-input {
    width: 65%;
  }
}
@media only screen and (max-width: 480px) {
  .search .top-nav-search-column .search-header-links {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .search .top-nav-search-column .search-header-links .search-header-link {
    padding-bottom: 0;
  }
}

.top-nav-search-modal .overlay-bar {
  background: none;
  height: 68px;
  padding: 0;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  z-index: 25;
}
.top-nav-search-modal .overlay-bar .close {
  background: transparent;
  height: 60px;
  width: 60px;
  right: 60px;
  padding: 0px;
  position: relative;
  z-index: 25;
  top: 0px;
}

.top-nav-country-modal .modal-content .top-nav-location-column.global-country-overlay .top-nav-header {
  margin-top: 30px;
}

.top-nav-country-modal .modal-content .top-nav-location-column.global-country-overlay .top-nav-location-items .top-nav-location-item {
  padding-top: 0px;
}

fieldset.top-nav-location-item {
  border: 0px;
  padding-top: 0px;
}

fieldset.top-nav-location-item legend {
  padding-top: 17px;
}

.top-nav-country-modal .modal-content .top-nav-location-column.global-country-overlay .top-nav-location-items .top-nav-location-item a.top-nav-language-item {
  padding-top: 10px;
}

.top-nav-country-modal .modal-content .top-nav-location-column.global-country-overlay .top-nav-location-items .top-nav-location-item a.top-nav-language-item:after {
  content: "";
  margin: 0;
}

.page-callout {
  margin: 30px 0;
}
.box .page-callout, .parsys_column .page-callout {
  margin: 0 0 15px;
}
.box .page-callout .section-header, .parsys_column .page-callout .section-header {
  margin-bottom: 10px;
}
.page-callout.has-underline .section-header, .page-callout.has-underline .pod-title, .page-callout.has-underline .pod-title-small {
  border-bottom: 2px solid #4F4A4A;
  padding-bottom: 4px;
}
.page-callout.has-underline .section-header {
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
}
.page-callout .section-header {
  margin-bottom: 5px;
}
.page-callout .text-link {
  display: inline-block;
  padding: 5px 0 0 10px;
}
@media only screen and (max-width: 480px) {
  .page-callout .text-link {
    display: block;
    padding: 5px 0 0;
  }
}
.page-callout.page-callout-with-links {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.page-callout.page-callout-with-links .section-header {
  padding: 30px 10px 15px 0;
}
.page-callout.page-callout-with-links .section-header span {
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links .section-header span {
    display: block;
    padding: 5px 0;
  }
}
.page-callout.page-callout-with-links .section-header .text-link {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links .section-header {
    padding: 30px 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-callout.page-callout-with-links .links {
  margin-left: auto;
  padding-bottom: 10px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links .links {
    padding-top: 0;
    margin: 0;
    text-align: left;
  }
}
.page-callout.page-callout-with-links .primary-link, .page-callout.page-callout-with-links .body-1 a.download-link, .body-1 .page-callout.page-callout-with-links a.download-link {
  display: inline-block;
  margin: 0 0 0 20px;
}
.page-callout.page-callout-with-links .primary-link:last-of-type, .page-callout.page-callout-with-links .body-1 a.download-link:last-of-type, .body-1 .page-callout.page-callout-with-links a.download-link:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .page-callout.page-callout-with-links .primary-link, .page-callout.page-callout-with-links .body-1 a.download-link, .body-1 .page-callout.page-callout-with-links a.download-link {
    display: block;
    margin: 0 0 0 20px;
  }
  .page-callout.page-callout-with-links .primary-link:last-of-type, .page-callout.page-callout-with-links .body-1 a.download-link:last-of-type, .body-1 .page-callout.page-callout-with-links a.download-link:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links .primary-link, .page-callout.page-callout-with-links .body-1 a.download-link, .body-1 .page-callout.page-callout-with-links a.download-link {
    display: block;
    margin: 0 20px 10px 0;
  }
  .page-callout.page-callout-with-links .primary-link:last-of-type, .page-callout.page-callout-with-links .body-1 a.download-link:last-of-type, .body-1 .page-callout.page-callout-with-links a.download-link:last-of-type {
    margin-bottom: 0;
  }
}

.page-callout.horizont {
  margin: 0 0 30px 0;
}
.page-callout.horizont .pod-title {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.page-callout.horizont.header-has-text .pod-title {
  border-bottom: 2px solid #4F4A4A;
  padding-bottom: 4px;
}
.page-callout.horizont.header-has-text .body-1 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  color: #4F4A4A;
}
.page-callout.horizont.header-has-text .body-1 p {
  font-size: 14px;
  line-height: 16px;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  color: #4F4A4A;
  padding-bottom: 24px;
}

.page-callout.bms-relaunch-comp-v2 h2.bms-relaunch, .page-callout.bms-relaunch-comp-v2 .bms-relaunch.h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}
@media only screen and (max-width: 480px) {
  .page-callout.bms-relaunch-comp-v2 h2.bms-relaunch, .page-callout.bms-relaunch-comp-v2 .bms-relaunch.h2 {
    line-height: 38px;
    font-size: 32px;
  }
}
.page-callout.bms-relaunch-comp-v2 .bms-relaunch.has-ruler.top {
  border-top: 6px solid #F5F5F5;
  padding-top: 60px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .page-callout.bms-relaunch-comp-v2 .bms-relaunch.has-ruler.top {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .page-callout.bms-relaunch-comp-v2 .bms-relaunch.has-ruler.top {
    padding-top: 35px;
  }
}
.page-callout.bms-relaunch-comp-v2 .bms-relaunch.has-ruler.bottom {
  border-bottom: 6px solid #F5F5F5;
  padding-bottom: 25px;
}

.page-label-box {
  background-color: #A69F9F;
  margin: 0 0 30px;
  padding: 20px 30px;
}
@media print {
  .page-label-box {
    padding: 5px 0;
    margin: 0;
    background-color: #ffffff;
  }
}

.page-callout {
  margin: 30px 0;
}
.box .page-callout, .parsys_column .page-callout {
  margin: 0 0 15px;
}
.box .page-callout .section-header, .parsys_column .page-callout .section-header {
  margin-bottom: 10px;
}
.page-callout.has-underline .section-header, .page-callout.has-underline .pod-title, .page-callout.has-underline .pod-title-small {
  border-bottom: 2px solid #4F4A4A;
  padding-bottom: 4px;
}
.page-callout.has-underline .section-header {
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
}
.page-callout .section-header {
  margin-bottom: 5px;
}
.page-callout .text-link {
  display: inline-block;
  padding: 5px 0 0 10px;
}
@media only screen and (max-width: 480px) {
  .page-callout .text-link {
    display: block;
    padding: 5px 0 0;
  }
}
.page-callout.page-callout-with-links {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.page-callout.page-callout-with-links .section-header {
  padding: 30px 10px 15px 0;
}
.page-callout.page-callout-with-links .section-header span {
  padding-right: 10px;
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links .section-header span {
    display: block;
    padding: 5px 0;
  }
}
.page-callout.page-callout-with-links .section-header .text-link {
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links .section-header {
    padding: 30px 0 10px;
  }
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-callout.page-callout-with-links .links {
  margin-left: auto;
  padding-bottom: 10px;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links .links {
    padding-top: 0;
    margin: 0;
    text-align: left;
  }
}
.page-callout.page-callout-with-links .primary-link, .page-callout.page-callout-with-links .body-1 a.download-link, .body-1 .page-callout.page-callout-with-links a.download-link {
  display: inline-block;
  margin: 0 0 0 20px;
}
.page-callout.page-callout-with-links .primary-link:last-of-type, .page-callout.page-callout-with-links .body-1 a.download-link:last-of-type, .body-1 .page-callout.page-callout-with-links a.download-link:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .page-callout.page-callout-with-links .primary-link, .page-callout.page-callout-with-links .body-1 a.download-link, .body-1 .page-callout.page-callout-with-links a.download-link {
    display: block;
    margin: 0 0 0 20px;
  }
  .page-callout.page-callout-with-links .primary-link:last-of-type, .page-callout.page-callout-with-links .body-1 a.download-link:last-of-type, .body-1 .page-callout.page-callout-with-links a.download-link:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-callout.page-callout-with-links .primary-link, .page-callout.page-callout-with-links .body-1 a.download-link, .body-1 .page-callout.page-callout-with-links a.download-link {
    display: block;
    margin: 0 20px 10px 0;
  }
  .page-callout.page-callout-with-links .primary-link:last-of-type, .page-callout.page-callout-with-links .body-1 a.download-link:last-of-type, .body-1 .page-callout.page-callout-with-links a.download-link:last-of-type {
    margin-bottom: 0;
  }
}

.page-callout.horizont {
  margin: 0 0 30px 0;
}
.page-callout.horizont .pod-title {
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.page-callout.horizont.header-has-text .pod-title {
  border-bottom: 2px solid #4F4A4A;
  padding-bottom: 4px;
}
.page-callout.horizont.header-has-text .body-1 {
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  color: #4F4A4A;
}
.page-callout.horizont.header-has-text .body-1 p {
  font-size: 14px;
  line-height: 16px;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
  color: #4F4A4A;
  padding-bottom: 24px;
}

.page-callout.bms-relaunch-comp-v2 h2.bms-relaunch, .page-callout.bms-relaunch-comp-v2 .bms-relaunch.h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 46px;
}
@media only screen and (max-width: 480px) {
  .page-callout.bms-relaunch-comp-v2 h2.bms-relaunch, .page-callout.bms-relaunch-comp-v2 .bms-relaunch.h2 {
    line-height: 38px;
    font-size: 32px;
  }
}
.page-callout.bms-relaunch-comp-v2 .bms-relaunch.has-ruler.top {
  border-top: 6px solid #F5F5F5;
  padding-top: 60px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .page-callout.bms-relaunch-comp-v2 .bms-relaunch.has-ruler.top {
    padding-top: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .page-callout.bms-relaunch-comp-v2 .bms-relaunch.has-ruler.top {
    padding-top: 35px;
  }
}
.page-callout.bms-relaunch-comp-v2 .bms-relaunch.has-ruler.bottom {
  border-bottom: 6px solid #F5F5F5;
  padding-bottom: 25px;
}

.page-label-box {
  background-color: #A69F9F;
  margin: 0 0 30px;
  padding: 20px 30px;
}
@media print {
  .page-label-box {
    padding: 5px 0;
    margin: 0;
    background-color: #ffffff;
  }
}

.section-divider-header {
  color: #ffffff;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 31px;
}
@media (max-width: 1023px) {
  .section-divider-header {
    font-size: 26px;
    line-height: 29px;
  }
}

.section-divider-sub-header {
  color: #ffffff;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 1023px) {
  .section-divider-sub-header {
    font-size: 16px;
    line-height: 17px;
  }
}

.select-container .error-text {
  padding-left: 5px;
}
.select-container label {
  display: block;
  margin: 0 0 5px;
}
.select-container .dropdown-link {
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: #ffffff;
}
.select-container .dropdown-link select {
  background: transparent;
  color: #4F4A4A;
  cursor: pointer;
  border: 1px solid #4F4A4A;
  padding: 12px 49px 12px 12px;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  width: 100%;
  height: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select-container .dropdown-link select:disabled {
  opacity: 0.5;
  background: #ebebe4;
  cursor: not-allowed;
}
.select-container .dropdown-link .dropdown-arrow {
  border: 1px solid #4F4A4A;
  display: inline-block;
  height: 50px;
  vertical-align: top;
}
.select-container .dropdown-link .icon-triangle-down {
  height: 25px;
  vertical-align: middle;
  width: 25px;
}
.select-container .dropdown-link .form-error {
  border: 1px solid #E7000B;
}
.select-container .dropdown-link select::-ms-expand {
  display: none;
}
.select-container .dropdown-link span.arrow-down:after, .select-container .dropdown-link span.arrow-up:after, .select-container .dropdown-link:before {
  content: "";
  position: absolute;
  pointer-events: none;
}
.select-container .dropdown-link span.arrow-down:after, .select-container .dropdown-link span.arrow-up:after {
  content: "▲";
  color: #3312AF;
  font-size: 12px;
  right: 18px;
  top: 30%;
  margin-top: -6px;
}
.select-container .dropdown-link span.arrow-down:after {
  content: "▼";
  top: 60%;
}
.select-container .dropdown-link:before {
  border-left: 1px solid #4F4A4A;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
}
.select-container .select-content {
  background-color: #F5F5F5;
  border: 1px solid #4F4A4A;
  margin-top: 15px;
  padding: 12px;
}

.generic-form.bms-relaunch .select-container .error-text {
  color: #BE2BBB;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 0px;
}
@media only screen and (max-width: 480px) {
  .generic-form.bms-relaunch .select-container .error-text {
    font-size: 16px;
  }
}
.generic-form.bms-relaunch .select-container label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
.generic-form.bms-relaunch .select-container .dropdown-link span.arrow-down:after {
  content: "\f078";
  font-family: "FontAwesome";
  color: #4F4A4A;
  font-size: 12px;
  right: 17px;
  cursor: pointer;
}
.generic-form.bms-relaunch .select-container .dropdown-link span.arrow-up:after {
  content: "";
}
.generic-form.bms-relaunch .select-container .dropdown-link select {
  border: 1px solid #4F4A4A;
  line-height: 22px;
}
.generic-form.bms-relaunch .select-container .dropdown-link select:disabled {
  background: #ffffff;
  border: 1px solid #3312AF;
}
.generic-form.bms-relaunch .select-container .dropdown-link select:disabled ~ span.arrow-down:after {
  color: #E0E0E0;
}
.generic-form.bms-relaunch .select-container .dropdown-link select::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.generic-form.bms-relaunch .select-container .dropdown-link select::-moz-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.generic-form.bms-relaunch .select-container .dropdown-link select:-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.generic-form.bms-relaunch .select-container .dropdown-link select::-ms-input-placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.generic-form.bms-relaunch .select-container .dropdown-link select::placeholder {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #4F4A4A;
}
.generic-form.bms-relaunch .select-container .dropdown-link .form-error {
  border: 2px solid #BE2BBB;
  background: url(../../../etc.clientlibs/bmscorpredesign/clientlibs/clientlib-site/resources/_icons/icon-error.svg) no-repeat;
  background-position: right;
  background-origin: content-box;
}
.generic-form.bms-relaunch .select-container .dropdown-link .form-error ~ span.arrow-down:after {
  color: #BE2BBB;
}
.generic-form.bms-relaunch .select-container .dropdown-link:before {
  border-left: none;
  width: 0px;
}

.type-ahead-select-container .select-content, .generic-form .select-container .select-content {
  background-color: #F5F5F5;
  border: 1px solid #3312AF;
  margin-top: 15px;
  padding: 12px;
}
.type-ahead-select-container label, .generic-form .select-container label {
  display: block;
  margin-bottom: 5px;
}
.type-ahead-select-container .dropdown-link, .generic-form .select-container .dropdown-link {
  width: 100%;
  display: block;
  position: relative;
}
.type-ahead-select-container .select2 ~ span.arrow-container, .generic-form .select-container .select2 ~ span.arrow-container {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 45px;
}
.type-ahead-select-container .select2 ~ span.arrow-container span.arrow-down, .generic-form .select-container .select2 ~ span.arrow-container span.arrow-down {
  position: absolute;
  top: 5px;
  width: 100%;
}
.type-ahead-select-container .select2 ~ span.arrow-container span.arrow-up, .generic-form .select-container .select2 ~ span.arrow-container span.arrow-up {
  position: absolute;
  top: -8px;
  width: 100%;
}
.type-ahead-select-container .select2 ~ span.arrow-container span.arrow-down:after, .generic-form .select-container .select2 ~ span.arrow-container span.arrow-down:after, .type-ahead-select-container .select2 ~ span.arrow-container span.arrow-up:after, .generic-form .select-container .select2 ~ span.arrow-container span.arrow-up:after, .type-ahead-select-container .select2:before, .generic-form .select-container .select2:before {
  content: "";
  position: absolute;
  cursor: pointer;
}
.type-ahead-select-container .select2 ~ span.arrow-container span.arrow-down:after, .generic-form .select-container .select2 ~ span.arrow-container span.arrow-down:after, .type-ahead-select-container .select2 ~ span.arrow-container span.arrow-up:after, .generic-form .select-container .select2 ~ span.arrow-container span.arrow-up:after {
  content: "▲";
  color: #3312AF;
  font-size: 12px;
  right: 18px;
  margin-top: -6px;
  pointer-events: none;
}
.type-ahead-select-container .select2 ~ span.arrow-container span.arrow-down:after, .generic-form .select-container .select2 ~ span.arrow-container span.arrow-down:after {
  content: "▼";
  pointer-events: none;
}
.type-ahead-select-container .select2:before, .generic-form .select-container .select2:before {
  border-left: 1px solid #4F4A4A;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
}
.type-ahead-select-container .select2-container--default .select2-selection__choice, .generic-form .select-container .select2-container--default .select2-selection__choice {
  white-space: normal;
}
.type-ahead-select-container .select2-container--default .select2-selection--multiple, .generic-form .select-container .select2-container--default .select2-selection--multiple,
.type-ahead-select-container .select2-container--default .select2-selection--single,
.generic-form .select-container .select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #3312AF;
  border-radius: 0;
  min-height: 45px;
  font-size: 0;
}
.type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__arrow, .generic-form .select-container .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__arrow,
.generic-form .select-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 43px;
  display: none;
}
.type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered, .generic-form .select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__rendered,
.generic-form .select-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 43px;
  line-height: 1.15;
  font-size: 16px;
  color: #4F4A4A;
  padding: 12px 56px 12px 12px;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
}
.type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .generic-form .select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice,
.type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__choice,
.generic-form .select-container .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__choice {
  margin-top: 0;
  margin-bottom: 5px;
  padding: 5px;
}
.type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field, .generic-form .select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field,
.type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__rendered .select2-search__field,
.generic-form .select-container .select2-container--default .select2-selection--single .select2-selection__rendered .select2-search__field {
  margin-top: 0;
}
.type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:not([placeholder=""]), .generic-form .select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:not([placeholder=""]),
.type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__rendered .select2-search__field:not([placeholder=""]),
.generic-form .select-container .select2-container--default .select2-selection--single .select2-selection__rendered .select2-search__field:not([placeholder=""]) {
  width: 100% !important;
}
.type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .generic-form .select-container .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__choice__remove,
.generic-form .select-container .select2-container--default .select2-selection--single .select2-selection__choice__remove {
  margin-right: 5px;
}

.select2-container.form-error {
  border: 0;
}

.select2-container.form-error .select2-selection--multiple,
.select2-container.form-error .select2-selection--single {
  border: 1px solid #E7000B;
}

.generic-form .select-container .select2-container.form-error {
  border: 0;
}
.generic-form .select-container .select2-container.form-error .select2-selection--multiple,
.generic-form .select-container .select2-container.form-error .select2-selection--single {
  border: 1px solid #E7000B;
}

.select2-container .select2-results__option {
  color: #4F4A4A;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 400;
}
.select2-container .select2-dropdown {
  border-radius: 0;
}

.generic-form.bms-relaunch .type-ahead-select-container label, .generic-form.bms-relaunch .select-container label {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2 ~ span.arrow-container, .generic-form.bms-relaunch .select-container .select2 ~ span.arrow-container {
  top: 40%;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2 ~ span.arrow-container span.arrow-down:after, .generic-form.bms-relaunch .select-container .select2 ~ span.arrow-container span.arrow-down:after {
  color: #4F4A4A;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2 ~ span.arrow-container span.arrow-up:after, .generic-form.bms-relaunch .select-container .select2 ~ span.arrow-container span.arrow-up:after {
  content: "";
}
.generic-form.bms-relaunch .type-ahead-select-container .select2 ~ span.arrow-container span.arrow-down:after, .generic-form.bms-relaunch .select-container .select2 ~ span.arrow-container span.arrow-down:after {
  content: "\f078";
  top: 52%;
  font-family: "FontAwesome";
  color: #4F4A4A;
  font-size: 12px;
  right: 17px;
  cursor: pointer;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2:before, .generic-form.bms-relaunch .select-container .select2:before {
  border-left: none;
  width: 0px;
  display: none;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--multiple, .generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--multiple,
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--single,
.generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--single {
  border: 1px solid #4F4A4A;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__placeholder,
.generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #4F4A4A;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__clear, .generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--multiple .select2-selection__clear,
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__clear,
.generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--single .select2-selection__clear {
  line-height: 20px;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered, .generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__rendered,
.generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 22px;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field .select2-selection__placeholder, .generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field .select2-selection__placeholder,
.generic-form.bms-relaunch .type-ahead-select-container .select2-container--default .select2-selection--single .select2-selection__rendered .select2-search__field .select2-selection__placeholder,
.generic-form.bms-relaunch .select-container .select2-container--default .select2-selection--single .select2-selection__rendered .select2-search__field .select2-selection__placeholder {
  color: #4F4A4A;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2-container.form-error ~ span.arrow-container span.arrow-down:after, .generic-form.bms-relaunch .select-container .select2-container.form-error ~ span.arrow-container span.arrow-down:after {
  color: #BE2BBB;
}
.generic-form.bms-relaunch .type-ahead-select-container .select2-container.form-error .select2-selection.select2-selection--single, .generic-form.bms-relaunch .select-container .select2-container.form-error .select2-selection.select2-selection--single {
  border: 0px;
}
.generic-form.bms-relaunch .generic-form .select-container .select2-container.form-error .select2-selection--single {
  border: 0px;
}

.sitemap-l1-link {
  color: #4F4A4A;
  font-size: 24px;
  font-weight: 500;
}

.sitemap-l2-link {
  color: #4F4A4A;
  font-size: 18px;
  font-weight: 500;
}

.sitemap-l3-link {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}

.sitemap-l4-link {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}

.sitemap-l5-link {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}

.sitemap-list {
  padding-left: 45px;
  margin: 10px 0;
}

ul.sitemap-list-l2.sitemap-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}

ul.sitemap-list-l5.sitemap-list {
  list-style: none;
  padding-left: 50px;
}

ul.sitemap-list-l3.sitemap-list {
  list-style: disc;
}

ul.sitemap-list-l4.sitemap-list {
  list-style: none;
  padding-left: 30px;
}

ul.sitemap-list-l4.sitemap-list > li {
  position: relative;
}

ul.sitemap-list-l4.sitemap-list > li:before {
  display: inline-block;
  content: "";
  width: 15px;
  margin-right: 8px;
  height: 10px;
  border-bottom: 1px solid #4F4A4A;
  vertical-align: text-top;
  position: absolute;
  left: -20px;
  top: 0px;
}

.sitemap-list a:hover {
  color: #BE2BBB;
  text-decoration: underline;
  position: relative;
}

.sitemap-section h2 a.sitemap-l1-link:hover:after, .sitemap-section .h2 a.sitemap-l1-link:hover:after,
.sitemap-list a:hover:after {
  position: absolute;
  content: " ";
  margin-left: 5px;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 3.5a.5.5 0 0 0 0 1v-1zm8.354.854a.5.5 0 0 0 0-.708L6.172.464a.5.5 0 1 0-.708.708L8.293 4 5.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182zM1 4.5h8v-1H1v1z' fill='%23BE2BBB'/%3E%3C/svg%3E");
  padding: 4px 7px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  height: 8px;
  width: 14px;
  bottom: 4px;
}

.sitemap-section h2 a.sitemap-l1-link:hover:after, .sitemap-section .h2 a.sitemap-l1-link:hover:after {
  padding: 6px 8px;
  height: 12px;
  width: 16px;
  bottom: 15px;
}
@media only screen and (max-width: 375px) {
  .sitemap-section h2 a.sitemap-l1-link:hover:after, .sitemap-section .h2 a.sitemap-l1-link:hover:after {
    bottom: 8px;
  }
}

.sitemap-section h2 a.sitemap-l1-link, .sitemap-section .h2 a.sitemap-l1-link {
  position: relative;
  display: inline-block;
  line-height: 46px;
  text-decoration: none;
}

.sitemap-section h2 a.sitemap-l1-link:hover, .sitemap-section .h2 a.sitemap-l1-link:hover {
  color: #BE2BBB;
}
@media only screen and (max-width: 375px) {
  .sitemap-section h2 a.sitemap-l1-link:hover, .sitemap-section .h2 a.sitemap-l1-link:hover {
    text-decoration: underline;
  }
}

.sitemap-section h2 a.sitemap-l1-link:before, .sitemap-section .h2 a.sitemap-l1-link:before {
  display: inline-block;
  content: "";
  width: 58px;
  height: 10px;
  border-bottom: 2px solid #ffffff;
  vertical-align: text-top;
  position: absolute;
  bottom: 3px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sitemap-section h2 a.sitemap-l1-link:hover:before, .sitemap-section .h2 a.sitemap-l1-link:hover:before {
  width: 100%;
  border-bottom: 2px solid #BE2BBB;
}
@media only screen and (max-width: 375px) {
  .sitemap-section h2 a.sitemap-l1-link:hover:before, .sitemap-section .h2 a.sitemap-l1-link:hover:before {
    border-bottom: none;
  }
}

.sitemap-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px !important;
  font-weight: 400;
}

.sitemap_results_not_aboutus {
  top: 15px;
  position: relative;
  color: #4F4A4A;
}

.sitemap-ourstories-wrapper .sitemap-story-date {
  margin-bottom: 0;
  margin-top: 15px;
  color: #4F4A4A;
  font-weight: 300;
  font-size: 14px;
}

.sitemap-ourstories-wrapper {
  display: none;
}

.sitemap-ourstories-wrapper h2.sitemap-story-title, .sitemap-ourstories-wrapper .sitemap-story-title.h2 {
  font-weight: 700;
  border-bottom: 1px solid #CCCCCC;
  margin: 0px;
  padding-bottom: 15px;
  font-size: 18px;
}
.sitemap-ourstories-wrapper h2.sitemap-story-title a, .sitemap-ourstories-wrapper .sitemap-story-title.h2 a {
  color: #4F4A4A;
}
.sitemap-ourstories-wrapper h2.sitemap-story-title a:hover, .sitemap-ourstories-wrapper .sitemap-story-title.h2 a:hover {
  color: #BE2BBB;
  text-decoration: underline;
}
.sitemap-ourstories-wrapper h2.sitemap-story-title a:hover .level2-arrow-svg, .sitemap-ourstories-wrapper .sitemap-story-title.h2 a:hover .level2-arrow-svg {
  display: inline-block !important;
  padding-left: 5px;
}

.sitemap {
  position: relative;
}

.sitemap-cat-selector .sitemap-cat-opt {
  position: relative;
  padding: 14.8px 25px;
  display: inline-block;
  color: #BE2BBB;
  background-color: #F5F5F5;
}

.sitemap-cat-selector .sitemap-cat-opt:hover {
  color: #BE2BBB !important;
  background-color: #ffffff !important;
  text-decoration: none;
  border-bottom: 5px solid #BE2BBB;
}

.sitemap-cat-selector .sitemap-cat-opt:hover:after {
  position: absolute;
  content: " ";
  margin-left: 5px;
  display: inline-block;
  padding: 4px 7px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  height: 8px;
  width: 14px;
  top: 22px;
}

.sitemap-cat-selector .sitemap-cat-opt.sitemap-cat-opt-sel {
  color: #4F4A4A;
  background-color: #ffffff;
  font-weight: 400;
  text-transform: none;
  border-bottom: 5px solid #BE2BBB;
}

.sitemap-cat-selector {
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
}

.sitemap-ourstories-wrapper-btn {
  width: 100%;
  margin: 30px auto;
  display: block;
  text-align: center;
}

.sitemap-section-twocolumns .sitemap-section-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .sitemap-section-twocolumns .sitemap-section-data {
    display: block;
    width: 100%;
  }
}
.sitemap-section-twocolumns .sitemap-section-data .left_sitemap {
  width: 60%;
  padding-right: 10%;
}
@media only screen and (max-width: 1024px) {
  .sitemap-section-twocolumns .sitemap-section-data .left_sitemap {
    width: 100%;
    padding-right: 0%;
  }
}
.sitemap-section-twocolumns .sitemap-section-data .right_sitemap {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .sitemap-section-twocolumns .sitemap-section-data .right_sitemap {
    width: 100%;
  }
}

.sitemap-wrapper-no-title .sitemap-pages-wrapper {
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .sitemap-wrapper-no-title .sitemap-pages-wrapper {
    padding-top: 20px;
  }
}
.sitemap-wrapper-no-title .sitemap-ourstories-wrapper {
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .sitemap-wrapper-no-title .sitemap-ourstories-wrapper {
    padding-top: 20px;
  }
}
.sitemap-wrapper-no-title .sitemap_results_not_aboutus {
  top: 90px;
}
@media only screen and (max-width: 1024px) {
  .sitemap-wrapper-no-title .sitemap_results_not_aboutus {
    top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sitemap-cat-selector {
    position: relative;
    cursor: pointer;
    text-align: left;
  }
  .sitemap-pages-wrapper {
    padding-top: 20px;
  }
}
.social-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
}
.social-share .social-share__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #363131;
}
@media (min-width: 481px) and (width < 1024px) {
  .social-share .social-share__toggle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .social-share .social-share__toggle {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.social-share .social-share__toggle:hover, .social-share .social-share__toggle:focus-visible {
  color: #BE2BBB;
  outline: none;
}
.social-share .social-share__toggle[aria-expanded=true] .social-share__toggle-label {
  color: #BE2BBB;
  text-decoration: underline;
}
.social-share .social-share__toggle:focus-visible {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
}
.social-share .social-share__toggle-label {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .social-share .social-share__toggle-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .social-share .social-share__toggle-label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.social-share .social-share__popup {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  z-index: 100;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 8px;
  padding: 16px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1019607843);
  min-width: 180px;
  white-space: nowrap;
}
.social-share .social-share__popup[hidden] {
  display: none;
}
.social-share .social-share__popup::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -6px;
  background-color: white;
}
.social-share .social-share__popup nav {
  display: block;
}
.social-share .social-share__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.social-share .social-share__item {
  display: block;
}
.social-share .social-share__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.social-share .social-share__link:not([data-classname~=cross-site])[data-target=externalLink]::after {
  display: none;
}
.social-share .social-share__link:hover, .social-share .social-share__link:focus-visible {
  color: #BE2BBB;
  outline: none;
  text-decoration: underline;
}
.social-share .social-share__link:hover .social-share__icon--default, .social-share .social-share__link:focus-visible .social-share__icon--default {
  opacity: 0;
}
.social-share .social-share__link:hover .social-share__icon--hover, .social-share .social-share__link:focus-visible .social-share__icon--hover {
  opacity: 1;
}
.social-share .social-share__link:focus-visible {
  outline: 1px dashed #BE2BBB;
  outline-offset: 4px;
}
.social-share .social-share__label {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .social-share .social-share__label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .social-share .social-share__label {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.social-share .social-share__label:hover {
  text-decoration: underline;
}
.social-share .social-share__icon-wrap {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.social-share .social-share__icon {
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.social-share .social-share__icon--default {
  opacity: 1;
}
.social-share .social-share__icon--hover {
  opacity: 0;
}

.stock-ticker-component {
  height: 100%;
}
.stock-ticker-component .stock-ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 16px);
  margin-bottom: 16px;
  background-color: #ffffff;
  aspect-ratio: 1/1;
}
.stock-ticker-component .stock-ticker .stock-ticker__spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  width: 100%;
}
.stock-ticker-component .stock-ticker .stock-ticker__spinner::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 5px solid rgba(190, 43, 187, 0.2);
  border-top-color: #BE2BBB;
  -webkit-animation: stock-ticker-spin 0.75s linear infinite;
          animation: stock-ticker-spin 0.75s linear infinite;
}
.stock-ticker-component .stock-ticker .stock-ticker__spinner--hidden {
  display: none;
}
.stock-ticker-component .stock-ticker .stock-ticker__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.stock-ticker-component .stock-ticker .stock-ticker__content--hidden {
  display: none;
}
.stock-ticker-component .stock-ticker .stock-ticker__top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 40px 40px 0;
}
.stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__exchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__exchange {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__exchange {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__exchange .stock-ticker__exchange-bottom {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__exchange .stock-ticker__exchange-bottom {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__exchange .stock-ticker__exchange-bottom {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__price {
  font-weight: 300;
  font-style: normal;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -0.64px;
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__price {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.8px;
  }
}
@media (min-width: 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__price {
    font-size: 104px;
    line-height: 104px;
    letter-spacing: -1.04px;
  }
}
.stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding-bottom: 15px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__change--up .stock-ticker__change-value {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #008531;
}
@media (min-width: 481px) and (width < 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__change--up .stock-ticker__change-value {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__change--up .stock-ticker__change-value {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__change--down .stock-ticker__change-value {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #E7000B;
}
@media (min-width: 481px) and (width < 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__change--down .stock-ticker__change-value {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__change--down .stock-ticker__change-value {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.stock-ticker-component .stock-ticker .stock-ticker__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 40px 40px;
  gap: 16px;
}
.stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin: 0;
  padding: 0;
}
.stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__stats .stock-ticker__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__stats .stock-ticker__stat .stock-ticker__stat-label {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
@media (min-width: 481px) and (width < 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__stats .stock-ticker__stat .stock-ticker__stat-label {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__stats .stock-ticker__stat .stock-ticker__stat-label {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__stats .stock-ticker__stat .stock-ticker__stat-value {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0px;
  leading-trim: both;
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__stats .stock-ticker__stat .stock-ticker__stat-value {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__stats .stock-ticker__stat .stock-ticker__stat-value {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__info .stock-ticker__disclaimer {
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0px;
  margin: 0;
  color: rgba(54, 49, 49, 0.7019607843);
}
@media (min-width: 481px) and (width < 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__info .stock-ticker__disclaimer {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__info .stock-ticker__disclaimer {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__cta {
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 30px;
}
@media (width < 1024px) {
  .stock-ticker-component .stock-ticker {
    aspect-ratio: unset;
  }
  .stock-ticker-component .stock-ticker .stock-ticker__content {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    gap: 64px;
  }
  .stock-ticker-component .stock-ticker .stock-ticker__top-row {
    padding: 24px 24px 0;
  }
  .stock-ticker-component .stock-ticker .stock-ticker__top-row .stock-ticker__price-row .stock-ticker__change {
    padding-bottom: 10px;
  }
  .stock-ticker-component .stock-ticker .stock-ticker__bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px 24px;
  }
  .stock-ticker-component .stock-ticker .stock-ticker__bottom-row .stock-ticker__stats-wrapper .stock-ticker__stats {
    gap: 16px;
  }
}
@-webkit-keyframes stock-ticker-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes stock-ticker-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.remove-padding-bottom .stories-listing {
  padding-bottom: 0;
}

.row1-50-50 .stories-listing__cards-container {
  grid-template-columns: repeat(2, 1fr);
}
.row1-50-50 .stories-listing__image {
  min-height: 490px;
}
@media (min-width: 1024px) {
  .row1-50-50 .stories-listing__image {
    max-height: 490px;
  }
}

.row1-25-25-25-25 .stories-listing__cards-container {
  grid-template-columns: repeat(4, 1fr);
}
.row1-25-25-25-25 .stories-listing__image {
  min-height: 420px;
}
@media (min-width: 1024px) {
  .row1-25-25-25-25 .stories-listing__image {
    max-height: 420px;
  }
}

.row1-33-33-33 .stories-listing__cards-container {
  grid-template-columns: repeat(3, 1fr);
}
.row1-33-33-33 .stories-listing__image {
  min-height: 450px;
}
@media (min-width: 1024px) {
  .row1-33-33-33 .stories-listing__image {
    max-height: 450px;
  }
}

.row1-50-50-row2-50-50 .stories-listing__cards-container {
  grid-template-columns: repeat(2, 1fr);
}
.row1-50-50-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-50-50-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
  padding-bottom: 64px;
}
.row1-50-50-row2-50-50 .stories-listing__image {
  min-height: 490px;
}
@media (min-width: 1024px) {
  .row1-50-50-row2-50-50 .stories-listing__image {
    max-height: 490px;
  }
}

.row1-50-50-row2-25-25-25-25 .stories-listing__cards-container {
  grid-template-columns: repeat(4, 1fr);
}
.row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
  grid-column: span 2;
  padding-bottom: 64px;
}
.row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image {
  min-height: 490px;
}
@media (min-width: 1024px) {
  .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image {
    max-height: 490px;
  }
}
.row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(n+3) .stories-listing__image {
  min-height: 420px;
}
@media (min-width: 1024px) {
  .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(n+3) .stories-listing__image {
    max-height: 420px;
  }
}

.row1-50-50-row2-33-33-33 .stories-listing__cards-container {
  grid-template-columns: repeat(6, 1fr);
}
.row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
  grid-column: span 3;
  padding-bottom: 64px;
}
.row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image {
  min-height: 490px;
}
@media (min-width: 1024px) {
  .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image {
    max-height: 490px;
  }
}
.row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4), .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) {
  grid-column: span 2;
}
.row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image, .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image, .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image {
  min-height: 450px;
}
@media (min-width: 1024px) {
  .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image, .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image, .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image {
    max-height: 450px;
  }
}

.row1-25-25-25-25-row2-50-50 .stories-listing__cards-container {
  grid-template-columns: repeat(4, 1fr);
}
.row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2), .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) {
  padding-bottom: 64px;
}
.row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image {
  min-height: 420px;
}
@media (min-width: 1024px) {
  .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image {
    max-height: 420px;
  }
}
.row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(5), .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) {
  grid-column: span 2;
}
.row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image {
  min-height: 490px;
}
@media (min-width: 1024px) {
  .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image {
    max-height: 490px;
  }
}

.row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container {
  grid-template-columns: repeat(4, 1fr);
}
.row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2), .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) {
  padding-bottom: 64px;
}
.row1-25-25-25-25-row2-25-25-25-25 .stories-listing__image {
  min-height: 420px;
}
@media (min-width: 1024px) {
  .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__image {
    max-height: 420px;
  }
}

.row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container {
  grid-template-columns: repeat(12, 1fr);
}
.row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2), .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) {
  grid-column: span 3;
  padding-bottom: 64px;
}
.row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image {
  min-height: 420px;
}
@media (min-width: 1024px) {
  .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image {
    max-height: 420px;
  }
}
.row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5), .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(6), .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) {
  grid-column: span 4;
}
.row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) .stories-listing__image {
  min-height: 450px;
}
@media (min-width: 1024px) {
  .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) .stories-listing__image {
    max-height: 450px;
  }
}

.row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container {
  grid-template-columns: repeat(12, 1fr);
}
.row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) {
  grid-column: span 4;
  padding-bottom: 64px;
}
.row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image {
  min-height: 450px;
}
@media (min-width: 1024px) {
  .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image {
    max-height: 450px;
  }
}
.row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(4), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(5), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(6), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) {
  grid-column: span 3;
}
.row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) .stories-listing__image {
  min-height: 420px;
}
@media (min-width: 1024px) {
  .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) .stories-listing__image {
    max-height: 420px;
  }
}

.row1-33-33-33-row2-50-50 .stories-listing__cards-container {
  grid-template-columns: repeat(6, 1fr);
}
.row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2), .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) {
  grid-column: span 2;
  padding-bottom: 64px;
}
.row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image, .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image {
  min-height: 450px;
}
@media (min-width: 1024px) {
  .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image, .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image {
    max-height: 450px;
  }
}
.row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4), .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) {
  grid-column: span 3;
}
.row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image, .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image {
  min-height: 490px;
}
@media (min-width: 1024px) {
  .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image, .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image {
    max-height: 490px;
  }
}

.row1-33-33-33-row2-33-33-33 .stories-listing__cards-container {
  grid-template-columns: repeat(3, 1fr);
}
.row1-33-33-33-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-33-33-33-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2), .row1-33-33-33-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) {
  padding-bottom: 64px;
}
.row1-33-33-33-row2-33-33-33 .stories-listing__image {
  min-height: 450px;
}
@media (min-width: 1024px) {
  .row1-33-33-33-row2-33-33-33 .stories-listing__image {
    max-height: 450px;
  }
}

@media (width < 1024px) {
  .row1-50-50 .stories-listing__cards-container {
    grid-template-columns: 1fr;
  }
  .row1-50-50 .stories-listing__image {
    min-height: 300px;
  }
  .row1-25-25-25-25 .stories-listing__cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .row1-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    padding-bottom: 32px;
  }
  .row1-25-25-25-25 .stories-listing__image {
    min-height: 230px;
    max-height: 230px;
  }
  .row1-33-33-33 .stories-listing__cards-container {
    grid-template-columns: 1fr;
  }
  .row1-33-33-33 .stories-listing__image {
    min-height: 300px;
  }
  .row1-50-50-row2-50-50 .stories-listing__cards-container {
    grid-template-columns: 1fr;
  }
  .row1-50-50-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) {
    padding-bottom: 0;
    grid-column: span 1;
  }
  .row1-50-50-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    padding-bottom: 32px;
    grid-column: span 1;
  }
  .row1-50-50-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-50-50-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) {
    grid-column: span 1;
  }
  .row1-50-50-row2-50-50 .stories-listing__image {
    min-height: 300px;
  }
  .row1-50-50-row2-33-33-33 .stories-listing__cards-container {
    grid-template-columns: 1fr;
  }
  .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) {
    padding-bottom: 0;
    grid-column: span 1;
  }
  .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    padding-bottom: 32px;
    grid-column: span 1;
  }
  .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4), .row1-50-50-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) {
    grid-column: span 1;
  }
  .row1-50-50-row2-33-33-33 .stories-listing__image {
    min-height: 300px;
  }
  .row1-33-33-33-row2-50-50 .stories-listing__cards-container {
    grid-template-columns: 1fr;
  }
  .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    padding-bottom: 0;
    grid-column: span 1;
  }
  .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) {
    padding-bottom: 32px;
    grid-column: span 1;
  }
  .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4), .row1-33-33-33-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) {
    grid-column: span 1;
  }
  .row1-33-33-33-row2-50-50 .stories-listing__image {
    min-height: 300px;
  }
  .row1-33-33-33-row2-33-33-33 .stories-listing__cards-container {
    grid-template-columns: 1fr;
  }
  .row1-33-33-33-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-33-33-33-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    padding-bottom: 0;
    grid-column: span 1;
  }
  .row1-33-33-33-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) {
    padding-bottom: 32px;
    grid-column: span 1;
  }
  .row1-33-33-33-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4), .row1-33-33-33-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5), .row1-33-33-33-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) {
    grid-column: span 1;
  }
  .row1-33-33-33-row2-33-33-33 .stories-listing__image {
    min-height: 300px;
  }
  .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    grid-column: span 2;
  }
  .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image {
    min-height: 300px;
  }
  .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(4), .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(5), .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) {
    grid-column: span 1;
  }
  .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image, .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image, .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image {
    min-height: 230px;
    max-height: 230px;
  }
  .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) {
    padding-bottom: 0;
  }
  .row1-50-50-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    padding-bottom: 32px;
  }
  .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    padding-bottom: 0;
    grid-column: span 1;
  }
  .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image {
    min-height: 230px;
    max-height: 230px;
  }
  .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) {
    padding-bottom: 32px;
    grid-column: span 1;
  }
  .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image {
    min-height: 230px;
    max-height: 230px;
  }
  .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(5), .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) {
    grid-column: span 2;
  }
  .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-25-25-25-25-row2-50-50 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image {
    min-height: 300px;
  }
  .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    padding-bottom: 0;
  }
  .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) {
    padding-bottom: 32px;
  }
  .row1-25-25-25-25-row2-25-25-25-25 .stories-listing__image {
    min-height: 230px;
    max-height: 230px;
  }
  .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    grid-column: span 1;
    padding-bottom: 0;
  }
  .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image {
    min-height: 230px;
    max-height: 230px;
  }
  .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3), .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) {
    grid-column: span 1;
    padding-bottom: 32px;
  }
  .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image {
    min-height: 230px;
    max-height: 230px;
  }
  .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5), .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(6), .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) {
    grid-column: span 2;
  }
  .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image, .row1-25-25-25-25-row2-33-33-33 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) .stories-listing__image {
    min-height: 300px;
  }
  .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) {
    grid-column: span 2;
  }
  .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) .stories-listing__image {
    min-height: 300px;
  }
  .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(4), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(5), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(6), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) {
    grid-column: span 1;
  }
  .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(4) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(5) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(6) .stories-listing__image, .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(7) .stories-listing__image {
    min-height: 230px;
    max-height: 230px;
  }
  .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(1), .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(2) {
    padding-bottom: 0;
  }
  .row1-33-33-33-row2-25-25-25-25 .stories-listing__cards-container .stories-listing__image-container:nth-child(3) {
    padding-bottom: 32px;
  }
}
.stories-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
}
.stories-listing .stories-listing__cards-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}
.stories-listing .stories-listing__cards-section .stories-listing__spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  min-height: 200px;
  width: 100%;
}
.stories-listing .stories-listing__cards-section .stories-listing__spinner::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 5px solid rgba(190, 43, 187, 0.2);
  border-top-color: #BE2BBB;
  -webkit-animation: stories-listing-spin 0.75s linear infinite;
          animation: stories-listing-spin 0.75s linear infinite;
}
.stories-listing .stories-listing__cards-section .stories-listing__spinner--hidden {
  display: none;
}
.stories-listing .stories-listing__cards-section .stories-listing__cards-container {
  display: none;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.stories-listing .stories-listing__cards-section .stories-listing__no-results {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #363131;
  margin: 0;
}
@media (min-width: 481px) and (width < 1024px) {
  .stories-listing .stories-listing__cards-section .stories-listing__no-results {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stories-listing .stories-listing__cards-section .stories-listing__no-results {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  list-style: none;
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  gap: 12px;
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item:hover {
  text-decoration: underline;
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item:focus, .stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item:focus-visible {
  text-decoration: underline;
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper .stories-listing__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  gap: 12px;
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper .stories-listing__badges {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  gap: 0.5rem;
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper .stories-listing__badges .stories-listing__feature-tag {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 12px;
  background-color: #3312AF;
  color: #ffffff;
  border-radius: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  line-height: 12px;
  white-space: nowrap;
}
@media (min-width: 481px) and (width < 1024px) {
  .stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper .stories-listing__badges .stories-listing__feature-tag {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper .stories-listing__badges .stories-listing__feature-tag {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper .stories-listing__badges .stories-listing__story-tag {
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 12px;
  background-color: #ffffff;
  color: #3312AF;
  border-radius: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  line-height: 12px;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 481px) and (width < 1024px) {
  .stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper .stories-listing__badges .stories-listing__story-tag {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper .stories-listing__badges .stories-listing__story-tag {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
  }
}
.stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__caption {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 481px) and (width < 1024px) {
  .stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__caption {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__caption {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.stories-listing__filters {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 48px;
  margin: 0;
}
.stories-listing__filter-btn {
  padding: 8px 16px;
  border: 1px solid #363131;
  background-color: #ffffff;
  border-radius: 4px;
  color: #363131;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
}
@media (min-width: 481px) and (width < 1024px) {
  .stories-listing__filter-btn {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .stories-listing__filter-btn {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
.stories-listing__filter-btn:hover, .stories-listing__filter-btn:focus {
  background-color: #3312AF;
  color: #ffffff;
}
.stories-listing__filter-btn--active {
  background-color: #3312AF;
  color: #ffffff;
  border: 1px solid #3312AF;
}
.stories-listing__cta-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 40px;
  gap: 56px;
}
.stories-listing__filters ~ .stories-listing__cta-section {
  padding-bottom: 64px;
}
.stories-listing:has(.stories-listing__cta-section) .stories-listing__cards-section {
  padding-bottom: 56px;
}
@-webkit-keyframes stories-listing-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes stories-listing-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (width < 1024px) {
  .stories-listing .stories-listing__cards-section {
    padding-bottom: 24px;
    gap: 24px;
  }
  .stories-listing .stories-listing__cards-section .stories-listing__cards-container {
    gap: 16px;
  }
  .stories-listing .stories-listing__filters {
    padding-bottom: 32px;
  }
  .stories-listing .stories-listing__filters ~ .stories-listing__cta-section {
    padding-bottom: 40px;
  }
  .stories-listing .stories-listing__cta-section {
    padding: 0 0 24px;
    gap: 24px;
  }
  .stories-listing:has(.stories-listing__cta-section) .stories-listing__cards-section {
    padding-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .stories-listing .stories-listing__cards-section .stories-listing__image-container .stories-listing__image-item .stories-listing__image-wrapper .stories-listing__badges {
    left: 2px;
  }
}

@-webkit-keyframes story-card-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes story-card-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.story-card__section {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding-block: 40px;
}
@media (min-width: 1024px) {
  .story-card__section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 48px;
    padding-block: 64px;
  }
}
.story-card__section .story-card__spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  min-height: 200px;
  width: 100%;
}
.story-card__section .story-card__spinner::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 5px solid rgba(190, 43, 187, 0.2);
  border-top-color: #BE2BBB;
  -webkit-animation: story-card-spin 0.75s linear infinite;
          animation: story-card-spin 0.75s linear infinite;
}
.story-card__section .story-card__spinner--hidden {
  display: none;
}
.story-card__section .story-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .story-card__section .story-card__content {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .story-card__section .story-card__content--full-width {
    width: 100%;
  }
}
.story-card__section .story-card__subtitle {
  display: block;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 481px) and (width < 1024px) {
  .story-card__section .story-card__subtitle {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .story-card__section .story-card__subtitle {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .story-card__section .story-card__subtitle {
    margin-bottom: 32px;
  }
}
.story-card__section .story-card__title-container {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .story-card__section .story-card__title-container {
    margin-bottom: 32px;
  }
}
.story-card__section .story-card__description {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 32px;
}
@media (min-width: 481px) and (width < 1024px) {
  .story-card__section .story-card__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .story-card__section .story-card__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.story-card__section .story-card__title-container a,
.story-card__section .story-card__description a {
  font-size: inherit;
  line-height: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .story-card__section .story-card__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: auto;
  }
}
@media (width < 1024px) {
  .story-card__section .story-card__button {
    gap: 0;
  }
}
.story-card__section .story-card__links {
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .story-card__section .story-card__links {
    margin-top: auto;
  }
}
.story-card__section .story-card__links .story-card__link-item {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}
.story-card__section .story-card__links .story-card__link-item:last-child {
  margin-bottom: 0;
}
.story-card__section .story-card__links .story-card__link-item .story-card__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.story-card__section .story-card__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .story-card__section .story-card__media {
    width: 50%;
  }
}
.story-card__section .story-card__media .story-card__picture {
  width: 100%;
}
.story-card__section .story-card__media .video {
  width: 100%;
}
.story-card__section .story-card__media .video .icon-play {
  background-color: #BE2BBB;
  width: 64px;
  height: 64px;
}
@media (min-width: 1024px) {
  .story-card__section .story-card__media .video .icon-play {
    width: 120px;
    height: 120px;
    left: 45%;
    top: 43%;
  }
}
.story-card__section .story-card__media .video .icon-play svg {
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
.story-card__section .story-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.story-card__section .story-card__video {
  width: 100%;
  aspect-ratio: 16/9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .story-card__left .story-card__section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.story-card__columns-40-20-40 .story-card__section {
  padding-block: 40px;
  gap: 40px;
}
@media (min-width: 1024px) {
  .story-card__columns-40-20-40 .story-card__section {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 40px;
  }
  .story-card__columns-40-20-40 .story-card__section .story-card__media,
.story-card__columns-40-20-40 .story-card__section .story-card__content {
    width: calc(100% * 5 / 12);
  }
}
.story-card__columns-40-20-40 .story-card__section .story-card__image {
  aspect-ratio: 1/1;
}
.story-card__columns-40-60 .story-card__section {
  padding-block: 40px;
  gap: 40px;
}
@media (min-width: 1024px) {
  .story-card__columns-40-60 .story-card__section {
    gap: 16px;
  }
  .story-card__columns-40-60 .story-card__section .story-card__media {
    width: calc(100% * 7 / 12);
  }
  .story-card__columns-40-60 .story-card__section .story-card__content {
    width: calc(100% * 5 / 12);
  }
}

@media (width < 1024px) {
  .hide-sm {
    display: none !important;
  }
}

.promo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.promo-box .pod-title {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px;
  font-weight: 500;
}
@media (width < 1024px) {
  .promo-box .pod-title {
    margin: 0;
  }
}
.promo-box .body-1 {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}
@media (width < 1024px) {
  .promo-box .body-1 {
    margin: 0;
  }
}
.promo-box .pod-actions .primary-button {
  background-color: transparent;
  color: #BE2BBB;
  padding: 0;
  border: none;
}
@media (min-width: 1024px) {
  .promo-box .pod-image {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .promo-box .pod-image + .pod-content {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .promo-box .pod-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    position: relative;
  }
  .promo-box .pod-image + .pod-content {
    padding-left: 15px;
  }
}
.promo-box .pod-actions {
  margin: auto 0 3px;
}
@media (width < 1024px) {
  .promo-box .pod-actions {
    margin: 10px 0 0;
  }
}
.promo-box.promo-box-right .pod-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.promo-box.promo-box-right .pod-content {
  padding-left: 0px;
  padding-right: 15px;
}

.colctrl-3a-33 .promo-pod .pod-image {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .colctrl-3a-33 .promo-pod .pod-content {
    padding: 0 25px;
  }
}
.colctrl-3a-33 .promo-pod.horizont .body-1 {
  padding: 15px 0 130px;
}
@media (width < 1024px) {
  .colctrl-3a-33 .promo-pod.horizont .body-1 {
    padding: 15px 0 60px;
  }
}
.colctrl-3a-33 .promo-pod.horizont .pod-cast.side-by-side {
  display: block;
}
.colctrl-3a-33 .promo-pod.horizont .pod-cast.side-by-side .pod-cast-play {
  margin-bottom: 15px;
}
.colctrl-3a-33 .promo-pod.horizont .pod-cast.side-by-side .pod-cast-play a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.colctrl-3a-33 .promo-pod.horizont .pod-cast.side-by-side .pod-cast-download {
  margin-left: 0;
  margin-bottom: 0;
}
.colctrl-3a-33 .promo-pod.horizont .pod-cast.side-by-side .pod-cast-download a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.colctrl-2a-50 .promo-pod .pod-image {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .colctrl-2a-50 .promo-pod .pod-content {
    padding: 0 25px;
  }
}
@media (width < 1024px) {
  .colctrl-2a-50 .promo-pod.horizont .body-1 {
    padding: 15px 0 130px;
  }
}
@media (width < 1024px) {
  .colctrl-2a-50 .promo-pod.horizont .body-1 {
    padding: 15px 0 60px;
  }
}
@media (width < 1024px) {
  .colctrl-2a-50 .promo-pod.horizont .pod-cast.side-by-side {
    display: block;
  }
  .colctrl-2a-50 .promo-pod.horizont .pod-cast.side-by-side .pod-cast-play {
    margin-bottom: 15px;
  }
  .colctrl-2a-50 .promo-pod.horizont .pod-cast.side-by-side .pod-cast-play a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .colctrl-2a-50 .promo-pod.horizont .pod-cast.side-by-side .pod-cast-download {
    margin-left: 0;
    margin-bottom: 0;
  }
  .colctrl-2a-50 .promo-pod.horizont .pod-cast.side-by-side .pod-cast-download a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (width < 1024px) {
  .colctrl-2a-50 .promo-pod.horizont .pod-cast.side-by-side .pod-cast-download {
    margin-bottom: 0;
  }
}

.promo-pod-100-left.promo-pod {
  border-top: none;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .promo-pod-100-left.promo-pod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .promo-pod-100-left.parsys_column > .column, .promo-pod-100-left.parsys_column > .parsys_column {
    padding-left: 0;
  }
  .promo-pod-100-left .pod-content,
.promo-pod-100-left .pod-image {
    width: 50%;
  }
  .promo-pod-100-left .pod-content {
    padding: 0 0 0 40px;
  }
}
@media (width < 1024px) {
  .promo-pod-100-left {
    padding: 0;
  }
  .promo-pod-100-left .pod-content,
.promo-pod-100-left .pod-image {
    width: 100%;
  }
  .promo-pod-100-left .pod-image {
    margin-bottom: 20px;
  }
}

.promo-pod-100-right.promo-pod {
  border-top: none;
  margin-bottom: 30px;
}
.promo-pod-100-right .pod-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 25px;
}
.box .promo-pod-100-right .pod-content {
  padding: 0;
}
@media (min-width: 1024px) {
  .promo-pod-100-right.promo-pod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .promo-pod-100-right .pod-content,
.promo-pod-100-right .pod-image {
    width: 50%;
  }
  .promo-pod-100-right .pod-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
  .promo-pod-100-right .pod-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (width < 1024px) {
  .promo-pod-100-right {
    padding: 0;
  }
  .promo-pod-100-right .pod-content,
.promo-pod-100-right .pod-image {
    width: 100%;
  }
  .promo-pod-100-right .pod-image {
    margin-bottom: 20px;
  }
  .promo-pod-100-right .pod-content {
    padding: 0;
  }
  .promo-pod-100-right .mouseprint, .promo-pod-100-right .video .caption, .video .promo-pod-100-right .caption, .promo-pod-100-right .generic-form .submit-view .body-1, .generic-form .submit-view .promo-pod-100-right .body-1 {
    margin: 0;
  }
}

.promo-pod-100-no-image.promo-pod {
  border-top: none;
  margin-bottom: 30px;
}
.promo-pod-100-no-image .pod-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 25px;
}
.box .promo-pod-100-no-image .pod-content {
  padding: 0;
}
@media (min-width: 1024px) {
  .promo-pod-100-no-image.promo-pod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .promo-pod-100-no-image .pod-content {
    width: 100%;
  }
  .promo-pod-100-no-image .pod-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (width < 1024px) {
  .promo-pod-100-no-image .pod-content,
.promo-pod-100-no-image .pod-image {
    padding: 0;
    width: 100%;
  }
  .promo-pod-100-no-image .mouseprint, .promo-pod-100-no-image .video .caption, .video .promo-pod-100-no-image .caption, .promo-pod-100-no-image .generic-form .submit-view .body-1, .generic-form .submit-view .promo-pod-100-no-image .body-1 {
    margin: 0;
  }
}

@media (width < 1024px) {
  .promo-pod.promo-pod-100-left.horizont .body-1,
.promo-pod.promo-pod-100-right.horizont .body-1,
.promo-pod.promo-pod-100-no-image.horizont .body-1 {
    padding: 15px 0 0;
  }
}
@media (width < 1024px) {
  .promo-pod.promo-pod-100-left.horizont .body-1,
.promo-pod.promo-pod-100-right.horizont .body-1,
.promo-pod.promo-pod-100-no-image.horizont .body-1 {
    padding: 15px 0 10px;
  }
}
@media (width < 1024px) {
  .promo-pod.promo-pod-100-left.horizont .pod-cast.side-by-side,
.promo-pod.promo-pod-100-right.horizont .pod-cast.side-by-side,
.promo-pod.promo-pod-100-no-image.horizont .pod-cast.side-by-side {
    display: block;
  }
  .promo-pod.promo-pod-100-left.horizont .pod-cast.side-by-side .pod-cast-play,
.promo-pod.promo-pod-100-right.horizont .pod-cast.side-by-side .pod-cast-play,
.promo-pod.promo-pod-100-no-image.horizont .pod-cast.side-by-side .pod-cast-play {
    margin-bottom: 15px;
  }
  .promo-pod.promo-pod-100-left.horizont .pod-cast.side-by-side .pod-cast-play a,
.promo-pod.promo-pod-100-right.horizont .pod-cast.side-by-side .pod-cast-play a,
.promo-pod.promo-pod-100-no-image.horizont .pod-cast.side-by-side .pod-cast-play a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .promo-pod.promo-pod-100-left.horizont .pod-cast.side-by-side .pod-cast-download,
.promo-pod.promo-pod-100-right.horizont .pod-cast.side-by-side .pod-cast-download,
.promo-pod.promo-pod-100-no-image.horizont .pod-cast.side-by-side .pod-cast-download {
    margin-left: 0;
    margin-bottom: 0;
  }
  .promo-pod.promo-pod-100-left.horizont .pod-cast.side-by-side .pod-cast-download a,
.promo-pod.promo-pod-100-right.horizont .pod-cast.side-by-side .pod-cast-download a,
.promo-pod.promo-pod-100-no-image.horizont .pod-cast.side-by-side .pod-cast-download a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (width < 1024px) {
  .promo-pod.promo-pod-100-left.horizont .pod-cast.side-by-side .pod-cast-download,
.promo-pod.promo-pod-100-right.horizont .pod-cast.side-by-side .pod-cast-download,
.promo-pod.promo-pod-100-no-image.horizont .pod-cast.side-by-side .pod-cast-download {
    margin-bottom: 0;
  }
}

.parsys_column > .parsys_column > div.story.section {
  display: inherit;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .parsys_column > .parsys_column > div.story.section {
    min-height: 1px;
  }
}
@media screen and (min-width: 0\0 ) {
  .parsys_column > .parsys_column > div.story.section {
    min-height: 1px;
  }
}
@supports (-ms-accelerator: true) {
  .parsys_column > .parsys_column > div.story.section {
    min-height: 1px;
  }
}
@supports (-ms-ime-align: auto) {
  .parsys_column > .parsys_column > div.story.section {
    min-height: 1px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .parsys_column > .parsys_column > div.promo.section {
    min-height: 1px;
  }
}
@media screen and (min-width: 0\0 ) {
  .parsys_column > .parsys_column > div.promo.section {
    min-height: 1px;
  }
}
@supports (-ms-accelerator: true) {
  .parsys_column > .parsys_column > div.promo.section {
    min-height: 1px;
  }
}
@supports (-ms-ime-align: auto) {
  .parsys_column > .parsys_column > div.promo.section {
    min-height: 1px;
  }
}

.parsys_column > .parsys_column > div.story.section > .promo-box {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}

.horizont.promo-pod .body-1 {
  padding: 15px 0 0;
}
.horizont.promo-pod .body-1:empty {
  padding: 15px 0 30px;
}
.horizont.promo-pod .body-1 p {
  padding: 0 0 30px;
}
.horizont.promo-pod .pod-actions.list-unstyled {
  padding: 10px 0;
}

.promo-pod {
  position: relative;
  width: 100%;
}
.promo-pod .pod-image {
  line-height: 0;
}
.promo-pod .pod-image img {
  width: 100%;
}
.promo-pod .pod-title {
  margin: 5px 0;
}
.promo-pod .pod-title a {
  color: inherit;
}
.promo-pod .pod-sub-title, .promo-pod .phone-number-block .phone-label, .phone-number-block .promo-pod .phone-label,
.promo-pod .phone-number-block .phone-label p,
.phone-number-block .phone-label .promo-pod p {
  margin: 0 0 20px;
}
.promo-pod .mouseprint, .promo-pod .video .caption, .video .promo-pod .caption, .promo-pod .generic-form .submit-view .body-1, .generic-form .submit-view .promo-pod .body-1 {
  text-transform: uppercase;
}
.promo-pod .mouseprint a, .promo-pod .video .caption a, .video .promo-pod .caption a, .promo-pod .generic-form .submit-view .body-1 a, .generic-form .submit-view .promo-pod .body-1 a {
  color: inherit;
}
.promo-pod .body-1 {
  padding: 15px 0 0;
}
.promo-pod .body-1:empty {
  padding: 15px 0 20px;
}
.promo-pod .body-1 p {
  padding: 0 0 20px;
}
.promo-pod .pod-actions {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .promo-pod .pod-actions {
    position: relative;
  }
}
.promo-pod .pod-actions li {
  display: inline-block;
  margin: 5px 10px 0 0;
}
@media only screen and (max-width: 480px) {
  .promo-pod .pod-actions li {
    display: block;
    margin: 5px 0 10px;
  }
}
.promo-pod .pod-actions a {
  display: block;
}
@media only screen and (max-width: 480px) {
  .promo-pod .pod-actions a {
    display: inline-block;
  }
}
.promo-pod .video-link {
  display: block;
  position: relative;
}
.promo-pod .icon-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  fill: white;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.45);
}
.promo-pod .icon-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -45%);
          transform: translate(-35%, -45%);
}

.story .pod-actions a.primary-button {
  background-color: #BE2BBB;
  border: 3px solid #BE2BBB;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 7px 15px;
  display: inline-block;
  letter-spacing: 0;
  height: 40px;
  margin: 10px 0;
  width: auto;
  text-decoration: none;
}
.story .pod-actions a.primary-button:hover {
  background-color: #fff;
  color: #BE2BBB;
  border: 3px solid #BE2BBB;
  padding: 7px 15px;
}

.bms-relaunch .subject-pod .pod-title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.bms-relaunch .subject-pod .pod-title:hover {
  color: #BE2BBB;
  text-decoration-color: #BE2BBB;
}
.bms-relaunch .subject-pod .grey-arrow-magazine:after {
  opacity: 1;
}
.bms-relaunch .subject-pod .grey-arrow-magazine:hover:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="#BE2BBB"/></svg>');
}
.bms-relaunch .subject-pod .body-1 a.primary-link, .bms-relaunch .subject-pod .body-1 a.download-link {
  text-decoration: none;
  color: #BE2BBB;
}
.bms-relaunch .subject-pod .body-1 a.primary-link:hover, .bms-relaunch .subject-pod .body-1 a.download-link:hover {
  text-decoration: underline;
  color: #BE2BBB;
}
.bms-relaunch .subject-pod .body-1 a.primary-link:after, .bms-relaunch .subject-pod .body-1 a.download-link:after {
  height: 5px;
  content: "";
  padding: 7px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="#6B196B"/></svg>');
  opacity: 0;
}
.bms-relaunch .subject-pod .body-1 a.primary-link:hover:after, .bms-relaunch .subject-pod .body-1 a.download-link:hover:after {
  opacity: 1;
}
.bms-relaunch .subject-pod .body-1.rte, .bms-relaunch .subject-pod .rte p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 5px;
}
.bms-relaunch .subject-pod .pod-actions {
  margin-top: 30px;
}
.bms-relaunch .subject-pod .pod-actions li {
  margin: 20px 0px;
}
.bms-relaunch .subject-pod .pod-actions li .primary-link, .bms-relaunch .subject-pod .pod-actions li .body-1 a.download-link, .body-1 .bms-relaunch .subject-pod .pod-actions li a.download-link {
  font-weight: 500;
  line-height: 17px;
}
.bms-relaunch .pod-content .mouseprint, .bms-relaunch .pod-content .video .caption, .video .bms-relaunch .pod-content .caption, .bms-relaunch .pod-content .generic-form .submit-view .body-1, .generic-form .submit-view .bms-relaunch .pod-content .body-1 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2px;
  color: #4F4A4A;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .bms-relaunch .pod-content .mouseprint, .bms-relaunch .pod-content .video .caption, .video .bms-relaunch .pod-content .caption, .bms-relaunch .pod-content .generic-form .submit-view .body-1, .generic-form .submit-view .bms-relaunch .pod-content .body-1 {
    font-size: 16px;
  }
}
.bms-relaunch .pod-content .pod-sub-title, .bms-relaunch .pod-content .phone-number-block .phone-label, .phone-number-block .bms-relaunch .pod-content .phone-label,
.bms-relaunch .pod-content .phone-number-block .phone-label p,
.phone-number-block .phone-label .bms-relaunch .pod-content p {
  font-size: 13px;
  line-height: 16px;
  color: #4F4A4A;
  font-weight: 400;
  margin-bottom: 12px;
}
@media only screen and (max-width: 480px) {
  .bms-relaunch .pod-content .pod-sub-title, .bms-relaunch .pod-content .phone-number-block .phone-label, .phone-number-block .bms-relaunch .pod-content .phone-label,
.bms-relaunch .pod-content .phone-number-block .phone-label p,
.phone-number-block .phone-label .bms-relaunch .pod-content p {
    font-size: 16px;
  }
}
.bms-relaunch .colctrl-2a-50 .subject-pod .pod-image, .bms-relaunch .colctrl-3a-33 .subject-pod .pod-image {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .bms-relaunch .colctrl-3a-33 .subject-pod .pod-image + .pod-content {
    padding: 0 25px 0 0;
  }
}
.bms-relaunch .clickable-div {
  cursor: pointer;
}

.subject-pod.bms-relaunch-comp-v2 {
  color: #363131;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .subject-pod.bms-relaunch-comp-v2 {
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
}
.subject-pod.bms-relaunch-comp-v2:hover {
  -webkit-box-shadow: 0px 0px 28px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 28px 9px rgba(0, 0, 0, 0.1);
}
.subject-pod.bms-relaunch-comp-v2 .chevron-icon {
  display: inline;
  height: 10px;
  width: 6px;
  margin-left: 5px;
}
.subject-pod.bms-relaunch-comp-v2 .external-link {
  margin-left: 5px;
  height: 16px;
  width: 14px;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content {
  position: relative;
  padding: 15px;
  color: #4F4A4A;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content:hover .icon-play {
  background-color: #BE2BBB;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .pod-actions .grey-to-purple-arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 10 8" fill="none"><path d="M1 3.5a.5.5 0 0 0 0 1v-1zm8.354.854a.5.5 0 0 0 0-.708L6.172.464a.5.5 0 1 0-.708.708L8.293 4 5.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182zM1 4.5h8v-1H1v1z" fill="%23595454"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background-image 0.1s ease;
  transition: background-image 0.1s ease;
  margin-left: 5px;
  position: relative;
  top: 11px;
}
@media only screen and (max-width: 480px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-content .pod-actions .grey-to-purple-arrow::after {
    top: 5px;
    height: 17px;
    width: 15px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-content .pod-actions .grey-to-purple-arrow::after {
    top: 5px;
    height: 17px;
    width: 15px;
  }
}
.subject-pod.bms-relaunch-comp-v2 .pod-content h2 .grey-to-purple-arrow, .subject-pod.bms-relaunch-comp-v2 .pod-content .h2 .grey-to-purple-arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Aligns text and arrow vertically */
}
.subject-pod.bms-relaunch-comp-v2 .pod-content h2 .grey-to-purple-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .h2 .grey-to-purple-arrow::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 10 8" fill="none"><path d="M1 3.5a.5.5 0 0 0 0 1v-1zm8.354.854a.5.5 0 0 0 0-.708L6.172.464a.5.5 0 1 0-.708.708L8.293 4 5.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182zM1 4.5h8v-1H1v1z" fill="%23595454"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background-image 0.1s ease;
  transition: background-image 0.1s ease;
  margin-left: 5px;
  position: absolute;
  bottom: -10px;
}
@media only screen and (max-width: 480px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-content h2 .grey-to-purple-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .h2 .grey-to-purple-arrow::after {
    top: -20px;
    height: 21px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-content h2 .grey-to-purple-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .h2 .grey-to-purple-arrow::after {
    top: -25px;
    height: 26px;
  }
}
.subject-pod.bms-relaunch-comp-v2 .pod-content h2 .title-grey-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .h2 .title-grey-arrow::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 10 8" fill="none"><path d="M1 3.5a.5.5 0 0 0 0 1v-1zm8.354.854a.5.5 0 0 0 0-.708L6.172.464a.5.5 0 1 0-.708.708L8.293 4 5.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182zM1 4.5h8v-1H1v1z" fill="%23595454"/></svg>');
}
.subject-pod.bms-relaunch-comp-v2 .pod-content h2 .title-purple-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .h2 .title-purple-arrow::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="%23BE2BBB"/></svg>');
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ h2 .grey-to-purple-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .h2 .grey-to-purple-arrow::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 10 8" fill="none"><path d="M1 3.5a.5.5 0 0 0 0 1v-1zm8.354.854a.5.5 0 0 0 0-.708L6.172.464a.5.5 0 1 0-.708.708L8.293 4 5.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182zM1 4.5h8v-1H1v1z" fill="%23be2bbb"/></svg>');
  width: 25px;
  height: 35px;
}
@media only screen and (max-width: 480px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ h2 .grey-to-purple-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .h2 .grey-to-purple-arrow::after {
    top: -20px;
    height: 21px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ h2 .grey-to-purple-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .h2 .grey-to-purple-arrow::after {
    top: -25px;
    height: 26px;
  }
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ h2 .title-grey-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .h2 .title-grey-arrow::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 10 8" fill="none"><path d="M1 3.5a.5.5 0 0 0 0 1v-1zm8.354.854a.5.5 0 0 0 0-.708L6.172.464a.5.5 0 1 0-.708.708L8.293 4 5.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182zM1 4.5h8v-1H1v1z" fill="%23595454"/></svg>');
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover #rtl h2 .grey-to-purple-arrow::after, .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover #rtl .h2 .grey-to-purple-arrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 5px;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ h2, .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .h2 {
  color: #BE2BBB;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ h2 .chevron-icon path, .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .h2 .chevron-icon path {
  fill: #BE2BBB;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ h2 .external-link path, .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .h2 .external-link path {
  fill: #BE2BBB;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .pod-actions {
  color: #BE2BBB;
  font-weight: 500;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .pod-actions .grey-to-purple-arrow::after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 10 8" fill="none"><path d="M1 3.5a.5.5 0 0 0 0 1v-1zm8.354.854a.5.5 0 0 0 0-.708L6.172.464a.5.5 0 1 0-.708.708L8.293 4 5.464 6.828a.5.5 0 1 0 .708.708l3.182-3.182zM1 4.5h8v-1H1v1z" fill="%23be2bbb"/></svg>');
  width: 16px;
  height: 24px;
}
@media only screen and (max-width: 480px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .pod-actions .grey-to-purple-arrow::after {
    top: 5px;
    height: 17px;
    width: 15px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .pod-actions .grey-to-purple-arrow::after {
    top: 5px;
    height: 17px;
    width: 15px;
  }
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .pod-actions #rtl .pod-actions .grey-to-purple-arrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 5px;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .pod-actions .chevron-icon path {
  fill: #BE2BBB;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .pod-actions .external-link path {
  fill: #BE2BBB;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:hover ~ .grid-listing-pod:after {
  height: 5px;
  content: "";
  padding: 7px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="%23BE2BBB"/></svg>');
}
.subject-pod.bms-relaunch-comp-v2 .pod-content h2, .subject-pod.bms-relaunch-comp-v2 .pod-content .h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 98%;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content h2.has-external-link svg.external-link, .subject-pod.bms-relaunch-comp-v2 .pod-content .has-external-link.h2 svg.external-link {
  height: 23px;
  width: 16px;
  margin-left: 10px;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content h2.has-chevron .chevron-icon, .subject-pod.bms-relaunch-comp-v2 .pod-content .has-chevron.h2 .chevron-icon {
  display: inline;
  margin-left: 12px;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content h2.has-chevron .chevron-icon svg, .subject-pod.bms-relaunch-comp-v2 .pod-content .has-chevron.h2 .chevron-icon svg {
  height: 21px;
  width: 14px;
  margin-left: 0px;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .rte,
.subject-pod.bms-relaunch-comp-v2 .pod-content .body-1 {
  color: #4F4A4A;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .rte p,
.subject-pod.bms-relaunch-comp-v2 .pod-content .body-1 p {
  margin: 10px 0;
  padding: 0;
  line-height: 26px;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .sub_title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 14px;
  color: #363131;
  letter-spacing: 0.5;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .pod-image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 0px;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .pod-image .icon-play {
  fill: #ffffff;
  height: 50px;
  left: 55%;
  margin-left: -35px;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 2;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .pod-image img {
  width: 100%;
  vertical-align: bottom;
}
@media only screen and (max-width: 480px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-content .pod-image {
    margin-bottom: 10px;
  }
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .pod-actions {
  font-size: 18px;
  line-height: 24px;
  margin-top: 13px;
  margin-bottom: 0px;
  color: #363131;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .subject-pod.bms-relaunch-comp-v2 .colctrl-2a-50 .subject-pod .pod-content {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .subject-pod.bms-relaunch-comp-v2 .subject-pod {
    border-bottom: 0px;
  }
}
.subject-pod.bms-relaunch-comp-v2 .pod-image + .sub_title {
  padding-top: 20px;
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 480px) {
  .subject-pod.bms-relaunch-comp-v2 .pod-image + .sub_title {
    font-size: 16px;
  }
}
.subject-pod.bms-relaunch-comp-v2 ul.pod-actions.list-unstyled {
  margin: 0px;
  padding-bottom: 15px;
}
.subject-pod.bms-relaunch-comp-v2 ul.pod-actions.list-unstyled li.link-list {
  padding: 5px 15px;
  margin: 0px;
}
.subject-pod.bms-relaunch-comp-v2 ul.pod-actions.list-unstyled li.link-list:first-child {
  padding-top: 0px;
}
.subject-pod.bms-relaunch-comp-v2 ul.pod-actions.list-unstyled li.link-list a {
  text-decoration: none;
  color: #BE2BBB !important;
}
.subject-pod.bms-relaunch-comp-v2 ul.pod-actions.list-unstyled li.link-list a:hover {
  color: #BE2BBB;
  text-decoration: none;
  font-weight: 500;
}
.subject-pod.bms-relaunch-comp-v2 ul.pod-actions.list-unstyled li.link-list a:hover .chevron-icon path {
  fill: #BE2BBB;
}
.subject-pod.bms-relaunch-comp-v2 ul.pod-actions.list-unstyled li.link-list a:hover .external-link path {
  fill: #BE2BBB;
}
.subject-pod.bms-relaunch-comp-v2.card-view {
  background-color: #ffffff;
  height: 100%;
}
.subject-pod.bms-relaunch-comp-v2.card-view .pod-content {
  padding: 0px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .pod-image {
  margin-bottom: 15px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .pod-image.has-ruler {
  margin-bottom: 30px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .pod-image.has-ruler:after {
  content: "";
  border-bottom: 4px solid #F5F5F5;
  left: 0px;
  right: 0px;
  position: absolute;
  margin: 15px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .pod-actions {
  padding: 15px;
  margin-top: 0px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .pod-actions.list-unstyled {
  padding: 0px 0px 10px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .base-anchor + .sub_title {
  padding-top: 15px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .pod-image + .sub_title {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  padding: 15px;
  padding-top: 3px;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .subject-pod.bms-relaunch-comp-v2.card-view .pod-image + .sub_title {
    font-size: 16px;
  }
}
.subject-pod.bms-relaunch-comp-v2.card-view .pod-actions {
  padding-top: 0px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .sub_title {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  padding: 15px;
  padding-top: 0px;
}
@media only screen and (max-width: 480px) {
  .subject-pod.bms-relaunch-comp-v2.card-view .sub_title {
    font-size: 16px;
  }
}
.subject-pod.bms-relaunch-comp-v2.card-view .rte,
.subject-pod.bms-relaunch-comp-v2.card-view h2,
.subject-pod.bms-relaunch-comp-v2.card-view .h2 {
  padding: 15px;
  margin: 0px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .rte {
  padding-top: 0px;
}
.subject-pod.bms-relaunch-comp-v2.card-view .rte p {
  margin: 0px;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:focus:has(~ .pod-image .icon-play) {
  outline: none;
}
.subject-pod.bms-relaunch-comp-v2 .pod-content .base-anchor:focus ~ .pod-image .icon-play {
  background-color: #BE2BBB;
  border: 2px solid #000000;
}

.subject-pod.bms-relaunch-comp-v2 .pod-image.icon-play--purple .icon-play {
  fill: #fff;
  height: 50px;
  position: absolute;
  top: auto;
  width: 50px;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  left: auto;
  background-color: #BE2BBB;
}

.parsys_column.parsys_column_card_view .parsys_column .subjectredesign {
  height: 100%;
  background-color: #ffffff;
}
.parsys_column.parsys_column_card_view .parsys_column .subjectredesign .subject-pod.bms-relaunch-comp-v2:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.parsys_column.parsys_column_card_view .parsys_column .subjectredesign:hover {
  -webkit-box-shadow: 0px 0px 28px 9px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 28px 9px rgba(0, 0, 0, 0.1);
}

.subject-pod.bms-relaunch-comp-v2 .base-anchor:hover .pod-content .pod-actions {
  color: #BE2BBB;
}

.subject-pod.bms-relaunch-comp-v2.card-view .pod-content {
  height: 100%;
}

#rtl .pod-actions .grey-to-purple-arrow::after,
#rtl h2 .grey-to-purple-arrow::after,
#rtl .h2 .grey-to-purple-arrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 5px;
  top: 3px;
}
#rtl h2 .grey-to-purple-arrow::after, #rtl .h2 .grey-to-purple-arrow::after {
  top: 1px;
}

.subject button.open-modal:focus {
  outline: none;
}
.subject button.open-modal:focus .icon-play {
  background-color: #BE2BBB;
  border: 2px solid #000000;
}

@media only screen and (min-width: 481px) {
  .parsys_column .parsys_column > *:not(:first-of-type).subject-pod {
    margin: 0;
    padding: 10px 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .parsys_column > .parsys_column > div.subject.section {
    min-height: 1px;
  }
}
@media screen and (min-width: 0\0 ) {
  .parsys_column > .parsys_column > div.subject.section {
    min-height: 1px;
  }
}
@supports (-ms-accelerator: true) {
  .parsys_column > .parsys_column > div.subject.section {
    min-height: 1px;
  }
}
@supports (-ms-ime-align: auto) {
  .parsys_column > .parsys_column > div.subject.section {
    min-height: 1px;
  }
}

.subject-pod {
  margin-bottom: 30px;
  width: 100%;
  margin: 10px 0;
}
@media only screen and (max-width: 480px) {
  .subject-pod {
    border-bottom: 1px solid #3312AF;
    padding: 0 0 15px;
  }
  .parsys_column .subject-pod {
    margin: 0;
  }
}
.subject-pod .rte p, .subject-pod .body-1 p {
  margin: 10px 0;
  padding: 0;
  line-height: 22px;
}
.columns-bordered-top-bottom .subject-pod, .columns-bordered .subject-pod, .box .subject-pod {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .columns-bordered-top-bottom .subject-pod {
    border: 0;
    padding: 0;
  }
}
.subject-pod .pod-image img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .subject-pod .pod-image {
    margin-bottom: 10px;
  }
}
.subject-pod .pod-title {
  margin: 0 0 5px;
}
.subject-pod .pod-title sup,
.subject-pod .pod-title sub {
  display: inline-block;
  text-decoration: none;
}
.subject-pod .pod-sub-title, .subject-pod .phone-number-block .phone-label, .phone-number-block .subject-pod .phone-label,
.subject-pod .phone-number-block .phone-label p,
.phone-number-block .phone-label .subject-pod p {
  margin: 0 0 10px;
}
.subject-pod .pod-actions {
  margin: 15px 0 0;
}
.subject-pod .pod-actions li {
  margin: 10px 0;
}
.subject-pod .video-link {
  display: block;
  position: relative;
}
.subject-pod .icon-play {
  fill: #ffffff;
  height: 70px;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 2;
}

.bms-relaunch .icon-play {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
}
.bms-relaunch .icon-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -45%);
          transform: translate(-35%, -45%);
}

.subject .subject-pod .video-link button {
  all: unset;
  display: block;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .bms-relaunch .subject.section .subject-pod {
    border-bottom: none;
    padding: 0;
  }
}

.subject-pod-100-left.subject-pod-33-66 .pod-image,
.subject-pod-100-right.subject-pod-33-66 .pod-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}
.subject-pod-100-left.subject-pod-33-66 .pod-content,
.subject-pod-100-right.subject-pod-33-66 .pod-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.6666666667%;
          flex: 0 1 66.6666666667%;
}

.subject-pod-100-left.subject-pod {
  border-top: none;
}
@media only screen and (min-width: 481px) {
  .subject-pod-100-left.subject-pod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subject-pod-100-left.parsys_column > .column, .subject-pod-100-left.parsys_column > .parsys_column {
    padding-left: 0;
  }
  .subject-pod-100-left .pod-image,
.subject-pod-100-left .pod-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .subject-pod-100-left .pod-content {
    padding: 0 0 0 24px;
  }
}
@media only screen and (max-width: 480px) {
  .subject-pod-100-left > .column, .subject-pod-100-left > .parsys_column {
    padding: 0;
  }
  .subject-pod-100-left .pod-content,
.subject-pod-100-left .pod-image {
    width: 100%;
  }
}

.subject-pod-100-right.subject-pod {
  border-top: none;
}
@media only screen and (min-width: 481px) {
  .subject-pod-100-right.subject-pod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subject-pod-100-right .pod-image,
.subject-pod-100-right .pod-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .subject-pod-100-right .pod-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
  .subject-pod-100-right .pod-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 24px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .subject-pod-100-right > .column, .subject-pod-100-right > .parsys_column {
    padding: 0;
  }
  .subject-pod-100-right .pod-content,
.subject-pod-100-right .pod-image {
    width: 100%;
  }
}

.sortedarticlelisting.section .subject-pod .mouseprint, .sortedarticlelisting.section .subject-pod .video .caption, .video .sortedarticlelisting.section .subject-pod .caption, .sortedarticlelisting.section .subject-pod .generic-form .submit-view .body-1, .generic-form .submit-view .sortedarticlelisting.section .subject-pod .body-1 {
  text-transform: uppercase;
}
.sortedarticlelisting.section .pod-title:hover {
  text-decoration: underline;
}
.sortedarticlelisting.section .subject-pod {
  border-bottom: 1px solid #3312AF;
  padding-bottom: 10px;
}
.sortedarticlelisting.section .action-items {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .sortedarticlelisting.section .subject-pod.horizont .pod-content .body-1 {
    margin-bottom: 10px;
  }
}

.colctrl-2a-50 .subject-pod .pod-image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 481px) {
  .colctrl-2a-50 .subject-pod .pod-content {
    padding: 0 15px;
  }
}

.colctrl-3a-33 .subject-pod .pod-image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 481px) {
  .colctrl-3a-33 .subject-pod .pod-image + .pod-content {
    padding: 0 15px;
  }
}

.subject-pod-100-left.subject-pod-33-66 .pod-image,
.subject-pod-100-right.subject-pod-33-66 .pod-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}
.subject-pod-100-left.subject-pod-33-66 .pod-content,
.subject-pod-100-right.subject-pod-33-66 .pod-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.6666666667%;
          flex: 0 1 66.6666666667%;
}

.subject-pod-100-left.subject-pod {
  border-top: none;
}
@media only screen and (min-width: 481px) {
  .subject-pod-100-left.subject-pod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subject-pod-100-left.parsys_column > .column, .subject-pod-100-left.parsys_column > .parsys_column {
    padding-left: 0;
  }
  .subject-pod-100-left .pod-image,
.subject-pod-100-left .pod-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .subject-pod-100-left .pod-content {
    padding: 0 0 0 24px;
  }
}
@media only screen and (max-width: 480px) {
  .subject-pod-100-left > .column, .subject-pod-100-left > .parsys_column {
    padding: 0;
  }
  .subject-pod-100-left .pod-content,
.subject-pod-100-left .pod-image {
    width: 100%;
  }
}

.subject-pod-100-right.subject-pod {
  border-top: none;
}
@media only screen and (min-width: 481px) {
  .subject-pod-100-right.subject-pod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subject-pod-100-right .pod-image,
.subject-pod-100-right .pod-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .subject-pod-100-right .pod-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
  .subject-pod-100-right .pod-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 24px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .subject-pod-100-right > .column, .subject-pod-100-right > .parsys_column {
    padding: 0;
  }
  .subject-pod-100-right .pod-content,
.subject-pod-100-right .pod-image {
    width: 100%;
  }
}

.sortedarticlelisting.section .subject-pod .mouseprint, .sortedarticlelisting.section .subject-pod .video .caption, .video .sortedarticlelisting.section .subject-pod .caption, .sortedarticlelisting.section .subject-pod .generic-form .submit-view .body-1, .generic-form .submit-view .sortedarticlelisting.section .subject-pod .body-1 {
  text-transform: uppercase;
}
.sortedarticlelisting.section .pod-title:hover {
  text-decoration: underline;
}
.sortedarticlelisting.section .subject-pod {
  border-bottom: 1px solid #3312AF;
  padding-bottom: 10px;
}
.sortedarticlelisting.section .action-items {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .sortedarticlelisting.section .subject-pod.horizont .pod-content .body-1 {
    margin-bottom: 10px;
  }
}

.colctrl-3a-33 .subject-pod .pod-image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 481px) {
  .colctrl-3a-33 .subject-pod .pod-image + .pod-content {
    padding: 0 15px;
  }
}

.colctrl-2a-50 .subject-pod .pod-image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 481px) {
  .colctrl-2a-50 .subject-pod .pod-content {
    padding: 0 15px;
  }
}

.heroBannerSlider__slideLink {
  position: relative;
  display: block;
}

.heroBannerSlider__slide picture img {
  display: block;
}

.heroBannerSlider-v1 .heroBannerSlider__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 150px);
  display: block;
}

#video2.heroBannerSlider__slideModalMain.video-iframe-modal {
  width: 80% !important;
  margin: 20px auto !important;
  overflow-y: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#video2.heroBannerSlider__slideModalMain.video-iframe-modal .modal-dialog {
  max-width: 99%;
}

.heroSectionHeader .heroSectionHeader__wraperText {
  color: #ff8900;
  font-size: 27px;
  text-align: right;
}

.heroSectionHeader .parsys_column .heroSectionHeader__wraper {
  margin: 0px;
  padding: 20px;
  padding-right: 0px;
  margin-right: 25px;
  border-bottom: 10px solid #ff8900;
}

.heroSectionHeader .parsys_column .heroSectionHeader__wraperDesc {
  margin: 0px;
  padding: 20px;
}

.heroImg-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  bottom: 0px;
}

.heroImg-caption .caption-title {
  font-weight: bold;
  font-size: 54px;
  line-height: 58px;
  text-shadow: none;
  padding: 5px;
  color: #ffffff;
  word-break: break-word;
}

.heroImg-caption .image-caption-desc.right-top {
  padding-right: 40px;
}

.heroImg-caption .image-caption-desc.right-top p,
.heroImg-caption .caption-title.right-top {
  text-align: right;
}

.heroImg-caption .caption-title.right-top {
  padding: 5px 40px;
}

.heroImg-caption .caption-title.center {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: calc(50% - 35px);
}

.heroImg-caption .image-caption-desc.center {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: calc(50% + 35px);
}

.heroImg-caption .caption-title.left-top {
  padding: 5px 40px;
}

.heroImg-caption .caption-title.left-bottom,
.heroImg-caption .caption-title.right-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
  padding: 0 40px;
}

.heroImg-caption .image-caption-desc {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-shadow: none;
}

.heroImg-caption .arrow-white-v1:after {
  padding: 15px;
  margin-left: 13px;
  top: 7px;
}

.heroImg-caption .image-caption-desc.left-top {
  padding: 5px 40px;
}

.heroImg-caption .image-caption-desc.left-bottom,
.heroImg-caption .image-caption-desc.right-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 55px;
  padding: 20px 40px;
}

.heroImg-caption .image-caption-desc p {
  text-shadow: 1px 1px #000000;
}

.heroImg-caption .caption-title.right-bottom,
.heroImg-caption .image-caption-desc.right-bottom p {
  text-align: right;
}

.heroImg-caption .img-caption-text {
  padding: 10px 0px 100px 0px;
  width: 100%;
}

.heroBannerSlider__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}

.heroSectionBackgroundContainerTop.heroSectionHeader .parsys_column .heroSectionHeader__wraper {
  border: 0px;
}

.heroSectionBackgroundContainerTop.heroSectionHeader .heroSectionHeader__wraperText {
  color: #ffffff;
}

.heroSectionBackgroundContainerTop.heroSectionHeader .parsys_column .heroSectionHeader__wraperDesc {
  color: #ffffff;
}

.heroBannerSlider__slideModalMain.modal.video-iframe-modal .video {
  max-height: 90vh;
}

.heroBannerSlider__slideModalMain.modal button.close {
  right: 1px;
  top: 2px;
  height: 41px;
  width: 45px;
  background: rgba(0, 0, 0, 0.7);
}

.heroBannerSlider__slideModalMain.modal button.close i {
  height: 27px;
  width: 27px;
}

.heroBannerSlider__slideModal {
  position: relative;
}

.heroBannerSlider__slideModalMain.modal button.close i svg path {
  fill: #ffffff;
}

.logo .overlay-modal-logo-image {
  position: fixed;
  top: 0px;
  background: rgba(225, 225, 225, 0.8);
  padding: 15px;
}

.swiper-pagination {
  text-align: right;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #BE2BBB;
  opacity: 1;
  background: transparent;
  -webkit-box-shadow: 0px 0px 3px -1px #000000;
          box-shadow: 0px 0px 3px -1px #000000;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: #BE2BBB;
  border: 2px solid #BE2BBB;
  width: 12px;
  height: 12px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom {
  bottom: 30px;
  left: auto;
  right: 30px;
  padding: 8px 40px 8px 8px;
  width: auto;
}

.swiper-pagination-fraction {
  bottom: -30px;
  left: auto;
  right: 0px;
  padding: 2px;
  width: auto;
}

.swiper-button-next,
.swiper-button-prev {
  height: 14px;
  width: 14px;
  margin-top: -25px;
  padding: 25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px;
  color: #ffffff;
}

.heroBannerSlider__slide .heroImg-caption .icon-play {
  background-color: #BE2BBB;
  position: relative;
  left: 0px;
  margin-top: 0px;
  margin-left: 0px;
  top: 5px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
}
.heroBannerSlider__slide .heroImg-caption .icon-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -45%);
          transform: translate(-35%, -45%);
}

.heroSliderBottomBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
}

.heroSliderBottomBar .heroSliderBottomBar_firstColumn {
  padding-left: 35px;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.heroSliderBottomBar .heroSliderBottomBar_firstColumn h6, .heroSliderBottomBar .heroSliderBottomBar_firstColumn .h6 {
  margin-bottom: 7px;
}

.heroSliderBottomBar .heroSliderBottomBar_firstColumn p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #4F4A4A;
}

.heroSliderBottomBar .heroSliderBottomBar_firstColumn p.title {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  color: #4F4A4A;
}

.primary-button-round {
  border-radius: 30px;
  padding: 12px 24px;
  background: #BE2BBB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: inline-block;
}

.heroSliderBottomBar_button .primary-button-round {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}

.heroSliderBottomBar_content p {
  font-size: 20px;
  font-weight: 300;
}

.heroSliderBottomBar_button {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: right;
  padding-right: 35px;
}

.heroBannerSlider__slideModalMain.video-iframe-modal .view-transcript {
  position: absolute;
  bottom: 70px;
  right: 0;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}

.heroBannerSlider__slideModalMain.video-iframe-modal .view-transcript:hover {
  border: none;
  padding: 9px 15px;
  color: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .heroImg-caption .caption-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 50px;
    padding: 3px;
  }
  .heroBannerSlider__slideModalMain.modal.video-iframe-modal .modal-content {
    height: auto !important;
  }
}
@supports not (-ms-high-contrast: none) {
  .heroBannerSlider__slideModalMain.modal.video-iframe-modal.video-grid .modal-dialog {
    margin: 0vh auto;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #video2.heroBannerSlider__slideModalMain.video-iframe-modal {
    width: 95% !important;
    margin: 20px auto !important;
    overflow-y: hidden;
    margin-right: 5px !important;
  }
  .heroSliderBottomBar {
    display: block;
    padding: 28px 30px;
  }
  .heroSliderBottomBar_button {
    text-align: left;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom {
    right: 20px;
    bottom: 15px;
  }
  .heroSliderBottomBar .heroSliderBottomBar_firstColumn p.title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 7px;
  }
  .heroSliderBottomBar .heroSliderBottomBar_firstColumn p {
    font-size: 18px;
    line-height: 22px;
  }
  .heroSliderBottomBar .heroSliderBottomBar_firstColumn {
    margin-bottom: 21px;
  }
  .heroSliderBottomBar .primary-button-round {
    margin-left: 32px;
  }
  .heroBannerSlider__slideModalMain.modal.video-iframe-modal .modal-content {
    height: auto !important;
    position: relative;
  }
  .swiper-button-next,
.swiper-button-prev {
    height: 20px !important;
    width: 20px !important;
    background-size: 18px 15px !important;
    margin-top: -33px;
    padding: 18px !important;
    border-radius: 50%;
  }
  .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px;
  }
  .heroBannerSlider__slide .heroImg-caption .icon-play {
    top: 4px;
    width: 34px;
    height: 34px;
  }
  .heroBannerSlider__slide .heroImg-caption .icon-play svg {
    width: 12px;
  }
  .heroImg-caption .caption-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 0px;
  }
  .heroImg-caption .caption-title.center {
    top: calc(50% - 40px);
    line-height: 40px;
    padding: 2px;
  }
  .heroImg-caption .image-caption-desc.center {
    top: calc(50% + 10px);
  }
  .heroImg-caption .image-caption-desc.right-top p,
.heroImg-caption .caption-title.right-top {
    padding-right: 20px;
  }
  .heroImg-caption .caption-title.left-bottom {
    padding: 0 30px;
    bottom: 42px;
  }
  .heroImg-caption .caption-title.right-bottom {
    padding: 0 30px;
    bottom: 60px;
  }
  .heroImg-caption .caption-title.left-top {
    padding: 2px 10px;
  }
  .heroImg-caption .image-caption-desc.left-top {
    padding: 2px 10px;
  }
  .heroImg-caption .image-caption-desc.left-bottom {
    padding: 0 30px;
    bottom: 35px;
  }
  .heroImg-caption .image-caption-desc.right-bottom {
    padding: 0 30px;
    bottom: 50px;
  }
  .heroImg-caption .image-caption-desc {
    padding: 0px;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 0px;
  }
  .heroImg-caption .image-caption-desc.right-top {
    padding: 2px 10px;
  }
  .heroSectionHeader .heroSectionHeader__wraperText {
    text-align: left;
  }
  .heroSectionHeader .parsys_column .heroSectionHeader__wraper {
    border-bottom: 0px;
    border-top: 10px solid #ff8900;
  }
  .heroSectionHeader .parsys_column .heroSectionHeader__wraperDesc {
    padding-top: 0px;
  }
  .heroImg-caption .img-caption-text {
    padding: 15px 0px 30px 0px;
  }
  .swiper-pagination-fraction {
    right: 0;
    bottom: -30px;
  }
}
@media only screen and (max-width: 550px) {
  .heroSliderBottomBar .primary-button-round {
    margin-left: 0px;
  }
  .heroSliderBottomBar .heroSliderBottomBar_content,
.heroSliderBottomBar .heroSliderBottomBar_firstColumn {
    padding-left: 0px;
  }
}
.swipercarousel .swiper-slide .video-modal-iframe .video,
.swipercarousel .swiper-slide .video-modal-iframe iframe,
.swipercarousel .swiper-slide .video-modal-iframe video {
  display: block;
}

.replay-icon,
.swiper-container-rtl .replay-icon {
  background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M949.2,50.5c-25.4,0-40.8,15.5-40.8,40.9V214C817.2,86.3,660.2,9.7,500,9.7C229.9,9.7,10,229.6,10,500c0,270.4,219.9,490.3,490,490.3c199.1,0,377-119,453.1-303.3c4.8-11.8,4.5-24.3-0.1-35.1c-4.5-10.9-13.2-20-24.9-24.9c-11.7-4.8-24.3-4.5-35.1,0c-10.8,4.5-20,13.2-24.9,24.9C806.4,801.6,661.8,898.3,500,898.3c-219.5,0-398.2-178.7-398.2-398.4c0-219.7,178.6-398.4,398.2-398.4c137.4,0,274.2,79.9,347.1,194.1H704.2c-25.4,0-40.8,15.5-40.8,40.9c-0.1,25.4,15.4,40.9,40.8,40.9h245c25.4,0,40.8-15.5,40.8-40.9V91.4C990,66,974.6,50.5,949.2,50.5z'/%3E%3C/g%3E%3C/svg%3E");
}

/* view transcript style in mobile */
@media screen and (max-width: 767px) {
  .heroBannerSlider__slideModalMain.video-iframe-modal .view-transcript {
    bottom: 35px;
    height: 24px;
    padding: 1px 5px;
    font-size: 12px;
  }
  .heroBannerSlider__slideModalMain.video-iframe-modal .view-transcript:hover {
    border: none;
    padding: 1px 5px;
    color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .heroBannerSlider__slideModalMain.video-iframe-modal .video,
.heroBannerSlider__slideModalMain.video-iframe-modal video {
    min-height: auto;
  }
}
/*popup video height fix*/
.heroBannerSlider__slideModalMain.video-iframe-modal .video {
  position: relative;
  width: 100%;
  height: 0;
  /* for 16:9 video */
  padding-bottom: 56.25%;
}

/* cross icon style fix */
.heroBannerSlider__slideModalMain.modal button.close {
  right: -25px;
  top: -7px;
  height: 30px;
  width: 30px;
  background: none;
}

.heroBannerSlider__slideModalMain.modal.fade.video-iframe-modal {
  padding-right: 18px !important;
}

.heroBannerSlider__slideModalMain.modal button.close i {
  height: 15px;
  width: 15px;
}

.rte h4 a, .rte .h4 a {
  text-decoration: none;
}

.bms-relaunch .subject-pod .rte p {
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 1023px) {
  .bms-relaunch .subject-pod .rte p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 768px) {
  .heroBannerSlider__slideModalMain.video-iframe-modal .video,
.heroBannerSlider__slideModalMain.video-iframe-modal video {
    min-height: auto;
  }
}
/*popup video height fix*/
.heroBannerSlider__slideModalMain.video-iframe-modal .video {
  min-height: auto;
  position: relative;
  width: 100%;
  height: 0;
  /* for 16:9 video */
  padding-bottom: 56.25%;
}

/* cross icon style fix */
.modal button.close {
  right: -25px;
  top: -7px;
  height: 30px;
  width: 30px;
  background: none;
}

.modal button.close {
  right: 0px;
  top: 0px;
}

.heroBannerSlider__slideModalMain.modal.fade.video-iframe-modal {
  padding-right: 18px !important;
}

.modal button.close i {
  height: 15px;
  width: 15px;
}

.heroBannerSlider__slideModalMain.video-iframe-modal .video,
.heroBannerSlider__slideModalMain.video-iframe-modal iframe,
.heroBannerSlider__slideModalMain.video-iframe-modal video {
  min-height: auto;
}

.heroBannerSlider__slideModalMain.video-iframe-modal .video,
.heroBannerSlider__slideModalMain.video-iframe-modal video {
  height: auto !important;
}

.autoplay-control {
  position: absolute;
  width: 26px;
  height: 26px;
  z-index: 136;
  bottom: 27px;
  right: 105px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon-svg' fill='%23be2bbb' viewBox='0 0 50 50'%3E%3Ctitle%3EPlay Icon%3C/title%3E%3Cpolygon points='20.27 33.22 20.27 16.27 34.39 24.74 20.27 33.22'/%3E%3Cpath d='M25,49A24,24,0,1,1,49,25,24,24,0,0,1,25,49ZM25,5.35A19.65,19.65,0,1,0,44.65,25,19.67,19.67,0,0,0,25,5.35Z'/%3E%3C/svg%3E");
}

.autoplay-control.pause {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23be2bbb' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M500,990C229.4,990,10,770.6,10,500S229.4,10,500,10s490,219.4,490,490S770.6,990,500,990z M500,98.2C278.1,98.2,98.2,278.1,98.2,500c0,221.9,179.9,401.8,401.8,401.8c221.9,0,401.8-179.9,401.8-401.8C901.8,278.1,721.9,98.2,500,98.2z M637.2,621.2c0,25.1-19.7,45.4-44.1,45.4c-24.3,0-44-20.3-44.1-45.3h0V378.9h0c0,0,0-0.1,0-0.1c0-25.1,19.7-45.4,44.1-45.4c24.3,0,44.1,20.3,44.1,45.4c0,0.4,0,0.7,0,1.1v240.2C637.2,620.5,637.2,620.8,637.2,621.2z M451,621.2c0,25.1-19.7,45.4-44.1,45.4c-24.3,0-44-20.3-44.1-45.3h0V378.9h0c0,0,0-0.1,0-0.1c0-25.1,19.7-45.4,44.1-45.4c24.3,0,44.1,20.3,44.1,45.4c0,0.4,0,0.7,0,1.1v240.2C451,620.5,451,620.8,451,621.2z'/%3E%3C/g%3E%3C/svg%3E");
}

.slider-with-image-below-main .base-anchor {
  font-weight: 500;
  line-height: 24px;
  color: #BE2BBB;
  font-size: 16px;
}

.slider-with-image-below-main {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider-with-image-below-main .swiper-button-prev {
  left: -50px;
}

.slider-with-image-below-main .swiper-button-next:after,
.slider-with-image-below-main .swiper-button-prev:after {
  font-size: 25px;
  color: #4F4A4A;
}

.slider-with-image-below-main .swiper-button-next {
  right: -50px;
}

.slider-with-image-below-main .swiper-button-next,
.slider-with-image-below-main .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  width: 44px;
  height: 44px;
  background-size: 17px 35px;
  top: 40%;
  background-color: transparent;
}

.slider-with-image-below-main .image-slider-content-container {
  display: block;
  margin-top: 28px;
}

.slider-with-image-below-main .image-slider-content-link {
  margin-bottom: 0px;
}

.slider-with-image-below-main .rte p {
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 24px;
}

.slider-with-image-below-main .image-slider-content-link .base-anchor {
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-with-image-below-main .image-slider-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.slider-with-image-below-main .image-slider-content-text.full-width-title-des {
  display: block;
}

.slider-with-image-below-main .swiper-slide img {
  display: block;
}

.slider-with-image-below-main .image-slider-content-title {
  width: 45%;
  padding-right: 40px;
}

.slider-with-image-below-main .image-slider-content-text.full-width-title-des .slider-with-image-below-main .image-slider-content-title {
  width: 100%;
  padding-right: 0px;
}

.slider-with-image-below-main .image-slider-content-title h3 a, .slider-with-image-below-main .image-slider-content-title .h3 a {
  font-size: 25px;
  line-height: 32px;
  color: #4F4A4A;
}

.slider-with-image-below-main .image-slider-content-title h3 a:hover, .slider-with-image-below-main .image-slider-content-title .h3 a:hover {
  color: #BE2BBB;
}

.slider-with-image-below-main .image-slider-content-desc {
  width: 55%;
  font-size: 16px;
  line-height: 24px;
}

.slider-with-image-below-main .image-slider-content-text.full-width-title-des .image-slider-content-desc {
  width: 100%;
}

.slider-with-image-below-main .swiper-pagination-bullets {
  bottom: 110px;
  left: auto;
  right: 0;
  padding: 4px 30px 4px 4px;
}

.slider-with-image-below-main .autoplay-control {
  bottom: 110px;
  right: 0px;
}

.slider-with-image-below-main .swiper-pagination-bullet {
  border: 2px solid #BE2BBB;
}

.slider-with-image-below-main .swiper-pagination-bullet-active {
  background: #BE2BBB;
}

@media only screen and (max-width: 820px) {
  .slider-with-image-below-main .swiper-button-next {
    right: -40px;
  }
  .slider-with-image-below-main .swiper-button-prev {
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-with-image-below-main {
    width: 100%;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .slider-with-image-below-main .swiper-button-next,
.slider-with-image-below-main .swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  .slider-with-image-below-main .swiper-button-next:after,
.slider-with-image-below-main .swiper-button-prev:after {
    font-size: 14px;
    color: #ffffff;
  }
  .slider-with-image-below-main .swiper-button-prev {
    left: 20px;
  }
  .slider-with-image-below-main .swiper-button-next {
    right: 20px;
  }
  .slider-with-image-below-main .image-slider-content-text {
    display: block;
  }
  .slider-with-image-below-main .image-slider-content-container {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 13px;
  }
  .slider-with-image-below-main .image-slider-content-link {
    margin-bottom: 11px;
  }
  .slider-with-image-below-main .image-slider-content-link .base-anchor {
    font-size: 16px;
    line-height: 18px;
  }
  .slider-with-image-below-main .image-slider-content-title {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 11px;
  }
  .slider-with-image-below-main .image-slider-content-title h3 a, .slider-with-image-below-main .image-slider-content-title .h3 a {
    font-size: 24px;
    line-height: 27px;
  }
  .slider-with-image-below-main .image-slider-content-desc {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
  }
  .slider-with-image-below-main .swiper-pagination-bullets {
    bottom: 180px;
    right: 0;
    padding: 4px 40px 4px 4px;
  }
  .slider-with-image-below-main .autoplay-control {
    bottom: 180px;
    right: 10px;
  }
}
@media only screen and (min-width: 1271px) {
  .slider-with-image-below-main .swiper-pagination-bullets {
    bottom: 85px;
  }
}
.heroBannerSlider-v2 .heroSliderBottomBar {
  display: block;
  background: #F5F5F5;
}
.heroBannerSlider-v2 .heroSliderBottomBar_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}
.heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_firstColumn {
  padding: 9px 33px 9px 28px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-right: 1px solid #4F4A4A;
}
.heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_firstColumn p {
  text-align: right;
  color: #BE2BBB;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1px;
}
.heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_content .rte p a {
  color: #BE2BBB;
  font-weight: 700;
}
.heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_content .rte p a:hover {
  font-weight: 700;
  color: #290628;
  text-decoration: underline;
  text-decoration-color: #290628;
}
.heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_content .heroSliderBottomBar_content-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  color: #4F4A4A;
}
.heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_content .heroSliderBottomBar_content-desc p {
  font-size: 18px;
  line-height: 24px;
  color: #4F4A4A;
  font-weight: 400;
}
.heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_content {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  padding-left: 35px;
}

@media only screen and (max-width: 767px) {
  .heroBannerSlider-v2 .heroSliderBottomBar_container {
    display: block;
  }
  .heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_firstColumn p {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    padding-bottom: 14px;
    border-bottom: 1px solid #4F4A4A;
  }
  .heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_firstColumn {
    border-right: none;
    padding: 5px 35px 0px 35px;
  }
  .heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_content {
    margin-top: 14px;
  }
  .heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_content .heroSliderBottomBar_content-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
  }
  .heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_content .heroSliderBottomBar_content-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_content,
.heroBannerSlider-v2 .heroSliderBottomBar .heroSliderBottomBar_firstColumn {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.autoplay-control {
  position: absolute;
  width: 26px;
  height: 26px;
  z-index: 136;
  bottom: 35px;
  right: 40px;
  -webkit-box-shadow: 0px 0px 4px -2px black;
          box-shadow: 0px 0px 4px -2px black;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon-svg' fill='%23be2bbb' viewBox='0 0 50 50'%3E%3Ctitle%3EPlay Icon%3C/title%3E%3Cpolygon points='20.27 33.22 20.27 16.27 34.39 24.74 20.27 33.22'/%3E%3Cpath d='M25,49A24,24,0,1,1,49,25,24,24,0,0,1,25,49ZM25,5.35A19.65,19.65,0,1,0,44.65,25,19.67,19.67,0,0,0,25,5.35Z'/%3E%3C/svg%3E");
}

.autoplay-control.pause {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23be2bbb' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M500,990C229.4,990,10,770.6,10,500S229.4,10,500,10s490,219.4,490,490S770.6,990,500,990z M500,98.2C278.1,98.2,98.2,278.1,98.2,500c0,221.9,179.9,401.8,401.8,401.8c221.9,0,401.8-179.9,401.8-401.8C901.8,278.1,721.9,98.2,500,98.2z M637.2,621.2c0,25.1-19.7,45.4-44.1,45.4c-24.3,0-44-20.3-44.1-45.3h0V378.9h0c0,0,0-0.1,0-0.1c0-25.1,19.7-45.4,44.1-45.4c24.3,0,44.1,20.3,44.1,45.4c0,0.4,0,0.7,0,1.1v240.2C637.2,620.5,637.2,620.8,637.2,621.2z M451,621.2c0,25.1-19.7,45.4-44.1,45.4c-24.3,0-44-20.3-44.1-45.3h0V378.9h0c0,0,0-0.1,0-0.1c0-25.1,19.7-45.4,44.1-45.4c24.3,0,44.1,20.3,44.1,45.4c0,0.4,0,0.7,0,1.1v240.2C451,620.5,451,620.8,451,621.2z'/%3E%3C/g%3E%3C/svg%3E");
}

@media only screen and (max-width: 767px) {
  .autoplay-control {
    bottom: 20px;
    right: 30px;
  }
}
.heroBannerSlider__photoStory .swiper-pagination-fraction {
  bottom: 20px;
  right: 0;
  padding: 0;
}
.heroBannerSlider__photoStory .swiper-pagination-fraction {
  bottom: 20px;
  right: 0;
  padding: 0;
}
.heroBannerSlider__photoStory .swiper-button-prev.swiper-button-disabled,
.heroBannerSlider__photoStory .swiper-button-next.swiper-button-disabled {
  display: none;
}
.heroBannerSlider__photoStory .swiper-button-next.swiper-next-text:after,
.heroBannerSlider__photoStory .swiper-button-prev.swiper-prev-text:after {
  font-size: 16px;
  font-family: inherit;
  color: inherit;
}
.heroBannerSlider__photoStory .swiper-button-prev.swiper-prev-text:after {
  content: "PREV";
}
.heroBannerSlider__photoStory .swiper-button-next.swiper-next-text:after {
  content: "NEXT";
}
.heroBannerSlider__photoStory .swiper-button-prev.swiper-prev-text,
.heroBannerSlider__photoStory .swiper-button-next.swiper-next-text {
  display: inline;
  position: absolute;
  background: none;
  padding: 0;
  color: #BE2BBB;
  width: 36px;
  height: 16px;
}
.heroBannerSlider__photoStory .swiper-button-prev.swiper-prev-text.swiper-button-disabled,
.heroBannerSlider__photoStory .swiper-button-next.swiper-next-text.swiper-button-disabled {
  display: inline;
  color: #4F4A4A;
}
.heroBannerSlider__photoStory .swiper-container__photoStory {
  position: relative;
  overflow: hidden;
}
.heroBannerSlider__photoStory .parsys_column.colctrl-2b-33 .photoStorySlider__text .text {
  margin-right: 30px;
}
.heroBannerSlider__photoStory .parsys_column.colctrl-2b-33 .photoStorySlider__text .text::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}
.heroBannerSlider__photoStory .parsys_column.colctrl-2b-33 .photoStorySlider__text .text::-webkit-scrollbar-thumb {
  background-color: #4F4A4A;
  border-radius: 5px;
  border-left: 1px solid #4F4A4A;
}
.heroBannerSlider__photoStory .swiper-button-separator {
  display: inline-block;
  bottom: -8px;
  position: absolute;
  left: 40px;
  font-size: 18px;
  color: #4F4A4A;
}
.heroBannerSlider__photoStory .swiper-container-fade .swiper-slide-active .swiper-slide {
  pointer-events: auto;
}
.heroBannerSlider__photoStory .heroBannerSlider__slide__caption {
  margin-top: 20px;
  padding-right: 0px;
}
.heroBannerSlider__photoStory .swiper-button-prev.swiper-prev-text,
.heroBannerSlider__photoStory .swiper-button-next.swiper-next-text {
  position: static !important;
}
.heroBannerSlider__photoStory .swiper-button-separator {
  position: static !important;
  display: inline-block !important;
  width: 10px;
  text-align: right;
}
.heroBannerSlider__photoStory .heroBannerSlider__slide .rte p:last-child {
  padding: 0 0 14px;
}
.heroBannerSlider__photoStory .heroBannerSlider__slide .rte p a {
  color: #BE2BBB;
  font-weight: 700;
}
.heroBannerSlider__photoStory .heroBannerSlider__slide .rte p a:hover {
  font-weight: 700;
  color: #290628;
  text-decoration: underline;
  text-decoration-color: #290628;
}

@media only screen and (max-width: 1023px) {
  .heroBannerSlider__photoStory .colctrl-2b-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .heroBannerSlider__photoStory .parsys_column.colctrl-2b-33 .photoStorySlider__text .text {
    margin-right: 0;
    padding-bottom: 10px;
    max-height: none !important;
  }
  .heroBannerSlider__photoStory .parsys_column.colctrl-2b-33-c0,
.heroBannerSlider__photoStory .parsys_column.colctrl-2b-33-c1 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .heroBannerSlider__photoStory .swiper-button-prev.swiper-prev-text,
.heroBannerSlider__photoStory .swiper-button-next.swiper-next-text {
    padding: 20px 0 !important;
    bottom: -10px !important;
    top: auto !important;
    width: 40px !important;
  }
  .heroBannerSlider__photoStory .swiper-button-separator {
    bottom: -8px !important;
    left: 40px !important;
    top: auto !important;
  }
}
.heroBannerSlider__photoStrip .swiper-container__photoStrip {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
}
.heroBannerSlider__photoStrip .swiper-container__photoStrip .swiper-wrapper {
  gap: 4px;
  max-height: 700px;
}
.heroBannerSlider__photoStrip .swiper-container__photoStrip .swiper-slide a.heroBannerSlider__photoStrip-link {
  width: inherit;
}
.heroBannerSlider__photoStrip .swiper-container__photoStrip .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroBannerSlider__photoStrip .swiper-container__photoStrip .swiper-slide .heroBannerSlider__photoStrip-caption {
  text-decoration: none;
  color: #4F4A4A;
  font-size: 18px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 0;
  left: 0;
  color: white;
  padding: 30px;
  min-height: 50%;
  background: linear-gradient(1turn, rgba(0, 0, 0, 0.7) 23.32%, transparent);
  width: 100%;
}
.heroBannerSlider__photoStrip .swiper-button-next,
.heroBannerSlider__photoStrip .swiper-button-prev {
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #BE2BBB;
  height: 28px;
  width: 28px;
  position: absolute;
  bottom: auto;
  top: auto;
  padding: 16px;
  right: 15px;
  left: auto;
}
.heroBannerSlider__photoStrip .swiper-button-prev,
.heroBannerSlider__photoStrip .swiper-rtl .swiper-button-next {
  left: 15px;
  right: auto;
}
.heroBannerSlider__photoStrip .swiper-button-next:after,
.heroBannerSlider__photoStrip .swiper-button-prev:after {
  font-size: 12px;
  color: #ffffff;
}

.slider-with-image-below-main .twitter-card.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.slider-with-image-below-main .twitter-card.card-wrapper .heroBannerSlider__slideLink {
  height: 100%;
}
.slider-with-image-below-main .twitter-card.card-wrapper img {
  height: 100%;
}
.slider-with-image-below-main .twitter-card.card-wrapper .person-name {
  font-weight: 700;
}
.slider-with-image-below-main .twitter-card.card-wrapper .image-text {
  position: absolute;
  bottom: 15px;
  left: 25px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.18px;
  color: #ffffff;
}
.slider-with-image-below-main .twitter-card.card-wrapper .heroBannerSlider__slide {
  width: 60%;
}
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper {
  width: 40%;
  padding: 115px 45px 40px 74px;
  background-color: #BE2BBB;
  color: #ffffff;
}
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title h3, .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title .h3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 16px;
}
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title h2, .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title .h2,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title h4,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title .h4,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title h5,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title .h5,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title h6,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title .h6,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title p {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 16px;
}
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text p {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.18px;
  margin-bottom: 70px;
}
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text h2, .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text .h2,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text h3,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text .h3,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text h4,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text .h4,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text h5,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text .h5 {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.18px;
  margin-bottom: 70px;
}
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__CTA .secondary-button {
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  background: #ffffff;
  border-radius: 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #BE2BBB;
  border: 1px solid #ffffff;
}
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__CTA .secondary-button:hover:not([disabled]) {
  background-color: transparent;
  color: #ffffff;
}

@media only screen and (max-width: 1023px) {
  .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper {
    padding: 30px 20px 20px 20px;
  }
  .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title h3, .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title .h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text h2, .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text .h2,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text h3,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text .h3,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text h4,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text .h4,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text h5,
.slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text .h5 {
    margin-bottom: 30px;
  }
  .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__CTA .secondary-button {
    padding: 7px 14px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-with-image-below-main .twitter-card.card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper {
    width: 100%;
    padding: 25px;
  }
  .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title h3, .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__title .h3 {
    font-size: 27px;
    line-height: 31px;
  }
  .slider-with-image-below-main .twitter-card.card-wrapper .text-wrapper .heroBannerSlider__text p {
    margin-bottom: 30px;
  }
  .slider-with-image-below-main .twitter-card.card-wrapper .heroBannerSlider__slide {
    width: 100%;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card {
  background: #ffffff;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.16);
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 8/5;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content {
  padding: 50px 60px;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  width: 100%;
  font-weight: 700;
  padding-bottom: 80px;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content {
    font-size: 16px;
    padding: 50px 30px;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content a {
  color: inherit;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content a:hover {
  color: #BE2BBB;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-pretitle {
  margin-bottom: 7px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-pretitle {
    margin-bottom: 4px;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-desc {
  font-weight: 400;
  font-size: 16px;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title {
  max-width: 75%;
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 48px;
  line-height: 52px;
}
@media only screen and (max-width: 1023px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title {
    font-size: 40px;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title {
    max-width: 100% !important;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title:hover i.icon.icon-page-right {
  display: inline-block;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title i.icon.icon-page-right {
  width: 25px;
  height: 25px;
  display: none;
}
@media (max-width: 767px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title i.icon.icon-page-right {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title {
    font-size: 27px;
    max-width: 90%;
    line-height: 31px;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title a {
  color: inherit;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title a:hover {
  color: inherit;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content--dark .card-content {
  color: #4F4A4A;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content--dark .card-content .card-title {
  color: #4F4A4A;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content--light {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.6)), color-stop(90%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 90%);
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content--light .card-content {
  color: #ffffff;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content--light .card-content .card-title {
  color: #ffffff;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-progress {
  position: absolute;
  bottom: 22px;
  left: 60px;
}
@media (max-width: 767px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-progress {
    left: 15px;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-progress .card-fraction {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .swiper-pagination-bullets {
  left: 90px;
  padding: 7px;
  padding-left: 20px;
  bottom: 40px;
  right: auto;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  width: 24px;
  height: 6px;
  border-radius: 6px;
  background: #757575;
  opacity: 0.4;
  margin-left: 5px;
  border: none;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.slider.heroBannerSlider.heroBannerSlider--v7 .autoplay-control {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 136;
  bottom: 20px;
  right: auto;
  left: 55px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon-svg' fill='%23ffffff' viewBox='0 0 50 50'%3E%3Ctitle%3EPlay Icon%3C/title%3E%3Cpolygon points='20.27 33.22 20.27 16.27 34.39 24.74 20.27 33.22'/%3E%3Cpath d='M25,49A24,24,0,1,1,49,25,24,24,0,0,1,25,49ZM25,5.35A19.65,19.65,0,1,0,44.65,25,19.67,19.67,0,0,0,25,5.35Z'/%3E%3C/svg%3E");
}
.slider.heroBannerSlider.heroBannerSlider--v7 .autoplay-control.pause {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M500,990C229.4,990,10,770.6,10,500S229.4,10,500,10s490,219.4,490,490S770.6,990,500,990z M500,98.2C278.1,98.2,98.2,278.1,98.2,500c0,221.9,179.9,401.8,401.8,401.8c221.9,0,401.8-179.9,401.8-401.8C901.8,278.1,721.9,98.2,500,98.2z M637.2,621.2c0,25.1-19.7,45.4-44.1,45.4c-24.3,0-44-20.3-44.1-45.3h0V378.9h0c0,0,0-0.1,0-0.1c0-25.1,19.7-45.4,44.1-45.4c24.3,0,44.1,20.3,44.1,45.4c0,0.4,0,0.7,0,1.1v240.2C637.2,620.5,637.2,620.8,637.2,621.2z M451,621.2c0,25.1-19.7,45.4-44.1,45.4c-24.3,0-44-20.3-44.1-45.3h0V378.9h0c0,0,0-0.1,0-0.1c0-25.1,19.7-45.4,44.1-45.4c24.3,0,44.1,20.3,44.1,45.4c0,0.4,0,0.7,0,1.1v240.2C451,620.5,451,620.8,451,621.2z'/%3E%3C/g%3E%3C/svg%3E");
}

.swiper-linked-globe .swiper-gallery-top, .swiper-linked-globe .swiper-gallery-thumbs {
  position: relative;
  overflow: hidden;
}

.hide-background-gradient {
  background: none !important;
}

@media only screen and (min-width: 481px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-desc {
    max-width: 75%;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card.videoslide-card .card-content .card-title {
  position: absolute;
  bottom: 80px !important;
  left: 28px;
  z-index: 3;
  max-width: 95%;
  margin: 0;
}

.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card.videoslide-card .card-content.card-content--light .card-title {
  max-width: 100%;
  width: 100%;
  bottom: 70px !important;
  left: 0;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.4);
}

.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card.videoslide-card .card-content.hide-background-gradient .card-title {
  bottom: 80px !important;
  left: 28px;
  max-width: 95%;
  background: none;
}

.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .disable-gradient {
  background: none;
}

.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content > .video {
  background: black;
}
.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content > .video .video-embed {
  height: 100%;
  padding: 0;
}

.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-progress {
  position: absolute;
  bottom: 42px;
  left: 60px;
  z-index: 3;
}

.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title:hover p {
  white-space: normal;
  overflow-wrap: break-word;
  max-width: 79vw;
}

.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title.show_arrow i.icon.icon-page-right {
  display: none;
}

.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title.show_arrow:hover p:after {
  content: " ";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="%23FFFFFF"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 24px;
  width: 35px;
  position: absolute;
  bottom: 10px;
  margin-left: 12px;
}

.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title.show_arrow:hover p:after {
  content: "";
  margin-left: 12px;
}

.slider.heroBannerSlider.heroBannerSlider--v7 .autoplay-control {
  left: 84px;
  bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-progress {
    left: 50% !important;
    -webkit-transform: translateX(-80px) !important;
            transform: translateX(-80px) !important;
    bottom: 40px;
  }
  .slider.heroBannerSlider.heroBannerSlider--v7 .autoplay-control {
    bottom: 40px;
    left: 50% !important;
    -webkit-transform: translateX(-55px) !important;
            transform: translateX(-55px) !important;
  }
  .slider.heroBannerSlider.heroBannerSlider--v7 .swiper-pagination-bullets {
    right: auto;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    left: 50%;
    padding: 5px 5px;
    text-align: center;
    min-width: calc(50% - 40px);
  }
  .slider.heroBannerSlider.heroBannerSlider--v7 .swiper-button-next, .slider.heroBannerSlider.heroBannerSlider--v7 .swiper-button-prev {
    top: auto !important;
    bottom: 35px !important;
  }
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content {
    padding-bottom: 80px !important;
  }
  .swipercarousel .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card.videoslide-card .card-content .card-title {
    bottom: 80px !important;
  }
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title.show_arrow:hover p:after {
    width: 22px;
    bottom: 3px;
  }
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title:hover p {
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100vw;
  }
}
@media only screen and (max-width: 450px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 18px;
    height: 4px;
    margin: 2px 2px 2px 6px;
    border: none;
  }
  .slider.heroBannerSlider.heroBannerSlider--v7 .autoplay-control {
    bottom: 43px;
    width: 18px;
    height: 18px;
  }
  .slider.heroBannerSlider.heroBannerSlider--v7 .swiper-pagination-bullets {
    text-align: center;
    padding: 5px 0;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .video-embed img {
  z-index: initial;
  -o-object-fit: contain;
     object-fit: contain;
}

.heroBannerSlider__slide .heroImg-caption .icon-play {
  background-color: rgba(0, 0, 0, 0.45);
  position: relative;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  top: -20px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  padding: 20px;
  font-size: 44px;
  line-height: 60px;
}

.heroBannerSlider__slide:hover .heroImg-caption .icon-play {
  background-color: #BE2BBB;
}

.heroBannerSlider__slide .heroImg-caption i.icon.icon-play:before {
  content: "\f101";
  font-family: VideoJS;
}

.heroBannerSlider__slide .heroImg-caption i.icon.icon-play svg {
  display: none;
}

.heroBannerSlider__slide.video-link.video-modal-iframe .heroImg-caption .caption-title .icon.icon-play {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title:hover p {
    max-width: 100vw;
  }
}
.slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title.show_arrow {
  position: relative;
  width: 98%;
}

@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title.show_arrow:hover p:after {
    bottom: 8px;
  }
}
@media (max-width: 768px) and (min-device-pixel-ratio: 2), (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 192dpi) {
  .slider.heroBannerSlider.heroBannerSlider--v7 .heroBannerSlider__slide.card .card-content .card-title.show_arrow:hover p:after {
    bottom: 2px;
  }
}
.slider-with-image-below-text-container .swiper-wrapper .swiper-slide .video-link .open-modal:focus:has(.video-play-icon .icon.icon-play) {
  outline: none;
}
.slider-with-image-below-text-container .swiper-wrapper .swiper-slide .video-link .open-modal:focus .video-play-icon .icon.icon-play {
  background-color: #BE2BBB;
  border: 2px solid #000000;
}

.text-field label {
  display: block;
  margin-bottom: 5px;
}
.text-field label.area-interest {
  padding: 30px 0 15px;
  margin-bottom: 0;
  color: #103655;
  font-family: "Basel Grotesk", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 31px;
}
.text-field input,
.text-field textarea {
  border: 1px solid #4F4A4A;
  font-size: 16px;
  padding: 12px;
  width: 100%;
}
.text-field input:disabled,
.text-field textarea:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.text-field input {
  height: 45px;
}
.text-field input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.text-field .form-error {
  border: 1px solid #E7000B;
}
.text-field .error-text {
  padding-left: 5px;
}

.personalinfo .text-field input,
.personalinfo .text-field textarea,
.personalinfonew .text-field input,
.personalinfonew .text-field textarea {
  border: 1px solid #A69F9F;
}

.generic-form.bms-relaunch .text-field label.area-interest {
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #4F4A4A;
  font-size: 18px;
  line-height: 24px;
}
.generic-form.bms-relaunch .text-field input,
.generic-form.bms-relaunch .text-field textarea {
  border: 1px solid #4F4A4A;
}
.generic-form.bms-relaunch .text-field input:disabled,
.generic-form.bms-relaunch .text-field textarea:disabled {
  border: 1px solid #3312AF;
  background-color: #ffffff;
}
.generic-form.bms-relaunch .text-field input {
  line-height: 22px;
}
.generic-form.bms-relaunch .text-field textarea {
  line-height: 24px;
}
.generic-form.bms-relaunch .text-field input::-webkit-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field input::-moz-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field input:-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field input::-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field input::placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field textarea::-webkit-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field textarea::-moz-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field textarea:-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field textarea::-ms-input-placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field textarea::placeholder {
  color: #4F4A4A;
  font-size: 16px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field textarea.form-error {
  background-position: top;
  background-position-x: right;
}
.generic-form.bms-relaunch .text-field label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.generic-form.bms-relaunch .text-field .form-error {
  border: 2px solid #BE2BBB;
  background: url(clientlib-site/resources/_icons/icon-error.svg) no-repeat;
  background-position: 100%;
  background-origin: content-box;
}
.generic-form.bms-relaunch span.message {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .generic-form.bms-relaunch span.message {
    font-size: 16px;
  }
}
.generic-form.bms-relaunch#ls-subscription-form .text-field .mandatory-field {
  padding-bottom: 0px;
}
.generic-form.bms-relaunch#ls-subscription-form .text-field .form-error {
  border: 2px solid #BE2BBB;
  background: none;
  background-position: none;
  background-origin: none;
}
.generic-form.bms-relaunch#ls-subscription-form .error-text.error_visible_category {
  display: block;
  padding-bottom: 15px;
}
.generic-form.bms-relaunch#ls-subscription-form .error-text .error_img {
  width: 20px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.bms-relaunch .generic-form.bms-relaunch.share-your-story-form .text-field textarea.form-error {
  background: url(clientlib-site/resources/_icons/icon-error.svg) no-repeat;
  background-position: 100% 0;
  background-origin: content-box;
}

.topic-content-collection__section {
  padding-bottom: 30px;
}
.topic-content-collection .pill__container, .topic-content-collection__button-wrapper {
  max-width: 1440px;
  margin-inline: auto;
}
.topic-content-collection .pill__container {
  padding-inline: 56px;
}
@media (width < 1024px) {
  .topic-content-collection .pill__container {
    padding-inline: 16px;
  }
}
.topic-content-collection.pill-button-sticky .pill__container--no-button {
  margin-bottom: -8px;
}
@media (min-width: 1024px) {
  .topic-content-collection.pill-button-sticky .pill__container--no-button {
    margin-bottom: -32px;
  }
}
.topic-content-collection__items {
  list-style: none;
  padding: 0 0 32px;
  margin: 0;
}
.large-list .topic-content-collection__items.topic-content-collection__items--no-button {
  padding-bottom: 0;
}
.topic-content-collection__items .topic-content-collection__item {
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .topic-content-collection__items .topic-content-collection__item {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid rgba(54, 49, 49, 0.1019607843);
  max-width: calc(1440px - 112px);
  margin: 0 auto;
  text-decoration: none;
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link {
    padding: 56px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link {
  display: grid;
  grid-template-columns: 1fr 25%;
  grid-template-rows: auto auto;
  padding: 32px 0;
  gap: 16px;
}
@media (min-width: 1024px) {
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link {
    padding: 32px 0;
  }
}
@media (width < 1024px) {
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link:not(.topic-content-collection__link--no-text) {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link:has(.topic-content-collection__link--no-text) {
  grid-template-columns: 1fr auto;
}
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link:not(:has(.topic-content-collection__description--no-text)) {
  row-gap: 8px;
}
@media (min-width: 1024px) {
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link:not(:has(.topic-content-collection__description--no-text)) {
    row-gap: 12px;
  }
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link[data-target=externalLink]::after {
  display: none;
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link:not([data-classname~=cross-site])[data-target=externalLink] .topic-content-collection__link::after {
  min-width: 14px;
  width: 14px;
  height: 14px;
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link:not([data-classname~=cross-site])[data-target=externalLink] .topic-content-collection__link--no-text::after {
  width: 15px;
  height: 15px;
}
@media (min-width: 1024px) {
  .topic-content-collection__items .topic-content-collection__item .topic-content-collection__item-link:not([data-classname~=cross-site])[data-target=externalLink] .topic-content-collection__link--no-text::after {
    width: 30px;
    height: 30px;
  }
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__heading,
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__description,
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__link {
  width: 100%;
}
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__heading,
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__description,
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link {
  margin-bottom: 0;
}
.topic-content-collection__items .topic-content-collection__item:hover, .topic-content-collection__items .topic-content-collection__item:focus-within {
  background-color: #BE2BBB;
  color: #ffffff;
}
.topic-content-collection__items .topic-content-collection__item:hover .topic-content-collection__heading,
.topic-content-collection__items .topic-content-collection__item:hover .topic-content-collection__description,
.topic-content-collection__items .topic-content-collection__item:hover .topic-content-collection__link, .topic-content-collection__items .topic-content-collection__item:focus-within .topic-content-collection__heading,
.topic-content-collection__items .topic-content-collection__item:focus-within .topic-content-collection__description,
.topic-content-collection__items .topic-content-collection__item:focus-within .topic-content-collection__link {
  color: #ffffff;
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__heading {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .topic-content-collection__items .topic-content-collection__item .topic-content-collection__heading {
    margin-bottom: 0;
    width: 25%;
    padding-right: 16px;
  }
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__heading {
    width: 100%;
  }
}
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__heading {
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.64px;
  leading-trim: both;
}
@media (min-width: 481px) and (width < 1024px) {
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__heading {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
  }
}
@media (min-width: 1024px) {
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__heading {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.8px;
  }
}
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__heading:has(+ .topic-content-collection__description--no-text) {
  padding-top: 16px;
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__description {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .topic-content-collection__items .topic-content-collection__item .topic-content-collection__description {
    margin-bottom: 0;
    width: 50%;
    padding-right: 8.33%;
  }
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__description {
    width: 100%;
    padding-right: 16px;
  }
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__link {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 481px) and (width < 1024px) {
  .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
  }
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
    width: 25%;
  }
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link {
    width: 100%;
  }
}
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link {
  grid-column: 2;
  grid-row: 1/3;
  align-self: center;
  justify-self: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link {
    padding-right: 48px;
  }
}
@media (width < 1024px) {
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link:not(.topic-content-collection__link--no-text) {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
}
.large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link.topic-content-collection__link--no-text::after {
  width: 20px;
  height: 20px;
}
@media (min-width: 1024px) {
  .large-list .topic-content-collection__items .topic-content-collection__item .topic-content-collection__link.topic-content-collection__link--no-text::after {
    width: 40px;
    height: 40px;
  }
}
.topic-content-collection__items .topic-content-collection__item .topic-content-collection__link::after {
  padding: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.topic-content-collection__button-wrapper {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .topic-content-collection__button-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (min-width: 1024px) {
  .topic-content-collection__button-wrapper {
    padding-bottom: 40px;
  }
}
@media (width < 1024px) {
  .topic-content-collection__button-wrapper a {
    gap: 0px;
  }
}

.vertical-tabs-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .vertical-tabs-section {
    display: block;
    background-color: #F5F5F5;
  }
}

.vertical-tab-left-tabcontent {
  background-color: #F5F5F5;
  margin-right: 40px;
  width: calc(23.5% - 40px);
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .vertical-tab-left-tabcontent {
    margin-right: 32px;
    width: calc(30% - 32px);
  }
}
@media only screen and (max-width: 480px) {
  .vertical-tab-left-tabcontent {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-right: 0px;
    position: relative;
    height: 50px;
    margin-bottom: 0px;
  }
}
.vertical-tab-left-tabcontent .vertical-tab-nav {
  padding: 0px;
  margin: 0px;
}
@media only screen and (max-width: 480px) {
  .vertical-tab-left-tabcontent .vertical-tab-nav {
    position: absolute;
    width: 100%;
    background: #F6F4F3;
    overflow-y: scroll;
    z-index: 9;
    padding: 0px;
  }
}
.vertical-tab-left-tabcontent .vertical-tab-nav li {
  padding: 28px;
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-bottom: 1px solid #A59F9F;
  color: #4F4A4A;
  cursor: pointer;
  display: block;
  width: 100%;
}
.vertical-tab-left-tabcontent .vertical-tab-nav li a {
  color: #4F4A4A;
}
@media only screen and (max-width: 480px) {
  .vertical-tab-left-tabcontent .vertical-tab-nav li {
    line-height: 22px;
    display: none;
    background-color: #ffffff;
    border-bottom: 1px solid #BE2BBB;
  }
}
.vertical-tab-left-tabcontent .vertical-tab-nav li:last-child {
  border-bottom: none;
}
.vertical-tab-left-tabcontent .vertical-tab-nav li.active {
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .vertical-tab-left-tabcontent .vertical-tab-nav li.active {
    padding: 0px;
    display: block;
    background-color: #F5F5F5;
    color: #BE2BBB;
  }
  .vertical-tab-left-tabcontent .vertical-tab-nav li.active:after {
    height: 10px;
    width: 10px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: border-width 0.15s ease-in-out;
    transition: border-width 0.15s ease-in-out;
    content: "";
    position: absolute;
    right: 30px;
    top: 31px;
  }
}
.vertical-tab-left-tabcontent .vertical-tab-nav.expanded li {
  display: block;
}
@media only screen and (max-width: 480px) {
  .vertical-tab-left-tabcontent .vertical-tab-nav.expanded li {
    border: 1px solid #A59F9F;
  }
}
@media only screen and (max-width: 480px) {
  .vertical-tab-left-tabcontent .vertical-tab-nav.expanded li.active {
    padding: 0px;
    background-color: #F5F5F5;
    display: block;
    color: #BE2BBB;
  }
  .vertical-tab-left-tabcontent .vertical-tab-nav.expanded li.active:after {
    height: 10px;
    width: 10px;
    border-style: solid;
    border-color: #4F4A4A;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition: border-width 0.15s ease-in-out;
    transition: border-width 0.15s ease-in-out;
    content: "";
    position: absolute;
    right: 30px;
    top: 34px;
  }
}

.vertical-tab-right-tabcontent {
  width: 76.5%;
  border-top: 1px solid #A59F9F;
  border-bottom: 1px solid #a59f9f;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .vertical-tab-right-tabcontent {
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .vertical-tab-right-tabcontent {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
}
.vertical-tab-right-tabcontent .vertical-tabcontent {
  display: none;
}
.vertical-tab-right-tabcontent .vertical-tabcontent.active {
  display: block;
  padding-top: 56px;
}
.vertical-tab-right-tabcontent .vertical-tabcontent .rte p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .vertical-tab-right-tabcontent .vertical-tabcontent .rte p {
    font-size: 18px;
  }
}
.vertical-tab-right-tabcontent .vertical-tabcontent .feature-card-row {
  max-width: 100%;
}

.vertical-tab-right-tabcontent .vertical-tabcontent > div {
  padding-right: 0;
}
@media only screen and (max-width: 480px) {
  .vertical-tab-right-tabcontent .vertical-tabcontent > div {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.vertical-tab-right-tabcontent .vertical-tabcontent > div.featurecontentcardwrapper {
  padding-right: 0px;
}
@media only screen and (max-width: 480px) {
  .vertical-tab-right-tabcontent .vertical-tabcontent > div.featurecontentcardwrapper {
    padding-right: 26px;
  }
}

.vertical-tab-left-tabcontent .vertical-tab-nav li:has(> a) {
  padding: 0px;
}

.vertical-tab-left-tabcontent .vertical-tab-nav li a {
  display: block;
  padding: 28px;
}
@media only screen and (max-width: 480px) {
  .vertical-tab-left-tabcontent .vertical-tab-nav li a {
    padding: 24px;
  }
}

.vertical-tab-right-tabcontent .vertical-tabcontent > div.latestarticlelisting {
  padding-right: 0px;
}

.vertical-tab-right-tabcontent .vertical-tabcontent > div.featurecontentrowcol, .vertical-tab-right-tabcontent .vertical-tabcontent > div.latestarticlelisting, .vertical-tab-right-tabcontent .vertical-tabcontent > div.featurecontentcard {
  padding-right: 0px;
}
@media only screen and (max-width: 480px) {
  .vertical-tab-right-tabcontent .vertical-tabcontent > div.featurecontentrowcol, .vertical-tab-right-tabcontent .vertical-tabcontent > div.latestarticlelisting, .vertical-tab-right-tabcontent .vertical-tabcontent > div.featurecontentcard {
    padding-right: 28px;
  }
}

.vertical-tab-right-tabcontent .vertical-tabcontent > div .featurecontentcard .card-with-background-color .card-image {
  padding: 30px 40px 107px 15px;
}

.vertical-tab-right-tabcontent .vertical-tabcontent > div .featurecontentscroll .featurecontentcard .card-with-image-top {
  right: 15px;
}

.vertical-tab-right-tabcontent .vertical-tabcontent > div .featurecontentscroll .featurecontentcard .card-with-background-color .card-image .card-with-image-bottom {
  margin: 10px 0px;
}

.vertical-tab-right-tabcontent .vertical-tabcontent > div .featurecontentcard .card-hover .card-image.hover .card-with-image-bottom {
  display: block;
}

.vertical-tab-right-tabcontent .vertical-tabcontent > div .featurecontentcardwrapper .card-with-background-images .frame-sub-content {
  bottom: 10px;
}

.vertical-tabcontent .card-with-background-images .frame-sub-content {
  bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .vertical-tab-right-tabcontent .vertical-tabcontent > div .featurecontentrowcol > .slider-container {
    width: 100%;
  }
}

.vertical-tab-left-tabcontent .vertical-tab-nav li:hover {
  background-color: #BE2BBB;
}

.vertical-tab-left-tabcontent .vertical-tab-nav li:hover > a {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.vertical-tab-left-tabcontent .vertical-tab-nav li:focus-within {
  background-color: #BE2BBB;
}

.vertical-tab-left-tabcontent .vertical-tab-nav li:focus-within > a {
  color: #ffffff;
  font-weight: 700;
}

.verticaltabs .featurecontentrowcol--heading {
  padding-right: 0px;
}

@media only screen and (max-width: 1024px) {
  .vertical-tabcontent > div .featurecontentrowcol > .slider-container {
    width: 100%;
  }
  .vertical-tabcontent .featurecontentcard .card-with-image-top {
    right: 15px;
  }
  .vertical-tabcontent .featurecontentcard .card-with-image-bottom {
    margin: 10px 0px;
  }
  .vertical-tabcontent .swiper-container-horizontal > .swiper-scrollbar {
    left: 0%;
    width: 100%;
    bottom: 10px;
  }
  .vertical-tabcontent .feature-card-row--container .feature-card-row--grid .featurecontentcard {
    min-width: 280px;
  }
  .vertical-tabcontent .featurecontentrowcol--heading span {
    text-align: right;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .verticaltabs.section {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-tab-right-tabcontent .vertical-tabcontent > div {
    width: 100%;
  }
  .vertical-tab-left-tabcontent .vertical-tab-nav.expanded {
    z-index: 999;
  }
  .verticaltabs.section {
    margin-left: -24px;
    margin-right: -24px;
  }
  .vertical-tab-left-tabcontent .vertical-tab-nav li:not(:first-child) a {
    padding: 18px !important;
  }
  .vertical-tab-left-tabcontent .vertical-tab-nav.expanded li.active:after {
    border-color: #4F4A4A;
  }
  .verticaltabs .latest-article-listing-v2 .featurecontentrowcol.section .swiper-slide, .verticaltabs .latest-article-listing-v2 .featurecontentrowcol.section .swiper-slide .slide-card {
    width: 74vw;
  }
  .vertical-tab-left-tabcontent .vertical-tab-nav.expanded li.active:first-child:after {
    border-color: #ffffff;
  }
  .vertical-tab-left-tabcontent .vertical-tab-nav li a {
    padding: 18px !important;
  }
  .vertical-tab-left-tabcontent .vertical-tab-nav li.active:after {
    top: 22px;
  }
  .vertical-tab-left-tabcontent .vertical-tab-nav.expanded li.active:after {
    top: 30px;
  }
  .vertical-tab-right-tabcontent .vertical-tabcontent > div .featurecontentrowcol > .slider-container {
    width: 100%;
  }
  .verticaltabs .vertical-tabcontent .featurecontentrowcol.section .swiper-slide, .verticaltabs .vertical-tabcontent .featurecontentrowcol.section .swiper-slide .slide-card {
    width: 74vw;
  }
  .vertical-tab-right-tabcontent .vertical-tabcontent > div .featurecontentcard .card-with-background-color .card-image {
    padding: 30px 40px 107px 15px;
  }
  .vertical-tabcontent .feature-card-row--container .feature-card-row--grid .featurecontentcard {
    min-width: 74vw;
  }
}
.video.ambient {
  width: calc(100% - 310px);
}
@media only screen and (max-width: 480px) {
  .video.ambient {
    width: 100%;
  }
}
.video.ambient .skip {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  border-radius: 3px;
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
  height: 44px;
  padding: 12px 15px;
  border: none;
  margin: 10px 0;
  width: auto;
}
.video.ambient .skip:hover {
  border: none;
  font-weight: 500;
}

.video-carousel {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .video-carousel {
    display: block;
  }
}
.video-carousel .video-carousel-mainContainer {
  width: calc(100% - 310px);
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-mainContainer {
    width: 100%;
  }
}
.video-carousel .video-carousel-mainContainer.initiate-slider {
  visibility: hidden;
  display: none;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-mainContainer .video-js .vjs-control-bar {
    height: 4em;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-carousel .video-carousel-mainContainer .video-js .vjs-control-bar {
    height: 4em;
  }
}
.video-carousel .video-carousel-mainContainer .bc-player-default_default.vjs-has-started .vjs-control {
  z-index: 99;
}
.video-carousel .video-carousel-mainContainer .video-carousel-slides {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.video-carousel .video-carousel-mainContainer .video-carousel-slides .videocarouselitem {
  left: -2px;
  -webkit-transform: none;
          transform: none;
}
.video-carousel .video-carousel-mainContainer .video-carousel-slides .video-embed {
  padding-bottom: 54.25%;
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow {
  text-align: center;
  width: 40px;
  height: 40px;
  top: 28%;
  display: block;
  position: absolute;
  cursor: pointer;
  border-radius: 40px;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-mainContainer .video-carousel-arrow {
    width: 25px;
    height: 25px;
  }
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow:hover {
  opacity: 0.8;
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow .a {
  fill: none;
  stroke: #ffffff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow.video-carousel-arrowdn {
  opacity: 0.5;
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow.video-carousel-arrowds {
  background-color: #363131;
  pointer-events: none;
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow .icon {
  height: 60%;
  color: #ffffff;
  margin-top: 20%;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-mainContainer .video-carousel-arrow .icon {
    margin-top: 20%;
  }
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow i.icon.icon-page-right {
  left: 6px;
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow.video-carousel-arrowright, .video-carousel .video-carousel-mainContainer .video-carousel-arrow.video-thumbnail-arrowright {
  right: 25px;
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow.video-carousel-arrowleft, .video-carousel .video-carousel-mainContainer .video-carousel-arrow.video-thumbnail-arrowleft {
  left: 25px;
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow.video-carousel-arrowright.video-thumbnail-arrowright {
  height: 35px;
  width: 35px;
}
.video-carousel .video-carousel-mainContainer .video-carousel-arrow.video-carousel-arrowleft.video-thumbnail-arrowleft {
  height: 35px;
  width: 35px;
}
.video-carousel .video-carousel-thumbnavigator {
  width: 310px;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  left: calc(100% - 315px);
  margin: 0 5px;
  position: absolute;
  top: 0;
  padding: 10px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .video-carousel .video-carousel-thumbnavigator {
    width: 330px !important;
  }
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-thumbnavigator {
    display: block;
    margin: 30px 0 0 0;
  }
}
.video-carousel .video-carousel-thumbnavigator::-webkit-scrollbar {
  width: 10px;
  background-color: #eeeeee;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-thumbnavigator::-webkit-scrollbar {
    height: 10px;
  }
}
.video-carousel .video-carousel-thumbnavigator::-webkit-scrollbar-thumb {
  background-color: #4F4A4A;
  border-radius: 5px;
  border-left: 1px solid #eeeeee;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-thumbnavigator {
    width: 100vw;
    margin-top: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: scroll;
    left: 0;
    overflow-y: hidden;
  }
}
.video-carousel .video-carousel-thumbnavigator .thumb {
  position: relative;
  width: 285px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-thumbnavigator .thumb {
    width: 280px;
    margin: 0 10px;
  }
}
.video-carousel .video-carousel-thumbnavigator .thumb.active {
  border-left: 5px solid #BE2BBB;
  padding-left: 5px;
  margin-left: 5px;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-thumbnavigator .thumb.active {
    border-left: none;
    padding-left: 0;
    border-top: 5px solid #BE2BBB;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-thumbnavigator .thumb:last-child img {
    padding-right: 10px;
  }
}
.video-carousel .video-carousel-thumbnavigator .thumb:not(.active) {
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-thumbnavigator .thumb:not(.active) {
    padding-left: 0;
    padding-top: 10px;
  }
}
.video-carousel .video-carousel-thumbnavigator .thumb .play-icon {
  top: 75px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-carousel .video-carousel-thumbnavigator .thumb .play-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -45%);
          transform: translate(-35%, -45%);
}
.video-carousel .video-carousel-thumbnavigator .thumb .play-icon svg path {
  display: block;
}
.video-carousel .video-carousel-thumbnavigator .thumb .play-icon .icon-play {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
}
.video-carousel .video-carousel-thumbnavigator .thumb .play-icon .icon-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -45%);
          transform: translate(-35%, -45%);
}
.video-carousel .video-carousel-thumbnavigator .thumb .play-icon .icon {
  margin: 0 auto;
  display: block;
  fill: #ffffff;
}
.video-carousel .video-carousel-thumbnavigator .thumb img {
  height: 150px;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .video-carousel .video-carousel-thumbnavigator .thumb img {
    width: 280px;
  }
}
.video-carousel .video-carousel-thumbnavigator .ti {
  cursor: pointer;
  width: 100%;
  line-height: 24px;
  font-size: 18px;
  padding: 10px 0;
  color: #ffffff;
  word-wrap: break-word;
}
.video-carousel .video-carousel-thumbnavigator .ti .title {
  font-weight: 700;
}
.video-carousel .video-carousel-thumbnavigator .ti .sub-title {
  font-weight: 400;
}
.video-carousel .thumb:focus {
  outline: none;
}
.video-carousel .thumb:focus .icon-play {
  background-color: #BE2BBB;
  border: 2px solid #000000;
}

.video-modal .modal-dialog {
  width: 90%;
  max-width: 1150px;
  margin: 5vh auto;
}
.video-modal .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-modal .video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal img, .video-modal video {
  width: 100%;
}
.video-modal .video-modal-content {
  padding: 25px;
}
@media only screen and (max-width: 480px) {
  .video-modal .video-modal-content {
    padding: 10px;
  }
}
.video-modal .pod-content {
  border-bottom: 1px solid #3312AF;
}
.video-modal .pod-content .body-1 a {
  color: #BE2BBB;
  font-size: 16px;
  text-decoration: none;
}
.video-modal .pod-content .body-1 a:after {
  height: 5px;
  content: "";
  padding: 7px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 2px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="#6b196b"><path d="M1 3.5C0.723858 3.5 0.5 3.72386 0.5 4C0.5 4.27614 0.723858 4.5 1 4.5V3.5ZM9.35355 4.35355C9.54882 4.15829 9.54882 3.84171 9.35355 3.64645L6.17157 0.464466C5.97631 0.269204 5.65973 0.269204 5.46447 0.464466C5.2692 0.659728 5.2692 0.976311 5.46447 1.17157L8.29289 4L5.46447 6.82843C5.2692 7.02369 5.2692 7.34027 5.46447 7.53553C5.65973 7.7308 5.97631 7.7308 6.17157 7.53553L9.35355 4.35355ZM1 4.5H9V3.5H1V4.5Z" fill="%236B196B"/></svg>');
  opacity: 0;
}
.video-modal .pod-content .body-1 a:hover:after {
  opacity: 1;
}
.video-modal .pod-content .body-1 a:hover {
  text-decoration: underline;
  color: #6b196b;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper {
  border-bottom: 4px solid #F5F5F5;
  margin: 6px 0 20px;
  position: relative;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper ul.topics-list {
  margin-top: 0px;
  padding-top: 5px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding-left: 0;
  max-width: calc(100% - 100px);
}
.video-modal .video-modal-content-v2 .tags-share-wrapper ul.topics-list li {
  display: inline-block;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper ul.topics-list li .card-topic {
  background-color: #F5F5F5;
  border: none;
  border-radius: 15px;
  padding: 5px 12px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #4F4A4A;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper ul.topics-list li a.primary-button {
  margin-top: 0px;
  background-color: #BE2BBB;
  border: 3px solid #BE2BBB;
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Basel Grotesk", sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 7px 15px;
  display: inline-block;
  letter-spacing: 0;
  height: 40px;
  margin: 10px 0;
  width: auto;
  text-decoration: none;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper ul.topics-list li a.primary-button:hover {
  background-color: #fff;
  color: #BE2BBB;
  border: 3px solid #BE2BBB;
  padding: 7px 15px;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper .video-grid-social-share {
  position: absolute;
  top: -2px;
  right: 0px;
  background: #BE2BBB;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  z-index: 3;
  border: 2px solid white;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper .video-grid-social-share .icon {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper .share-button {
  background: transparent;
  height: 42px;
  padding-top: 3px;
  border: none;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper .share-button .icon-svg {
  height: 25px;
  width: 25px;
  fill: #ffffff;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper .video-grid-social-share-buttons {
  position: absolute;
  top: -2px;
  right: 0;
  background: #ffffff;
  height: 46px;
  min-width: 115px;
  padding: 5px;
  visibility: hidden;
  text-align: center;
  -webkit-box-shadow: -3px 1px 10px rgba(0, 0, 0, 0.25);
          box-shadow: -3px 1px 10px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  padding-right: 50px;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper .video-grid-social-share-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper .video-grid-social-share-buttons a::after {
  display: none;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper .video-grid-social-share-buttons .icon {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #EDE2E2;
  margin-right: 5px;
}
.video-modal .video-modal-content-v2 .tags-share-wrapper .video-grid-social-share-buttons.open {
  visibility: visible;
}
.video-modal .video-modal-content-v2 .pod-content {
  border-bottom: none;
}
.video-modal .body-1, .video-modal .pod-title {
  padding: 10px 0;
}
.video-modal .pod-sub-title, .video-modal .phone-number-block .phone-label, .phone-number-block .video-modal .phone-label,
.video-modal .phone-number-block .phone-label p,
.phone-number-block .phone-label .video-modal p {
  padding: 0 0 10px;
}
.video-modal .mouseprint, .video-modal .video .caption, .video .video-modal .caption, .video-modal .generic-form .submit-view .body-1, .generic-form .submit-view .video-modal .body-1 {
  text-transform: uppercase;
}
.video-modal .primary-button, .video-modal .body-1 a.primary-button, .body-1 .video-modal a.primary-button {
  margin-top: 20px;
}
.video-modal .tags .pod-sub-title, .video-modal .tags .phone-number-block .phone-label, .phone-number-block .video-modal .tags .phone-label,
.video-modal .tags .phone-number-block .phone-label p,
.phone-number-block .phone-label .video-modal .tags p {
  color: #4F4A4A;
  padding: 20px 0 0;
}

.video-iframe-modal.video-grid {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@supports not (-ms-high-contrast: none) {
  .video-iframe-modal.video-grid .modal-dialog {
    margin: 5vh auto;
  }
}

.video-iframe-modal.video-grid .video-modal-content .border, .video-modal.video-grid .video-modal-content .border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .border, .video-modal.video-grid .video-modal-content .border {
    padding: 5px 5px 0 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .border, .video-modal.video-grid .video-modal-content .border {
    padding: 5px 5px 0 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.video-iframe-modal.video-grid .video-modal-content .border .left-section, .video-modal.video-grid .video-modal-content .border .left-section {
  width: 70%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 20px;
  padding-left: 0;
}
.video-iframe-modal.video-grid .video-modal-content .border .left-section a, .video-modal.video-grid .video-modal-content .border .left-section a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .border .left-section a, .video-modal.video-grid .video-modal-content .border .left-section a {
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
    display: block;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .border .left-section a, .video-modal.video-grid .video-modal-content .border .left-section a {
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .border .left-section, .video-modal.video-grid .video-modal-content .border .left-section {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .border .left-section, .video-modal.video-grid .video-modal-content .border .left-section {
    width: 100%;
    padding-bottom: 10px;
  }
}
.video-iframe-modal.video-grid .video-modal-content .border .right-section, .video-modal.video-grid .video-modal-content .border .right-section {
  width: 30%;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .border .right-section, .video-modal.video-grid .video-modal-content .border .right-section {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .border .right-section, .video-modal.video-grid .video-modal-content .border .right-section {
    width: 100%;
  }
}
.video-iframe-modal.video-grid .video-modal-content, .video-modal.video-grid .video-modal-content {
  background: #ffffff;
  color: #4F4A4A;
  padding: 25px;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content, .video-modal.video-grid .video-modal-content {
    padding: 10px 5px 15px 5px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content, .video-modal.video-grid .video-modal-content {
    padding: 10px 5px 15px 5px;
  }
}
.video-iframe-modal.video-grid .video-modal-content .title, .video-modal.video-grid .video-modal-content .title {
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .title, .video-modal.video-grid .video-modal-content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .title, .video-modal.video-grid .video-modal-content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.video-iframe-modal.video-grid .video-modal-content .desc, .video-modal.video-grid .video-modal-content .desc {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .desc, .video-modal.video-grid .video-modal-content .desc {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .desc, .video-modal.video-grid .video-modal-content .desc {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
}
.video-iframe-modal.video-grid .video-modal-content .topics-list, .video-iframe-modal.video-grid .video-modal-content .card-link-list, .video-modal.video-grid .video-modal-content .topics-list, .video-modal.video-grid .video-modal-content .card-link-list {
  list-style: none;
  padding-left: 0;
}
.video-iframe-modal.video-grid .video-modal-content .card-link-list, .video-modal.video-grid .video-modal-content .card-link-list {
  margin: 0;
}
.video-iframe-modal.video-grid .video-modal-content .card-link-list li a, .video-modal.video-grid .video-modal-content .card-link-list li a {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .card-link-list li a, .video-modal.video-grid .video-modal-content .card-link-list li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .card-link-list li a, .video-modal.video-grid .video-modal-content .card-link-list li a {
    font-size: 14px;
    line-height: 16px;
  }
}
.video-iframe-modal.video-grid .video-modal-content .heading, .video-modal.video-grid .video-modal-content .heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .heading, .video-modal.video-grid .video-modal-content .heading {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .heading, .video-modal.video-grid .video-modal-content .heading {
    font-size: 18px;
    line-height: 22px;
  }
}
.video-iframe-modal.video-grid .video-modal-content .topics-list, .video-modal.video-grid .video-modal-content .topics-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 4px solid #F5F5F5;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .topics-list, .video-modal.video-grid .video-modal-content .topics-list {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .topics-list, .video-modal.video-grid .video-modal-content .topics-list {
    font-size: 12px;
    line-height: 16px;
  }
}
.video-iframe-modal.video-grid .video-modal-content .topics-list li, .video-modal.video-grid .video-modal-content .topics-list li {
  display: inline-block;
}
.video-iframe-modal.video-grid .video-modal-content .topics-list + .border, .video-modal.video-grid .video-modal-content .topics-list + .border {
  padding-top: 30px;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .topics-list + .border, .video-modal.video-grid .video-modal-content .topics-list + .border {
    padding: 5px 5px 0 5px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .topics-list + .border, .video-modal.video-grid .video-modal-content .topics-list + .border {
    padding: 5px 5px 0 5px;
  }
}
.video-iframe-modal.video-grid .video-modal-content .card-topic, .video-modal.video-grid .video-modal-content .card-topic {
  background-color: #F5F5F5;
  border: none;
  border-radius: 15px;
  padding: 5px 12px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #4F4A4A;
}
@media only screen and (max-width: 480px) {
  .video-iframe-modal.video-grid .video-modal-content .card-topic, .video-modal.video-grid .video-modal-content .card-topic {
    margin-bottom: 5px;
    padding: 5px 8px;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal.video-grid .video-modal-content .card-topic, .video-modal.video-grid .video-modal-content .card-topic {
    margin-bottom: 5px;
    padding: 5px 8px;
  }
}

.video-modal-content.video-modal-content-v2 {
  color: #4F4A4A;
}

.social-share-links {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 16px;
  line-height: 30px;
  font-size: 20px;
  color: #e9fcf8;
  z-index: 10;
  cursor: pointer;
}
.social-share-links .icon {
  pointer-events: none;
}
.social-share-links .icon:focus, .social-share-links .icon:focus-visible {
  outline: none;
}

.share-button {
  background: transparent;
}
.share-button svg {
  pointer-events: none;
}
.share-button svg path {
  fill: #ffffff;
}
.share-button svg circle {
  fill: #595454;
}

.social-share-buttons {
  position: absolute;
  right: 20px;
  top: 0;
  min-width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-share-buttons svg {
  pointer-events: none;
}

.social-share-buttons a {
  display: inline-block;
  background: #ffffff;
  right: 40px;
  font-size: 30px;
  float: left;
  text-align: center;
  padding: 3px;
  visibility: hidden;
  line-height: 20px;
}
.social-share-buttons a i {
  width: 25px;
  height: 25px;
}
.social-share-buttons a i path, .social-share-buttons a i circle {
  fill: #595454;
}

.social-share-buttons a::after {
  display: none !important;
}

.social-share-buttons.open a {
  visibility: visible;
}

.social-share-page--alignment {
  position: relative;
  float: right;
  right: 100px;
  z-index: 8;
  top: 0px;
  width: 56px;
  height: 80px;
}
.social-share-page--alignment .social-share-page--container {
  position: absolute;
  display: inline-block;
  background: white;
  border: 1px solid white;
  border-radius: 56px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.social-share-page--alignment .social-share-page--btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  width: 56px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #BE2BBB;
}
.social-share-page--alignment .social-share-page--btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-share-page--alignment .social-share-page--btn .icon.icon-close svg {
  height: 14px;
}
.social-share-page--alignment .social-share-page--btn .icon svg fill {
  fill: white;
}
.social-share-page--alignment .social-share-page--icon-list {
  list-style: none;
  padding: 0;
  margin: 11px 0 3px 0;
}
.social-share-page--alignment .social-share-page--icon a {
  display: inline-block;
  margin: 7px;
  font-size: 10px;
  line-height: 18px;
  text-decoration: none;
  color: #4F4A4A;
  text-align: center;
  margin-top: 3px;
}
.social-share-page--alignment .social-share-page--icon a .icon {
  width: 38px;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #EDE2E2;
}
.social-share-page--alignment .social-share-page--icon a:hover .icon {
  background: #BE2BBB;
}
.social-share-page--alignment .social-share-page--icons {
  width: 54px;
}
.social-share-page--alignment .social-share-page--icon a svg path {
  fill: #595454;
}
.social-share-page--alignment .social-share-page--icon a:hover svg path {
  fill: #ffffff;
}
.social-share-page--alignment .like-btn-page--container {
  position: absolute;
  display: inline-block;
  right: 80px;
  top: 0;
}
.social-share-page--alignment .like-btn, .social-share-page--alignment .like-btn__filled {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  width: 56px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #A59F9F;
  background: #ffffff;
}
.social-share-page--alignment .like-btn:hover, .social-share-page--alignment .like-btn__filled:hover {
  border: 1px solid #BE2BBB;
}
.social-share-page--alignment .like-btn__filled {
  border: 1px solid #BE2BBB;
}
.social-share-page--alignment .like-btn .icon, .social-share-page--alignment .like-btn__filled .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-share-page--alignment .like-btn .icon svg, .social-share-page--alignment .like-btn__filled .icon svg {
  height: 24px;
}
.social-share-page--alignment .like-count {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #4F4A4A;
  text-align: center;
  margin-top: 4px;
}

.social-share-page--editmode {
  position: relative;
  height: 20px;
  top: -40px;
  float: none;
  right: 0;
  width: auto;
}
.social-share-page--editmode .social-share-page--container {
  right: 50px;
}
.social-share-page--editmode .like-btn-page--container {
  right: 130px !important;
}

.site-article-v2 .social-share-page--alignment {
  z-index: 8;
}

@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .social-share-page--alignment {
    right: 70px;
    bottom: 10px;
  }
  .social-share-page--alignment .social-share-page--container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .social-share-page--alignment {
    right: 70px;
    bottom: 10px;
  }
  .social-share-page--alignment .social-share-page--container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    bottom: 24px;
  }
}
.social-share-position-static {
  position: relative;
  top: 0 !important;
  right: 0 !important;
  padding-top: 10px;
}
@media only screen and (max-width: 1023px) and (min-width: 481px) {
  .social-share-position-static {
    bottom: -10px;
    top: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .social-share-position-static {
    bottom: -6px;
    top: auto !important;
  }
}

.social-share-position-static + .section-parallax {
  clear: both;
}

.container.padding-top-0 {
  padding-top: 0 !important;
}

.vjs-dock-text {
  display: block !important;
}

.video-iframe-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-iframe-modal:not(.show) {
  display: none !important;
}
.video-iframe-modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.video-iframe-modal .modal-content {
  font-size: 0;
}
.video-iframe-modal .modal-dialog {
  background: none;
  margin: 0;
}
.video-iframe-modal iframe, .video-iframe-modal video, .video-iframe-modal .video {
  border: none;
  width: 100%;
}
@media only screen and (min-width: 481px), only screen and (max-width: 1023px) and (min-width: 481px) {
  .video-iframe-modal iframe, .video-iframe-modal video, .video-iframe-modal .video {
    min-height: 500px;
    height: auto;
  }
}

.video.center .video-overlay-image img {
  width: auto;
}

.video-embed {
  position: relative;
  padding: 0px;
  padding-bottom: 56.25%;
  height: 0;
}
.video-embed iframe, .video-embed .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-embed.video-src {
  padding: 0;
  height: auto;
}
.video .center {
  max-width: 100%;
  margin: 0 auto;
  display: table;
  text-align: left;
}
.video .caption {
  color: #4F4A4A;
  font-weight: 500;
  margin: 10px auto;
  padding: 0 0 15px;
  text-align: left;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.3px;
}
.video .video-overlay-image {
  position: relative;
  cursor: pointer;
}
.video .video-overlay-image img {
  width: 100%;
  height: auto;
}
.video .video-modal-iframe iframe, .video .video-modal-iframe video, .video .video-modal-iframe .video {
  display: none;
}
.video .icon-play {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  fill: #ffffff;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.video .icon-play svg {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-35%, -45%);
          transform: translate(-35%, -45%);
}

.parsys_column .parsys_column .video.section {
  min-height: 1px;
}

.d-none {
  display: none;
}

.site-survivorship .bms-relaunch .video {
  line-height: 0;
}

.video:hover .icon-play {
  background: #BE2BBB;
}

.video-overlay:hover .icon-play {
  background: #BE2BBB;
}

.video-top--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
@media only screen and (max-width: 480px) {
  .video-top--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .video-top--block .video-description-block {
    width: 100%;
    margin-top: 20px;
  }
}
.video-top--block .video-description-block .rte p {
  font-size: 18px;
  line-height: 24px;
}
.video-top--block .video-transcript-block {
  width: 65%;
  color: #BE2BBB;
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
@media only screen and (max-width: 480px) {
  .video-top--block .video-transcript-block {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}
.video-top--block .video-transcript-block .arrow {
  position: absolute;
  top: 10px;
  right: 13px;
}
.video-top--block .video-transcript-block .arrow:after {
  position: relative;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #BE2BBB;
  left: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.video-top--block .video-transcript-block .arrow:before {
  position: relative;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #BE2BBB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
}
.video-top--block .video-transcript-block .arrow.open:before {
  right: -7px;
}
.video-top--block .video-transcript-block .arrow.open:after {
  right: -1px;
  left: auto;
}
@media only screen and (max-width: 480px) {
  .video-top--block .video-transcript-block .arrow {
    right: auto;
    margin-left: 20px;
    top: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .video-top--block {
    display: block;
  }
}

.video-bottom--block {
  display: none;
}
.video-bottom--block .rte tr:nth-child(even) td {
  background: transparent;
}
.video-bottom--block .rte tr td {
  background: transparent;
}
.video-bottom--block .box {
  padding: 0px;
  margin-bottom: 30px;
}
.video-bottom--block .box .box-center-content {
  padding: 15px 15px 40px 15px;
}
.video-bottom--block.active {
  display: block;
}
.video-bottom--block .view_transcript_hide {
  display: inline-block;
  float: right;
  text-align: right;
  position: relative;
  padding-right: 25px;
  color: #BE2BBB;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .video-bottom--block .view_transcript_hide {
    margin-right: 20px;
  }
}
.video-bottom--block .view_transcript_hide .arrow {
  position: absolute;
  top: 9px;
  right: 10px;
}
.video-bottom--block .view_transcript_hide .arrow:after {
  position: relative;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #BE2BBB;
  left: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.video-bottom--block .view_transcript_hide .arrow:before {
  position: relative;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #BE2BBB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2px;
}
.video-bottom--block .view_transcript_hide .arrow.open:before {
  right: -7px;
}
.video-bottom--block .view_transcript_hide .arrow.open:after {
  right: -1px;
  left: auto;
}
@media only screen and (max-width: 480px) {
  .video-bottom--block .view_transcript_hide .arrow {
    right: auto;
    margin-left: 20px;
    top: 8px;
  }
}

.video-padding {
  padding-left: 56px;
  padding-right: 56px;
}
@media only screen and (max-width: 480px) {
  .video-padding {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.video-playicon-bottom .video--title {
  position: absolute;
  top: auto;
  bottom: 65px;
  left: 80px;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .video-playicon-bottom .video--title {
    bottom: 35px;
  }
}

.video-playicon-bottom .vjs-big-play-button {
  width: 50px !important;
  height: 50px !important;
  line-height: 1.7em !important;
  border-radius: 50% !important;
  font-size: 2.2em !important;
  top: auto !important;
  bottom: 50px !important;
  left: 50px !important;
}
@media only screen and (max-width: 480px) {
  .video-playicon-bottom .vjs-big-play-button {
    bottom: 20px !important;
  }
}

.video-playicon-bottom.video .icon-play {
  top: auto;
  bottom: 50px !important;
  left: 50px !important;
}
@media only screen and (max-width: 480px) {
  .video-playicon-bottom.video .icon-play {
    bottom: 20px !important;
  }
}

.site-contain.bms-relaunch.full-width .container .bgcolorcontainer.bgcolorcontainer-div-first .box .box-center-content, .site-contain.bms-relaunch .site-contain.bms-relaunch.site-nav .container .bgcolorcontainer.bgcolorcontainer-div-first .box .box-center-content {
  padding: 0 56px 55px;
}

@media (min-width: 1024px) {
  .video-top--block .video-transcript-block {
    margin-left: auto;
    padding: 0 30px 24px 50px;
  }
}
.video-overlay-image a:focus {
  outline: none;
}
.video-overlay-image a:focus .icon-play {
  background-color: #BE2BBB;
  border: 2px solid #000000;
}

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