@font-face {
  font-family: Whitney;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/fonts/Whitney-Medium_Web.woff2) format("woff2"),
    url(./assets/fonts/Whitney-Medium_Web.woff) format("woff");
}
@font-face {
  font-family: Whitney;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./assets/fonts/Whitney-Semibld_Web.woff2) format("woff2"),
    url(./assets/fonts/Whitney-Semibld_Web.woff) format("woff");
}
@font-face {
  font-family: Whitney;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./assets/fonts/Whitney-Bold_Web.woff2) format("woff2"),
    url(./assets/fonts/Whitney-Bold_Web.woff) format("woff");
}
@font-face {
  font-family: Whitney;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/fonts/Whitney-MediumItal_Web.woff2) format("woff2"),
    url(./assets/fonts/Whitney-MediumItal_Web.woff) format("woff");
}
@font-face {
  font-family: Whitney;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(./assets/fonts/Whitney-SemibldItal_Web.woff2) format("woff2"),
    url(./assets/fonts/Whitney-SemibldItal_Web.woff) format("woff");
}
@font-face {
  font-family: Whitney;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(./assets/fonts/Whitney-BoldItal_Web.woff2) format("woff2"),
    url(./assets/fonts/Whitney-BoldItal_Web.woff) format("woff");
}
@font-face {
  font-family: Saa Series C D;
  src: url(./assets/fonts/Saa-Series-C-Standard-D.woff2) format("woff2"),
    url(./assets/fonts/Saa-Series-C-Standard-D.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Saa Series D D;
  src: url(./assets/fonts/Saa-Series-D-Standard-D.woff2) format("woff2"),
    url(./assets/fonts/Saa-Series-D-Standard-D.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Saa Series E D;
  src: url(./assets/fonts/Saa-Series-E-Standard-D.woff2) format("woff2"),
    url(./assets/fonts/Saa-Series-E-Standard-D.woff) format("woff");
  font-weight: 400;
  font-style: normal;
} /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*/ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  tab-size: 4;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
    Noto Sans, sans-serif, Segoe UI, Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  font-family: Whitney, ui-sans-serif, system-ui, -apple-system, Segoe UI,
    Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  line-height: 1.5;
}
body {
  font-family: inherit;
  line-height: inherit;
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #767576;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #767576;
}
button,
[role="button"] {
  cursor: pointer;
}
:-moz-focusring {
  outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:before,
:after {
  border-color: #e6e7e8;
}
:root {
  --tw-divide-x-reverse: 0;
  --tw-divide-y-reverse: 0;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-space-x-reverse: 0;
  --tw-space-y-reverse: 0;
}
* {
  font: inherit;
  line-height: inherit;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  background-color: #fff;
  font-size: 16px;
}
body {
  color: #3b3d3f;
}
svg {
  fill: currentColor;
}
[type="checkbox"],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="file"],
[type="month"],
[type="number"],
[type="password"],
[type="radio"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
textarea,
select {
  -webkit-appearance: none;
  appearance: none;
}
[type="checkbox"],
[type="date"],
[type="datetime-local"],
[type="email"],
[type="file"],
[type="month"],
[type="number"],
[type="password"],
[type="radio"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
textarea,
select {
  background-color: transparent;
}
[type="number"] {
  -moz-appearance: textfield;
}
[type="checkbox"],
[type="radio"] {
  vertical-align: middle;
}
[type="checkbox"],
[type="radio"] {
  flex-shrink: 0;
}
[type="checkbox"],
[type="radio"] {
  display: inline-block;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="checkbox"],
[type="radio"] {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type="checkbox"],
[type="radio"] {
  background-origin: border-box;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
[type="file"] {
  border-width: 0px;
  padding: 0;
  border-radius: 0;
  background: unset;
  border-color: inherit;
  font-size: unset;
}
select {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
select[multiple] {
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  margin: 0;
}
template,
[hidden] {
  display: none;
}
body :focus {
  outline: 2px solid #0076a0;
  outline-offset: 3px;
  -moz-outline-radius: 3px;
}
body :focus:not(:focus-visible) {
  outline: none !important;
}
body > img {
  position: absolute;
  left: -100px;
}
:root {
  --reach-accordion: 1;
}
:root {
  --reach-combobox: 1;
}
:root {
  --reach-listbox: 1;
}
:root {
  --reach-tabs: 1;
}
:root {
  --reach-dialog: 1;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 60.4375rem) {
  .container {
    max-width: 60.4375rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 75.875rem) {
  .container {
    max-width: 75.875rem;
  }
}
#footer-market-index {
  min-height: 188px;
}
.fa-search-hero {
  min-height: 120px;
}
.fa-search-full-bleed {
  min-height: 234px;
}
.fa-search-right-rail {
  min-height: 240px;
}
[data-widget="accolades"] {
  min-height: 522px;
}
@media (min-width: 45rem) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #footer-market-index {
    min-height: 118px;
  }
  .fa-search-hero {
    min-height: 48px;
  }
  .fa-search-full-bleed {
    min-height: 178px;
  }
  .fa-search-right-rail {
    min-height: 184px;
  }
  [data-widget="accolades"] {
    min-height: 432px;
  }
}
@media (min-width: 75.875rem) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .wide-container {
    max-width: 63.125rem;
  }
  #footer-market-index {
    min-height: 59px;
  }
  .fa-search-hero {
    min-height: 48px;
  }
  ,
  .fa-search-full-bleed {
    min-height: 280px;
  }
  .fa-search-right-rail {
    min-height: 248px;
  }
  [data-widget="accolades"] {
    min-height: 457px;
  }
}
.heading-1 {
  font-weight: 700;
  line-height: 1.125;
  font-size: 3.5rem;
  letter-spacing: -1px;
}
.heading-2 {
  font-weight: 700;
  line-height: 1.125;
  font-size: 2.75rem;
}
.heading-3 {
  font-weight: 700;
  line-height: 1.125;
  font-size: 2.25rem;
}
.heading-4 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
}
.heading-5 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.125rem;
}
.heading-6 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1rem;
}
.global-header {
  height: 4rem;
}
@media (min-width: 75.875rem) {
  .global-header {
    min-height: 110px;
  }
}
.btn {
  background-color: transparent;
  border-width: 2px;
  border-color: transparent;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 1.125rem;
  white-space: nowrap;
}
.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.btn:disabled {
  cursor: default;
  opacity: 0.75;
}
.btn-dark {
  background-color: #3b3d3f;
  border-color: #3b3d3f;
  color: #f5f5f5;
}
.btn-dark:hover {
  background-color: #767576;
  border-color: #767576;
}
.btn-primary {
  background-color: #3b3d3f;
  border-color: #3b3d3f;
  color: #fff;
}
.btn-primary:hover {
  background-color: #767576;
  border-color: #767576;
}
.btn-primary:active {
  background-color: #000;
  border-color: #000;
}
.btn-secondary {
  background-color: #fff;
  border-color: #3b3d3f;
  color: #3b3d3f;
}
.btn-secondary:hover {
  color: #767576;
  border-color: #767576;
}
.btn-tertiary {
  background-color: #fff;
  color: #0076a0;
}
.btn-warning {
  background-color: #fad141;
  color: #3b3d3f;
}
.btn-warning:hover {
  background-color: #fde57f;
}
.btn-tiles {
  background-color: #e0eef3;
  border-color: #e0eef3;
  padding: 0.6rem 2rem 0.6rem 0.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  border-width: 2px;
  font-size: 1.125rem;
}
.step-one + .btn-tiles.webform-actions,
.step-one + input + .btn-tiles.webform-actions {
  justify-content: flex-end;
}
.btn-tiles.redesign:hover {
  background-color: #e0eef3;
  border-color: #e0eef3;
  text-decoration: none;
  cursor: default;
}
.btn-tiles i {
  position: absolute;
  right: 1rem;
}
.animate-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
}
.animate-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.animate-btn:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0px;
  content: "";
  transition: all 0.3s;
  z-index: -1;
}
.animate-btn:hover:before {
  width: 100%;
}
.animate-btn-warning:before {
  background-color: #fcdb60;
}
.animate-btn-primary:before {
  background-color: #767576;
}
.animate-bar {
  animation-name: animateWidth;
  animation-duration: 2s;
}
.card {
  background-color: #fff;
  display: block;
  border-color: #cdcccb;
  border-width: 1px;
  position: relative;
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.card-body {
  display: block;
  padding: 1rem;
}
.card-img-top,
.card-img-bottom {
  display: block;
}
.card-img-top,
.card-img-bottom {
  object-fit: cover;
}
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img-top {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.card-img-bottom {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.card-hover:hover {
  border-width: 1px;
  border-color: transparent;
  box-shadow: 0 0 0 2px #3b3d3f;
}
.card-hover:hover .circle {
  background-color: #fad141;
}
.card-hover p {
  line-height: 1.25;
}
.event-card {
  padding-bottom: 39rem;
  padding-top: 2rem;
}
.event-card + div {
  margin-top: -44rem;
}
@media (min-width: 45rem) {
  .event-card {
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    padding-bottom: 20rem;
    padding-top: 2rem;
  }
  .event-card + div {
    margin-top: -26rem;
  }
}
@media (min-width: 75.875rem) {
  .event-card {
    -ms-grid-row-span: auto;
    grid-row-end: auto;
    height: auto;
  }
  .event-card + div {
    max-width: 705px;
    margin-top: -18rem;
  }
}
.event-card-single {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-bottom: 22rem;
  -ms-grid-row-span: 7;
  grid-row-end: 7;
}
.event-card-single + div {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 45rem) {
  .event-card-single {
    -ms-grid-row-span: 7;
    grid-row-end: 7;
    padding-bottom: 15rem;
  }
  .event-card-single + div {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 75.875rem) {
  .event-card-single + div {
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
.form-input {
  background-color: #fff;
  border-color: #cdcccb;
  border-width: 1px;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
}
.form-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-input:focus {
  border-color: #0076a0;
}
.form-input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.form-input:focus {
  --tw-ring-offset-width: 0px;
}
.form-input:focus {
  --tw-ring-inset: inset;
}
.form-textarea {
  background-color: #fff;
  border-color: #cdcccb;
  border-width: 1px;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
}
.form-textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-textarea:focus {
  border-color: #0076a0;
}
.form-textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.form-textarea:focus {
  --tw-ring-offset-width: 0px;
}
.form-textarea:focus {
  --tw-ring-inset: inset;
}
.form-select {
  background-repeat: no-repeat;
  background-color: #fff;
  border-color: #cdcccb;
  border-width: 1px;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.25rem;
}
.form-select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-select:focus {
  border-color: #0076a0;
}
.form-select:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.form-select:focus {
  --tw-ring-offset-width: 0px;
}
.form-select:focus {
  --tw-ring-inset: inset;
}
.form-select {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23929492'%3e %3cpath d='M11.93 15.75h.02c.2.01.42-.06.58-.22l5.86-5.86a.75.75 0 10-1.06-1.06l-5.4 5.4-5.4-5.4a.75.75 0 10-1.06 1.06l5.86 5.86c.16.16.38.24.6.22z'/%3e %3c/svg%3e");
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}
.form-select.expanded {
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23929492'%3e %3cpath d='M11.93 8.25h.02a.75.75 0 01.58.22l5.86 5.86a.75.75 0 11-1.06 1.06l-5.4-5.4-5.4 5.4a.75.75 0 01-1.06-1.06l5.86-5.86a.75.75 0 01.6-.22z'/%3e %3c/svg%3e");
}
.form-checkbox {
  border-width: 2px;
  border-color: #cdcccb;
  height: 1.5rem;
  border-radius: 0.25rem;
  width: 1.5rem;
}
.form-checkbox:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-checkbox:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.form-checkbox:checked {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-color: #767576;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e %3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e %3c/svg%3e");
}
.form-radio {
  border-width: 2px;
  border-color: #cdcccb;
  height: 1.5rem;
  border-radius: 9999px;
  width: 1.5rem;
}
.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-radio:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.form-radio:checked {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-color: #767576;
  background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e %3ccircle cx='8' cy='8' r='3'/%3e %3c/svg%3e");
}
.form-range {
  -webkit-appearance: none;
  appearance: none;
}
.form-range::-moz-range-track {
  display: flex;
}
.form-range::-ms-track {
  display: flex;
}
.responsive-grid {
  grid-gap: 1.5rem;
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
}
@media (min-width: 45rem) {
  .responsive-grid {
    -ms-grid-columns: (minmax(0, 1fr)) [8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 75.875rem) {
  .responsive-grid {
    -ms-grid-columns: (minmax(0, 1fr)) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 45rem) {
  .tabs-grid-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-grid-rows: (minmax(0, 1fr)) [3];
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-template-areas: "tabs-grid-1-a tabs-grid-1-b" "tabs-grid-1-a tabs-grid-1-c" "tabs-grid-1-d tabs-grid-1-e";
  }
  .tabs-grid-1 > .grid-area-a {
    grid-area: tabs-grid-1-a;
  }
  .tabs-grid-1 > .grid-area-b {
    grid-area: tabs-grid-1-b;
  }
  .tabs-grid-1 > .grid-area-c {
    grid-area: tabs-grid-1-c;
  }
  .tabs-grid-1 > .grid-area-d {
    grid-area: tabs-grid-1-d;
  }
  .tabs-grid-1 > .grid-area-e {
    grid-area: tabs-grid-1-e;
  }
  .tabs-grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-grid-rows: (minmax(0, 1fr)) [4];
    grid-template-rows: repeat(4, minmax(0, 1fr));
    grid-template-areas: "tabs-grid-2-a tabs-grid-2-b" "tabs-grid-2-a tabs-grid-2-b" "tabs-grid-2-c tabs-grid-2-d" "tabs-grid-2-e .";
  }
  .tabs-grid-2 > .grid-area-a {
    grid-area: tabs-grid-2-a;
  }
  .tabs-grid-2 > .grid-area-b {
    grid-area: tabs-grid-2-b;
  }
  .tabs-grid-2 > .grid-area-c {
    grid-area: tabs-grid-2-c;
  }
  .tabs-grid-2 > .grid-area-d {
    grid-area: tabs-grid-2-d;
  }
  .tabs-grid-2 > .grid-area-e {
    grid-area: tabs-grid-2-e;
  }
}
@media (min-width: 45rem) {
  .tabs-grid-2 > .grid-area-a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .tabs-grid-2 > .grid-area-b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .tabs-grid-2 > .grid-area-c {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .tabs-grid-2 > .grid-area-d {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .tabs-grid-2 > .grid-area-e {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (min-width: 45rem) {
  .tabs-grid-1 > .grid-area-a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .tabs-grid-1 > .grid-area-b {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .tabs-grid-1 > .grid-area-c {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .tabs-grid-1 > .grid-area-d {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .tabs-grid-1 > .grid-area-e {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (min-width: 75.875rem) {
  .tabs-grid-1 {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -ms-grid-rows: (minmax(0, 1fr)) [2];
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-areas: "tabs-grid-1-a tabs-grid-1-b tabs-grid-1-c" "tabs-grid-1-a tabs-grid-1-d tabs-grid-1-e";
  }
  .tabs-grid-2 {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -ms-grid-rows: (minmax(0, 1fr)) [3];
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-template-areas: "tabs-grid-2-a tabs-grid-2-b tabs-grid-2-c" "tabs-grid-2-a tabs-grid-2-b tabs-grid-2-d" ". tabs-grid-2-e .";
  }
  .tabs-grid-1 > .grid-area-a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .tabs-grid-1 > .grid-area-b {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .tabs-grid-1 > .grid-area-c {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .tabs-grid-1 > .grid-area-d {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .tabs-grid-1 > .grid-area-e {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .tabs-grid-2 > .grid-area-a {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .tabs-grid-2 > .grid-area-b {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .tabs-grid-2 > .grid-area-c {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .tabs-grid-2 > .grid-area-d {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .tabs-grid-2 > .grid-area-e {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
.rich-text > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 1rem;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.rich-text p {
  line-height: 1.5;
  font-size: 1.125rem;
}
.rich-text ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.rich-text ul li {
  line-height: 1.5;
  margin-left: 1.5rem;
  font-size: 1.125rem;
}
.rich-text ol {
  list-style-type: decimal;
  padding-left: 2.75rem;
  font-size: 1.125rem;
}
.rich-text dl dd {
  margin-left: 2.5rem;
  margin-bottom: 0.75rem;
}
.rich-text dl dt {
  font-weight: 700;
}
.rich-text h1 {
  font-weight: 700;
  line-height: 1.125;
  font-size: 3.5rem;
  letter-spacing: -1px;
}
.rich-text h2 {
  font-weight: 700;
  line-height: 1.125;
  font-size: 2.75rem;
}
.rich-text h3 {
  font-weight: 700;
  line-height: 1.125;
  font-size: 1.75rem;
}
.rich-text h4 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
}
@media (min-width: 20.9375rem) {
  .rich-text h1.rich-text h4 {
    line-height: 2.5 rem;
    font-size: 2.25rem;
  }
}
.rich-text h5 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.125rem;
}
.rich-text h6 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1rem;
}
.rich-text strong {
  font-weight: 700;
}
.rich-text a:not(.btn) {
  font-weight: 600;
  color: #0076a0;
  text-decoration: underline;
}
.rich-text a:hover {
  text-decoration: none;
}
.rich-text em {
  font-style: italic;
}
.rich-text table td,
.rich-text table th {
  border-color: #e6e7e8;
}
.rich-text table td,
.rich-text table th {
  border-width: 1px;
}
.rich-text table td,
.rich-text table th {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.rich-text table td,
.rich-text table th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.rich-text table th {
  background-color: #f5f5f5;
}
.rich-text blockquote {
  background-color: #f5f5f5;
  display: inline-block;
  padding: 1.25rem;
  border-radius: 0.25rem;
}
.rich-text blockquote footer {
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #767576;
}
.rich-text .italic-font {
  font-style: italic;
}
.rich-text .center-align,
.rich-text .text-align-center {
  text-align: center;
}
.rich-text .align-left {
  display: flex;
}
.step-one + .rich-text .align-left.webform-actions,
.step-one + input + .rich-text .align-left.webform-actions {
  justify-content: flex-end;
}
.rich-text .align-left {
  justify-content: flex-start;
}
.rich-text .align-center img,
.rich-text .align-center iframe {
  margin-left: auto;
  margin-right: auto;
}
.rich-text .align-right {
  display: flex;
}
.step-one + .rich-text .align-right.webform-actions,
.step-one + input + .rich-text .align-right.webform-actions {
  justify-content: flex-end;
}
.rich-text .align-right {
  justify-content: flex-end;
}
.rich-text .paragraph {
  clear: both;
}
.rich-text .align-center {
  display: flex;
}
.step-one + .rich-text .align-center.webform-actions,
.step-one + input + .rich-text .align-center.webform-actions {
  justify-content: flex-end;
}
.rich-text .step-one + .flex.webform-actions,
.rich-text .step-one + input + .flex.webform-actions {
  justify-content: flex-end;
}
.rich-text .align-center {
  align-items: center;
  justify-content: center;
}
.rich-text .sub-heading {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.125rem;
  margin-top: 2.5rem;
}
.rich-text.bio-rich-text > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 2.25rem;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.rich-text.bio-rich-text-redesign > :not([hidden]) ~ :not([hidden]) {
  margin-top: -1.25rem;
}
.rich-text .text-align-right {
  text-align: right;
}
.rich-text .text-align-left {
  text-align: left;
}
.rich-text.footer-disclaimers p {
  font-size: 0.75rem;
}
.online-acess-align {
  text-align: left;
}
@media (min-width: 45rem) {
  .online-acess-align {
    text-align: center;
  }
}
.language-switcher .language-link {
  display: none;
  opacity: 0.75;
}
.language-switcher .language-link.is-active {
  display: block;
  opacity: 1;
}
.language-switcher.is-active {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: 0;
  position: absolute;
  background-color: #fff;
  left: 0;
  overflow: hidden;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  top: 1.75rem;
  z-index: 50;
}
.language-switcher.is-active .language-link {
  display: block;
  padding: 0.25rem;
  margin: 0.75rem;
}
.language-switcher.is-active .language-link:hover {
  opacity: 1;
}
.language-switcher.is-active .language-link:hover {
  text-decoration: underline;
}
.language-switcher.is-active .language-link:hover {
  background-color: #f5f5f5;
}
.language-switcher.is-active .language-link:focus {
  opacity: 1;
}
.language-container[focus-within] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.language-container:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.language-container {
  width: 10.6rem;
}
.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step-one + .accordion-button.webform-actions,
.step-one + input + .accordion-button.webform-actions {
  justify-content: flex-end;
}
.accordion-button {
  text-align: left;
  width: 100%;
}
.accordion-button:after {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 1em;
  max-height: 1.5rem;
  width: 100%;
  max-width: 1.5rem;
}
.accordion-button[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.accordion .accordion-trigger[aria-expanded="false"] {
  border-color: #3b3d3f;
}
.accordion .accordion-trigger[aria-expanded="false"]:hover {
  border-color: #fad141;
}
.accordion .accordion-trigger[aria-expanded="true"] {
  border-bottom-width: 2px;
  border-color: #fad141;
}
.accordion-panel .mega-menu-link:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0;
}
.accordion-panel .mega-menu-link:last-child:hover {
  box-shadow: none;
}
[data-reach-combobox-popover] {
  z-index: 110 !important;
}
[data-reach-combobox-list] {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-reach-combobox-option] {
  cursor: pointer;
}
[data-reach-combobox-option][aria-selected="true"],
[data-reach-combobox-option]:hover {
  background-color: #f5f5f5;
}
[data-reach-combobox-option][aria-selected="true"]:hover {
  background-color: #e6e7e8;
}
[data-reach-combobox-option] [data-user-value] {
  font-weight: 600;
}
[data-reach-listbox-popover] {
  position: absolute;
  display: block;
  min-width: min-content;
  z-index: 101 !important;
}
[data-reach-listbox-popover][hidden] {
  display: none;
}
[data-reach-listbox-option] {
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-reach-listbox-option][aria-selected="true"] {
  background-color: #f5f5f5;
}
[data-reach-listbox-group-label] {
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tooltip {
  background-color: #fff;
  display: flex;
}
.step-one + .tooltip.webform-actions,
.step-one + input + .tooltip.webform-actions {
  justify-content: flex-end;
}
.tooltip {
  align-items: center;
  pointer-events: none;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  color: #3b3d3f;
  font-size: 0.9375rem;
  white-space: nowrap;
  filter: drop-shadow(0 5px 10px rgba(59, 61, 63, 0.28));
}
.nav-tabs [data-reach-tab][data-selected] {
  border-color: #0076a0;
  color: #3b3d3f;
}
.nav-tabs-item:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.nav-tabs-item:focus {
  --tw-ring-inset: inset;
}
.nav-tabs-item:focus {
  --tw-ring-offset-width: 0px;
}
.nav-tabs-item {
  border-bottom: 3px solid transparent;
}
.nav-tabs-item[aria-expanded="true"] {
  border-color: #3b3d3f;
}
.nav-tabs-item:hover,
.nav-tabs-item:focus {
  border-color: #3b3d3f;
}
.home-tabs [data-reach-tab][data-selected] {
  position: relative;
  border-color: #0076a0;
  border-bottom-width: 4px;
  padding-top: 8px;
  top: 3px;
}
.home-tabs [data-reach-tab][data-selected]:hover {
  background-color: #e6e7e8;
}
[data-reach-dialog-overlay] {
  background: #0006;
  position: fixed;
  width: 100%;
  inset: 0;
  overflow: auto;
  z-index: 100;
}
@media (min-width: 20.9375rem) {
  [data-reach-dialog-content].popped {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5rem;
    height: auto;
    width: 91.666667%;
  }
}
[data-reach-dialog-content] {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1.25rem;
}
@media (min-width: 45rem) {
  [data-reach-dialog-content] {
    width: auto;
    height: auto;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.75rem 1.25rem;
  }
}
@media (min-width: 75.875rem) {
  [data-reach-dialog-content] {
    margin-top: 7rem;
    padding: 1.75rem 2rem;
  }
}
.mega-menu-link {
  border-bottom-width: 1px;
  border-color: #e6e7e8;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.mega-menu-link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mega-menu-link:hover,
.mega-menu-link:focus {
  border-color: #3b3d3f;
}
.mega-menu-link:hover,
.mega-menu-link:focus {
  box-shadow: 0 2px #3b3d3f;
}
.mega-menu-link.active {
  border-color: #fad141;
  box-shadow: 0 2px #fad141;
}
.mega-menu-container {
  column-count: 2;
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
  column-fill: balance;
}
@media (min-width: 75.875rem) {
  .mega-menu-container {
    column-count: 4;
  }
}
.mega-menu-container > * {
  padding-bottom: 1.25rem;
  page-break-inside: avoid;
  break-inside: avoid;
}
.table-striped tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.table-container {
  font-size: 1.125rem;
}
.table-container > div {
  margin-bottom: 2rem;
  width: 100%;
  overflow-x: auto;
  border-width: 2px;
  border-color: #cdcccb;
  padding: 1rem 0.5rem;
}
.table-container table tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.table-container table {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.table-container table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.table-container table thead th {
  border-width: 0px;
  border-bottom-width: 2px;
  border-color: #3b3d3f;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 700;
}
.table-container table tbody tr td {
  border-style: none;
  padding: 0.5rem 1rem;
}
.table-container table tbody tr:last-child {
  background-color: #fff;
}
.table-container table tbody tr:last-child td {
  padding-bottom: 0.25rem;
}
@media (min-width: 45rem) {
  .table-container > div {
    margin-bottom: 0;
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }
  .table-container > div:not(:last-child) table {
    border-right-width: 1px;
    border-color: #e6e7e8;
  }
  .table-container table thead th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.75rem;
  }
  .table-container table tbody tr td {
    padding: 1rem 1.25rem;
  }
  .table-container {
    display: flex;
    border-width: 2px;
    border-color: #cdcccb;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 45rem) {
  .table-container {
    justify-content: flex-end;
  }
}
.normal-table table td,
.normal-table table th {
  padding: 0.75rem;
  text-align: left;
}
.normal-table table th {
  border-bottom-width: 2px;
  font-weight: 700;
  border-bottom-color: #000;
}
.normal-table tbody th {
  border-bottom-width: 0px;
}
.normal-table tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.normal-table tr.table-cta {
  background-color: #fff;
}
.normal-table.fixed-table table td,
.normal-table.fixed-table table th {
  background-color: #fff;
  padding-right: 2rem;
  padding-left: 3rem;
}
.normal-table.fixed-table table td,
.normal-table.fixed-table table th {
  min-width: 150px;
}
.normal-table.fixed-table table td:first-child,
.normal-table.fixed-table table th:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
}
.normal-table.fixed-table table td:first-child,
.normal-table.fixed-table table th:first-child {
  filter: drop-shadow(0 29px 10px rgba(59, 61, 63, 0.28));
}
.normal-table.fixed-table tr:nth-child(2n) td,
.normal-table.fixed-table tr:nth-child(2n) th {
  background-color: #f5f5f5;
}
.ej-table a:not(.btn) {
  font-weight: 600;
  color: #0076a0;
  text-decoration: underline;
}
.ej-table .span-wrapper a {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.ej-table a:hover {
  text-decoration: none;
}
.ej-table em {
  font-style: italic;
}
.expand,
.collapse {
  position: relative;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
}
.expand,
.collapse {
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
}
.expand:after,
.collapse:after {
  position: absolute;
  display: block;
  height: 0.125rem;
  width: 0.5rem;
  background-color: currentColor;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.expand:before {
  position: absolute;
  display: block;
  height: 0.5rem;
  width: 0.125rem;
  background-color: currentColor;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-error input {
  background-color: #fdf4f5;
}
.form-error input + span {
  background-color: #fdf4f5;
  border-color: #c91d31;
}
.section-info a,
.input-label a {
  font-weight: 600;
  color: #0076a0;
  text-decoration: underline;
}
.social-icon:hover svg path {
  fill: #767576;
}
.timeline-vertical {
  position: relative;
}
.timeline-vertical:before {
  content: "";
  width: 1px;
  left: -1px;
  top: 1.2rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
  background-color: #cdcccb;
}
.timeline-vertical:after {
  content: "";
  left: -6px;
  position: absolute;
  top: 0.25rem;
  z-index: 10;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: #fff;
  background-color: #fad141;
}
.timeline-vertical:last-child:before {
  background: none;
}
.pagination {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
}
.page-item {
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.page-prev,
.page-next {
  display: flex;
}
.step-one + .page-prev.webform-actions,
.step-one + .page-next.webform-actions,
.step-one + input + .page-prev.webform-actions,
.step-one + input + .page-next.webform-actions {
  justify-content: flex-end;
}
.page-prev,
.page-next {
  font-weight: 700;
}
.page-prev,
.page-next {
  align-items: center;
}
.page-prev,
.page-next {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.page-prev,
.page-next {
  color: #0076a0;
}
.page-prev:hover,
.page-next:hover {
  text-decoration: underline;
}
.page-prev.disabled,
.page-next.disabled {
  color: #767576;
  cursor: default;
  text-decoration: none;
}
.page-prev i,
.page-next i {
  position: relative;
}
.page-prev i,
.page-next i {
  top: 1px;
}
.page-link {
  display: block;
  border-width: 2px;
  border-color: transparent;
  height: 1.5rem;
  border-radius: 9999px;
  text-align: center;
  width: 1.5rem;
}
.page-link:focus,
.page-link:hover {
  border-color: #0076a0;
}
.page-item.active > .page-link:not(:hover):not(:focus) {
  border-color: #3b3d3f;
}
.skip-nav-link {
  font-weight: 700;
  display: inline-block;
  line-height: 1.25;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.9375rem;
}
.skip-nav-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.skip-nav-link-container {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.skip-nav-link-container[focus-within] {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  display: flex;
  justify-content: center;
}
.skip-nav-link-container:focus-within {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  display: flex;
  justify-content: center;
}
.step-one + .skip-nav-link-container[focus-within].webform-actions,
.step-one + input + .skip-nav-link-container[focus-within].webform-actions {
  justify-content: flex-end;
}
.step-one + .skip-nav-link-container:focus-within.webform-actions,
.step-one + input + .skip-nav-link-container:focus-within.webform-actions {
  justify-content: flex-end;
}
.skip-nav-link-container .step-one + .flex.webform-actions,
.skip-nav-link-container .step-one + input + .flex.webform-actions {
  justify-content: flex-end;
}
.skip-nav-link-container[focus-within] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.skip-nav-link-container:focus-within {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.specific-disclaimer a {
  font-weight: 600;
  color: #0076a0;
  text-decoration: underline;
}
.specific-disclaimer a:hover {
  text-decoration: none;
}
.specific-disclaimer p {
  padding-bottom: 0.625rem;
}
.graph-disclaimer a {
  font-weight: 600;
  color: #0076a0;
}
.graph-disclaimer a:hover {
  text-decoration: underline;
}
.disclaimer-class ul {
  list-style-type: disc;
}
@media (min-width: 20.9375rem) {
  .disclaimer-class ul {
    margin-left: 32px;
  }
}
@media (min-width: 75.875rem) {
  .disclaimer-class ul {
    margin-left: 48px;
  }
}
.disclaimer-class ol {
  list-style-type: decimal;
}
@media (min-width: 20.9375rem) {
  .disclaimer-class ol {
    margin-left: 32px;
  }
}
@media (min-width: 75.875rem) {
  .disclaimer-class ol {
    margin-left: 48px;
  }
}
.disclaimer-class ol li {
  padding-left: 0.25rem;
}
.disclaimer-class em {
  font-style: italic;
}
.gallery-card:nth-of-type(4n) > div {
  border-right: none;
}
@media (min-width: 45rem) {
  .gallery-card:nth-of-type(1) > div,
  .gallery-card:nth-of-type(2) > div,
  .gallery-card:nth-of-type(3) > div,
  .gallery-card:nth-of-type(4) > div {
    border-top: none;
  }
}
.prefix-infographic-icon {
  padding-left: 43px;
  display: block;
  position: relative;
  margin-bottom: 0.375rem;
}
div.prefix-infographic-icon,
p.prefix-infographic-icon,
span.prefix-infographic-icon {
  padding-top: 0.25rem;
}
.prefix-infographic-icon:before {
  display: flex;
}
.step-one + .prefix-infographic-icon:before .webform-actions,
.step-one + input + .prefix-infographic-icon:before .webform-actions {
  justify-content: flex-end;
}
.prefix-infographic-icon:before {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #0076a0;
  text-align: center;
  color: #fff;
  content: "";
  left: 0;
  top: 0;
  flex: 0 0 32px;
}
.prefix-infographic-icon:after {
  content: "";
  left: 0.625rem;
  top: 0.75rem;
  position: absolute;
  border-color: #fff;
  border-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  display: inline-block;
  padding: 0.25rem;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
h1.prefix-infographic-icon:before {
  top: 18px;
}
h1.prefix-infographic-icon:after {
  top: 30px;
}
h2.prefix-infographic-icon:before {
  top: 0.625rem;
}
h2.prefix-infographic-icon:after {
  top: 22px;
}
h3.prefix-infographic-icon:before {
  top: 0;
}
h3.prefix-infographic-icon:after {
  top: 0.75rem;
}
h4.prefix-infographic-icon {
  line-height: 32px;
}
h4.prefix-infographic-icon:before {
  top: 0;
}
h4.prefix-infographic-icon:after {
  top: 0.75rem;
}
h5.prefix-infographic-icon {
  line-height: 28px;
}
h5.prefix-infographic-icon:before {
  top: -0.12rem;
}
h5.prefix-infographic-icon:after {
  top: 0.625rem;
}
h6.prefix-infographic-icon {
  line-height: 32px;
}
h6.prefix-infographic-icon:after {
  top: 0.75rem;
}
.scroll-anchor {
  scroll-margin-top: 16px;
}
.stretched-link:after {
  position: absolute;
  inset: 0;
  content: "";
}
.link-with-left-arrow,
.link-with-right-arrow,
.link-with-new-window {
  display: inline-flex;
  align-items: center;
}
.link-with-left-arrow,
.link-with-right-arrow,
.link-with-new-window {
  font-weight: 600;
}
.link-with-left-arrow,
.link-with-right-arrow,
.link-with-new-window {
  color: #0076a0;
}
.link-with-left-arrow:hover,
.link-with-right-arrow:hover,
.link-with-new-window:hover {
  text-decoration: underline;
}
.link-with-left-arrow:before,
.link-with-right-arrow:after,
.link-with-new-window:after {
  width: 1rem;
}
.link-with-left-arrow:before,
.link-with-right-arrow:after,
.link-with-new-window:after {
  height: 0.75rem;
}
.link-with-left-arrow:before,
.link-with-right-arrow:after,
.link-with-new-window:after {
  color: #0076a0;
}
.link-with-left-arrow:before,
.link-with-right-arrow:after,
.link-with-new-window:after {
  background-size: contain;
  background-repeat: no-repeat;
}
.link-with-left-arrow:before,
.link-with-right-arrow:after,
.link-with-new-window:after {
  background-position: center 1px;
  content: "";
}
.link-with-left-arrow:before {
  background-image: url("data:image/svg+xml, %3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.42 10.24L3.17 6l4.25-4.24L6 .34.35 6 6 11.66l1.42-1.42z' fill='%230076A0' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.link-with-right-arrow:after {
  background-image: url("data:image/svg+xml, %3Csvg width='8' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.35 10.24l1.42 1.42L7.42 6 1.77.34.35 1.76 4.6 6 .35 10.24z' fill='%230076A0' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.link-with-new-window:after {
  background-position: 5px;
  background-image: url("data:image/svg+xml, %3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.38 5.62a.75.75 0 110 1.5h-7.5a.5.5 0 00-.5.5v12.5a.5.5 0 00.5.5h12.5a.5.5 0 00.5-.5v-7.5a.75.75 0 011.5 0v7.5a2 2 0 01-2 2H3.88a2 2 0 01-2-2V7.62a2 2 0 012-2zm10-3.75a.77.77 0 01.42.13.75.75 0 01.1.1l-.07-.08a.75.75 0 01.3.6v-.07 5.7a.75.75 0 11-1.5 0V4.43L9.4 15.65a.75.75 0 01-.98.08l-.08-.08a.75.75 0 010-1.06L19.57 3.37h-3.82a.75.75 0 01-.74-.64l-.01-.1a.75.75 0 01.75-.76z' fill='%230076A0' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.no-underline-hover:hover {
  text-decoration: none;
}
.thumb-mask {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
}
.thumb-img {
  height: auto;
  width: 100%;
  border-radius: inherit;
}
@supports (object-fit: cover) {
  .thumb-img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.location-tracker:hover svg path,
.location-tracker.active svg path {
  fill: #0076a0;
  stroke: #0076a0;
}
:root {
  --pic-blue: #8bbdd9;
  --pic-purple: #b0adda;
  --pic-green: #79d3be;
  --pic-yellow: #fad141;
  --pic-dark-purple: #514396;
  --pic-dark-green: #02a68b;
  --pic-dark-orange: #ee755a;
  --pic-orange: #f9af94;
}
.pic-blue .color-eyebrow,
.pic-blue .icon-container {
  background-color: #8bbdd9;
  background-color: var(--pic-blue);
}
.pic-blue .sub-section,
.pic-blue .accordion-trigger[aria-expanded="true"] {
  border-color: #8bbdd9;
  border-color: var(--pic-blue);
}
.pic-purple .color-eyebrow,
.pic-purple .icon-container {
  background-color: #b0adda;
  background-color: var(--pic-purple);
}
.pic-purple .sub-section,
.pic-purple .accordion-trigger[aria-expanded="true"] {
  border-color: #b0adda;
  border-color: var(--pic-purple);
}
.pic-green .color-eyebrow,
.pic-green .icon-container {
  background-color: #79d3be;
  background-color: var(--pic-green);
}
.pic-green .sub-section,
.pic-green .accordion-trigger[aria-expanded="true"] {
  border-color: #79d3be;
  border-color: var(--pic-green);
}
.pic-yellow .color-eyebrow,
.pic-yellow .icon-container {
  background-color: #fad141;
  background-color: var(--pic-yellow);
}
.pic-yellow .sub-section,
.pic-yellow .accordion-trigger[aria-expanded="true"] {
  border-color: #fad141;
  border-color: var(--pic-yellow);
}
.pic-dark-purple .color-eyebrow,
.pic-dark-purple .icon-container {
  background-color: #514396;
  background-color: var(--pic-dark-purple);
}
.pic-dark-purple .sub-section,
.pic-dark-purple .accordion-trigger[aria-expanded="true"] {
  border-color: #514396;
  border-color: var(--pic-dark-purple);
}
.pic-dark-green .color-eyebrow,
.pic-dark-green .icon-container {
  background-color: #02a68b;
  background-color: var(--pic-dark-green);
}
.pic-dark-green .sub-section,
.pic-dark-green .accordion-trigger[aria-expanded="true"] {
  border-color: #02a68b;
  border-color: var(--pic-dark-green);
}
.pic-dark-orange .color-eyebrow,
.pic-dark-orange .icon-container {
  background-color: #ee755a;
  background-color: var(--pic-dark-orange);
}
.pic-dark-orange .sub-section,
.pic-dark-orange .accordion-trigger[aria-expanded="true"] {
  border-color: #ee755a;
  border-color: var(--pic-dark-orange);
}
.pic-orange .color-eyebrow,
.pic-orange .icon-container {
  background-color: #f9af94;
  background-color: var(--pic-orange);
}
.pic-orange .sub-section,
.pic-orange .accordion-trigger[aria-expanded="true"] {
  border-color: #f9af94;
  border-color: var(--pic-orange);
}
.callout-light .callout-text {
  font-size: 1.125rem;
  color: #3b3d3f;
}
.callout-light .callout-btn {
  background-color: #3b3d3f;
  border-color: #3b3d3f;
  color: #fff;
}
.callout-light .callout-btn:hover {
  background-color: #767576;
  border-color: #767576;
}
.callout-light .callout-btn:active {
  background-color: #000;
  border-color: #000;
}
.callout-light .btn:focus {
  outline: 2px solid #3b3d3f;
  outline-offset: 3px;
  box-shadow: none;
}
.callout-light em {
  font-style: italic;
}
.callout-dark .callout-text {
  font-size: 1.125rem;
  color: #fff;
}
.callout-dark .callout-btn {
  background-color: #fad141;
  color: #3b3d3f;
}
.callout-dark .callout-btn:hover {
  background-color: #fde57f;
}
.callout-dark .btn:focus {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  box-shadow: none;
}
.callout-dark em {
  font-style: italic;
}
@media (min-width: 20.9375rem) {
  .sm\: h-130 {
    height: 26.75rem;
  }
}
.centennial-hero-bg {
  height: 29rem;
}
@media (min-width: 45rem) {
  .md\: h-75 {
    height: 19rem;
  }
  .centennial-hero-bg {
    height: 27.5rem;
  }
}
@media (min-width: 75.875rem) {
  .centennial-hero-bg {
    height: 30.7rem;
  }
}
.chart-container .circle {
  fill: none;
  stroke-width: 3;
  transform-origin: center;
  animation: progress 3s ease-out forwards;
}
.circle-bg {
  fill: none;
  stroke: #02255e;
  stroke-width: 3;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.circular-chart .circle {
  stroke: #c48817;
}
.circular-chart .circle.two {
  stroke: #fff;
}
.h-136 {
  height: 31rem;
}
.submit-btn {
  width: 100%;
}
.modal-width {
  max-width: 335px;
}
.scroll-margin-form {
  scroll-margin-top: 50px;
}
@media (min-width: 45rem) {
  .submit-btn {
    width: 470px;
  }
  .modal-width {
    max-width: 535px;
  }
  .scroll-margin-form {
    scroll-margin-top: 400px;
  }
}
@media (min-width: 75.875rem) {
  .submit-btn {
    width: 440px;
  }
  .modal-width {
    max-width: 800px !important;
  }
  .scroll-margin-form {
    scroll-margin-top: 200px;
  }
}
.drawer-shadow:before {
  pointer-events: none;
  position: absolute;
  top: -155px;
  content: "";
  width: 100%;
  height: 155px;
  display: block;
  background: #fff;
  background: linear-gradient(180deg, #eee0, #fff);
}
.drawer-expander {
  transform: translateY(-100%);
}
.drawer-content {
  transition: all 1s ease-in-out;
}
.drawer-content.expanded {
  transform: translateY(-100%);
}
.rte-error-msg > * {
  font-size: 1.125rem !important;
  font-weight: 500 !important;
}
.formdrawer-close {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.dark_gold {
  background-color: #fad141;
}
.white {
  background-color: #fff;
}
.light_gold {
  background-color: #fde57f;
}
.light_gray {
  background-color: #767576;
}
.black {
  color: #3b3d3f;
}
.thank-modal {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 20.9375rem) {
  [data-reach-dialog-content].popped.thank-modal {
    margin-top: 0;
  }
}
.scroll-margin-drawer {
  scroll-margin-top: 400px;
}
.lifeEventList .list {
  border-radius: 9999px;
  height: 2.5rem;
  width: 2.5rem;
  border-width: 4px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.lifeEventList .list:before {
  background-color: #fad141;
  position: absolute;
  content: "";
  top: 13px;
  left: -70px;
  min-width: 70px;
  height: 4px;
  z-index: -1;
}
.lifeEventList .list:first-child:before {
  display: none;
}
.lifeEventCard {
  width: 100%;
  min-height: 255px;
}
.selectionText {
  line-height: 1.25;
  font-size: 1.125rem;
  font-weight: 700;
  width: 6rem;
}
.event-modal-width {
  max-width: 340px;
}
.life-event-button {
  width: 100%;
}
@media (min-width: 45rem) {
  .lifeEventList .list:before {
    background-color: #fad141;
    position: absolute;
    content: "";
    top: 13px;
    left: -167px;
    min-width: 167px;
    height: 4px;
    z-index: -1;
  }
  .selectionText {
    line-height: 1.5;
    font-size: 1.125rem;
    font-weight: 700;
    width: 8rem;
  }
  .event-modal-width {
    max-width: 721px;
  }
  .life-event-button {
    min-width: 310px;
    max-width: 360px;
  }
  .life-event-subtext {
    min-height: 115px;
  }
}
@media (min-width: 75.875rem) {
  .lifeEventList .list:before {
    background-color: #fad141;
    position: absolute;
    content: "";
    top: 13px;
    left: -212px;
    min-width: 210px;
    height: 4px;
    z-index: -1;
  }
  .lifeEventCard {
    width: 801px;
    min-height: 255px;
  }
  .event-modal-width {
    max-width: 1007px;
  }
  .life-event-button {
    min-width: 310px;
    max-width: 360px;
  }
}
.milestone-vertical {
  position: relative;
}
.milestone-vertical:before {
  content: "";
  width: 2px;
  left: 1px;
  top: 1.2rem;
  background: #727478;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.milestone-vertical:after {
  content: "";
  left: -6px;
  background-color: #727478;
  border-color: #727478;
  position: absolute;
  top: 0.25rem;
  z-index: 10;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
}
.milestone-vertical:last-child:before {
  background: none;
}
@media (min-width: 20.9375rem) {
  .micro-engagement .tile {
    height: 165px;
    background-color: #f2f2f2;
  }
}
@media (min-width: 75.875rem) {
  .micro-engagement .tile {
    height: 284px;
  }
}
.micro-engagement .tile .lets-discuss {
  line-height: 18px;
}
.micro-engagement .tile .tile-desc {
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.micro-engagement .tile .tile-heading-tmg {
  transition: all 0.3s ease-in-out;
}
.micro-engagement .tile p {
  transform: translate(-100%);
  transition: all 0.3s ease-in-out !important;
  font-size: 22px;
  line-height: 28px;
}
.micro-engagement .tile:before {
  content: "";
  position: absolute;
  top: -155%;
  left: -107%;
  background-color: #3b3d3f;
  width: 143%;
  height: 155%;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.micro-engagement .tile.in-view:before {
  top: -26%;
  left: -26%;
}
.micro-engagement .tile.in-view p {
  height: auto;
  opacity: 1;
  color: #fff;
  transform: translate(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.micro-engagement .tile.in-view .tile-heading-tmg {
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.micro-engagement .tile.in-view .lets-discuss {
  color: #fad141;
  top: 70%;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 1rem;
  font-size: 20px;
}
.tile-heading {
  font-size: 32px;
}
.link-text {
  font-size: 20px;
  line-height: 18px;
}
.helpful-tile:after {
  content: "";
  position: absolute;
  top: -300%;
  left: -120%;
  background-color: #3b3d3f;
  width: 500px;
  height: 500px;
  border-radius: 9999px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .helpful-tile:hover .tile-heading,
  .helpful-tile:focus .tile-heading,
  .helpful-tile:hover,
  .helpful-tile:focus,
  .helpful-tile:after,
  .helpful-tile:hover:after,
  .helpful-tile:focus:after,
  .helpful-tile:hover p,
  .helpful-tile:focus p,
  .helpful-tile:hover .stretched-link,
  .helpful-tile:focus .stretched-link {
    transition: all 0.3s ease-in-out;
  }
  .helpful-tile:hover .tile-heading,
  .helpful-tile:focus .tile-heading,
  .helpful-tile:hover,
  .helpful-tile:focus,
  .helpful-tile:after,
  .helpful-tile:hover:after,
  .helpful-tile:focus:after,
  .helpful-tile:hover p,
  .helpful-tile:focus p,
  .helpful-tile:hover .stretched-link,
  .helpful-tile:focus .stretched-link {
    cursor: pointer;
  }
  .helpful-tile.hover:after {
    top: -265%;
    left: -95%;
    transition: all 0.3s ease-in-out;
  }
  .helpful-tile:hover:after,
  .helpful-tile:focus:after {
    top: -97%;
    left: -6%;
  }
  .helpful-tile:hover .tile-heading,
  .helpful-tile:focus .tile-heading {
    color: #fff;
  }
  .helpful-tile:hover .tile-heading,
  .helpful-tile:focus .tile-heading {
    top: 20%;
  }
  .helpful-tile:hover .link-text,
  .helpful-tile:focus .link-text {
    color: #fad141;
  }
}
.helpful-tile.in-view:after {
  top: -97%;
  left: -6%;
}
.helpful-tile.in-view .tile-heading {
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.helpful-tile.in-view .link-text {
  color: #fad141;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.pic-animated-stats {
  min-height: 1080px;
  max-width: 1214px;
  margin: auto;
}
.stats-circle {
  width: 665px;
}
.stats-circle path {
  stroke-width: 0.65;
  transform-origin: center;
  visibility: hidden;
}
.central-coin {
  width: 300px;
  height: 300px;
}
.coin {
  width: 240px;
  height: 240px;
}
@media (min-width: 45rem) {
  .md\:center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .central-coin {
    width: 280px;
    height: 280px;
  }
  .coin {
    width: 220px;
    height: 220px;
  }
  .animate .stats-circle path {
    animation: progress 1s ease-out forwards;
    visibility: visible;
  }
  .animate .central-coin {
    transition: all 0.5s ease-in-out;
    transition-delay: 1.1s;
  }
  .animate .central-coin {
    opacity: 1;
  }
  .animate .coin {
    transition: all 0.5s ease-in-out;
  }
  .animate .coin {
    opacity: 1;
  }
  .animate .coin-1 {
    top: 19%;
    left: 74%;
    transition-delay: 1.6s;
  }
  .animate .coin-2 {
    top: 62%;
    left: 84%;
    transition-delay: 2.1s;
  }
  .animate .coin-3 {
    top: 91%;
    left: 50%;
    transition-delay: 2.6s;
  }
  .animate .coin-4 {
    top: 62%;
    left: 16%;
    transition-delay: 3.1s;
  }
  .animate .coin-5 {
    top: 19%;
    left: 26%;
    transition-delay: 3.6s;
  }
}
@media (min-width: 75.875rem) {
  .pic-animated-stats {
    min-height: 1200px;
  }
  .central-coin {
    width: 340px;
    height: 340px;
  }
  .coin {
    width: 290px;
    height: 290px;
  }
  .animate .coin-1 {
    top: 11%;
    left: 68%;
  }
  .animate .coin-2 {
    top: 59%;
    left: 79%;
  }
  .animate .coin-3 {
    top: 99%;
    left: 51%;
  }
  .animate .coin-4 {
    top: 59%;
    left: 21%;
  }
  .animate .coin-5 {
    top: 11%;
    left: 32.5%;
  }
}
@media (min-width: 20.9375rem) {
  .wrapper-height {
    height: 421px;
  }
  .spotlight-background-light {
    width: 140%;
    height: 105%;
    border-bottom-right-radius: 200%;
    border-bottom-left-radius: 15%;
    transform: rotateY(220deg);
    left: -16%;
    top: -8%;
  }
}
@media (min-width: 45rem) {
  .spotlight-background-light {
    width: 160%;
    border-bottom-right-radius: 130%;
    border-bottom-left-radius: 18%;
    transform: rotateY(215deg);
    left: -15%;
    top: -10%;
  }
}
@media (min-width: 75.875rem) {
  .spotlight-background-light {
    width: 156%;
    border-bottom-right-radius: 130%;
    border-bottom-left-radius: 10%;
    transform: rotateY(215deg);
  }
}
.nav-overlay-wrapper {
  left: 40%;
  top: 40%;
  transform: translate3d(-50%, -50%, 0) rotate(20deg);
  opacity: 0.15;
}
.nav-menu-height {
  min-height: calc(100vh - 100px);
}
.heading-bg-white {
  background-color: #fff;
}
.heading-bg-black {
  background-color: #000;
}
.nav-row-animation {
  transform: translate(25%);
  animation: runner linear infinite;
}
@keyframes runner {
  to {
    transform: translate(-100%);
  }
}
#ffh-menu #expandedMenu,
#ffh-menu.open #collapsedMenu {
  display: none;
}
#ffh-menu.open #expandedMenu {
  display: inline;
  display: initial;
}
.ff-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.loudspeaker {
  top: -85px;
  left: -43px;
}
.ff-footer-logo ul {
  margin-left: 0;
  margin-right: 0;
}
.ff-footer-logo ul li {
  width: 193px;
  margin-left: auto;
}
.ff-footer-social-icons > div {
  margin-top: -0.25rem;
}
.ff-footer-social-icons li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ff-footer-social-icons li a {
  width: auto;
  height: auto;
  transform: scale(0.65);
}
.ff-footer-secondary-nav ul {
  display: flex;
}
.step-one + .ff-footer-secondary-nav ul.webform-actions,
.step-one + input + .ff-footer-secondary-nav ul.webform-actions {
  justify-content: flex-end;
}
.ff-footer-secondary-nav .step-one + .flex.webform-actions,
.ff-footer-secondary-nav .step-one + input + .flex.webform-actions {
  justify-content: flex-end;
}
.ff-footer-secondary-nav ul {
  flex-wrap: wrap;
  font-size: 20px;
}
.ff-footer-secondary-nav ul li {
  border-color: #3b3d3f;
}
@media (min-width: 45rem) {
  .hero-heading-width-var-1 {
    width: 495px;
  }
  .hero-heading-width-var-2 {
    width: 310px;
  }
  .hero-desc-width-var-1 {
    width: 464px;
  }
  .hero-desc-width-var-2 {
    width: 585px;
  }
  .hero-desc-width-var-3 {
    width: 475px;
  }
  .ff-container {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }
  .loudspeaker {
    top: -100px;
    left: -30px;
  }
}
@media (min-width: 75.875rem) {
  .hero-desc-width-var-1 {
    width: 515px;
  }
  .hero-desc-width-var-2 {
    width: 592px;
  }
  .hero-heading-width-var-1 {
    width: 563px;
  }
  .hero-heading-width-var-2 {
    width: 573px;
  }
  .ff-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 75rem;
  }
  .loudspeaker {
    top: -95px;
    left: -150px;
  }
  .ff-footer-logo ul {
    padding-top: 1rem;
  }
  .ff-footer-logo ul li {
    width: 270px;
  }
  .ff-footer-social-icons li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .ff-footer-social-icons li a {
    transform: scale(1);
  }
}
a.btn-tiles:hover {
  border-color: #3b3d3f;
  background-color: transparent;
  text-decoration: underline;
}
a.btn-tiles:hover i:after {
  content: "";
  top: -6px;
  right: -4px;
  z-index: -1;
  position: absolute;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #fad141;
}
@keyframes animateWidth {
  0% {
    width: 0px;
  }
  to {
    width: 11rem;
  }
}
.notification .rich-text a {
  color: #000;
}
.article-large-text {
  font-weight: 600 !important;
  font-size: 32px !important;
  line-height: 52px !important;
  letter-spacing: 0 !important;
}
@media (min-width: 20.9375rem) {
  .rich-text h1.heading-4 {
    line-height: 2.5 rem;
    font-size: 2.25rem;
  }
}
.mobile-active {
  border-color: #fad141;
  box-shadow: 0 2px #fad141;
}
header [data-state="open"] button:not(.mobile-active) {
  border-color: #3b3d3f;
  box-shadow: 0 2px #3b3d3f;
}
.suggestion-link:hover i {
  color: #000;
}
@media (min-width: 75.875rem) {
  header .main-links-wrapper.tc {
    margin-left: 0;
  }
}
.marker-bold ::marker {
  font-weight: 700;
}
@media (min-width: 20.9375rem) {
  .panelist-itemli:first-child {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 45rem) {
  .panelist-itemli:first-child {
    margin-top: 2rem !important;
  }
}
.external-panelist > p {
  margin-top: 1rem;
  text-align: left;
}
.external-host > p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 45rem) {
  .carousel-wrapper .card-image {
    min-width: 383px;
    max-width: 383px;
  }
}
.carousel-wrapper .card-text {
  flex: 1 1 auto;
  min-height: 336px;
}
.carousel-wrapper .card-text .quote {
  font-size: 110px;
}
.carousel-wrapper .card-text .desc {
  line-height: 1.1;
}
.carousel-wrapper .image-indicator {
  transform: translate(-50%);
}
.carousel-wrapper .image-indicator ul li button {
  border: 1px solid #191919;
}
.carousel-wrapper .image-indicator ul li button:hover,
.carousel-wrapper .image-indicator ul li button.active {
  background-color: #0076a0;
}
.carousel-wrapper .image-indicator ul li button:hover,
.carousel-wrapper .image-indicator ul li button.active {
  border-width: 1px;
}
.carousel-wrapper .image-indicator ul li button:hover,
.carousel-wrapper .image-indicator ul li button.active {
  border-color: #0076a0;
}
.carousel-wrapper .image-indicator ul li button:hover,
.carousel-wrapper .image-indicator ul li button.active {
  width: 1rem;
}
.carousel-wrapper .image-indicator ul li button:hover,
.carousel-wrapper .image-indicator ul li button.active {
  height: 1rem;
}
.carousel-wrapper .image-indicator ul li button:hover,
.carousel-wrapper .image-indicator ul li button.active {
  padding-bottom: 2px;
}
@keyframes animate-in-to-left-c {
  0% {
    transform: translate(100%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes animate-out-to-left-c {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@keyframes animate-in-to-right-c {
  0% {
    transform: translate(-100%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes animate-out-to-right-c {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(100%);
  }
}
.carousel-wrapper .enter-to-left {
  animation: animate-in-to-left-c 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  padding-right: 1rem;
}
.carousel-wrapper .exit-to-left {
  animation: animate-out-to-left-c 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  padding-right: 1rem;
}
.carousel-wrapper .enter-to-right {
  animation: animate-in-to-right-c 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  padding-right: 1rem;
}
.carousel-wrapper .exit-to-right {
  animation: animate-out-to-right-c 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  padding-right: 1rem;
}
.contact-form-modal.max-w-lg {
  max-width: 486px;
  height: auto;
  padding: 2rem;
}
.contact-form-modal .rich-text a {
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.current-client {
  position: relative;
}
.contact-form-modal .rich-text a:after,
.current-client:after {
  content: "";
}
.contact-form-modal .rich-text a:after,
.current-client:after {
  position: absolute;
}
.contact-form-modal .rich-text a:after,
.current-client:after {
  bottom: 0;
}
.contact-form-modal .rich-text a:after,
.current-client:after {
  left: 0;
}
.contact-form-modal .rich-text a:after,
.current-client:after {
  width: 100%;
}
.contact-form-modal .rich-text a:after,
.current-client:after {
  height: 1px;
}
.contact-form-modal .rich-text a:after,
.current-client:after {
  background-color: #0076a0;
}
.contact-form-modal .rich-text p:last-child {
  margin-top: 0.625rem;
}
.contact-fa-form-fa-redesign .ajax-progress.ajax-progress-throbber {
  display: none;
}
.contact-fa-form-fa-redesign .form-item--error-message,
.contact-fa-form-fa-redesign
  .js-form-item.form-item--error
  label.js-form-required,
.contact-fa-form-fa-redesign
  .js-form-item.form-item--error
  .full-name-label
  label {
  color: #d61f34;
}
.contact-fa-form-fa-redesign .js-form-item.form-item--error .form-text,
.contact-fa-form-fa-redesign .js-form-item.form-item--error .form-select {
  border: 1px solid #d61f34;
}
.contact-fa-form-fa-redesign .js-form-item label.js-form-required:after,
.contact-fa-form-fa-redesign div[role="contentinfo"] div[role="alert"],
.contact-fa-form-fa-redesign div[role="contentinfo"] h2.visually-hidden {
  display: none;
}
.contact-fa-form-fa-redesign .js-form-item-i-agree {
  position: relative;
}
.contact-fa-form-fa-redesign .js-form-item-i-agree .form-item--error-message {
  position: absolute;
  top: 100%;
}
.contact-fa-form-fa-redesign .contact-webform-agree.form-item--error {
  margin-bottom: 3rem;
}
@media (min-width: 45rem) {
  .contact-fa-form-fa-redesign .webform-button--submit {
    width: 210px;
  }
}
@media (min-width: 75.875rem) {
  .contact-fa-form-fa-redesign .webform-button--submit {
    width: 100%;
  }
}
@media screen and (max-width: 719px) {
  .contact-form-modal.max-w-lg {
    height: auto;
    margin: 112px auto auto;
    width: auto;
  }
}
@media screen and (max-width: 540px) {
  .contact-form-modal.max-w-lg {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.last-visible-event {
  border-bottom-width: 0px !important;
  padding-bottom: 0 !important;
}
.fa-events.redesign ul li:last-child {
  padding-bottom: 0 !important;
}
.market-insights a:hover .cheveron {
  background-color: #0076a0;
  color: #fff;
}
.market-insights .cheveron {
  flex: 0 0 24px;
}
.highcharts-container,
.highcharts-root {
  width: 100% !important;
}
.chart-outer {
  max-width: 800px;
  margin: 2em auto;
}
#container {
  height: 300px;
  margin-top: 2em;
  min-width: 380px;
}
.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  min-width: 100%;
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 0.9em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid silver;
  padding: 0.5em;
}
.highcharts-data-table tr:nth-child(2n),
.highcharts-data-table thead tr {
  background: #f8f8f8;
}
.highcharts-data-table tr {
  cursor: pointer;
}
.highcharts-data-table tr:hover {
  background: #eff;
}
.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: 700;
}
.highcharts-sort-ascending:after {
  content: " â†“";
}
.highcharts-sort-descending:after {
  content: " â†‘";
}
.highcharts-contextmenu {
  right: 10px !important;
  top: 0 !important;
}
.reduced-hero img {
  height: 299px;
}
@media (min-width: 45rem) {
  .reduced-hero img {
    height: 399px;
  }
  .reduced-hero .hero-text {
    height: 367px;
  }
}
@media (min-width: 75.875rem) {
  .reduced-hero {
    max-width: 1366px;
  }
  .reduced-hero .hero-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .reduced-hero .hero-text {
    min-height: 428px;
    padding-left: 76px;
  }
  .reduced-hero img {
    height: 460px;
  }
}
.tiled-carousel-container {
  width: 44rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tiled-carousel-container::-webkit-scrollbar {
  display: none;
}
.tiled-carousel-container .tile-image {
  width: 282px;
  height: 282px;
}
.tiled-carousel-container .carousel-link {
  word-wrap: break-word;
  width: 282px;
}
.tiles-fade-gradient {
  background: linear-gradient(
    90deg,
    #ffffff03,
    #ffffff63,
    #ffffff9e,
    #ffffffc9,
    #ffffffe3,
    #fffffff2,
    #fffffffa,
    #fffffffc
  );
}
#tiled-carousel {
  margin: 0;
}
#tiled-carousel-row #tiled-carousel-left-section .description {
  width: 22rem;
}
@media screen and (max-width: 1024px) {
  .tiled-carousel-container .carousel-link {
    word-wrap: break-word;
    width: 202px;
  }
  #tiled-carousel-row #tiled-carousel-left-section .description,
  .tiled-carousel-container {
    width: 100%;
  }
  .tiled-carousel-container .tile-image {
    width: 202px;
    height: 202px;
  }
  button#carouselBackward {
    left: -34px;
  }
  button#carouselForward {
    right: -16px;
  }
}
.menu-background-img {
  background-size: cover;
  width: 1280px !important;
  height: 172px !important;
  background-repeat: no-repeat;
  position: absolute;
}
.tab-right-border {
  border-right: 0.5px solid #dadada;
}
.activeMenu {
  text-decoration: underline;
  color: #fad141;
  border-color: #fad141;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 1024px) {
  .menu-width {
    width: 760px;
  }
}
@media screen and (max-width: 414px) {
  .menu-width {
    width: 410px;
  }
}
#ticker-banner-image {
  height: 61.188rem;
}
.ticker-container {
  white-space: nowrap;
}
.ticker-text {
  padding-left: 100%;
  animation: ticker linear infinite;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@keyframes ticker {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-x-0 {
  left: 0;
  right: 0;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.top-0 {
  top: 0;
}
.top-1 {
  top: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-10 {
  top: 2.5rem;
}
.top-12 {
  top: 3rem;
}
.top-14 {
  top: 3.5rem;
}
.top-15 {
  top: 3.75rem;
}
.top-16 {
  top: 4rem;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-28 {
  top: 7rem;
}
.top-48 {
  top: 12rem;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-full {
  top: 100%;
}
.-top-1 {
  top: -0.12rem;
}
.-top-2 {
  top: -0.25rem;
}
.-top-9 {
  top: -1.12rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-20 {
  top: -5rem;
}
.right-0 {
  right: 0;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-8 {
  right: 2rem;
}
.right-10 {
  right: 2.5rem;
}
.-right-1 {
  right: -0.12rem;
}
.-right-5 {
  right: -1.25rem;
}
.-right-7 {
  right: -1.75rem;
}
.-right-20 {
  right: -5rem;
}
.-right-32 {
  right: -8rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-auto {
  bottom: auto;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.left-0 {
  left: 0;
}
.left-1 {
  left: 0.25rem;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-7 {
  left: 1.75rem;
}
.left-20 {
  left: 5rem;
}
.left-3\.5 {
  left: 0.875rem;
}
.left-1\/2 {
  left: 50%;
}
.-left-5 {
  left: -1.25rem;
}
.-left-7 {
  left: -1.75rem;
}
.-left-9 {
  left: -1.12rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1 / span 1;
}
.col-span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2 / span 2;
}
.col-span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3 / span 3;
}
.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4 / span 4;
}
.col-span-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6 / span 6;
}
.col-span-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7 / span 7;
}
.col-span-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8 / span 8;
}
.col-span-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12 / span 12;
}
.col-span-full {
  grid-column: 1/-1;
}
.col-start-1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
}
.col-start-3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
}
.col-start-7 {
  -ms-grid-column: 7;
  grid-column-start: 7;
}
.col-end-5 {
  -ms-grid-column-span: 5;
  grid-column-end: 5;
}
.col-end-8 {
  -ms-grid-column-span: 8;
  grid-column-end: 8;
}
.col-end-9 {
  -ms-grid-column-span: 9;
  grid-column-end: 9;
}
.col-end-12 {
  -ms-grid-column-span: 12;
  grid-column-end: 12;
}
.col-end-13 {
  -ms-grid-column-span: 13;
  grid-column-end: 13;
}
.row-span-3 {
  -ms-grid-row-span: 3;
  grid-row: span 3 / span 3;
}
.row-start-1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.row-start-2 {
  -ms-grid-row: 2;
  grid-row-start: 2;
}
.row-start-3 {
  -ms-grid-row: 3;
  grid-row-start: 3;
}
.row-start-4 {
  -ms-grid-row: 4;
  grid-row-start: 4;
}
.row-start-5 {
  -ms-grid-row: 5;
  grid-row-start: 5;
}
.row-start-6 {
  -ms-grid-row: 6;
  grid-row-start: 6;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-13 {
  margin-top: 3.25rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-15 {
  margin-top: 3.75rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-14 {
  margin-top: -3.5rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.-mt-36 {
  margin-top: -9rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-32 {
  margin-right: 8rem;
}
.mr-auto {
  margin-right: auto;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mr-10 {
  margin-right: -2.5rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.mb-auto {
  margin-bottom: auto;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-7 {
  margin-bottom: -1.75rem;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.-mb-32 {
  margin-bottom: -8rem;
}
.-mb-36 {
  margin-bottom: -9rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.ml-20 {
  margin-left: 5rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ml-24 {
  margin-left: -6rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-15 {
  height: 3.75rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-auto {
  height: auto;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-1\/2 {
  height: 50%;
}
.h-3\/4 {
  height: 75%;
}
.h-11\/12 {
  height: 91.666667%;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-80 {
  max-height: 20rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-auto {
  width: auto;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/4 {
  width: 25%;
}
.sbs-video-url {
  padding-bottom: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-5\/6,
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-max {
  min-width: max-content;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: max-content;
}
.max-w-screen-sm {
  max-width: 20.9375rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.list-none {
  list-style-type: none;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr)) [1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr)) [2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr)) [3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr)) [4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr)) [12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-none {
  -ms-grid-columns: none;
  grid-template-columns: none;
}
.grid-rows-2 {
  -ms-grid-rows: (minmax(0, 1fr)) [2];
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  -ms-grid-rows: (minmax(0, 1fr)) [3];
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-start {
  justify-items: start;
}
.gap-0 {
  grid-gap: 0px;
  gap: 0px;
}
.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}
.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}
.gap-16 {
  grid-gap: 4rem;
  gap: 4rem;
}
.gap-3\.5 {
  grid-gap: 0.875rem;
  gap: 0.875rem;
}
.gap-x-4 {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-5 {
  grid-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.gap-x-6 {
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-x-7 {
  grid-column-gap: 1.75rem;
  column-gap: 1.75rem;
}
.gap-x-8 {
  grid-column-gap: 2rem;
  column-gap: 2rem;
}
.gap-y-0 {
  grid-row-gap: 0px;
  row-gap: 0px;
}
.gap-y-4 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
.gap-y-5 {
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}
.gap-y-6 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}
.gap-y-7 {
  grid-row-gap: 1.75rem;
  row-gap: 1.75rem;
}
.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}
.gap-y-10 {
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: 0;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: 0rem;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: 0.5rem;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: 0rem;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: 1rem;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: 0rem;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: 1.25rem;
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: 0rem;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: 1.5rem;
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: 0rem;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: 0.625rem;
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 0.25rem;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 0.5rem;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 0.75rem;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 1rem;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 1.25rem;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 1.5rem;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 1.75rem;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 2rem;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 2.5rem;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 3rem;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: 5rem;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: 0rem;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: 0px;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: 1px;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: 1px;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: 0px;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(205, 204, 203, var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.justify-self-center {
  -ms-grid-column-align: center;
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  word-wrap: break-word;
}
.rounded-none {
  border-radius: 0;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-8 {
  border-width: 8px;
}
.border {
  border-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-l {
  border-left-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-transparent {
  border-color: transparent;
}
.border-black {
  border-color: #000;
}
.border-white {
  border-color: #fff;
}
.border-gray-100 {
  border-color: #f5f5f5;
}
.border-gray-200 {
  border-color: #e6e7e8;
}
.border-gray-300 {
  border-color: #cdcccb;
}
.border-gray-350 {
  border-color: #929492;
}
.border-gray-400 {
  border-color: #767576;
}
.border-gray-500 {
  border-color: #3b3d3f;
}
.border-red-500 {
  border-color: #c91d31;
}
.border-orange-300 {
  border-color: #f58b75;
}
.border-orange-500 {
  border-color: #f16649;
}
.border-yellow-400 {
  border-color: #fcdb60;
}
.border-yellow-500 {
  border-color: #fad141;
}
.border-green-500 {
  border-color: #008048;
}
.border-blue-500 {
  border-color: #0076a0;
}
.hover\:border-current:hover {
  border-color: currentColor;
}
.hover\:border-gray-400:hover {
  border-color: #767576;
}
.hover\:border-gray-500:hover {
  border-color: #3b3d3f;
}
.hover\:border-yellow-500:hover {
  border-color: #fad141;
}
.hover\:border-blue-500:hover {
  border-color: #0076a0;
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-current:focus {
  border-color: currentColor;
}
.focus\:border-white:focus {
  border-color: #fff;
}
.focus\:border-gray-400:focus {
  border-color: #767576;
}
.focus\:border-gray-500:focus {
  border-color: #3b3d3f;
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-gray-100 {
  background-color: #f5f5f5;
}
.bg-gray-200 {
  background-color: #e6e7e8;
}
.bg-gray-300 {
  background-color: #cdcccb;
}
.bg-gray-400 {
  background-color: #767576;
}
.bg-gray-500 {
  background-color: #3b3d3f;
}
.bg-red-50 {
  background-color: #fdf4f5;
}
.bg-red-100 {
  background-color: #fae3e5;
}
.bg-orange-100 {
  background-color: #feeee4;
}
.bg-orange-200 {
  background-color: #fabdad;
}
.bg-orange-500 {
  background-color: #f16649;
}
.bg-yellow-100 {
  background-color: #fef8db;
}
.bg-yellow-200 {
  background-color: #feefad;
}
.bg-yellow-300 {
  background-color: #fde57f;
}
.bg-yellow-400 {
  background-color: #fcdb60;
}
.bg-yellow-500 {
  background-color: #fad141;
}
.bg-yellow-light-50 {
  background-color: #fffaec;
}
.bg-green-100 {
  background-color: #f2f9f6;
}
.bg-green-500 {
  background-color: #008048;
}
.bg-blue-400 {
  background-color: #007ca9;
}
.bg-blue-500 {
  background-color: #0076a0;
}
.hover\:bg-gray-100:hover {
  background-color: #f5f5f5;
}
.hover\:bg-gray-200:hover {
  background-color: #e6e7e8;
}
.hover\:bg-gray-400:hover {
  background-color: #767576;
}
.hover\:bg-gray-500:hover {
  background-color: #3b3d3f;
}
.hover\:bg-yellow-300:hover {
  background-color: #fde57f;
}
.hover\:bg-yellow-500:hover {
  background-color: #fad141;
}
.focus\:bg-yellow-100:focus {
  background-color: #fef8db;
}
.even\:bg-gray-100:nth-child(2n) {
  background-color: #f5f5f5;
}
.bg-gradient-primary {
  background-image: linear-gradient(to bottom right, #0076a0, #044e67);
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-scale-down {
  object-fit: scale-down;
}
.object-center {
  object-position: center;
}
.object-top {
  object-position: top;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-11 {
  padding-right: 2.75rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-15 {
  padding-right: 3.75rem;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2\/4 {
  padding-bottom: 50%;
}
.pb-3\/5 {
  padding-bottom: 60%;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-13 {
  padding-left: 3.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.font-saa-c {
  font-family: Saa Series C D;
}
.font-saa-e {
  font-family: Saa Series E D;
}
.text-20 {
  font-size: 1.25rem;
}
.text-28 {
  font-size: 1.75rem;
}
.text-32 {
  font-size: 2rem;
}
.text-xxs {
  font-size: 0.75rem;
}
.text-xs {
  font-size: 0.875rem;
}
.text-sm {
  font-size: 0.9375rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-xl {
  font-size: 1.375rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-3xl {
  font-size: 2.25rem;
}
.text-4xl {
  font-size: 2.75rem;
}
.text-5xl {
  font-size: 3.5rem;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.125;
}
.leading-snug {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-wide {
  letter-spacing: 1px;
}
.tracking-wider {
  letter-spacing: 0.025em;
}
.text-transparent {
  color: transparent;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-gray-100 {
  color: #f5f5f5;
}
.text-gray-200 {
  color: #e6e7e8;
}
.text-gray-300 {
  color: #cdcccb;
}
.text-gray-350 {
  color: #929492;
}
.text-gray-400 {
  color: #767576;
}
.text-gray-450 {
  color: #5e5e5e;
}
.text-gray-500 {
  color: #3b3d3f;
}
.text-red-500 {
  color: #c91d31;
}
.text-orange-300 {
  color: #f58b75;
}
.text-orange-500 {
  color: #f16649;
}
.text-green-300 {
  color: #90e46c;
}
.text-green-500 {
  color: #008048;
}
.text-blue-400 {
  color: #007ca9;
}
.text-blue-500 {
  color: #0076a0;
}
.hover\:text-black:hover {
  color: #000;
}
.hover\:text-gray-400:hover {
  color: #767576;
}
.hover\:text-gray-500:hover {
  color: #3b3d3f;
}
.focus\:text-gray-400:focus {
  color: #767576;
}
.focus\:text-gray-500:focus {
  color: #3b3d3f;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.hover\:no-underline:hover {
  text-decoration: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.focus\:opacity-50:focus {
  opacity: 0.5;
}
*,
:before,
:after {
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
*,
:before,
:after {
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 3px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(0, 118, 160, 1);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 rgba(0, 0, 0, 0));
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.filter {
  --tw-blur: var(--tw-empty);
  --tw-brightness: var(--tw-empty);
  --tw-contrast: var(--tw-empty);
  --tw-grayscale: var(--tw-empty);
  --tw-hue-rotate: var(--tw-empty);
  --tw-invert: var(--tw-empty);
  --tw-saturate: var(--tw-empty);
  --tw-sepia: var(--tw-empty);
  --tw-drop-shadow: var(--tw-empty);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.blur {
  --tw-blur: blur(8px);
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.MicrosoftMap .NavBar_Container {
  margin-top: 1.25rem;
  margin-right: -0.5rem;
  z-index: 39 !important;
}
.MicrosoftMap .NavBar_Container.Light .NavBar_Button {
  position: relative;
  margin-bottom: 0.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 5px 10px #3b3d3f30;
}
.MicrosoftMap .NavBar_Container.Light .NavBar_Button.NavBar_zoomIn,
.MicrosoftMap .NavBar_Container.Light .NavBar_Button.NavBar_zoomOut,
.MicrosoftMap .NavBar_Container.Light .NavBar_Button.NavBar_zoomIn:hover,
.MicrosoftMap .NavBar_Container.Light .NavBar_Button.NavBar_zoomOut:hover {
  background-image: none;
}
.MicrosoftMap .NavBar_Container.Light .NavBar_Button.NavBar_zoomIn:after,
.MicrosoftMap .NavBar_Container.Light .NavBar_Button.NavBar_zoomOut:after {
  position: absolute;
  display: block;
  height: 0.125rem;
  width: 0.75rem;
  background-color: #000;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.MicrosoftMap
  .NavBar_Container.Light
  .NavBar_Button.NavBar_zoomIn.NavBar_zoomIn:before,
.MicrosoftMap
  .NavBar_Container.Light
  .NavBar_Button.NavBar_zoomOut.NavBar_zoomIn:before {
  position: absolute;
  display: block;
  height: 0.75rem;
  width: 0.125rem;
  background-color: #000;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.MicrosoftMap .NavBar_Container.horizontal {
  width: 40px !important;
}
.MicrosoftMap .infobox-body {
  width: 295px;
}
@media (min-width: 45rem) {
  .MicrosoftMap .infobox-body {
    width: 444px;
  }
}
.map-layer-button {
  position: absolute;
  top: 1.25rem;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.map-layer-button .button-block {
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.map-layer-button .searchthisarea:hover {
  cursor: pointer;
  border-color: #3b3d3f;
}
@media only screen and (max-width: 720px) {
  #advisor_map_large .MicrosoftMap .NavBar_Container.compact {
    margin-right: 6px;
  }
  #advisor_map_large .MicrosoftMap {
    width: 111% !important;
    margin-left: -1.25rem;
    margin-right: 0;
  }
}
footer .rich-text a:not(.btn) {
  font-weight: 600;
  color: #cdcccb;
  text-decoration: underline;
}
footer .rich-text a:hover {
  text-decoration: none;
}
footer #secondarylink li:last-child {
  border-right-width: 0px;
}
@media (min-width: 75.875rem) {
  .overlap-article .related-article {
    margin-top: -8rem;
  }
}
.normal-link:hover {
  text-decoration: underline;
}
.js-movetop:hover > .backtotop,
.js-backtotop-expanded {
  display: inline-block;
}
.js-movetop:hover > .backtotop,
.js-backtotop-expanded {
  color: #fff;
}
.js-movetop {
  z-index: 20;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.js-movetop.showMoveBtn {
  opacity: 1;
  transform: translateY(0);
}
.form-wrapper .form-radio:focus,
.form-wrapper .form-radio {
  margin-bottom: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.form-wrapper input:-ms-input-placeholder {
  color: #000;
}
.form-wrapper input::placeholder {
  color: #000;
}
.form-item-i-aggree .description {
  display: inline-block;
}
.webform-required > .form-required:before {
  content: "*";
  font-size: 0.9375rem;
}
.webform-required > .form-required:after {
  content: " ";
}
.form-required:after {
  content: "*";
}
.text-count-wrapper {
  text-align: right;
  font-size: 0.875rem;
}
.helpful-tips-card section {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  padding-top: 2.5rem;
}
.helpful-tips-card h4 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}
.helpful-tips-card p {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
}
.helpful-tips-card a {
  font-size: 0.9375rem;
  color: #0076a0;
  text-decoration: none;
}
.risk-question .fieldset-legend {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
}
.risk-question .webform-actions .button {
  width: 100%;
}
.radio-long-text .js-webform-radios + .description {
  margin: 2rem -1rem;
}
@media (min-width: 45rem) {
  .helpful-tips-card section {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .risk-question .fieldset-legend {
    font-size: 1.5rem;
  }
  .risk-question .fieldset-wrapper .description p:first-child {
    font-size: 1.375rem;
  }
  .risk-question .webform-actions .button {
    width: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .radio-long-text .js-webform-radios + .description {
    margin-left: auto;
    margin-right: auto;
  }
}
.risk-question .progress-step {
  position: relative;
  flex: none;
}
.risk-question .progress-tracker--center .progress-marker:after {
  right: -40%;
}
.risk-question .progress-marker:after {
  height: 2px;
  top: 15px;
}
.risk-question .progress-tracker--center .progress-step:after {
  right: 0;
}
.risk-question .progress-step:not(:last-child):after {
  top: 1rem;
  background-color: #e6e7e8;
  height: 2px;
}
.risk-question .progress-step.is-active .progress-marker,
.risk-question .progress-step.is-active:hover .progress-marker {
  border-width: 2px;
  border-style: solid;
  border-color: #fad141;
  background-color: #fff;
  padding-top: 0;
}
.risk-question .progress-step.is-complete .progress-marker,
.risk-question .progress-step.is-complete:hover .progress-marker[role="link"] {
  background-color: #fad141;
}
.risk-question .progress-step.is-complete:not(:last-child):after,
.risk-question
  .webform-progress-tracker
  .progress-step.is-complete
  .progress-marker:after {
  background-color: #fad141;
}
.risk-question .progress-step .progress-marker,
.risk-question .progress-step:hover .progress-marker,
.risk-question .webform-progress-tracker .progress-step .progress-marker:after {
  background-color: #e6e7e8;
}
.risk-question .progress-marker:before {
  display: none;
}
.risk-question .progress-text {
  font-size: 12px;
  padding-left: 0;
  color: #000;
}
.risk-question .webform-progress-tracker.progress-tracker {
  margin-top: 0;
}
.risk-question table {
  border-width: 2px;
  border-color: #e6e7e8;
  font-size: 1.125rem;
}
.risk-question table td:not(:last-child),
.risk-question table td:not(:first-child),
.risk-question table th:not(:first-child) {
  border-left-width: 1px;
}
.risk-question table td,
.risk-question table th {
  width: 25%;
  padding: 0.5rem;
  text-align: left;
}
.risk-question table th {
  border-bottom-width: 2px;
  font-weight: 700;
  border-bottom-color: #000;
}
.risk-question tbody th {
  border-bottom-width: 0px;
}
.risk-question tr:nth-child(2n) {
  background-color: #f5f5f5;
}
.risk-question table caption {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
}
.radio-long-text .option {
  font-weight: 700;
}
.radio-long-text .js-webform-radios .description {
  margin-top: -0.5rem;
  margin-left: 2.25rem;
}
.radio-long-text .js-webform-radios .js-form-type-radio {
  margin-bottom: 1rem;
}
.risk-question .webform-button--next:hover {
  background-color: #767576;
}
.risk-question .progress-marker {
  position: static;
  margin: 0;
  margin-right: 1rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-content: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 1.125rem;
  color: #000;
}
.step-one + .risk-question .progress-marker.webform-actions,
.step-one + input + .risk-question .progress-marker.webform-actions {
  justify-content: flex-end;
}
.risk-question .progress-marker {
  padding-top: 2px;
}
@media (min-width: 75.875rem) {
  .risk-question .webform-button--next {
    height: 46px;
  }
  .risk-question .progress-marker {
    margin-right: 2.5rem;
  }
}
.risk-question .webform-button--previous {
  margin-right: 1.25rem;
}
.risk-question .webform-button--previous:hover {
  border-color: #767576;
  color: #767576;
}
.radio-button-single-text .js-form-type-radio {
  display: flex;
}
.step-one + .radio-button-single-text .js-form-type-radio.webform-actions,
.step-one
  + input
  + .radio-button-single-text
  .js-form-type-radio.webform-actions {
  justify-content: flex-end;
}
.radio-button-single-text .js-form-type-radio label {
  margin-top: 0.25rem;
}
.event-rsvp-form .container {
  padding: 0;
}
.risk-question .fieldset-wrapper .form-item {
  display: flex;
}
.step-one + .risk-question .fieldset-wrapper .form-item.webform-actions,
.step-one
  + input
  + .risk-question
  .fieldset-wrapper
  .form-item.webform-actions {
  justify-content: flex-end;
}
.step-one + .flex.webform-actions,
.step-one + input + .flex.webform-actions {
  justify-content: flex-end;
}
.radio-long-text .fieldset-wrapper .form-item {
  display: block;
}
#edit-state option,
#edit-state-of-client-submitter option {
  background-color: #fff;
}
.container #home-tabs .container {
  padding-right: 0;
  padding-left: 0;
}
.article-content > * + * {
  margin-top: 1rem;
}
.overflow-x-clip {
  overflow-x: clip;
}
header #edit-search {
  background-color: transparent;
  border-radius: 0.25rem;
  border-color: #4a5568;
  font-size: 1.125rem;
  padding: 2px 9px;
  max-width: 218px;
}
header #edit-search:focus {
  background-color: #fff;
}
header #edit-submit-acquia-search-site {
  width: 1rem;
  background: url(./images/search.svg) no-repeat 0 12px;
  height: 2.5rem;
  overflow: hidden;
  line-height: 100px;
  cursor: pointer;
}
.form-item-latlon-distance-from {
  display: none;
}
.min-h-24 {
  min-height: 6rem;
}
.text-20 {
  font-size: 20px;
}
.text-30 {
  font-size: 30px;
}
.rotate-180 {
  transform: rotate(180deg) !important;
}
.onSticky {
  top: -4px;
  transition: 1s;
}
.disclosures ul {
  margin-top: 1rem;
  margin-left: 2rem;
  list-style-type: disc;
}
.focus\:outline-white-solid:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.focus\:outline-blue-solid:focus {
  outline: 2px solid #0076a0;
  outline-offset: 2px;
}
#webinar_another_rich_text p a {
  color: #0076a0;
  text-decoration: underline;
}
#webinar_another_rich_text p a:hover {
  text-decoration: none;
}
.multiple-para p {
  margin-top: 1.25rem;
}
.short-keyinsight-min-height {
  min-height: 350px;
}
.long-keyinsight-min-height {
  min-height: 600px;
}
.webinar-form-policy a {
  text-decoration: underline;
}
.webinar-form-policy a:hover {
  text-decoration: none;
}
.bg-upcoming-webinar {
  height: 36.75rem;
}
.h-120 {
  height: 30rem;
}
.h-129 {
  height: 32.25rem;
}
.upcoming-webinar {
  margin-top: -37rem;
}
.upcoming-image-width {
  width: 293px;
  height: 188px;
}
.content-wrapper-link {
  top: 170px !important;
}
.content-wrapper-locator {
  top: 168px !important;
}
.content-wrapper-zip {
  top: 170px !important;
}
.content-wrapper-rr-link {
  top: 146px !important;
}
.content-wrapper-rr-zip {
  bottom: 30px !important;
}
.content-wrapper-rr-locator {
  bottom: 10px !important;
}
.form-fw {
  width: 20rem;
}
.ej-match-wrapper {
  margin-bottom: 2.5rem !important;
}
@media only screen and (max-width: 375px) {
  .wrapper_fw {
    padding: 20px;
  }
  .wrapper_rr {
    padding: 0;
  }
}
.factoid-width {
  width: 100%;
}
.activeNav {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
}
.rteContent ul {
  list-style: unset;
}
.dialogWrapper {
  width: 95%;
  top: 0;
  margin-top: 180px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.interimTab {
  display: block;
}
.side-bar-component {
  padding-left: 0;
  padding-right: 0;
}
.webinar-hero-banner {
  margin-bottom: 64px;
  margin-top: 30px;
}
.sneakpeak-webinar-hero-banner {
  margin-bottom: 30px;
}
.reference-accordion #References {
  border-bottom: none;
  margin-bottom: -40px;
}
@media (min-width: 20.9375rem) {
  .fitness-page-hero {
    min-height: 400px;
  }
  .sbs-img-min-height {
    min-height: 384px;
  }
  .sbs-img-sub-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
  }
  .fa-bio-line-clamp > div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
  }
  .disclaimer {
    margin-top: 0;
  }
  .rteContent ul {
    margin-left: 32px;
  }
  .reference-accordion {
    padding-bottom: 40px;
  }
  .width-100 {
    width: 100% !important;
  }
  .table-container,
  .rich-text {
    overflow-x: scroll;
  }
  .table-container,
  .rich-text {
    overflow-y: hidden;
  }
}
.homepage-fa-optimize {
  margin-top: -32px !important;
  margin-bottom: -36px !important;
}
.banner-heading-text {
  font-weight: 700;
  line-height: 1.125;
  font-size: 32px;
}
.banner-heading-subtext {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 24px;
}
@media (min-width: 45rem) {
  .fitness-page-hero {
    min-height: 410px;
  }
  .sbs-img-sub-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .fa-bio-line-clamp > div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }
  .tile-width {
    width: 31%;
  }
  .table-container,
  .rich-text {
    overflow-x: hidden;
  }
  .bg-upcoming-webinar {
    height: 22.5rem;
  }
  .md\:h-110 {
    height: 27.5rem;
  }
  .md\:h-112 {
    height: 28rem;
  }
  .upcoming-webinar {
    margin-top: -23rem;
  }
  .upcoming-image-width {
    width: 200px;
    height: 200px;
  }
  .disclaimer {
    margin-top: 15px !important;
  }
  .content-wrapper-link {
    width: 355px;
    left: 50%;
    top: 55px !important;
    margin: 0 0 0 -5px;
  }
  .content-wrapper-locator,
  .content-wrapper-zip {
    width: 355px;
    left: 50%;
    top: 55px !important;
    margin: 0 0 0 -15px !important;
  }
  .content-wrapper-rr-link {
    width: 355px;
    left: 50%;
    top: 40px !important;
    margin: 0 0 0 -25px;
  }
  .content-wrapper-rr-zip {
    width: 355px;
    left: 50%;
    top: 50px !important;
    margin: 0 0 0 -25px !important;
  }
  .content-wrapper-rr-locator {
    width: 355px;
    left: 50%;
    top: 30px !important;
    margin: 0 0 0 -25px !important;
  }
  .btnSubmit-rr,
  .btnSubmit-fw {
    height: 42px;
    top: 24px !important;
  }
  .form-fw {
    width: 22rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 10rem !important;
  }
  .ej-match-wrapper {
    margin-bottom: 2.5rem !important;
  }
  .footer-parent.responsive-grid {
    display: block;
  }
  .webinar-gallery {
    max-width: 350px !important;
  }
  .webinar-sub-tab-gallery {
    max-width: 260px !important;
  }
  .factoid-width {
    width: 558px;
  }
  .activeNav {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 4px;
  }
  .rteContent ul {
    margin-left: 48px;
  }
  .dialogWrapper {
    width: 100%;
    top: 0;
    margin-top: 290px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }
  .interimTab {
    display: none;
  }
  .side-bar-component {
    padding-left: 0;
    padding-right: 0;
  }
  .webinar-hero-banner {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .sneakpeak-webinar-hero-banner {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .reference-accordion {
    padding-bottom: 50px;
  }
  .reference-accordion #References {
    border-bottom: none;
    margin-bottom: -45px;
  }
  .homepage-fa-optimize {
    margin-bottom: -44px !important;
  }
  .banner-heading-text {
    font-weight: 700;
    line-height: 48px;
    font-size: 38px;
  }
  .banner-heading-subtext {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 75.875rem) {
  .fitness-page-hero {
    min-height: 375px;
  }
  .sbs-img-sub-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
  }
  .width-100 {
    width: 100% !important;
  }
  .bg-upcoming-webinar {
    height: 24.25rem;
  }
  .lg\:h-110 {
    height: 27.5rem;
  }
  .lg\:h-120 {
    height: 29.5rem;
  }
  .lg\:h-129 {
    height: 32.25rem;
  }
  .lg\:w-85 {
    width: 21.25rem;
  }
  .upcoming-webinar {
    margin-top: -25rem;
  }
  .lg\:text-tile-padding-right {
    padding: 4.2rem 5rem 7.2rem 8.8rem;
    width: 43.8rem;
    left: -2px;
    position: relative;
  }
  .lg\:text-tile-padding-left {
    padding: 4.2rem 10rem 4.3rem 5rem;
    position: relative;
    right: 0;
    width: 43.7rem;
  }
  .lg\:panel-image-left {
    height: 27.5rem;
    position: relative;
    right: 0;
    width: 37.1rem;
  }
  .lg\:panel-image-right {
    object-fit: cover;
    position: relative;
    left: 0;
    width: 37rem;
    height: 27.5rem;
  }
  .upcoming-image-width {
    width: 361px;
    height: 221px;
  }
  .disclaimer {
    margin-top: 0;
  }
  .content-wrapper-link,
  .content-wrapper-locator {
    left: 42%;
    width: 439px;
    top: 40px !important;
    margin: 0 0 0 -40px !important;
  }
  .content-wrapper-zip {
    left: 42%;
    width: 439px;
    top: 48px !important;
    margin: 0 0 0 -40px !important;
  }
  .content-wrapper-rr-link,
  .content-wrapper-rr-zip {
    width: 355px;
    margin: 0 auto !important;
    display: table;
    left: 0;
    right: 0;
    top: 10rem !important;
  }
  .content-wrapper-rr-locator {
    width: 355px;
    margin: 0 auto !important;
    display: table;
    left: 0;
    right: 0;
    top: 10.4rem !important;
  }
  .btnSubmit-rr {
    height: 48px !important;
    top: 32px !important;
  }
  .form-fw {
    width: 27rem;
    top: 9rem !important;
    position: absolute;
    left: 0;
    right: 0;
  }
  .w-92 {
    width: 355px;
  }
  .w-84 {
    width: 21rem;
  }
  .left-10.5 {
    left: 42%;
  }
  .content-lg-fw {
    width: 439px;
  }
  .ej-match-wrapper {
    margin-bottom: 3.75rem !important;
  }
  .lg\:webinar-bottom-gap {
    min-height: 125px;
  }
  .footer-parent.responsive-grid {
    display: -ms-grid;
    display: grid;
  }
  .webinar-gallery {
    max-width: 420px !important;
  }
  .webinar-sub-tab-gallery {
    max-width: 350px !important;
  }
  .factoid-width {
    width: 595px;
  }
  .activeNav {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 4px;
  }
  .dialogWrapper {
    width: 65%;
    margin-top: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }
  .interimTab {
    display: none;
  }
  .panel-component {
    min-height: 575px;
  }
  .side-bar-component {
    padding: 0 6.5rem;
  }
  .webinar-hero-banner {
    margin-bottom: 85px;
    margin-top: 67px;
  }
  .article-callout-banner {
    margin-bottom: -40px;
  }
  .sneakpeak-webinar-hero-banner {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .reference-accordion {
    padding-bottom: 100px;
  }
  .reference-accordion #References {
    border-bottom: none;
  }
  .lg-heading-2 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 2.75rem;
  }
  .lg-text-center {
    text-align: center;
  }
  .homepage-fa-optimize {
    margin-top: -56px !important;
    margin-bottom: -48px !important;
  }
  .banner-heading-text {
    font-weight: 700;
    line-height: 48px;
    font-size: 38px;
  }
  .banner-heading-subtext {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
  }
}
.leading-l {
  line-height: 1.75rem;
}
.focus\:footer-discliamer-outline a:focus {
  outline: 2px solid #359cd4;
  outline-offset: 2px;
}
.contact-webform-agree {
  display: flex !important;
}
.keyInsight-list:last-child {
  margin-bottom: 0;
}
.thank-header-hamburger {
  z-index: -1;
}
ul#accessFeatureList::-webkit-scrollbar {
  background: transparent;
  width: 0px;
}
#subTabList::-webkit-scrollbar {
  background: transparent;
  width: 0px;
}
ul#accessFeatureList,
#subTabList {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rteContent a {
  cursor: pointer;
  color: #0076a0;
  text-decoration: underline;
}
button.blueTabNav:focus {
  border: 1px solid white;
}
.webinar-leadgen > div:nth-child(1) {
  margin-top: 0 !important;
}
.webinar-leadgen > div:nth-child(2) {
  margin-bottom: 0 !important;
}
.home-tabs [data-reach-tab][data-selected] {
  color: #3b3d3f;
}
.top-48-percentage {
  top: 48%;
}
#imageWrapper {
  z-index: 999;
}
.backdrop {
  background: #0009;
  position: fixed;
  inset: 0;
  z-index: 99;
}
.activeTabInterim {
  background: #fff;
  border-radius: 8px;
}
.image-component-border {
  border-bottom: 2px solid #8bbdd9;
  border-bottom: 2px solid var(--pic-blue);
}
.interimTab ul {
  background: #cbcbce;
}
.transitionWidth {
  transition: width 0.6s;
}
.transitionHeight {
  transition: height 0.6s;
}
.transitionAll {
  transition: all 0.6s;
}
.widthCollapsed {
  width: 45%;
}
.font-sidebar-description {
  font-size: 20px;
  line-height: 27px;
  font-weight: 900;
}
.side-bar-component .rteContent ul,
.rteContent ol {
  margin-left: 25px;
}
.side-bar-component .rteContent ul {
  list-style: unset;
}
.side-bar-component .rteContent ol {
  list-style: auto;
}
.market-list-component {
  margin-top: 48px !important;
  margin-bottom: -42px !important;
}
@keyframes animate-in-to-left {
  0% {
    transform: translate(100%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes animate-out-to-left {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@keyframes animate-in-to-right {
  0% {
    transform: translate(-100%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes animate-out-to-right {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(100%);
  }
}
.enter-to-left {
  animation: animate-in-to-left 0.6s;
}
.exit-to-left {
  animation: animate-out-to-left 0.6s;
}
.enter-to-right {
  animation: animate-in-to-right 0.6s;
}
.exit-to-right {
  animation: animate-out-to-right 0.6s;
}
.slider-warper {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.slide-carousel {
  display: none;
  padding-right: 1rem;
}
@media (min-width: 45rem) {
  .slide-carousel {
    display: none;
    margin: 5px;
  }
}
.slide {
  display: none;
  margin: 5px;
}
.active-slide {
  display: block;
}
.next-active-slide {
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 75.875rem) {
  .fa-interest-image {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.bulleted-list li {
  padding-left: 1rem;
  padding-bottom: 0.75rem;
  line-height: 1.25;
}
.carousel-subheading {
  line-height: 1.75rem;
}
@media (min-width: 45rem) {
  .carousel-subheading {
    line-height: 2.25rem !important;
  }
}
.component-bg-white {
  background-color: #fff;
}
.component-bg-gray-light {
  background-color: #f8fbfc;
}
.component-bg-gray {
  background-color: #f1f3f4;
}
.component-bg-blue {
  background-color: #e2eef5;
}
.component-bg-yellow {
  background-color: #fad141;
}
.component-bg-yellow-light {
  background-color: #fef8db;
}
.component-content-left {
  text-align: left;
}
.component-content-center {
  text-align: center;
}
.component-content-right {
  text-align: right;
}
.description-padding {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 45rem) {
  .description-padding {
    padding-right: 30px;
    padding-left: 0;
  }
}
@media (min-width: 75.875rem) {
  .description-padding {
    padding-right: 0;
    padding-left: 0;
    width: 295px;
  }
}
html {
  scroll-behavior: smooth;
}
@media (min-width: 45rem) {
  .success-modal-btn-width {
    width: 340px;
  }
}
.form-modal-title {
  font-weight: 700;
}
@media (min-width: 20.9375rem) {
  .form-modal-title {
    font-size: 22px;
  }
}
@media (min-width: 45rem) {
  .form-modal-title {
    font-size: 32px;
  }
}
.word-break {
  word-break: break-word;
}
[data-widget="interstitial"] {
  position: absolute;
}
div[data-reach-alert-dialog-overlay="true"][\:has\(div\[id\%3D\%22cookieDisabled\%22\]\)] {
  z-index: 999999;
}
div[data-reach-alert-dialog-overlay="true"]:has(div[id="cookieDisabled"]) {
  z-index: 999999;
}
@media (min-width: 45rem) {
  .new-right-rail-content {
    margin: 0 auto;
  }
}
@media (min-width: 75.875rem) {
  #right-rail-page-personalization-block[\: has\(div\)] {
    margin-bottom: 2rem;
  }
  #right-rail-page-personalization-block:has(div) {
    margin-bottom: 2rem;
  }
}
.sbs-video-container {
  padding-bottom: 56.25%;
  width: 100%;
  margin: 0 auto;
}
.sbs-transcript-container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  bottom: 0.5rem;
}
@media (min-width: 45rem) {
  .sbs-video-container {
    padding-bottom: 56.25%;
    width: 100%;
    margin: 0 auto;
  }
  .sbs-transcript-container {
    width: 95%;
    margin: 0 auto;
    position: relative;
    bottom: 0.375rem;
  }
}
@media (min-width: 75.875rem) {
  .sbs-video-container {
    padding-bottom: 56.25%;
    width: 100%;
  }
  .sbs-transcript-container {
    width: 100%;
    margin: auto;
    position: static;
    position: initial;
  }
}
@media (min-width: 20.9375rem) {
  .big-fact-background {
    width: 130%;
    top: -15%;
    height: 90%;
    border-bottom-right-radius: 100%;
    transform: rotate(-5deg);
    left: -5%;
  }
}
@media (min-width: 45rem) {
  .big-fact-background {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 82%;
    transform: rotate(-5deg);
    left: -5%;
    top: -34%;
  }
}
@media (min-width: 75.875rem) {
  .big-fact-background {
    width: 95%;
    height: 100%;
    border-bottom-right-radius: 100%;
    transform: rotate(-1deg);
    left: -5%;
    top: -33%;
  }
}
@media (min-width: 20.9375rem) {
  .big-fact-background-with-cta {
    width: 130%;
    top: -15%;
    height: 90%;
    border-bottom-right-radius: 150%;
    transform: rotate(-5deg);
    left: -5%;
  }
}
@media (min-width: 45rem) {
  .big-fact-background-with-cta {
    width: 95%;
    height: 100%;
    border-bottom-right-radius: 75%;
    transform: rotate(-5deg);
    left: -5%;
    top: -26%;
  }
}
@media (min-width: 75.875rem) {
  .big-fact-background-with-cta {
    width: 90%;
    height: 105%;
    border-bottom-right-radius: 100%;
    transform: rotate(-1deg);
    left: -5%;
    top: -26%;
  }
}
.big-fact-bg-yellow {
  background: #fad141;
}
.big-fact-bg-blue {
  background: #026183;
}
.fwv-video-container {
  padding-bottom: 56.25%;
  width: 100%;
  margin: 0 auto;
}
.fwv-link {
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-width: 28ch;
  -webkit-box-orient: vertical;
}
@media (min-width: 45rem) {
  .fwv-link {
    max-width: 60ch;
  }
}
@media (min-width: 75.875rem) {
  .lg\: -mt-88 {
    margin-top: -22rem;
  }
  .lg\:-mt-96 {
    margin-top: -24rem;
  }
}
@media (min-width: 20.9375rem) {
  .sm\: -mt-22 {
    margin-top: -5.5rem;
  }
}
@media (min-width: 45rem) {
  .scc-subheading {
    min-height: 3.375rem;
  }
}
@media (min-width: 45rem) and (min-width: 75.875rem) {
  .lg\: -mt-104 {
    margin-top: -26rem;
  }
}
#new-right-rail-form-wrapper .form-radio {
  border-color: #cdcccb !important;
  border-width: 1.5px;
  background-color: #fff;
}
#new-right-rail-form-wrapper .form-radio:checked {
  border-color: #3b3d3f !important;
}
.fa-image-height {
  height: 270px;
}
.fa-bio-section-fix-width {
  flex: 0 0 180px;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#simple-one-line-graph .rich-text p {
  margin: 0 !important;
}
a#find-fa-cta {
  z-index: 9999 !important;
  width: 100%;
  left: 0;
  right: 0;
}
button.showMoveBtn {
  z-index: 99999 !important;
}
.lift-css-selector {
  opacity: 0;
}
@media (min-width: 20.9375rem) {
  .sm\: container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 20.9375rem) and (min-width: 60.4375rem) {
  .sm\: container {
    max-width: 60.4375rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 20.9375rem) and (min-width: 75.875rem) {
  .sm\: container {
    max-width: 75.875rem;
  }
}
@media (min-width: 20.9375rem) {
  .sm\: heading-1 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 3.5rem;
    letter-spacing: -1px;
  }
  .sm\:heading-2 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 2.75rem;
  }
  .sm\:heading-3 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 2.25rem;
  }
  .sm\:heading-4 {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1.5rem;
  }
  .sm\:heading-5 {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1.125rem;
  }
  .sm\:heading-6 {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1rem;
  }
  .sm\:order-last {
    order: 9999;
  }
  .sm\:m-1 {
    margin: 0.25rem;
  }
  .sm\:m-8 {
    margin: 2rem;
  }
  .sm\:mt-3 {
    margin-top: 0.75rem;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .sm\:mt-20 {
    margin-top: 5rem;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem;
  }
  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }
  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-36 {
    height: 9rem;
  }
  .sm\:h-48 {
    height: 12rem;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:w-28 {
    width: 7rem;
  }
  .sm\:w-32 {
    width: 8rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:break-words {
    word-wrap: break-word;
  }
  .sm\:p-5 {
    padding: 1.25rem;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:pt-5 {
    padding-top: 1.25rem;
  }
  .sm\:pt-8 {
    padding-top: 2rem;
  }
  .sm\:pl-0 {
    padding-left: 0;
  }
  .sm\:pl-5 {
    padding-left: 1.25rem;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
  }
  .sm\:text-xl {
    font-size: 1.375rem;
  }
  .sm\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 45rem) {
  .md\: container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 45rem) and (min-width: 60.4375rem) {
  .md\: container {
    max-width: 60.4375rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 45rem) and (min-width: 75.875rem) {
  .md\: container {
    max-width: 75.875rem;
  }
}
@media (min-width: 45rem) {
  .md\: heading-1 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 3.5rem;
    letter-spacing: -1px;
  }
  .md\:heading-2 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 2.75rem;
  }
  .md\:heading-3 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 2.25rem;
  }
  .md\:heading-4 {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1.5rem;
  }
  .md\:heading-5 {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1.125rem;
  }
  .md\:heading-6 {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1rem;
  }
  .md\:static {
    position: static;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:sticky {
    position: sticky;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:top-2 {
    top: 0.5rem;
  }
  .md\:top-5 {
    top: 1.25rem;
  }
  .md\:top-8 {
    top: 2rem;
  }
  .md\:top-10 {
    top: 2.5rem;
  }
  .md\:top-12 {
    top: 3rem;
  }
  .md\:top-14 {
    top: 3.5rem;
  }
  .md\:top-20 {
    top: 5rem;
  }
  .md\:top-44 {
    top: 11rem;
  }
  .md\:-top-16 {
    top: -4rem;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:right-2 {
    right: 0.5rem;
  }
  .md\:right-6 {
    right: 1.5rem;
  }
  .md\:right-10 {
    right: 2.5rem;
  }
  .md\:-right-6 {
    right: -1.5rem;
  }
  .md\:-right-10 {
    right: -2.5rem;
  }
  .md\:-right-16 {
    right: -4rem;
  }
  .md\:bottom-0 {
    bottom: 0;
  }
  .md\:bottom-6 {
    bottom: 1.5rem;
  }
  .md\:bottom-8 {
    bottom: 2rem;
  }
  .md\:left-2 {
    left: 0.5rem;
  }
  .md\:left-4 {
    left: 1rem;
  }
  .md\:left-28 {
    left: 7rem;
  }
  .md\:-left-6 {
    left: -1.5rem;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:order-last {
    order: 9999;
  }
  .md\:order-none {
    order: 0;
  }
  .md\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8 / span 8;
  }
  .md\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9 / span 9;
  }
  .md\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12 / span 12;
  }
  .md\:col-start-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .md\:col-start-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .md\:col-start-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .md\:col-start-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .md\:col-start-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .md\:col-start-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .md\:col-start-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .md\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .md\:col-end-5 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }
  .md\:col-end-7 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
  .md\:col-end-8 {
    -ms-grid-column-span: 8;
    grid-column-end: 8;
  }
  .md\:col-end-9 {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }
  .md\:col-end-13 {
    -ms-grid-column-span: 13;
    grid-column-end: 13;
  }
  .md\:row-start-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .md\:row-start-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .md\:float-right {
    float: right;
  }
  .md\:m-1 {
    margin: 0.25rem;
  }
  .md\:m-24 {
    margin: 6rem;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-7 {
    margin-top: 1.75rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-9 {
    margin-top: 2.25rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-11 {
    margin-top: 2.75rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-13 {
    margin-top: 3.25rem;
  }
  .md\:mt-14 {
    margin-top: 3.5rem;
  }
  .md\:mt-15 {
    margin-top: 3.75rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:mt-28 {
    margin-top: 7rem;
  }
  .md\:mt-36 {
    margin-top: 9rem;
  }
  .md\:mt-40 {
    margin-top: 10rem;
  }
  .md\:mt-auto {
    margin-top: auto;
  }
  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .md\:-mt-0 {
    margin-top: 0;
  }
  .md\:-mt-1 {
    margin-top: -0.25rem;
  }
  .md\:-mt-2 {
    margin-top: -0.5rem;
  }
  .md\:-mt-3 {
    margin-top: -0.75rem;
  }
  .md\:-mt-4 {
    margin-top: -1rem;
  }
  .md\:-mt-6 {
    margin-top: -1.5rem;
  }
  .md\:-mt-40 {
    margin-top: -10rem;
  }
  .md\:-mt-56 {
    margin-top: -14rem;
  }
  .md\:-mt-60 {
    margin-top: -15rem;
  }
  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mr-1 {
    margin-right: 0.25rem;
  }
  .md\:mr-2 {
    margin-right: 0.5rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mr-7 {
    margin-right: 1.75rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mr-20 {
    margin-right: 5rem;
  }
  .md\:mr-24 {
    margin-right: 6rem;
  }
  .md\:-mr-2 {
    margin-right: -0.5rem;
  }
  .md\:-mr-9 {
    margin-right: -2.25rem;
  }
  .md\:-mr-20 {
    margin-right: -5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:ml-7 {
    margin-left: 1.75rem;
  }
  .md\:ml-8 {
    margin-left: 2rem;
  }
  .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .md\:ml-11 {
    margin-left: 2.75rem;
  }
  .md\:ml-40 {
    margin-left: 10rem;
  }
  .md\:-ml-8 {
    margin-left: -2rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .md\:grid {
    display: -ms-grid;
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-9 {
    height: 2.25rem;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-14 {
    height: 3.5rem;
  }
  .md\:h-15 {
    height: 3.75rem;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-28 {
    height: 7rem;
  }
  .md\:h-32 {
    height: 8rem;
  }
  .md\:h-36 {
    height: 9rem;
  }
  .md\:h-40 {
    height: 10rem;
  }
  .md\:h-44 {
    height: 11rem;
  }
  .md\:h-48 {
    height: 12rem;
  }
  .md\:h-52 {
    height: 13rem;
  }
  .md\:h-56 {
    height: 14rem;
  }
  .md\:h-60 {
    height: 15rem;
  }
  .md\:h-64 {
    height: 16rem;
  }
  .md\:h-80 {
    height: 20rem;
  }
  .md\:h-156 {
    height: 39rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-16 {
    width: 4rem;
  }
  .md\:w-32 {
    width: 8rem;
  }
  .md\:w-36 {
    width: 9rem;
  }
  .md\:w-40 {
    width: 10rem;
  }
  .md\:w-44 {
    width: 11rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-52 {
    width: 13rem;
  }
  .md\:w-56 {
    width: 14rem;
  }
  .md\:w-60 {
    width: 15rem;
  }
  .md\:w-64 {
    width: 16rem;
  }
  .md\:w-72 {
    width: 18rem;
  }
  .md\:w-80 {
    width: 20rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-4\/6 {
    width: 66.666667%;
  }
  .md\:w-5\/6 {
    width: 83.333333%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-11\/12 {
    width: 91.666667%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-xs {
    max-width: 20rem;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:max-w-xl {
    max-width: 36rem;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:grid-flow-row {
    grid-auto-flow: row;
  }
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .md\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr)) [8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr)) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }
  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }
  .md\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  .md\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  .md\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }
  .md\:gap-9 {
    grid-gap: 2.25rem;
    gap: 2.25rem;
  }
  .md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
  .md\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }
  .md\:gap-40 {
    grid-gap: 10rem;
    gap: 10rem;
  }
  .md\:gap-x-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .md\:gap-x-6 {
    grid-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .md\:gap-x-10 {
    grid-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .md\:gap-x-20 {
    grid-column-gap: 5rem;
    column-gap: 5rem;
  }
  .md\:gap-y-5 {
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .md\:gap-y-10 {
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .md\:gap-y-28 {
    grid-row-gap: 7rem;
    row-gap: 7rem;
  }
  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: 0.75rem;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: 1rem;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: 2rem;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: 2.5rem;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: 2.75rem;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: 3rem;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0;
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 0.5rem;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 1rem;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 2rem;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 2.5rem;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 3rem;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 3.5rem;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 4rem;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 5rem;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .md\:rounded {
    border-radius: 0.25rem;
  }
  .md\:border-0 {
    border-width: 0px;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border-t-0 {
    border-top-width: 0px;
  }
  .md\:border-r-2 {
    border-right-width: 2px;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:border-b-0 {
    border-bottom-width: 0px;
  }
  .md\:border-b-2 {
    border-bottom-width: 2px;
  }
  .md\:border-b {
    border-bottom-width: 1px;
  }
  .md\:border-l-2 {
    border-left-width: 2px;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:border-none {
    border-style: none;
  }
  .md\:border-gray-300 {
    border-color: #cdcccb;
  }
  .md\:border-gray-400 {
    border-color: #767576;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-shade-50 {
    background-color: #00000080;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-7 {
    padding: 1.75rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-14 {
    padding: 3.5rem;
  }
  .md\:p-15 {
    padding: 3.75rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-1 {
    padding-top: 0.25rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pt-3 {
    padding-top: 0.75rem;
  }
  .md\:pt-4 {
    padding-top: 1rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pt-7 {
    padding-top: 1.75rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-9 {
    padding-top: 2.25rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-11 {
    padding-top: 2.75rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:pr-3 {
    padding-right: 0.75rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pr-5 {
    padding-right: 1.25rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pr-7 {
    padding-right: 1.75rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pr-20 {
    padding-right: 5rem;
  }
  .md\:pr-24 {
    padding-right: 6rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-48 {
    padding-bottom: 12rem;
  }
  .md\:pb-72 {
    padding-bottom: 18rem;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pl-6 {
    padding-left: 1.5rem;
  }
  .md\:pl-7 {
    padding-left: 1.75rem;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pl-14 {
    padding-left: 3.5rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-46 {
    font-size: 2.875rem;
  }
  .md\:text-48 {
    font-size: 3rem;
  }
  .md\:text-sm {
    font-size: 0.9375rem;
  }
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
  }
  .md\:text-xl {
    font-size: 1.375rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
  }
  .md\:text-3xl {
    font-size: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.75rem;
  }
  .md\:text-5xl,
  .md\:text-6xl {
    font-size: 3.5rem;
  }
  .md\:font-medium {
    font-weight: 500;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:font-bold {
    font-weight: 700;
  }
  .md\:leading-tight {
    line-height: 1.125;
  }
  .md\:leading-snug {
    line-height: 1.25;
  }
  .md\:leading-normal {
    line-height: 1.5;
  }
  .md\:tracking-tighter {
    letter-spacing: -0.025em;
  }
  .md\:opacity-0 {
    opacity: 0;
  }
  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
      var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  }
}
@media (min-width: 75.875rem) {
  .lg\: container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 75.875rem) and (min-width: 60.4375rem) {
  .lg\: container {
    max-width: 60.4375rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 75.875rem) and (min-width: 75.875rem) {
  .lg\: container {
    max-width: 75.875rem;
  }
}
@media (min-width: 75.875rem) {
  .lg\: heading-1 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 3.5rem;
    letter-spacing: -1px;
  }
  .lg\:heading-2 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 2.75rem;
  }
  .lg\:heading-3 {
    font-weight: 700;
    line-height: 1.125;
    font-size: 2.25rem;
  }
  .lg\:heading-4 {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1.5rem;
  }
  .lg\:heading-5 {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1.125rem;
  }
  .lg\:heading-6 {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1rem;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-4 {
    top: 1rem;
  }
  .lg\:top-6 {
    top: 1.5rem;
  }
  .lg\:top-7 {
    top: 1.75rem;
  }
  .lg\:top-8 {
    top: 2rem;
  }
  .lg\:top-10 {
    top: 2.5rem;
  }
  .lg\:top-20 {
    top: 5rem;
  }
  .lg\:top-28 {
    top: 7rem;
  }
  .lg\:top-40 {
    top: 10rem;
  }
  .lg\:top-56 {
    top: 14rem;
  }
  .lg\:-top-9 {
    top: -1.12rem;
  }
  .lg\:right-0 {
    right: 0;
  }
  .lg\:right-2 {
    right: 0.5rem;
  }
  .lg\:right-7 {
    right: 1.75rem;
  }
  .lg\:right-24 {
    right: 6rem;
  }
  .lg\:right-28 {
    right: 7rem;
  }
  .lg\:right-32 {
    right: 8rem;
  }
  .lg\:-right-0 {
    right: 0;
  }
  .lg\:-right-28 {
    right: -7rem;
  }
  .lg\:bottom-9 {
    bottom: 2.25rem;
  }
  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }
  .lg\:left-6 {
    left: 1.5rem;
  }
  .lg\:left-8 {
    left: 2rem;
  }
  .lg\:left-10 {
    left: 2.5rem;
  }
  .lg\:left-12 {
    left: 3rem;
  }
  .lg\:-left-14 {
    left: -3.5rem;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8 / span 8;
  }
  .lg\:col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9 / span 9;
  }
  .lg\:col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12 / span 12;
  }
  .lg\:col-start-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .lg\:col-start-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .lg\:col-start-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .lg\:col-start-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .lg\:col-start-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .lg\:col-start-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .lg\:col-start-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .lg\:col-start-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .lg\:col-start-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .lg\:col-start-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }
  .lg\:col-end-4 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }
  .lg\:col-end-6 {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }
  .lg\:col-end-7 {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }
  .lg\:col-end-8 {
    -ms-grid-column-span: 8;
    grid-column-end: 8;
  }
  .lg\:col-end-9 {
    -ms-grid-column-span: 9;
    grid-column-end: 9;
  }
  .lg\:col-end-10 {
    -ms-grid-column-span: 10;
    grid-column-end: 10;
  }
  .lg\:col-end-11 {
    -ms-grid-column-span: 11;
    grid-column-end: 11;
  }
  .lg\:col-end-12 {
    -ms-grid-column-span: 12;
    grid-column-end: 12;
  }
  .lg\:col-end-13 {
    -ms-grid-column-span: 13;
    grid-column-end: 13;
  }
  .lg\:row-start-1 {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .lg\:row-start-2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .lg\:row-start-3 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  .lg\:row-start-4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  .lg\:float-right {
    float: right;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:-m-10 {
    margin: -2.5rem;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-11 {
    margin-top: 2.75rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-13 {
    margin-top: 3.25rem;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-28 {
    margin-top: 7rem;
  }
  .lg\:mt-44 {
    margin-top: 11rem;
  }
  .lg\:mt-64 {
    margin-top: 16rem;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }
  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }
  .lg\:-mt-4 {
    margin-top: -1rem;
  }
  .lg\:-mt-8 {
    margin-top: -2rem;
  }
  .lg\:-mt-16 {
    margin-top: -4rem;
  }
  .lg\:-mt-20 {
    margin-top: -5rem;
  }
  .lg\:-mt-48 {
    margin-top: -12rem;
  }
  .lg\:-mt-64 {
    margin-top: -16rem;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mr-1 {
    margin-right: 0.25rem;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mr-7 {
    margin-right: 1.75rem;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mr-12 {
    margin-right: 3rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mr-32 {
    margin-right: 8rem;
  }
  .lg\:mr-36 {
    margin-right: 9rem;
  }
  .lg\:mr-44 {
    margin-right: 11rem;
  }
  .lg\:mr-auto {
    margin-right: auto;
  }
  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .lg\:-mr-8 {
    margin-right: -2rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-13 {
    margin-bottom: 3.25rem;
  }
  .lg\:mb-15 {
    margin-bottom: 3.75rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mb-48 {
    margin-bottom: 12rem;
  }
  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:ml-7 {
    margin-left: 1.75rem;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }
  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }
  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:table-cell {
    display: table-cell;
  }
  .lg\:grid {
    display: -ms-grid;
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-5 {
    height: 1.25rem;
  }
  .lg\:h-11 {
    height: 2.75rem;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-24 {
    height: 6rem;
  }
  .lg\:h-36 {
    height: 9rem;
  }
  .lg\:h-40 {
    height: 10rem;
  }
  .lg\:h-44 {
    height: 11rem;
  }
  .lg\:h-48 {
    height: 12rem;
  }
  .lg\:h-52 {
    height: 13rem;
  }
  .lg\:h-56 {
    height: 14rem;
  }
  .lg\:h-64 {
    height: 16rem;
  }
  .lg\:h-72 {
    height: 18rem;
  }
  .lg\:h-80 {
    height: 20rem;
  }
  .lg\:h-152 {
    height: 38rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-5 {
    width: 1.25rem;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-28 {
    width: 7rem;
  }
  .lg\:w-32 {
    width: 8rem;
  }
  .lg\:w-48 {
    width: 12rem;
  }
  .lg\:w-56 {
    width: 14rem;
  }
  .lg\:w-64 {
    width: 16rem;
  }
  .lg\:w-68 {
    width: 272px;
  }
  .lg\:w-72 {
    width: 18rem;
  }
  .lg\:w-80 {
    width: 20rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-sm {
    max-width: 24rem;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:max-w-2xl {
    max-width: 42rem;
  }
  .lg\:max-w-3xl {
    max-width: 48rem;
  }
  .lg\:max-w-4xl {
    max-width: 56rem;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr)) [8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr)) [9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-rows-1 {
    -ms-grid-rows: (minmax(0, 1fr)) [1];
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-0 {
    grid-gap: 0px;
    gap: 0px;
  }
  .lg\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }
  .lg\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }
  .lg\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
  .lg\:gap-7 {
    grid-gap: 1.75rem;
    gap: 1.75rem;
  }
  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }
  .lg\:gap-52 {
    grid-gap: 13rem;
    gap: 13rem;
  }
  .lg\:gap-x-4 {
    grid-column-gap: 1rem;
    column-gap: 1rem;
  }
  .lg\:gap-x-12 {
    grid-column-gap: 3rem;
    column-gap: 3rem;
  }
  .lg\:gap-y-32 {
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: 1.5rem;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: 2rem;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: 2.5rem;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(3.75rem * var(--tw-space-x-reverse));
    margin-left: 3.75rem;
    margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: 0rem;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: 4rem;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0;
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 0.5rem;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 1rem;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 1.25rem;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 1.75rem;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 2rem;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 2.5rem;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 4rem;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: 5rem;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: 0rem;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:border-2 {
    border-width: 2px;
  }
  .lg\:border-t-0 {
    border-top-width: 0px;
  }
  .lg\:border-r-2 {
    border-right-width: 2px;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }
  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }
  .lg\:border-gray-200 {
    border-color: #e6e7e8;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-white {
    background-color: #fff;
  }
  .lg\:hover\:bg-yellow-500:hover {
    background-color: #fad141;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-9 {
    padding: 2.25rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-11 {
    padding: 2.75rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:p-20 {
    padding: 5rem;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-9 {
    padding-top: 2.25rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem;
  }
  .lg\:pr-3 {
    padding-right: 0.75rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pr-28 {
    padding-right: 7rem;
  }
  .lg\:pr-32 {
    padding-right: 8rem;
  }
  .lg\:pr-36 {
    padding-right: 9rem;
  }
  .lg\:pr-48 {
    padding-right: 12rem;
  }
  .lg\:pr-52 {
    padding-right: 13rem;
  }
  .lg\:pr-60 {
    padding-right: 15rem;
  }
  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pl-36 {
    padding-left: 9rem;
  }
  .lg\:pl-40 {
    padding-left: 10rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-20 {
    font-size: 1.25rem;
  }
  .lg\:text-xs {
    font-size: 0.875rem;
  }
  .lg\:text-base {
    font-size: 1rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
  }
  .lg\:text-xl {
    font-size: 1.375rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
  }
  .lg\:text-3xl {
    font-size: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.75rem;
  }
  .lg\:text-5xl {
    font-size: 3.5rem;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:font-bold {
    font-weight: 700;
  }
  .lg\:leading-snug {
    line-height: 1.25;
  }
  .lg\:tracking-normal {
    letter-spacing: 0;
  }
  .lg\:text-transparent {
    color: transparent;
  }
}
li .container,
li .shadow-xl {
  display: none;
}
@media only screen and (max-width: 767px) {
  #mobile-header {
    display: flex;
  }
  #desktop-header {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #mobile-header {
    display: none;
  }
  #desktop-header {
    display: flex;
  }
}
#header-version-two #hamburger {
  overflow: hidden;
  position: relative;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header-version-two #hamburger span:nth-child(1) {
  top: 0;
}
#header-version-two #hamburger span:nth-child(2) {
  top: 8px;
}
#header-version-two #hamburger span:nth-child(3) {
  top: 16px;
}
#header-version-two #hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0);
  transition: 0.5s ease-in-out;
}
.mb-36 {
  margin-bottom: 9rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}
@media (min-width: 1024px) {
  .lg\:w-425 {
    width: 425px;
  }
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
#newton-search-app {
  z-index: 1000;
  color: #19191a;
}
#newton-search-app .newton-login-screen {
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  padding-top: 112px;
}
#newton-search-app .btn-primary {
  border: 1px solid #7f56d9;
  background: #7f56d9;
  font-weight: 600;
}
#newton-search-app .btn-secondary {
  border: 1px solid #d0d5dd;
  color: #344054;
}
#newton-search-app .text-purple-dark {
  color: #42307d;
}
#newton-search-app .newton-search-dialog {
  height: 680px;
}
#newton-search-app .newton-search-dialog .fa-list:before {
  content: "";
}
#newton-search-app .newton-container {
  max-width: 43.625rem;
}
#newton-search-app .newton-container-large {
  max-width: 53.25rem;
}
#newton-search-app .form-input {
  padding-right: 3rem;
}
#newton-search-app .input-logo {
  right: 25%;
  top: 7px;
}
#newton-search-app .logo {
  width: 1.875rem;
  height: 1.875rem;
}
#newton-search-app .newton-box {
  border-radius: 8px;
  border: 2px solid #e6e7e8;
  background: linear-gradient(
    106deg,
    #7f56d91f 2.07%,
    #e9d7fe69 20.92%,
    #fff0 64.22%
  );
  padding: 13px;
}
#newton-search-app .min-h-230 {
  min-height: 14.375rem;
}
#newton-search-app .ai-result-content {
  height: 13.75rem;
  overflow-y: auto;
}
#newton-search-app .profile-content {
  height: 7rem;
  overflow-y: auto;
}
#newton-search-app .bg-ejgrey-light {
  background-color: #fff3;
}
#newton-search-app .fa-image {
  width: 4.5rem;
  height: 6.375rem;
}
#newton-search-app .text-yellow {
  color: #fbc81a;
}
#newton-search-app a {
  font-weight: 600;
  color: #7f56d9;
  text-decoration-line: underline;
}
#newton-search-app .contact-me-btn {
  color: #fff;
  text-decoration: none;
}
#newton-search-app input::placeholder {
  color: #ffffffb3 !important;
}
#newton-search-app input[type="checkbox"] {
  appearance: none;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid;
  line-height: 1;
  background: transparent;
}
#newton-search-app input[type="checkbox"]:before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: pre;
  content: " ";
  top: -1px;
}
#newton-search-app input[type="checkbox"]:checked:before {
  content: "✓";
}
#newton-search-app .no-underline {
  text-decoration-line: none;
}
#newton-search-app .login-form {
  max-width: 22.5rem;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: radial-gradient(
    260.37% 122.36% at 144.44% 40%,
    #00078d00,
    #00078dbd 50%
  );
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
#newton-search-app .login-form a {
  color: #fff;
}
#newton-search-app input:-webkit-autofill,
#newton-search-app input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
#newton-search-app .text-white-light {
  color: #ffffffb3 !important;
}
#newton-search-app .bg-white-light {
  background-color: #ffffff4d;
}
#newton-search-app .bg-none {
  background-color: transparent;
}
#newton-search-app .login-form button[type="submit"] {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
#newton-search-app .fa-details,
#newton-search-app .card-width {
  width: 17.25rem;
  border-radius: 8px;
  border: 2px solid #e6e7e8;
}
#newton-search-app .progress-bar-track {
  border-radius: 10px;
  background: linear-gradient(90deg, #d62424, #f8c409 51.5%, #16e019);
}
#newton-search-app .goal-staus-label {
  font-size: 12px;
}
#newton-search-app .goal-staus {
  padding: 4px 6px;
  border-radius: 4px;
  background: #90e46c;
  margin-left: 4px;
  font-size: 12px;
}
#newton-search-app .goal-value {
  font-size: 12px;
}
#newton-search-app .appointment-details-btn {
  width: 15.5rem;
  color: #fff;
  text-decoration: none;
}
#newton-search-app ul,
#newton-search-app ol {
  list-style: auto;
  padding: revert;
  margin: revert;
}
#newton-search-app .max-w-360px {
  max-width: 360px;
}
#newton-search-app .max-w-440px {
  max-width: 440px;
}
#newton-search-app .max-w-460px {
  max-width: 460px;
}
#newton-search-app .max-w-480px {
  max-width: 480px;
}
#newton-search-app .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
#newton-search-app .phone {
  color: #252b37;
}
#newton-search-app iframe#chat-bot {
  max-height: calc(100vh - 70px);
}
