/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden,
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus,
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
:root {
  --balloon-border-radius: 0.25rem;
  --balloon-color: #1D2E48;
  --balloon-text-color: #fff;
  --balloon-font-size: 0.875rem;
  --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
  overflow: visible;
}

[aria-label][data-balloon-pos] {
  position: relative;
  cursor: pointer;
}

[aria-label][data-balloon-pos]:after {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  text-indent: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: none;
  font-size: var(--balloon-font-size);
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  background: var(--balloon-color);
  border-radius: 2px;
  color: var(--balloon-text-color);
  border-radius: var(--balloon-border-radius);
  content: attr(aria-label);
  padding: 0.75rem 1rem;
  position: absolute;
  white-space: nowrap;
  z-index: 999999;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
}

[aria-label][data-balloon-pos]:before {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: var(--balloon-color);
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  content: "";
  position: absolute;
  z-index: 10;
}

[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
  opacity: 1;
  pointer-events: none;
}

[aria-label][data-balloon-pos].font-awesome:after {
  font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

[aria-label][data-balloon-pos][data-balloon-break]:after {
  white-space: pre;
}

[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
  white-space: pre-line;
  word-break: break-word;
}

[aria-label][data-balloon-pos][data-balloon-blunt]:before, [aria-label][data-balloon-pos][data-balloon-blunt]:after {
  transition: none;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 16px;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=up][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:before {
  bottom: 100%;
  left: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-left]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=up-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 10px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:before {
  bottom: 100%;
  right: 5px;
  transform: translate(0, var(--balloon-move));
  transform-origin: top;
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=up-right]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=up-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:after {
  left: 50%;
  margin-top: 10px;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  left: 50%;
  top: 100%;
  transform: translate(-50%, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:after {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=down][data-balloon-visible]:before {
  transform: translate(-50%, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:after {
  left: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  left: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-left]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=down-left][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:after {
  right: 0;
  margin-top: 10px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: var(--balloon-color);
  right: 5px;
  top: 100%;
  transform: translate(0, calc(var(--balloon-move) * -1));
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:after {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=down-right]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=down-right][data-balloon-visible]:before {
  transform: translate(0, 0);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:after {
  margin-right: 10px;
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: var(--balloon-color);
  right: 100%;
  top: 50%;
  transform: translate(var(--balloon-move), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=left]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=left][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:after {
  left: 100%;
  margin-left: 10px;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:before {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: var(--balloon-color);
  left: 100%;
  top: 50%;
  transform: translate(calc(var(--balloon-move) * -1), -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:after, [aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:after {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-pos=right]:hover:before, [aria-label][data-balloon-pos][data-balloon-pos=right][data-balloon-visible]:before {
  transform: translate(0, -50%);
}

[aria-label][data-balloon-pos][data-balloon-length=small]:after {
  white-space: normal;
  width: 80px;
}

[aria-label][data-balloon-pos][data-balloon-length=medium]:after {
  white-space: normal;
  width: 150px;
}

[aria-label][data-balloon-pos][data-balloon-length=large]:after {
  white-space: normal;
  width: 260px;
}

[aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
  white-space: normal;
  width: 320px;
}

@media screen and (max-width: 1200px) {
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 200px;
  }
}
@media screen and (max-width: 375px) {
  [aria-label][data-balloon-pos][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 60vw;
  }
}
[aria-label][data-balloon-pos][data-balloon-length=fit]:after {
  white-space: normal;
  width: 100%;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.button {
  display: flex;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
  cursor: pointer;
  transition: 200ms linear all;
  outline: inherit;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 568px) {
  .button {
    height: 3rem;
  }
}
.button svg,
.button img {
  width: 1.5rem;
  height: 1.5rem;
}
.button.reset svg,
.button.reset img {
  width: 1rem;
  height: 1rem;
}
.button.disabled, .button:disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.button.no-bg {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.button.no-bg:focus {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.button:focus {
  outline: none;
  border-radius: 0.75rem;
  border: 2px solid #308BF4;
  box-shadow: 0px 0px 8px 0px #308BF4;
}
.button.medium {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 568px) {
  .button.medium {
    height: 2.5rem;
  }
}
.button.small {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 568px) {
  .button.small {
    height: 2rem;
  }
}
.button.small svg,
.button.small img {
  width: 1rem;
  height: 1rem;
}
.button.primary-button-black {
  background: #001030;
  color: white;
}
.button.primary-button-black svg {
  fill: white;
}
.button.primary-button-black:hover {
  background: #1D2E48;
}
.button.primary-button-black.active, .button.primary-button-black:active {
  background: #3D4C63;
}
.button.primary-button-black.disabled, .button.primary-button-black:disabled {
  background: #B7BDC8;
}
.button.primary-button-black:focus {
  background: #1D2E48;
}
.button.primary-button-purple {
  background: #4257E3;
  color: white;
}
.button.primary-button-purple svg {
  fill: white;
}
.button.primary-button-purple:hover {
  background: #3546B6;
}
.button.primary-button-purple.active, .button.primary-button-purple:active {
  background: #283488;
}
.button.primary-button-purple.disabled, .button.primary-button-purple:disabled {
  background: #B7BDC8;
}
.button.primary-button-purple:focus {
  background: #3546B6;
}
.button.secondary-button, .button.current {
  border: 1px solid #001030;
  background: white;
  color: #001030;
}
.button.secondary-button svg, .button.current svg {
  fill: #001030;
}
.button.secondary-button:hover, .button.current:hover {
  border: 1px solid #001030;
  background: #E8EBF1;
}
.button.secondary-button.active, .button.secondary-button:active, .button.current.active, .button.current:active {
  border: 1px solid #001030;
  background: #CFD4DD;
}
.button.secondary-button.disabled, .button.secondary-button:disabled, .button.current.disabled, .button.current:disabled {
  border: 1px solid #B7BDC8;
  background: white;
  color: #B7BDC8;
}
.button.secondary-button.disabled svg, .button.secondary-button:disabled svg, .button.current.disabled svg, .button.current:disabled svg {
  fill: #B7BDC8;
}
.button.tertiary-button {
  color: #001030;
}
.button.tertiary-button:hover, .button.tertiary-button:focus {
  background: #F4F6FB;
  color: #1D2E48;
}
.button.tertiary-button.active, .button.tertiary-button:active {
  background: #E8EBF1;
  color: #3D4C63;
}
.button.tertiary-button.disabled, .button.tertiary-button:disabled {
  background: white;
  color: #B7BDC8;
}
.button.tertiary-button-blue {
  color: #4257E3;
}
.button.tertiary-button-blue:hover, .button.tertiary-button-blue:focus {
  background: #ECEEFC;
  color: #3546B6;
}
.button.tertiary-button-blue.active, .button.tertiary-button-blue:active {
  background: #8E9AEE;
  color: #283488;
}
.button.tertiary-button-blue.disabled, .button.tertiary-button-blue:disabled {
  background: white;
  color: #B7BDC8;
}
.button.tertiary-button-red {
  color: #FE3535;
}
.button.tertiary-button-red:hover, .button.tertiary-button-red:focus {
  background: #FFD7D7;
  color: #CB3134;
}
.button.tertiary-button-red.active, .button.tertiary-button-red:active {
  background: #FE8686;
  color: #662932;
}
.button.tertiary-button-red.disabled, .button.tertiary-button-red:disabled {
  background: white;
  color: #B7BDC8;
}
.button.negative-button {
  background: #FE3535;
  color: white;
}
.button.negative-button:hover, .button.negative-button:focus {
  background: #CB3134;
}
.button.negative-button.active, .button.negative-button:active {
  background: #662932;
}
.button.negative-button.disabled, .button.negative-button:disabled {
  background: #B7BDC8;
}

.cancel-button {
  justify-content: left;
  width: max-content;
}

.move-button {
  display: flex;
  gap: 1rem;
}

.icon-button {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: white;
}
.icon-button svg {
  width: 1.5rem;
  height: 1.5rem;
}
.icon-button:hover {
  background: #F4F6FB;
}
.icon-button.active, .icon-button:active, .icon-button:focus {
  background: #E8EBF1;
}
.icon-button.small svg {
  width: 1rem;
  height: 1rem;
}
.icon-button.on-grey-bg {
  background: #F4F6FB;
}
.icon-button.on-grey-bg:hover {
  background: #E8EBF1;
}
.icon-button.on-grey-bg.active, .icon-button.on-grey-bg:active, .icon-button.on-grey-bg:focus {
  background: #CFD4DD;
}
.icon-button.on-color-bg {
  background: none;
}
.icon-button.on-color-bg:hover {
  background: rgba(0, 16, 48, 0.1);
}
.icon-button.on-color-bg.active, .icon-button.on-color-bg:active, .icon-button.on-color-bg:focus {
  background: rgba(0, 16, 48, 0.2);
}

.button-group {
  display: flex;
  gap: 1rem;
  flex-flow: row wrap;
}

.toggle-container {
  z-index: 8;
  position: relative;
}
.toggle-container .toggle-button {
  color: #001030;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #E8EBF1;
  display: inline-block;
  padding: 0.6rem 1rem 0.5rem 1rem;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
  overflow: hidden;
}
.toggle-container .toggle-button:first-of-type {
  border-right: none;
}
.toggle-container .toggle-button:last-of-type {
  border-left: none;
}
.toggle-container input[type=radio].toggle {
  display: none;
  position: relative;
}
.toggle-container input[type=radio].toggle + label {
  cursor: pointer;
  min-width: 120px;
  position: relative;
}
.toggle-container input[type=radio].toggle + label:hover {
  background: none;
  color: #001030;
}
.toggle-container input[type=radio].toggle + label:after {
  background: #4257E3;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
.toggle-container input[type=radio].toggle.toggle-left + label {
  border-right: 0;
}
.toggle-container input[type=radio].toggle.toggle-left + label:after {
  left: 100%;
}
.toggle-container input[type=radio].toggle.toggle-right + label {
  margin-left: -5px;
}
.toggle-container input[type=radio].toggle.toggle-right + label:after {
  left: -100%;
}
.toggle-container input[type=radio].toggle:checked + label {
  cursor: default;
  color: white !important;
  transition: color 200ms;
}
.toggle-container input[type=radio].toggle:checked + label:after {
  left: 0;
}

.button.cursor-disabled {
  cursor: not-allowed;
}

.cursor-disabled {
  cursor: not-allowed;
}

form {
  width: 100%;
}
form .field-group {
  display: flex;
  padding: 2rem 0rem;
  flex-flow: column wrap;
  align-items: center;
  gap: 2rem;
}
form .field-group + .field-group {
  border-top: 1px solid #CFD4DD;
}
form .row {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  form .row {
    flex-flow: row nowrap;
    gap: 1.5rem;
  }
}

#manual-user-export-form {
  width: auto;
}

.field-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  position: relative;
  flex: 1;
}
.field-item.inline {
  flex-direction: row;
  align-items: center;
}
.field-item .portal-help-tip {
  margin-top: 0;
}
.field-item .field-help-tip {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
}
.field-item .field-help-tip p,
.field-item .field-help-tip ul,
.field-item .field-help-tip li {
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.field-item .field-help-tip p {
  margin: 0;
}
.field-item .field-notes p, .field-item .field-notes ul {
  color: #556177;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.field-item .field-notes p {
  margin-bottom: 0.5rem;
}
.field-item .field-notes ul {
  list-style: initial;
  margin-top: 0;
  padding-left: 20px;
}
.field-item .field-notes ul li {
  margin-top: 0;
}
.field-item ul {
  list-style: none;
  margin: 0;
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.field-item ul li {
  margin-top: 0.75rem;
}
.field-item .MuiAutocomplete-root input:hover, .field-item .MuiAutocomplete-root input:focus {
  border: none;
}
.field-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.field-item label.MuiInputLabel-shrink {
  display: none;
}
.field-item button svg, .field-item #system_type-select svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.field-item legend {
  width: 0;
}
.field-item legend span {
  display: none;
}
.field-item label.Mui-focused {
  width: 0;
}
.field-item label.Mui-focused span {
  display: none;
}
.field-item span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  color: #001030;
  font-weight: 400;
  letter-spacing: 0.00413rem;
}
.field-item #system_down-radio .MuiRadioGroup-root {
  flex-flow: row;
}
.field-item .error-message {
  display: none;
  color: #FE3535;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
}
.field-item.error input, .field-item.error textarea {
  border: 1px solid #FE3535;
}
.field-item.error .error-message {
  display: flex;
}
.field-item.error .text-area-top .character-limit {
  color: #FE3535;
}

.field-item-drop-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: auto;
  position: relative;
  flex: 1;
  width: 50%;
}
.field-item-drop-form.inline {
  flex-direction: row;
  align-items: center;
}
.field-item-drop-form.customer-select {
  align-self: auto;
  width: 50%;
}
.field-item-drop-form .portal-help-tip {
  margin-top: 0;
}
.field-item-drop-form .field-help-tip {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
}
.field-item-drop-form .field-help-tip p,
.field-item-drop-form .field-help-tip ul,
.field-item-drop-form .field-help-tip li {
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.field-item-drop-form .field-help-tip p {
  margin: 0;
}
.field-item-drop-form .field-notes p, .field-item-drop-form .field-notes ul {
  color: #556177;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.field-item-drop-form .field-notes p {
  margin-bottom: 0.5rem;
}
.field-item-drop-form .field-notes ul {
  list-style: initial;
  margin-top: 0;
  padding-left: 20px;
}
.field-item-drop-form .field-notes ul li {
  margin-top: 0;
}
.field-item-drop-form ul {
  list-style: none;
  margin: 0;
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.field-item-drop-form ul li {
  margin-top: 0.75rem;
}
.field-item-drop-form .error-message {
  display: none;
  color: #FE3535;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
}
.field-item-drop-form.error input, .field-item-drop-form.error textarea {
  border: 1px solid #FE3535;
}
.field-item-drop-form.error .error-message {
  display: flex;
}
.field-item-drop-form.error .text-area-top .character-limit {
  color: #FE3535;
}

.show-hide-field-content {
  position: absolute;
  right: 1rem;
  top: 2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-image: url("/static/assets/images/icons/icon-show.4cd0ef8fa84f.svg");
}
.show-hide-field-content.hide {
  background-image: url("/static/assets/images/icons/icon-hide.30cb4e6fb5c2.svg");
}

button {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
button:focus {
  outline: none;
}
button:disabled {
  cursor: not-allowed !important;
}

label,
legend {
  display: flex;
  height: 1.25rem;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
label .required,
legend .required {
  content: "*";
  color: #FE3535;
}
label svg,
legend svg {
  display: flex;
  width: 1rem;
  height: 1rem;
  align-items: flex-start;
  gap: 0.625rem;
}
label.small,
legend.small {
  font-size: 0.75rem;
  line-height: 1rem;
}

input,
textarea,
select {
  display: flex;
  width: 100%;
  height: 3rem;
  padding: 1rem;
  align-items: center;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid #CFD4DD;
  background: white;
}
input.icon-before,
textarea.icon-before,
select.icon-before {
  padding-left: 3rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: 1rem 50%;
}
input.username,
textarea.username,
select.username {
  background-image: url("/static/assets/images/icons/icon-user-input.cb47e50c314e.svg");
}
input.password,
textarea.password,
select.password {
  background-image: url("/static/assets/images/icons/icon-lock.e9a1917cc41e.svg");
}
input.search,
textarea.search,
select.search {
  background-size: 1rem 1rem;
  background-image: url("/static/assets/images/icons/icon-input-search.a24abc8042b6.svg");
}
input.slim,
textarea.slim,
select.slim {
  height: 2.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
input:hover,
textarea:hover,
select:hover {
  border: 1px solid #6E7A8B;
}
input:disabled,
textarea:disabled,
select:disabled {
  border: 1px solid #E8EBF1;
  background: #E8EBF1;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
  border: 1px solid #4257E3;
}
input + .field-note,
textarea + .field-note,
select + .field-note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
  color: #001030;
}

textarea {
  height: 7.5rem;
  min-height: 7.5rem;
  max-height: 14rem;
  padding: 0.5rem 0.25rem 0.5rem 1rem;
  align-items: flex-start;
}

fieldset.field-item {
  gap: 1rem;
}
fieldset.field-item legend {
  margin-bottom: 0.5rem;
  height: unset;
}
fieldset.field-item div,
fieldset.field-item mat-radio-group {
  display: flex;
  flex-flow: column wrap;
  gap: 0.75rem;
}
fieldset.field-item div.full-width,
fieldset.field-item mat-radio-group.full-width {
  flex: 100%;
  flex-flow: column wrap;
}
fieldset.field-item div.full-width:empty,
fieldset.field-item mat-radio-group.full-width:empty {
  display: none;
}
fieldset.field-item div.full-width input,
fieldset.field-item mat-radio-group.full-width input {
  width: 100%;
}
@media screen and (min-width: 768px) {
  fieldset.field-item {
    flex-flow: row wrap;
    gap: 1.5rem;
  }
  fieldset.field-item div,
  fieldset.field-item mat-radio-group {
    flex-flow: row nowrap;
    align-items: center;
  }
}
fieldset.field-item.listing {
  flex-flow: column wrap;
  align-items: stretch;
  gap: 1rem;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
}

.toggle-switch {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3.5rem;
  height: 2rem;
  flex-shrink: 0;
}
.switch:before {
  content: " ";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 3.25rem;
  height: 1.75rem;
  border: 2px solid white;
  border-radius: 3.125rem;
  z-index: 10;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #001030;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #001030;
}
.switch input:checked + .slider:before {
  transform: translateX(1.5rem);
}
.switch input:checked + .slider:after {
  transform: translateX(-1.5rem);
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFjdGlvbiI+CjxwYXRoIGlkPSJWZWN0b3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUuMzI5NSA0Ljc5Njc1QzE1LjQzODkgNC42ODYyNyAxNS41MDAyIDQuNTM2NDggMTUuNSA0LjM4MDM5QzE1LjQ5OTggNC4yMjQyOSAxNS40MzgxIDQuMDc0NjkgMTUuMzI4NCAzLjk2NDUxTDE0LjUzOTEgMy4xNzE1M0MxNC4zMTEyIDIuOTQyNTIgMTMuOTQyNCAyLjk0Mjg3IDEzLjcxNDkgMy4xNzIzTDYuOTY2NzYgOS45Nzc1MUwzLjI4Mzg3IDYuMjg1MThDMy4wNTYxNyA2LjA1Njg5IDIuNjg4MzIgNi4wNTcwOSAyLjQ2MDg2IDYuMjg1NjJMMS42NzE2MSA3LjA3ODYxQzEuNTYxODEgNy4xODg5MiAxLjUwMDA3IDcuMzM4NzUgMS41IDcuNDk1MDRDMS40OTk5MyA3LjY1MTMyIDEuNTYxNTQgNy44MDEyMSAxLjY3MTI0IDcuOTExNjJMNi41NTU4NyAxMi44MjgxQzYuNjY1MzYgMTIuOTM4MyA2LjgxMzggMTMuMDAwMSA2Ljk2ODUxIDEzQzcuMTIzMjIgMTIuOTk5OSA3LjI3MTU0IDEyLjkzNzcgNy4zODA4MyAxMi44MjczTDE1LjMyOTUgNC43OTY3NVoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPC9zdmc+Cg==");
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B7BDC8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 3.125rem;
}
.slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  left: 8px;
  bottom: 8px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:after {
  position: absolute;
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFjdGlvbiI+CjxwYXRoIGlkPSJWZWN0b3IiIGQ9Ik04LjUgNi42NjY4OEwxMi44MTMzIDIuMzUzNTVDMTMuMDA4NiAyLjE1ODI5IDEzLjMyNTIgMi4xNTgyOSAxMy41MjA0IDIuMzUzNTVMMTQuMTQ2NCAyLjk3OTU3QzE0LjM0MTcgMy4xNzQ4MyAxNC4zNDE3IDMuNDkxNDIgMTQuMTQ2NCAzLjY4NjY4TDkuODMzMTIgOEwxNC4xNDY0IDEyLjMxMzNDMTQuMzQxNyAxMi41MDg2IDE0LjM0MTcgMTIuODI1MiAxNC4xNDY0IDEzLjAyMDRMMTMuNTIwNCAxMy42NDY0QzEzLjMyNTIgMTMuODQxNyAxMy4wMDg2IDEzLjg0MTcgMTIuODEzMyAxMy42NDY0TDguNSA5LjMzMzEyTDQuMTg2NjggMTMuNjQ2NEMzLjk5MTQyIDEzLjg0MTcgMy42NzQ4MyAxMy44NDE3IDMuNDc5NTcgMTMuNjQ2NEwyLjg1MzU1IDEzLjAyMDRDMi42NTgyOSAxMi44MjUyIDIuNjU4MjkgMTIuNTA4NiAyLjg1MzU1IDEyLjMxMzNMNy4xNjY4OCA4TDIuODUzNTUgMy42ODY2OEMyLjY1ODI5IDMuNDkxNDEgMi42NTgyOSAzLjE3NDgzIDIuODUzNTUgMi45Nzk1N0wzLjQ3OTU3IDIuMzUzNTVDMy42NzQ4MyAyLjE1ODI5IDMuOTkxNDIgMi4xNTgyOSA0LjE4NjY4IDIuMzUzNTVMOC41IDYuNjY2ODhaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=");
  width: 1rem;
  height: 1rem;
  right: 8px;
  bottom: 8px;
  transition: 0.4s;
}

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

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

::-webkit-input-placeholder {
  color: #868FA0;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #868FA0;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

:-ms-input-placeholder {
  color: #868FA0;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

::input-placeholder {
  color: #868FA0;
  font-weight: 400;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

.mat-form-field,
.mat-checkbox,
.mat-select,
.mat-radio-button {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
  color: #001030 !important;
  font-weight: 400 !important;
  letter-spacing: 0.00413rem !important;
  font-style: normal !important;
}

.mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline {
  display: none;
}

.mat-checkbox .mat-checkbox-layout {
  gap: 0.75rem;
  align-items: center;
  height: unset;
  white-space: normal !important;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
  margin-right: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container svg.mat-checkbox-checkmark {
  width: 1.5rem;
  height: 1.5rem;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-ripple {
  display: none;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: #001030;
  border-radius: 0.25rem;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container:hover .mat-checkbox-frame {
  border-color: #556177;
}
.mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  color: #001030;
  font-weight: 400;
  letter-spacing: 0.00413rem;
  font-style: normal;
  text-transform: capitalize;
}
.mat-checkbox.mat-checkbox-indeterminate.mat-accent .mat-checkbox-inner-container .mat-checkbox-background, .mat-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-inner-container .mat-checkbox-background {
  background: #001030;
  border-radius: 0.25rem;
}
.mat-checkbox.mat-checkbox-indeterminate.mat-accent .mat-checkbox-inner-container:hover .mat-checkbox-background, .mat-checkbox.mat-checkbox-checked.mat-accent .mat-checkbox-inner-container:hover .mat-checkbox-background {
  background: #1D2E48;
}

.do-not-capitalize-checkbox-labels .mat-checkbox-label {
  text-transform: none !important;
}

.mat-radio-button .mat-radio-label,
.mat-radio-button.mat-accent .mat-radio-label {
  gap: 0.75rem;
  align-items: center;
  height: unset;
}
.mat-radio-button .mat-radio-label .mat-radio-container,
.mat-radio-button.mat-accent .mat-radio-label .mat-radio-container {
  width: 1.5rem;
  height: 1.5rem;
}
.mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-label .mat-radio-container .mat-radio-inner-circle {
  width: 1.5rem;
  height: 1.5rem;
}
.mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-outer-circle,
.mat-radio-button.mat-accent .mat-radio-label .mat-radio-container .mat-radio-outer-circle {
  border-color: #001030;
  width: 1.5rem;
  height: 1.5rem;
}
.mat-radio-button .mat-radio-label .mat-radio-container .mat-radio-ripple,
.mat-radio-button.mat-accent .mat-radio-label .mat-radio-container .mat-radio-ripple {
  display: none;
}
.mat-radio-button .mat-radio-label .mat-radio-container:hover .mat-radio-outer-circle,
.mat-radio-button.mat-accent .mat-radio-label .mat-radio-container:hover .mat-radio-outer-circle {
  border-color: #556177;
}
.mat-radio-button .mat-radio-label .mat-radio-label-content,
.mat-radio-button.mat-accent .mat-radio-label .mat-radio-label-content {
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  color: #001030;
  font-weight: 400;
  letter-spacing: 0.00413rem;
  font-style: normal;
}
.mat-radio-button.mat-radio-checked .mat-radio-inner-circle,
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle {
  transform: scale(0.6);
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-accent.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #001030;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.mat-radio-button.mat-accent.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #001030;
}

.mat-form-field.mat-form-field-type-mat-select,
.mat-form-field.autocomplete-select {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-wrapper,
.mat-form-field.autocomplete-select .mat-form-field-wrapper {
  flex: 1;
}
.mat-form-field.mat-form-field-type-mat-select .mat-select,
.mat-form-field.autocomplete-select .mat-select {
  display: flex;
  width: 100%;
  height: 3rem;
  padding: 1rem;
  align-items: center;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid #CFD4DD;
  background: white;
  cursor: pointer;
}
.mat-form-field.mat-form-field-type-mat-select .mat-select:hover,
.mat-form-field.autocomplete-select .mat-select:hover {
  border: 1px solid #6E7A8B;
}
.mat-form-field.mat-form-field-type-mat-select .mat-select .mat-select-arrow-wrapper,
.mat-form-field.autocomplete-select .mat-select .mat-select-arrow-wrapper {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-image: url("/static/assets/images/icons/icon-accordion-arrow.6ccea51e175b.svg");
}
.mat-form-field.mat-form-field-type-mat-select .mat-select .mat-select-arrow-wrapper .mat-select-arrow,
.mat-form-field.autocomplete-select .mat-select .mat-select-arrow-wrapper .mat-select-arrow {
  display: none;
}
.mat-form-field.mat-form-field-type-mat-select.mat-focused .mat-select,
.mat-form-field.autocomplete-select.mat-focused .mat-select {
  border: 1px solid #4257E3;
}
.mat-form-field.mat-form-field-type-mat-select.mat-focused .mat-select-arrow-wrapper .mat-select-arrow,
.mat-form-field.autocomplete-select.mat-focused .mat-select-arrow-wrapper .mat-select-arrow {
  color: #6E7A8B;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-label,
.mat-form-field.autocomplete-select .mat-form-field-label {
  width: calc(100% - 60px);
  left: 1rem;
  top: 1.7rem;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix,
.mat-form-field.autocomplete-select .mat-form-field-infix {
  border-top: none;
}
.mat-form-field.mat-form-field-type-mat-select .mat-select-trigger,
.mat-form-field.autocomplete-select .mat-select-trigger {
  height: 3rem;
}
.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-legacy .mat-form-field-label,
.mat-form-field.autocomplete-select.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #868FA0;
}
.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-legacy .mat-form-field-wrapper, .mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-legacy .mat-form-field-infix,
.mat-form-field.autocomplete-select.mat-form-field-appearance-legacy .mat-form-field-wrapper,
.mat-form-field.autocomplete-select.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0;
}
.mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field.mat-form-field-type-mat-select.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.mat-form-field.autocomplete-select.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field.autocomplete-select.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  display: none;
}

.autocomplete-hospital-name {
  display: flex;
  flex-flow: column wrap;
  gap: 0.5rem;
  width: 100%;
}
.autocomplete-hospital-name .mat-form-field.autocomplete-select .mat-form-field-infix {
  display: flex;
  width: 100%;
  height: 3rem;
  align-items: center;
}
.autocomplete-hospital-name .mat-form-field.autocomplete-select .mat-form-field-autofill-control {
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid #CFD4DD;
  background: white;
  padding: 0 3rem 0 1rem;
  margin-top: 0;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-image: url("/static/assets/images/icons/icon-accordion-arrow.6ccea51e175b.svg");
}
.autocomplete-hospital-name .mat-form-field.autocomplete-select .mat-form-field-autofill-control:hover {
  border: 1px solid #6E7A8B;
}
.autocomplete-hospital-name .mat-form-field.autocomplete-select .mat-form-field-autofill-control:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
  border: 1px solid #4257E3;
}

.alt-select {
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.5rem;
  flex-grow: 2;
  height: 3rem;
}
.alt-select label {
  flex-shrink: 0;
  height: 3rem;
}
.alt-select .mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix {
  width: unset;
}
.alt-select .mat-form-field.mat-form-field-type-mat-select .mat-select {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  display: flex;
  width: 100%;
  height: 2.5rem;
  padding: 0;
  align-items: center;
  align-self: stretch;
  border-radius: 0;
  border: none;
  background: none;
}
.alt-select .mat-form-field.mat-form-field-type-mat-select .mat-select .mat-select-value {
  margin-right: 0.5rem;
}
.alt-select .mat-form-field.mat-form-field-type-mat-select .mat-select .mat-select-arrow-wrapper {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-image: url("/static/assets/images/icons/icon-dropdown-arrow.4667ee866a8b.svg");
}
.alt-select .mat-form-field.mat-form-field-type-mat-select .mat-select .mat-select-arrow-wrapper .mat-select-arrow {
  display: none;
}
.alt-select .mat-form-field.mat-form-field-type-mat-select .mat-select-value-text {
  font-weight: 600;
}
.alt-select .time-zone-selector div div {
  font-weight: 600;
}
.alt-select .time-zone-selector div div input {
  border: none;
}
.alt-select .time-zone-selector div div svg {
  color: #001030;
}
.alt-select .time-zone-selector div div fieldset {
  border: none;
}

.MuiMenu-paper {
  border-radius: 0.5rem !important;
  border: 1px solid #4257E3 !important;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25) !important;
  padding: 0.75rem !important;
}
.MuiMenu-paper .MuiMenu-list {
  padding: 0;
}
.MuiMenu-paper .MuiMenuItem-root {
  height: 2.5rem !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
  color: #001030 !important;
  font-weight: 400 !important;
  letter-spacing: 0.00413rem !important;
  font-style: normal !important;
}
.MuiMenu-paper .MuiMenuItem-root:hover {
  background: #E8EBF1 !important;
}
.MuiMenu-paper .MuiMenuItem-root .MuiCheckbox-root {
  padding: 0 9px 0 0;
}
.MuiMenu-paper .Mui-selected {
  color: #001030 !important;
  font-weight: 600 !important;
  background: none !important;
}
.MuiMenu-paper .Mui-selected:hover {
  background: #E8EBF1 !important;
}

#customer-select, #system_type-select, #country-select {
  background: white;
  border-radius: 0.5rem;
}

#system_type-select fieldset, #country-select fieldset {
  inset: -10px 0px 0px;
}

.mat-autocomplete-panel,
.mat-select-panel {
  border-radius: 0.5rem !important;
  border: 1px solid #4257E3 !important;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25) !important;
  padding: 0.75rem !important;
}
.mat-autocomplete-panel .mat-optgroup-label,
.mat-autocomplete-panel .mat-option,
.mat-select-panel .mat-optgroup-label,
.mat-select-panel .mat-option {
  height: 2.5rem !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
  color: #001030 !important;
  font-weight: 400 !important;
  letter-spacing: 0.00413rem !important;
  font-style: normal !important;
}
.mat-autocomplete-panel .mat-optgroup-label .mat-option-ripple,
.mat-autocomplete-panel .mat-option .mat-option-ripple,
.mat-select-panel .mat-optgroup-label .mat-option-ripple,
.mat-select-panel .mat-option .mat-option-ripple {
  display: none !important;
}
.mat-autocomplete-panel .mat-optgroup-label:hover,
.mat-autocomplete-panel .mat-option:hover,
.mat-select-panel .mat-optgroup-label:hover,
.mat-select-panel .mat-option:hover {
  color: #001030 !important;
  background: #E8EBF1 !important;
}
.mat-autocomplete-panel .mat-optgroup-label.mat-active,
.mat-autocomplete-panel .mat-option.mat-active,
.mat-select-panel .mat-optgroup-label.mat-active,
.mat-select-panel .mat-option.mat-active {
  color: #001030 !important;
  background: none !important;
}
.mat-autocomplete-panel .mat-optgroup-label.mat-active:hover,
.mat-autocomplete-panel .mat-option.mat-active:hover,
.mat-select-panel .mat-optgroup-label.mat-active:hover,
.mat-select-panel .mat-option.mat-active:hover {
  background: #E8EBF1 !important;
}
.mat-autocomplete-panel .mat-optgroup-label.mat-selected,
.mat-autocomplete-panel .mat-option.mat-selected,
.mat-select-panel .mat-optgroup-label.mat-selected,
.mat-select-panel .mat-option.mat-selected {
  color: #001030 !important;
  font-weight: 600 !important;
  background: none !important;
}

.mat-autocomplete-panel {
  margin-top: 0.25rem;
}

.mat-select-panel.table-autocomplete-select input.mat-form-field-autofill-control {
  border-bottom: 1px solid #6E7A8B;
  border-radius: 0;
  margin-left: -0.75rem;
  margin-bottom: 0.75rem;
  position: sticky;
  top: -0.75rem;
  z-index: 999;
  background-color: white !important;
}
.mat-select-panel.table-autocomplete-select input.mat-form-field-autofill-control:hover, .mat-select-panel.table-autocomplete-select input.mat-form-field-autofill-control:focus {
  border: none;
  border-bottom: 1px solid #6E7A8B;
}

.cases-filters-chips {
  display: flex;
  padding: 1.5rem 0 0.5rem 0;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cases-filters-chips p.medium {
  color: #1D2E48;
}
.cases-filters-chips .button {
  align-self: center;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list {
  flex: 1;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-form-field-wrapper {
  padding-bottom: 0;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-form-field-infix {
  padding: 0;
  border: 0;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper {
  gap: 0.5rem;
  margin: 0;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip {
  margin: 0;
  background-color: white;
  border: 1px solid #CFD4DD;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip:after {
  display: none;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip:hover {
  background-color: #F4F6FB;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip:active, .cases-filters-chips .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip:focus {
  box-shadow: none !important;
  background-color: #ECEEFC;
  border: 1px solid #4257E3;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-chip-remove,
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-chip-trailing-icon {
  margin-left: 0;
  opacity: 1;
  width: unset;
  height: unset;
}
.cases-filters-chips .mat-form-field-type-mat-chip-list .mat-chip-ripple {
  display: none;
}
.user-admin .cases-filters-chips {
  padding: 1.5rem 0 0 0;
}
.slp .cases-filters-chips, .esp .cases-filters-chips, .portal_esp .cases-filters-chips, .portal_fsp .cases-filters-chips {
  padding: 0 0 1.5rem 0;
}

.filter-chips-controls {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0 0.5rem 0;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.user-admin .filter-chips-controls {
  padding: 1.5rem 0 0 0;
}
.slp .filter-chips-controls, .esp .filter-chips-controls, .portal_esp .filter-chips-controls, .portal_fsp .filter-chips-controls {
  padding: 0 0 1.5rem 0;
}

.filter-chips-root {
  display: contents;
}

.chip-listing {
  display: flex;
  padding: 1.25rem 0 0.5rem 0;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.chip-listing div {
  padding: 0;
  gap: 1rem;
}
.chip-listing div li {
  margin: 0;
}
.chip-listing div li div {
  margin: 0;
  background-color: white;
  border: 1px solid #CFD4DD;
  padding: 0.4rem 1rem 0.4rem 0.5rem;
  border-radius: 1.5rem;
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  height: unset;
}
.chip-listing div li div:after {
  display: none;
}
.chip-listing div li div:hover {
  background-color: #ECEEFC;
}
.chip-listing div li div:active, .chip-listing div li div:focus {
  box-shadow: none !important;
  background-color: #ECEEFC;
  border: 1px solid #4257E3;
}
.chip-listing div li div .MuiTouchRipple {
  border: 1px solid #4257E3;
}
.chip-listing div li div span {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0;
}
.chip-listing div li div span.MuiCheckbox-root {
  width: 1em;
  height: 1em;
  margin-left: 1px;
  margin-right: -3px;
}
.chip-listing div li div svg {
  border: 1px solid #6E7A8B;
  border-radius: 50%;
  background-color: white;
  color: white;
  width: 0.75em;
  height: 0.75em;
}
.chip-listing div li div span.Mui-checked svg {
  color: #4257E3;
  border: none;
  width: 0.875em;
  height: 0.875em;
}
.chip-listing div li div span:hover {
  background-color: revert;
}
.chip-listing div li .MuiChip-clickable:hover {
  background-color: #ECEEFC;
}
.chip-listing div li .MuiChip-clickable:has(span.Mui-checked) {
  border: 1px solid #4257E3;
}
.chip-listing div li .MuiChip-clickable:has(span.Mui-checked):hover {
  background-color: #ECEEFC;
}
.chip-listing .mat-form-field-type-mat-chip-list {
  flex: 1;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-form-field-wrapper {
  padding-bottom: 0;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-form-field-infix {
  padding: 0;
  border: 0;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper {
  gap: 1rem;
  margin: 0;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip {
  margin: 0;
  background-color: white;
  border: 1px solid #CFD4DD;
  padding: 0.4rem 1rem 0.5rem 0.5rem;
  border-radius: 1.5rem;
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.5rem;
  height: unset;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip:after {
  display: none;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip:hover {
  background-color: #F4F6FB;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip:active, .chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip:focus {
  box-shadow: none !important;
  background-color: #ECEEFC;
  border: 1px solid #4257E3;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-chip-remove,
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip .mat-chip-trailing-icon {
  margin-left: 0;
  opacity: 1;
  width: unset;
  height: unset;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip.selected {
  border: 1px solid #4257E3;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-list-wrapper .mat-chip.mat-standard-chip.selected:hover {
  background-color: #ECEEFC;
}
.chip-listing .mat-form-field-type-mat-chip-list .mat-chip-ripple {
  display: none;
}
.chip-listing .mat-checkbox.circle .mat-checkbox-layout .mat-checkbox-inner-container {
  margin-right: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.chip-listing .mat-checkbox.circle .mat-checkbox-layout .mat-checkbox-inner-container svg.mat-checkbox-checkmark {
  width: 1.125rem;
  height: 1.125rem;
}
.chip-listing .mat-checkbox.circle .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-frame {
  border-color: #6E7A8B;
  background-color: white;
  border-width: 1px;
  border-radius: 50%;
}
.chip-listing .mat-checkbox.circle .mat-checkbox-layout .mat-checkbox-inner-container:hover .mat-checkbox-frame {
  border-color: #556177;
}
.chip-listing .mat-checkbox.circle .mat-checkbox-layout .mat-checkbox-label {
  text-transform: none;
}
.chip-listing .mat-checkbox.circle.mat-checkbox-indeterminate.mat-accent .mat-checkbox-inner-container .mat-checkbox-background, .chip-listing .mat-checkbox.circle.mat-checkbox-checked.mat-accent .mat-checkbox-inner-container .mat-checkbox-background {
  background: #4257E3;
  border-radius: 50%;
}
.chip-listing .mat-checkbox.circle.mat-checkbox-indeterminate.mat-accent .mat-checkbox-inner-container:hover .mat-checkbox-background, .chip-listing .mat-checkbox.circle.mat-checkbox-checked.mat-accent .mat-checkbox-inner-container:hover .mat-checkbox-background {
  background: #4257E3;
}

.move-system {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.move-selection {
  width: 40%;
}

.MuiInputBase-root.Mui-focused fieldset.MuiOutlinedInput-notchedOutline {
  border: 2px solid;
  border-color: var(--mdc-theme-primary);
}

fieldset.MuiOutlinedInput-notchedOutline {
  border-radius: 0.5rem;
}

.mui-select-placeholder-text {
  color: #868FA0 !important;
}

.MuiCheckbox-root:has(#physician-averages) + .MuiFormControlLabel-label,
.MuiCheckbox-root:has(#facility-averages) + .MuiFormControlLabel-label,
.MuiCheckbox-root:has(#us-averages) + .MuiFormControlLabel-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.MuiCheckbox-root:has(#physician-averages) + .MuiFormControlLabel-label:before,
.MuiCheckbox-root:has(#facility-averages) + .MuiFormControlLabel-label:before,
.MuiCheckbox-root:has(#us-averages) + .MuiFormControlLabel-label:before {
  content: "";
  width: 1.5rem;
  height: 0.1875rem;
  background: #4257E3;
  border-radius: 0.25rem;
}

.MuiCheckbox-root:has(#facility-averages) + .MuiFormControlLabel-label:before {
  background: #ED47DC;
}

.MuiCheckbox-root:has(#us-averages) + .MuiFormControlLabel-label:before {
  background: #02BCCB;
}

.MuiChip-root.Mui-disabled {
  background-color: #DCDCDC !important;
  cursor: not-allowed;
  opacity: 1;
}
.MuiChip-root.Mui-disabled .MuiCheckbox-root {
  cursor: not-allowed;
}

.data-table-filters .filter-options .MuiFormGroup-root .MuiFormControlLabel-root .MuiCheckbox-root + .MuiTypography-root {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  color: #001030;
  font-weight: 400;
  letter-spacing: 0.00413rem;
  font-style: normal;
  text-transform: capitalize;
}

table {
  width: 100% !important;
  margin: 0;
  min-width: 230px;
}
table th, table td {
  font-size: 0.9rem;
}
table th {
  font-weight: 500;
  line-height: 1.2;
  color: #001030;
}
table td {
  font-weight: 300;
  color: #001030;
}

.datatable-actions-bottom {
  display: flex;
  padding-top: 1rem;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.datatable-actions-bottom .datatable-footer-right {
  display: flex;
  gap: 1rem;
  align-self: stretch;
}
.datatable-actions-bottom .datatable-footer-right .button {
  flex: 1 0 0;
}
.datatable-actions-bottom .page-size {
  flex: unset;
  align-self: flex-end;
  justify-self: flex-end;
  flex-direction: row;
  align-items: center;
}
.datatable-actions-bottom .page-size label {
  flex-shrink: 0;
  height: unset;
}
.datatable-actions-bottom .page-size .pagination-dropdown {
  background: white;
  border: 1px solid #CFD4DD;
  border-radius: 0.5rem;
  width: 100px !important;
  height: 2.5rem;
}
.datatable-actions-bottom .page-size .pagination-dropdown svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.datatable-actions-bottom .page-size .pagination-dropdown .MuiInputBase-root {
  height: 2.5em;
}
.datatable-actions-bottom .page-size .pagination-dropdown fieldset {
  border: 0;
}
.datatable-actions-bottom .page-size .pagination-dropdown legend {
  width: 0;
}
.datatable-actions-bottom .page-size .pagination-dropdown:hover {
  border: 1px solid #001030;
}
.datatable-actions-bottom .page-size .mat-form-field.mat-form-field-type-mat-select .mat-select {
  height: 2.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.datatable-actions-bottom .page-size .mat-form-field-infix {
  width: 100px !important;
}
@media screen and (min-width: 768px) {
  .datatable-actions-bottom {
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
  .datatable-actions-bottom.cdp {
    justify-content: space-between;
  }
  .datatable-actions-bottom .datatable-footer-right {
    justify-content: flex-end;
  }
}

.datatable-no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 600px;
  min-height: 20rem;
}
.portal_esp .datatable-no-results {
  min-height: 16rem;
}
.portal_fsp .datatable-no-results {
  min-height: 12rem;
}

.table-listing-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

table.dataTable th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-table.dataTables_wrapper .dataTables_length {
  float: right;
  margin-bottom: 1rem;
}
.portal-table.dataTables_wrapper .dataTables_length label {
  font-weight: 400;
  font-size: 0.9rem;
}

.portal-table.dataTables_wrapper .dataTables_info {
  font-size: 0.9rem;
  padding-top: 2rem;
}

table.dataTable th .icon-info-with-circle {
  color: #4257E3;
  font-size: 0.8rem;
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 1 !important;
  color: #4257E3;
}

.portal-table.dataTables_wrapper .dataTables_scrollBody {
  border-bottom: none !important;
}

.portal-table.dataTables_wrapper .dataTables_paginate {
  padding-top: 1.5rem;
  float: none;
  text-align: left;
}

.portal-table.dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: unset;
  padding: 0.25rem 0.75rem;
  border-radius: 0;
  border: none !important;
  font-size: 0.9rem;
}

.portal-table.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.portal-table.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: white !important;
  background-color: #4257E3;
}

.portal-table.portal-table.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.portal-table.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.portal-table.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #556177 !important;
}

.portal-table.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #001030 !important;
  background: #F4F6FB;
}

.portal-table.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  color: white !important;
  background: #3546B6;
  box-shadow: none;
}

.ag-tooltip-custom {
  width: fit-content;
  height: fit-content;
  white-space: normal;
  position: absolute;
  pointer-events: none;
  transition: opacity 1s;
}

.ag-tooltip-custom.ag-tooltip-hiding {
  opacity: 0;
}

.custom-tooltip {
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.custom-tooltip p {
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  white-space: nowrap;
}

.custom-table-tooltip {
  width: fit-content;
  height: fit-content;
  white-space: normal;
  position: absolute;
  pointer-events: none;
  transition: opacity 1s;
}

.datepicker-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: white;
  border-radius: 0.5rem;
  border: 1px solid #4257E3;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 26.5rem;
}
.datepicker-container .datepicker-top {
  padding: 1rem 1rem 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .datepicker-container {
    right: 0;
    left: unset;
    width: 26.5rem;
  }
  .datepicker-container .datepicker-top {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.datepicker-container .date-range {
  display: flex;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
}
.datepicker-container .date-range .field-item label {
  color: #556177;
}
.datepicker-container .date-range .field-item input.slim {
  padding: 0.75rem 0.5rem;
}
@media only screen and (min-width: 768px) {
  .datepicker-container .date-range .field-item input.slim {
    padding: 0.75rem 1rem;
  }
}
.datepicker-container .date-range .button {
  flex: unset !important;
  align-self: flex-start;
  color: #3D4C63;
}
.datepicker-container .date-range .button.disabled, .datepicker-container .date-range .button:disabled {
  color: #B7BDC8;
}
.datepicker-container .date-presets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-bottom: 1px solid #CFD4DD;
  padding-bottom: 1.5rem;
}
.datepicker-container .date-presets .button-preset {
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  background: #E8EBF1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  width: 6.3125rem;
}
.datepicker-container .date-presets .button-preset:hover {
  background: #CFD4DD;
}
.datepicker-container .date-presets .button-preset.selected {
  background: #4257E3;
  color: white;
}
.datepicker-container .mat-calendar {
  align-self: stretch;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.datepicker-container .mat-calendar .mat-calendar-table {
  border-spacing: 0 0.75rem;
  border-collapse: unset;
}
.datepicker-container .mat-calendar .mat-calendar-header {
  padding: 0;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls {
  margin: 0 0 1rem 0;
  justify-content: space-between;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-button {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.01875rem;
  color: #001030;
  text-transform: capitalize;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-spacer {
  display: none;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button .mat-button-ripple,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button .mat-button-focus-overlay,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button .mat-button-ripple,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button .mat-button-focus-overlay,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button .mat-button-ripple,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button .mat-button-focus-overlay {
  display: none;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button:hover,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button:hover,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button:hover {
  background-color: #F4F6FB;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button:active, .datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button:focus,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button:active,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button:focus,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button:active,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button:focus {
  background-color: #E8EBF1;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button {
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: white;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 1.5rem 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/assets/images/icons/icon-accordion-arrow.6ccea51e175b.svg");
  transform: rotate(90deg);
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button:after,
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button:after {
  display: none;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button {
  order: 1;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button {
  order: 3;
  transform: rotate(-90deg);
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button {
  order: 2;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button .mat-button-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button .mat-button-wrapper:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/assets/images/icons/icon-accordion-arrow.6ccea51e175b.svg");
}
.datepicker-container .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button .mat-button-wrapper svg {
  display: none;
}
.datepicker-container .mat-calendar .mat-calendar-content {
  padding: 0;
}
.datepicker-container .mat-calendar .mat-calendar-content .mat-calendar-table-header,
.datepicker-container .mat-calendar .mat-calendar-content .mat-calendar-body-label {
  color: #6E7A8B;
}
.datepicker-container .mat-calendar .mat-calendar-content .mat-calendar-table-header th {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  color: #6E7A8B;
  padding-bottom: 0.25rem;
}
.datepicker-container .mat-calendar .mat-calendar-content .mat-calendar-table-header tr:last-of-type,
.datepicker-container .mat-calendar .mat-calendar-content .mat-calendar-table-header .mat-calendar-table-header-divider {
  display: none;
}
.datepicker-container .mat-calendar .mat-calendar-body {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.01875rem;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-cell-container {
  height: 2.5rem !important;
  padding: 0.5rem 0rem !important;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-label {
  opacity: 0;
  padding: 0 !important;
}
.datepicker-container .mat-calendar .mat-calendar-body tr td.mat-calendar-body-cell-container:first-of-type .mat-calendar-body-cell:before {
  border-radius: 0.5rem 0 0 0.5rem;
}
.datepicker-container .mat-calendar .mat-calendar-body tr td.mat-calendar-body-cell-container:last-of-type .mat-calendar-body-cell:before {
  border-radius: 0 0.5rem 0.5rem 0;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-cell:hover .mat-calendar-body-cell-content,
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-cell:hover .mat-calendar-body-today.mat-calendar-body-selected {
  background-color: #E8EBF1;
  color: #001030;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-in-preview {
  color: #001030;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-cell-content {
  border-radius: 0.5rem;
  color: #001030;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-cell-content.mat-calendar-body-today, .datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-cell-content.mat-calendar-body-today.mat-calendar-body-selected {
  background: white;
  color: #001030;
  border: 1px solid #3D4C63;
  box-shadow: none;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-cell-content.mat-calendar-body-selected {
  background: #001030;
  color: white;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-in-range .mat-calendar-body-cell-content {
  color: white;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-in-range .mat-calendar-body-cell-content.mat-calendar-body-selected {
  background: #001030;
  color: white;
  border-radius: 0.25rem;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-in-range .mat-calendar-body-cell-content.mat-calendar-body-today {
  color: #001030;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-in-range .mat-calendar-body-cell-content.mat-calendar-body-today.mat-calendar-body-selected {
  color: white;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-in-range:hover .mat-calendar-body-cell-content.mat-calendar-body-today {
  color: #001030;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-in-range:before {
  background: #4257E3;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: #E8EBF1;
  color: #001030;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range)::before,
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-range-start::after,
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-comparison-start:not(.mat-calendar-body-comparison-bridge-start)::before,
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-comparison-start::after,
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-preview-start .mat-calendar-body-cell-preview {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-range-end:not(.mat-calendar-body-in-comparison-range)::before,
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-range-end::after,
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-comparison-end:not(.mat-calendar-body-comparison-bridge-end)::before,
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-comparison-end::after,
.datepicker-container .mat-calendar .mat-calendar-body .mat-calendar-body-preview-end .mat-calendar-body-cell-preview {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.datepicker-container #cdp-datepicker-calendar-container {
  align-self: center;
  width: 100%;
}
.datepicker-container #cdp-datepicker-calendar-container .MuiDateRangeCalendar-monthContainer {
  width: 100%;
}
.datepicker-container #cdp-datepicker-calendar-container .MuiDateRangeCalendar-monthContainer .MuiDayCalendar-header {
  justify-content: space-evenly;
}
.datepicker-container #cdp-datepicker-calendar-container .MuiDateRangeCalendar-monthContainer .MuiDayCalendar-weekContainer {
  justify-content: space-evenly;
}
.datepicker-container .MuiDayCalendar-root .MuiDayCalendar-weekContainer button.Mui-selected {
  background-color: #001030;
  border-radius: 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.datepicker-container .MuiDayCalendar-root .MuiDayCalendar-weekContainer button {
  border-radius: 0.5rem;
}
.datepicker-container .MuiDayCalendar-root .MuiDayCalendar-weekContainer button:hover {
  background: #CFD4DD;
  color: #001030 !important;
}
.datepicker-container .MuiDayCalendar-root .MuiDayCalendar-weekContainer button.selected {
  background: #4257E3;
  color: white;
}
.datepicker-container .MuiDayCalendar-root .MuiDayCalendar-weekContainer .MuiDateRangePickerDay-rangeIntervalPreview:hover {
  border-radius: 0.5rem;
}
.datepicker-container .MuiDayCalendar-root .MuiDayCalendar-weekContainer .MuiDateRangePickerDay-rangeIntervalDayHighlight:not(.MuiDateRangePickerDay-hiddenDayFiller) {
  background: #4257E3;
}
.datepicker-container .MuiDayCalendar-root .MuiDayCalendar-weekContainer .MuiDateRangePickerDay-rangeIntervalDayHighlight:not(.MuiDateRangePickerDay-hiddenDayFiller) button {
  color: white;
}
.datepicker-container .MuiDayCalendar-root .MuiDayCalendar-weekContainer .MuiDateRangePickerDay-rangeIntervalDayHighlight:not(.MuiDateRangePickerDay-hiddenDayFiller):not(:last-of-type):not(:first-of-type) {
  background-color: #4257E3;
  box-shadow: 15px 0 #4257E3, -15px 0 #4257E3;
}
.datepicker-container .datepicker-actions {
  border-top: 1px solid #CFD4DD;
  padding: 1rem;
  align-self: stretch;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.datepicker-container .datepicker-actions .button {
  margin: 0 !important;
}
@media only screen and (min-width: 768px) {
  .datepicker-container .datepicker-actions {
    padding: 1rem 1.5rem;
  }
}

.pagination-controls ul {
  margin: 0;
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.pagination-controls .shared-pagination li,
.pagination-controls .ngx-pagination li {
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-right: 0;
  border-radius: 0.5rem;
}
.pagination-controls .shared-pagination li.small-screen,
.pagination-controls .ngx-pagination li.small-screen {
  display: none;
}
.pagination-controls .shared-pagination a,
.pagination-controls .shared-pagination button,
.pagination-controls .ngx-pagination a,
.pagination-controls .ngx-pagination button {
  color: #001030;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.5rem;
  cursor: pointer;
  text-decoration: none;
}
.pagination-controls .shared-pagination a:hover,
.pagination-controls .shared-pagination button:hover,
.pagination-controls .ngx-pagination a:hover,
.pagination-controls .ngx-pagination button:hover {
  background: #E8EBF1;
}
.pagination-controls .shared-pagination .current,
.pagination-controls .ngx-pagination .current {
  background: #001030;
  color: white;
  border-radius: 0.5rem;
  padding: 0.1875rem 0.625rem;
  cursor: default;
}
.pagination-controls .shared-pagination .disabled,
.pagination-controls .ngx-pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #9FA6B4;
  cursor: default;
}
.pagination-controls .shared-pagination .pagination-previous,
.pagination-controls .shared-pagination .pagination-previous a,
.pagination-controls .shared-pagination .pagination-next,
.pagination-controls .shared-pagination .pagination-next a,
.pagination-controls .ngx-pagination .pagination-previous,
.pagination-controls .ngx-pagination .pagination-previous a,
.pagination-controls .ngx-pagination .pagination-next,
.pagination-controls .ngx-pagination .pagination-next a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pagination-controls .shared-pagination .pagination-next a,
.pagination-controls .shared-pagination .pagination-next.disabled,
.pagination-controls .ngx-pagination .pagination-next a,
.pagination-controls .ngx-pagination .pagination-next.disabled {
  padding-right: 0;
}
.pagination-controls .shared-pagination .pagination-next a:after,
.pagination-controls .shared-pagination .pagination-next.disabled:after,
.pagination-controls .ngx-pagination .pagination-next a:after,
.pagination-controls .ngx-pagination .pagination-next.disabled:after {
  display: inline-flex;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.pagination-controls .shared-pagination .pagination-previous a,
.pagination-controls .shared-pagination .pagination-previous.disabled,
.pagination-controls .ngx-pagination .pagination-previous a,
.pagination-controls .ngx-pagination .pagination-previous.disabled {
  padding-left: 0;
}
.pagination-controls .shared-pagination .pagination-previous a:before,
.pagination-controls .shared-pagination .pagination-previous.disabled:before,
.pagination-controls .ngx-pagination .pagination-previous a:before,
.pagination-controls .ngx-pagination .pagination-previous.disabled:before {
  display: inline-flex;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.pagination-controls .shared-pagination .pagination-previous a:before,
.pagination-controls .ngx-pagination .pagination-previous a:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlByZXZQYWdlIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE0Ljg5OTggNEwxNi4wNzI4IDUuMTcyOTFMOS4zNDU3NCAxMS44OTk5TDE2LjA3MjggMTguNjI2OUwxNC44OTk4IDE5Ljc5OTlMNi45OTk5MSAxMS44OTk5TDE0Ljg5OTggNFoiIGZpbGw9IiMzRDRDNjMiLz4KPC9nPgo8L3N2Zz4K");
}
.pagination-controls .shared-pagination .pagination-previous.disabled:before,
.pagination-controls .ngx-pagination .pagination-previous.disabled:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IlByZXZQYWdlIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE0Ljg5OTggNEwxNi4wNzI4IDUuMTcyOTFMOS4zNDU3NCAxMS44OTk5TDE2LjA3MjggMTguNjI2OUwxNC44OTk4IDE5Ljc5OTlMNi45OTk5MSAxMS44OTk5TDE0Ljg5OTggNFoiIGZpbGw9IiM5RkE2QjQiLz4KPC9nPgo8L3N2Zz4K");
}
.pagination-controls .shared-pagination .pagination-next a:after,
.pagination-controls .ngx-pagination .pagination-next a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ik5leHRQYWdlIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguMjIzNyA0TDcuMDUwNzggNS4xNzI5MUwxMy43Nzc4IDExLjg5OTlMNy4wNTA3OCAxOC42MjY5TDguMjIzNyAxOS43OTk5TDE2LjEyMzYgMTEuODk5OUw4LjIyMzcgNFoiIGZpbGw9IiMzRDRDNjMiLz4KPC9nPgo8L3N2Zz4K");
}
.pagination-controls .shared-pagination .pagination-next.disabled:after,
.pagination-controls .ngx-pagination .pagination-next.disabled:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ik5leHRQYWdlIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTguMjIzNyA0TDcuMDUwNzggNS4xNzI5MUwxMy43Nzc4IDExLjg5OTlMNy4wNTA3OCAxOC42MjY5TDguMjIzNyAxOS43OTk5TDE2LjEyMzYgMTEuODk5OUw4LjIyMzcgNFoiIGZpbGw9IiM5RkE2QjQiLz4KPC9nPgo8L3N2Zz4K");
}
.pagination-controls .shared-pagination .show-for-sr,
.pagination-controls .ngx-pagination .show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

@font-face {
  font-family: "URWDIN";
  src: url("https://s3-us-west-1.amazonaws.com/assets.aurishealth.com/fonts/din/urwdin-regular-webfont.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/assets.aurishealth.com/fonts/din/urwdin-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "URWDIN";
  src: url("https://s3-us-west-1.amazonaws.com/assets.aurishealth.com/fonts/din/urwdin-medium-webfont.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/assets.aurishealth.com/fonts/din/urwdin-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  color: #001030;
  font-weight: 400;
  letter-spacing: 0.00413rem;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, p {
  color: #001030;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
  margin: 0.25rem 0;
}
h1.medium {
  letter-spacing: -0.04375rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 5rem;
    letter-spacing: -0.125rem;
  }
  h1.medium {
    font-size: 3rem;
    font-weight: 500;
    line-height: 4rem;
    letter-spacing: -0.0625rem;
  }
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.04375rem;
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025rem;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -0.0125rem;
  font-weight: 600;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.75rem;
  color: #868FA0;
  font-weight: 400;
}

p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  font-weight: 400;
  color: #001030;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.00413rem;
  }
}
p.small {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
}
p.medium {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}

em, i {
  font-style: italic;
}

strong,
b,
.bold-weight {
  font-weight: 700 !important;
}

.semibold-weight {
  font-weight: 600 !important;
}

.medium-weight {
  font-weight: 500 !important;
}

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

.primary-color {
  color: #4257E3;
}

.card-title {
  color: #001030;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.00413rem;
}
@media screen and (min-width: 768px) {
  .card-title {
    font-size: 1.125rem;
  }
}

.label {
  color: #001030;
  font-size: 1rem;
  line-height: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.0375rem;
  text-transform: uppercase;
}

a {
  color: #001030;
  text-decoration: underline;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
a.disabled {
  color: #B7BDC8;
}

address {
  font-style: normal;
}

ul, ol {
  margin: 1rem auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  font-weight: 400;
  color: #001030;
  font-weight: 400;
  color: #001030;
}
ul.small, ol.small {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
}
@media screen and (min-width: 768px) {
  ul, ol {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.00413rem;
  }
}

body {
  margin: auto;
  width: 100%;
  max-width: 1920px;
  background: #F4F6FB;
}
body.dark {
  background: #001030;
}

main {
  margin: 0;
}

.portal-overlay:before {
  content: " ";
  position: fixed;
  top: 3.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: background-color 0.5s;
  opacity: 0.5;
  background: #001030;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .portal-overlay:before {
    top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .portal-overlay:before {
    top: 4.5rem;
  }
}

.full-width-layout {
  display: grid;
}
.full-width-layout app-home .category {
  padding-bottom: 2rem;
}

.side-nav-layout {
  display: grid;
  position: relative;
}
.side-nav-layout navigation {
  grid-row: 1/2;
}
.side-nav-layout router-outlet {
  grid-row: 2/3;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 33, 48, 0.1);
  background: white;
}
.side-nav-layout app-home,
.side-nav-layout cdp-dashboard,
.side-nav-layout cdp-systems-status,
.side-nav-layout customers,
.side-nav-layout potential-customers,
.side-nav-layout esp,
.side-nav-layout case-detail {
  grid-row: 3/4;
}
.side-nav-layout app-footer {
  grid-row: 4/5;
}
@media screen and (min-width: 1200px) {
  .side-nav-layout {
    grid-template-columns: 22.5rem 4fr;
  }
  .side-nav-layout navigation {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .side-nav-layout router-outlet {
    grid-column: 1/2;
    grid-row: 2/5;
  }
  .side-nav-layout app-home,
  .side-nav-layout cdp-dashboard,
  .side-nav-layout cdp-systems-status,
  .side-nav-layout customers,
  .side-nav-layout potential-customers,
  .side-nav-layout esp,
  .side-nav-layout case-detail {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .side-nav-layout app-footer {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .side-nav-layout #legal-disclaimer,
  .side-nav-layout #footnotes {
    grid-column: 2/3;
    grid-row: 4/4;
  }
}

header {
  position: relative;
  background: linear-gradient(93deg, #0E101E 64.74%, #2552A9 97.74%);
  display: flex;
  width: 100%;
  height: 3.5rem;
  padding: 0rem 1rem;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  z-index: 99999;
}
header .logo {
  display: flex;
  width: 7.44188rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
}
header .logo img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
header .header-right {
  display: flex;
  height: 3.5rem;
  justify-content: flex-end;
  align-items: center;
}
header .header-right ul {
  margin: 0;
  list-style: none;
}
header .header-right .menu-items {
  display: flex;
  padding-left: 0px;
  justify-content: flex-end;
  align-items: center;
}
header .header-right .menu-items a.menu-item {
  height: 3.5rem;
  display: inline-flex;
  padding: 1.5rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: white;
  text-decoration: none;
}
header .header-right .menu-items a.menu-item span {
  display: none;
}
header .header-right .menu-items a.menu-item:hover {
  background-color: #3546B6;
}
header .header-right .menu-items a.menu-item:active {
  background-color: #4257E3;
}
header .header-right .avatar {
  display: flex;
  padding: 1rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  text-decoration: none;
}
header .header-right .avatar .user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #E8EBF1;
  border: 2px solid white;
  color: #001030;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.00625rem;
}
header .header-right .avatar:hover, header .header-right .avatar:focus {
  background-color: #3546B6;
}
header .header-right .avatar:active {
  background-color: #4257E3;
}
header .header-right .account-menu-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  top: 3.5rem;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  transition: transform 0.2s ease-out;
  right: 0;
  z-index: 99999;
  height: 100%;
}
header .header-right .account-menu-wrapper .account-menu {
  display: flex;
  width: 17.9375rem;
  height: calc(100% - 3.5rem);
  padding: 0.5rem 1rem 1rem 1rem;
  flex-direction: column;
  background: white;
  box-shadow: -4px 2px 8px 0px rgba(0, 16, 48, 0.15);
  justify-content: space-between;
}
header .header-right .account-menu-wrapper .account-menu .top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
header .header-right .account-menu-wrapper .user-details {
  display: flex;
  padding-bottom: 1rem;
  margin-top: -1.25rem;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-bottom: 1px solid #E8EBF1;
  color: #001030;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
}
header .header-right .account-menu-wrapper .user-details .user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #E8EBF1;
  border: 2px solid white;
  color: #001030;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
  text-decoration: none;
}
header .header-right .account-menu-wrapper .main-actions {
  display: flex;
  padding-bottom: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  border-bottom: 1px solid #E8EBF1;
}
header .header-right .account-menu-wrapper a {
  display: flex;
  padding: 0.75rem 1rem;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid #E8EBF1;
  background: #F4F6FB;
  text-decoration: none;
}
header .header-right .account-menu-wrapper a:hover {
  border: 1px solid #CFD4DD;
  background: #E8EBF1;
}
header .header-right .account-menu-wrapper a:active {
  border: 1px solid #CFD4DD;
  background: #CFD4DD;
}
header .header-right .account-menu-wrapper a.close-button {
  display: flex;
  padding: 0.5rem;
  align-items: center;
  gap: 0.625rem;
  background: none;
  border: none;
  border-radius: 0;
  justify-content: flex-end;
}
header .header-right .account-menu-wrapper a.close-button img {
  width: 1.5rem;
  height: 1.5rem;
}
header .header-right .account-menu-wrapper.account-menu-open {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  cursor: default;
}
header .header-right .account-menu-wrapper.account-menu-open .account-menu {
  animation: ease 0.5s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  header {
    padding: 0rem 1.5rem;
    height: 4rem;
  }
  header .logo {
    width: 8.83719rem;
    height: 2.375rem;
    flex-shrink: 0;
  }
  header .header-right {
    height: 4rem;
  }
  header .header-right .menu-items a.menu-item {
    height: 4rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.00313rem;
  }
  header .header-right .menu-items a.menu-item img {
    display: none;
  }
  header .header-right .menu-items a.menu-item span {
    display: inline-flex;
  }
  header .header-right .avatar .user {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.00313rem;
  }
  header .header-right .avatar:hover > .account-menu-wrapper, header .header-right .avatar:focus > .account-menu-wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    cursor: default;
  }
  header .header-right .account-menu-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    top: 100%;
    padding-top: 1rem;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: transform 0.2s ease-out;
    right: 5.06rem;
    z-index: 9999;
  }
  header .header-right .account-menu-wrapper .account-menu {
    width: 26rem;
    height: unset;
    padding: 1.5rem;
    gap: 1.5rem;
    border-radius: 1rem;
    background: white;
    box-shadow: -16px 16px 40px 0px rgba(0, 0, 0, 0.5);
  }
  header .header-right .account-menu-wrapper a.close-button {
    display: none;
  }
  header .header-right .account-menu-wrapper .user-details {
    padding-bottom: 1.5rem;
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: -0.0125rem;
  }
  header .header-right .account-menu-wrapper .user-details .user {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.025rem;
  }
}
@media screen and (min-width: 1200px) {
  header {
    padding: 0rem 2rem;
    height: 4.5rem;
  }
  header .logo {
    width: 9.30231rem;
    height: 2.5rem;
  }
  header .header-right {
    height: 4.5rem;
  }
  header .header-right .menu-items a.menu-item {
    height: 4.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.00413rem;
  }
  header .header-right .avatar {
    width: 4.5rem;
    padding: 1rem;
  }
  header .header-right .avatar .user {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.00413rem;
  }
}

.wrapper-primary {
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .wrapper-primary {
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper-primary {
    padding: 3.5rem 1.5rem;
    width: 1024px;
    margin: 0 auto;
  }
}

.mobile-only {
  display: block;
}
@media screen and (min-width: 768px) and (pointer: fine) {
  .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (pointer: coarse) {
  .mobile-only {
    display: none;
  }
}

.loading-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 1rem 0;
}

.inline-loading-animation {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  margin: 1.5rem 0;
}

.portal-content-loading {
  display: flex;
  height: calc(100vh - 15rem);
  justify-content: center;
  align-items: center;
}

.page-loading-gradient {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #03E3F2, #308BF4, #9747FF);
  background-size: 400% 400%;
  animation: loadingGradient 300ms ease infinite, fadeOutOpacity 1.5s ease;
  height: 8px;
  opacity: 1;
}

@keyframes loadingGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes fadeOutOpacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal {
  display: flex;
  width: 21.4375rem;
  flex-direction: column;
  align-items: stretch;
  border-radius: 0.5rem;
  background: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.modal .modal-header {
  display: flex;
  align-self: stretch;
  padding: 0.5rem 1rem;
  min-height: 3.5rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  background: #F4F6FB;
}
.modal .modal-header h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #001030;
  font-style: normal;
  margin: 0;
}
.modal .modal-header + .portal-help-tip,
.modal .modal-header + app-notification-block,
.modal .modal-header + .success-notification {
  margin-left: 1rem;
  margin-right: 1rem;
}
.modal .modal-header + .success-notification {
  margin-top: 1.5rem;
}
.modal .modal-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  align-items: stretch;
  gap: 0.625rem;
  align-self: stretch;
  background: white;
  overflow-wrap: anywhere;
}
.modal .modal-content p {
  margin: 0;
}
.modal .modal-content ul {
  margin: 0;
  padding-left: 20px;
}
.modal .modal-content ul li {
  font-weight: bold;
}
.modal .modal-content .field-item {
  margin-top: 0.875rem;
}
.modal .modal-content .field-item:first-of-type {
  margin-top: 0;
}
.modal .modal-content .account-management {
  padding-bottom: 1.5rem;
  align-self: stretch;
  border-bottom: 1px solid #CFD4DD;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.modal .modal-content .account-management .button {
  align-self: flex-start;
}
.modal .modal-footer {
  display: flex;
  padding: 1rem;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0.75rem;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  border-top: 1px solid #E8EBF1;
  background: white;
}
@media screen and (min-width: 768px) {
  .modal {
    width: 40rem;
  }
  .modal .modal-header {
    padding: 0.5rem 1.5rem;
  }
  .modal .modal-header + .portal-help-tip,
  .modal .modal-header + app-notification-block,
  .modal .modal-header + .success-notification {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .modal .modal-content {
    padding: 1.5rem;
  }
  .modal .modal-footer {
    padding: 1rem 1.5rem;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
  }
}
.modal.cancel-modal .modal-header h2 {
  text-transform: capitalize;
}
.modal.no-footer .modal-content {
  border-radius: 0rem 0rem 0.5rem 0.5rem;
}
.modal.overflow-scroll .modal-content {
  max-height: 20rem;
  overflow-y: scroll;
}
.modal.overflow-scroll .modal-content .password-change-history-listing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.modal.overflow-scroll .modal-content .password-change-history-listing .history-list-item {
  display: flex;
  padding-bottom: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  border-bottom: 1px solid #CFD4DD;
}
.modal.overflow-scroll .modal-content .password-change-history-listing .history-list-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.modal.systems-management .modal-header {
  padding: 1rem 1rem;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .modal.systems-management .modal-header {
    padding: 1rem 1.5rem;
  }
}
.modal.systems-management .modal-header span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  color: #3D4C63;
  margin-top: 0.25rem;
}

.card {
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .card {
    padding: 1.5rem;
  }
}
.card.accordion {
  padding: 0;
}
.card.accordion .card-title {
  display: flex;
  padding: 1.25rem 1rem;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.75rem;
}
.card.accordion .card-title:before {
  content: " ";
  background-image: url("/static/assets/images/icons/icon-accordion-arrow.6ccea51e175b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
}
.card.accordion .accordion-content {
  padding: 0rem 1rem 1rem 1rem;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  align-self: stretch;
  display: none;
}
.card.accordion.is-open .card-title {
  border-radius: 0.75rem 0.75rem 0rem 0rem;
}
.card.accordion.is-open .card-title:before {
  transform: rotate(180deg);
}
.card.accordion.is-open .accordion-content {
  display: flex;
}
@media screen and (min-width: 768px) {
  .card.accordion .card-title {
    height: 4.5rem;
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }
  .card.accordion .card-title:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .card.accordion .accordion-content {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
    gap: 1rem;
  }
}

.portal-help-tip {
  display: flex;
  padding: 1.5rem 1rem;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  border-radius: 0.375rem;
  border: 1px solid #6E7A8B;
  background: white;
  margin-top: 1.5rem;
}
.portal-help-tip img {
  min-width: 3rem;
  height: auto;
}
.portal-help-tip p,
.portal-help-tip ul,
.portal-help-tip li {
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.portal-help-tip p {
  margin: 0;
}
.portal-help-tip.alert {
  border: 1px solid #FF9D00;
}

.info-notification,
.success-notification,
.warning-notification,
.error-notification {
  display: flex;
  align-self: stretch;
  padding: 0.5rem 1rem;
  align-items: center;
  gap: 1rem;
  border-radius: 0.375rem;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  min-height: 3.5rem;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.info-notification .notification-message,
.info-notification .info-message,
.info-notification .success-message,
.info-notification .warning-message,
.info-notification .error-message,
.success-notification .notification-message,
.success-notification .info-message,
.success-notification .success-message,
.success-notification .warning-message,
.success-notification .error-message,
.warning-notification .notification-message,
.warning-notification .info-message,
.warning-notification .success-message,
.warning-notification .warning-message,
.warning-notification .error-message,
.error-notification .notification-message,
.error-notification .info-message,
.error-notification .success-message,
.error-notification .warning-message,
.error-notification .error-message {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.info-notification .notification-message p,
.info-notification .info-message p,
.info-notification .success-message p,
.info-notification .warning-message p,
.info-notification .error-message p,
.success-notification .notification-message p,
.success-notification .info-message p,
.success-notification .success-message p,
.success-notification .warning-message p,
.success-notification .error-message p,
.warning-notification .notification-message p,
.warning-notification .info-message p,
.warning-notification .success-message p,
.warning-notification .warning-message p,
.warning-notification .error-message p,
.error-notification .notification-message p,
.error-notification .info-message p,
.error-notification .success-message p,
.error-notification .warning-message p,
.error-notification .error-message p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.form-fields .info-notification, .field-item .info-notification,
.form-fields .success-notification,
.field-item .success-notification,
.form-fields .warning-notification,
.field-item .warning-notification,
.form-fields .error-notification,
.field-item .error-notification {
  margin-top: 1.5rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.info-notification {
  border-left: 8px solid #2676CD;
  background: #EAF3FE;
}

.success-notification {
  border-left: 8px solid #0ABF89;
  background: #CFFAEC;
}

.warning-notification {
  border-left: 8px solid #FF9D00;
  background: #FFF2DA;
}

.error-notification {
  border-left: 8px solid #CB3134;
  background: #FFD7D7;
}

.info-notification {
  border-left: 8px solid #2676CD;
  background: #EAF3FE;
}

.success-notification {
  border-left: 8px solid #0ABF89;
  background: #CFFAEC;
}

.warning-notification {
  border-left: 8px solid #FF9D00;
  background: #FFF2DA;
}

.error-notification {
  border-left: 8px solid #CB3134;
  background: #FFD7D7;
}

.notification-alert {
  position: fixed;
  right: 0.96875rem;
  bottom: 1rem;
  display: flex;
  flex-direction: column;
  width: calc(100% - 2rem);
  padding: 0.5rem 1rem;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border-left: 8px solid #2676CD;
  background: #EAF3FE;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  animation-name: slideInUp;
  animation-duration: 600ms;
  z-index: 999999;
}
.notification-alert .alert-content-wrapper {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  order: 2;
}
.notification-alert .alert-content-wrapper .icon-info {
  display: none;
}
.notification-alert .alert-content-wrapper .alert-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
  margin: 0.75rem 0;
}
.notification-alert .alert-content-wrapper .alert-content p + .button {
  padding-top: 0;
}
.notification-alert .alert-content-wrapper .alert-content .button {
  color: #4257E3;
  font-weight: 600;
  text-align: left;
}
.notification-alert .alert-actions {
  display: flex;
  align-self: flex-end;
  gap: 1rem;
  order: 1;
}
@media screen and (min-width: 375px) {
  .notification-alert {
    flex-direction: row;
    gap: 1rem;
  }
  .notification-alert .alert-content-wrapper {
    width: 25rem;
    order: 1;
  }
  .notification-alert .alert-actions {
    order: 2;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .notification-alert {
    width: 35rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .notification-alert .alert-content-wrapper .icon-info {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .notification-alert {
    right: 2rem;
    bottom: 2rem;
  }
}

.maintenance-alert {
  z-index: 1;
  position: absolute;
  right: 0.96875rem;
  top: 4rem;
  bottom: unset;
  display: flex;
  flex-direction: column;
  width: calc(100% - 2rem);
  padding: 1rem;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  border-left: 8px solid #FF9D00;
  background: #FFF2DA;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.maintenance-alert .alert-content-wrapper {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  order: 2;
}
.maintenance-alert .alert-actions {
  display: flex;
  align-self: flex-end;
  gap: 1rem;
  order: 1;
}
@media screen and (min-width: 375px) {
  .maintenance-alert {
    flex-direction: row;
    gap: 1rem;
  }
  .maintenance-alert .alert-content-wrapper {
    width: 25rem;
    order: 1;
  }
  .maintenance-alert .alert-actions {
    order: 2;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .maintenance-alert {
    width: 35rem;
    right: 1.5rem;
    top: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .maintenance-alert {
    right: 2rem;
    top: 5.5rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vimeo-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.vimeo-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.nowrap,
a[href^="tel:"] {
  white-space: nowrap;
}

.nodule-size-popup {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-shrink: 0;
  animation-name: fadeIn;
  animation-duration: 600ms;
  z-index: 999999;
}
.nodule-size-popup .alert-content-wrapper {
  position: absolute;
  padding: 0.5rem;
  border-radius: 0.375rem;
  background: white;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex: 1 0 0;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.nodule-size-popup .alert-content-wrapper .icon-info {
  display: none;
}
.nodule-size-popup .alert-content-wrapper .alert-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
  margin: 0.75rem 0;
}
.nodule-size-popup .alert-content-wrapper .alert-content p + .button {
  padding-top: 0;
}
.nodule-size-popup .alert-content-wrapper .alert-content .button {
  color: #4257E3;
  font-weight: 600;
  text-align: left;
}
.nodule-size-popup .alert-actions {
  position: absolute;
  display: flex;
  left: 13rem;
  top: 0.25rem;
}
.nodule-size-popup .alert-actions .icon-button {
  align-items: flex-start;
}
.nodule-size-popup .alert-actions .icon-button svg {
  width: 1rem;
  height: 1rem;
}
.nodule-size-popup .alert-actions .button {
  height: 2rem;
}

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

.primary-nav-toggle {
  display: flex;
  padding: 1.3125rem 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  position: relative;
}
.primary-nav-toggle img.waffle {
  width: 1.5rem;
  height: 1.5rem;
}
.primary-nav-toggle:hover {
  background-color: #3546B6;
}
.primary-nav-toggle:hover > .top-nav-menu {
  visibility: visible;
  opacity: 1;
}
.primary-nav-toggle:active {
  background-color: #4257E3;
}
@media screen and (min-width: 768px) {
  .primary-nav-toggle {
    padding: 1.3125rem 0.75rem;
  }
  .primary-nav-toggle img.waffle {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .primary-nav-toggle {
    width: 4.5rem;
    padding: 1.3125rem;
  }
  .primary-nav-toggle img.waffle {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
  }
}

.top-nav-menu {
  top: 100%;
  padding-top: 1rem;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: transform 0.2s ease-out;
  right: 0;
  z-index: 9999;
}
.top-nav-menu ul.nav-container {
  width: 18rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1rem;
  background: white;
  box-shadow: -16px 16px 40px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 375px) {
  .top-nav-menu ul.nav-container {
    width: 21.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .top-nav-menu ul.nav-container {
    width: 23rem;
    padding: 1.5rem;
  }
}
.top-nav-menu .nav-parent {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-self: stretch;
  background: #F4F6FB;
  border-radius: 0.5rem;
}
.top-nav-menu .nav-parent.has-subnav > a.toggle-open {
  border-radius: 0.5rem 0.5rem 0 0;
  border-top: 1px solid #E8EBF1;
  border-right: 1px solid #E8EBF1;
  border-left: 1px solid #E8EBF1;
  border-bottom: none;
}
.top-nav-menu .nav-parent.has-subnav > a.toggle-open:hover {
  border-color: #E8EBF1;
  background: #F4F6FB;
}
.top-nav-menu .nav-parent.has-subnav > a.toggle-open:active {
  border-color: #E8EBF1;
  background: #F4F6FB;
}
.top-nav-menu .nav-parent > a {
  padding: 1rem 1rem 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  text-decoration: none;
  overflow: hidden;
  color: #001030;
  font-weight: 600;
  border-radius: 0.5rem;
  border: 1px solid #E8EBF1;
  background: #F4F6FB;
}
.top-nav-menu .nav-parent > a .nav-label {
  flex: 1 0 0;
}
@media screen and (min-width: 768px) {
  .top-nav-menu .nav-parent > a {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
  }
}
.top-nav-menu .nav-parent > a:hover {
  border: 1px solid #CFD4DD;
  background: #E8EBF1;
}
.top-nav-menu .nav-parent > a:active {
  border: 1px solid #CFD4DD;
  background: #CFD4DD;
}
.top-nav-menu .nav-parent > a svg.nav-icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: #1D2E48;
}
.top-nav-menu .nav-parent > a.current {
  background: #001030;
  color: white;
}
.top-nav-menu .nav-parent > a.current svg.nav-icon {
  fill: #E8EBF1;
}
.top-nav-menu .nav-parent .toggle-open img:last-of-type {
  transform: rotate(180deg);
}
.top-nav-menu .nav-parent .nav-child {
  padding: 0 0 0.75rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 0 0 0.5rem 0.5rem;
  border-left: 1px solid #E8EBF1;
  border-right: 1px solid #E8EBF1;
  border-bottom: 1px solid #E8EBF1;
  background: #F4F6FB;
}
.top-nav-menu .nav-parent .nav-child[data-state=closed] {
  display: none;
}
.top-nav-menu .nav-parent .nav-child[data-state=open] {
  display: block;
  display: flex;
}
.top-nav-menu .nav-parent .nav-child li {
  display: flex;
  height: 3.5rem;
  padding: 0 1.5rem;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
}
.top-nav-menu .nav-parent .nav-child a {
  flex: 1 0 0;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem 2.25rem;
  border-radius: 0.5rem;
}
.top-nav-menu .nav-parent .nav-child a:hover {
  background: #E8EBF1;
}
.top-nav-menu .nav-parent .nav-child a:active {
  background: #CFD4DD;
}
.top-nav-menu .nav-parent .nav-child a.current {
  background: #001030;
  color: white;
}
@media screen and (min-width: 768px) {
  .top-nav-menu .nav-parent .nav-child {
    padding: 0 0 1rem 0;
  }
  .top-nav-menu .nav-parent .nav-child a {
    padding: 1rem 2.25rem;
  }
}

.side-nav {
  background-color: white;
  width: 100%;
}
.side-nav .portal-header {
  display: flex;
  padding: 0.5rem 0rem 0.5rem 1.5rem;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center;
  height: 3.5rem;
}
.side-nav .portal-header h1 {
  align-self: stretch;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
  margin: 0;
}
.side-nav .portal-header h1 span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  font-weight: 500;
}
.side-nav nav.side-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-nav nav.side-nav-menu ul.nav-container {
  padding-left: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.side-nav nav.side-nav-menu ul.nav-container::-webkit-scrollbar {
  display: none;
}
.side-nav nav.side-nav-menu ul.nav-container li {
  flex: 0 0 auto;
}
.side-nav nav.side-nav-menu ul.nav-container li a {
  display: flex;
  height: 2.75rem;
  padding: 0.75rem 1rem 0.5rem 1rem;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.side-nav nav.side-nav-menu ul.nav-container li a.current {
  font-weight: 700;
}
.side-nav nav.side-nav-menu ul.nav-container li a.current:before {
  opacity: 1;
}
.side-nav nav.side-nav-menu ul.nav-container li a:hover {
  background-color: #F4F6FB;
}
.side-nav nav.side-nav-menu ul.nav-container li a:hover + .current-marker {
  background: #F4F6FB;
}
.side-nav nav.side-nav-menu ul.nav-container li a img.toggle-arrow {
  width: 1rem;
  height: 1rem;
}
.side-nav nav.side-nav-menu ul.nav-container li .toggle-open img:last-of-type {
  transform: rotate(180deg);
}
.side-nav nav.side-nav-menu ul.nav-container li .current-marker {
  display: block;
  height: 0.25rem;
  align-self: stretch;
  border-radius: 0;
  background: white;
}
.side-nav nav.side-nav-menu ul.nav-container li a.current + .current-marker {
  display: block;
  height: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  background: #1D2E48;
}
.side-nav nav.side-nav-menu ul.nav-container li ul.nav-child {
  position: absolute;
  top: 10rem;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 33, 48, 0.1);
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .side-nav nav.side-nav-menu ul.nav-container li ul.nav-child {
    top: 10.5rem;
  }
}
.side-nav nav.side-nav-menu ul.nav-container li ul.nav-child[data-state=closed] {
  display: none;
}
.side-nav nav.side-nav-menu ul.nav-container li ul.nav-child[data-state=open] {
  display: block;
}
.side-nav nav.side-nav-menu ul.nav-container li ul.nav-child li:first-of-type {
  box-shadow: inset 0px 1px 3px 0px rgba(0, 33, 48, 0.1);
}
.side-nav nav.side-nav-menu ul.nav-container li ul.nav-child a {
  height: 3.5rem;
  padding: 0;
}
.side-nav nav.side-nav-menu ul.nav-container li ul.nav-child a:before {
  content: " ";
  border-radius: 0 0.25rem 0.25rem 0;
  background: #1D2E48;
  width: 0.25rem;
  height: 3.5rem;
  opacity: 0;
  margin-right: 0.5rem;
}
.side-nav nav.side-nav-menu ul.nav-container li ul.nav-child a.current:before {
  opacity: 1;
}
.side-nav nav.side-nav-menu .scroll-overlay {
  position: absolute;
  right: 0;
  top: 7rem;
  width: 1.5rem;
  height: 3rem;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 1200px) {
  .side-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    height: 100%;
    min-height: 100vh;
    gap: 3rem;
    padding: 2rem 0rem;
  }
  .side-nav .portal-header {
    padding: 1.5rem;
    gap: 1.5rem;
    height: unset;
  }
  .side-nav .portal-header h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
  }
  .side-nav .portal-header h1 span {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.00413rem;
  }
  .side-nav nav.side-nav-menu {
    width: 100%;
    padding-left: 0;
  }
  .side-nav nav.side-nav-menu ul.nav-container {
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding-left: 0;
  }
  .side-nav nav.side-nav-menu ul.nav-container li {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    flex-direction: column;
  }
  .side-nav nav.side-nav-menu ul.nav-container li a {
    height: 4rem;
    gap: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0;
  }
  .side-nav nav.side-nav-menu ul.nav-container li a .nav-label {
    flex: 1 0 0;
  }
  .side-nav nav.side-nav-menu ul.nav-container li a img.toggle-arrow {
    margin-right: 1.5rem;
  }
  .side-nav nav.side-nav-menu ul.nav-container li a:before {
    content: " ";
    border-radius: 0 0.25rem 0.25rem 0;
    background: #1D2E48;
    width: 0.25rem;
    height: 4rem;
    opacity: 0;
    margin-right: 0.5rem;
  }
  .side-nav nav.side-nav-menu ul.nav-container li a.current {
    background-color: #F4F6FB;
  }
  .side-nav nav.side-nav-menu ul.nav-container li a.current:before {
    opacity: 1;
  }
  .side-nav nav.side-nav-menu ul.nav-container li a.current.nav-toggle {
    font-weight: 700;
    background: none;
  }
  .side-nav nav.side-nav-menu ul.nav-container li a.current.nav-toggle:before {
    opacity: 0;
  }
  .side-nav nav.side-nav-menu ul.nav-container li .current-marker {
    display: none;
  }
  .side-nav nav.side-nav-menu ul.nav-container li a.current + .current-marker {
    display: none !important;
  }
  .side-nav nav.side-nav-menu ul.nav-container li ul.nav-child {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    box-shadow: none;
  }
  .side-nav nav.side-nav-menu ul.nav-container li ul.nav-child li:first-of-type {
    box-shadow: none;
  }
  .side-nav nav.side-nav-menu ul.nav-container li ul.nav-child li a {
    gap: 4rem;
    height: 4rem;
  }
  .side-nav nav.side-nav-menu ul.nav-container li ul.nav-child li a:before {
    height: 4rem;
  }
  .side-nav nav.side-nav-menu .scroll-overlay {
    display: none;
  }
}

.collapsible-nav-wrapper {
  margin-bottom: 1rem 0;
}
.collapsible-nav-wrapper input[type=checkbox] {
  display: none;
}
.collapsible-nav-wrapper .label-toggle {
  display: block;
  cursor: pointer;
  transition: all 250ms ease-out;
  font-size: 1rem;
  color: #4257E3;
  font-weight: normal;
}
.collapsible-nav-wrapper .label-toggle:hover {
  color: #3546B6;
}
.collapsible-nav-wrapper .label-toggle::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.5rem;
  transform: translateY(-2px);
  transition: transform 200ms ease-out;
}
.collapsible-nav-wrapper .toggle:checked + .label-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}
.collapsible-nav-wrapper .collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 250ms ease-in-out;
}
.collapsible-nav-wrapper .toggle:checked + .label-toggle + .collapsible-content {
  max-height: 100vh;
}
.collapsible-nav-wrapper .collapsible-content .content-inner {
  padding: 0;
}
.collapsible-nav-wrapper .collapsible-content .content-inner ul {
  list-style: none;
  margin: 0 0 0 2rem;
  padding: 0;
}
.collapsible-nav-wrapper .collapsible-content .content-inner ul > li {
  margin-top: 0.5rem;
}
.collapsible-nav-wrapper .collapsible-content .content-inner button {
  text-align: left;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.collapsible-nav-wrapper .collapsible-content .content-inner button:not([disabled]):hover {
  color: #3546B6;
}
.collapsible-nav-wrapper .collapsible-content .content-inner .current,
.collapsible-nav-wrapper .collapsible-content .content-inner button.current:not([disabled]):hover {
  color: #3546B6;
  font-weight: bold;
}

.gateway-esp__nav {
  margin: 0 -1%;
  background: #001030;
}
.gateway-esp__nav ul {
  background: transparent;
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
}
.gateway-esp__nav li {
  color: white;
  display: block;
  position: relative;
  text-decoration: none;
  transition-duration: 250ms;
  margin-right: 0.5rem;
}
.gateway-esp__nav li a {
  display: inline-block;
  color: white;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  text-decoration: none;
}
.gateway-esp__nav li a [class^=icon-] {
  font-size: 1.25rem;
  position: relative;
  padding-right: 0.25rem;
  top: 2px;
}
.gateway-esp__nav li:hover,
.gateway-esp__nav li.current {
  background: #4257E3;
  cursor: pointer;
  border-radius: 0.5rem 0.5rem 0 0;
}
.gateway-esp__nav li:hover a {
  outline: none;
}
.gateway-esp__nav ul li ul {
  background: #6E7A8B;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}
.gateway-esp__nav ul li ul li:hover {
  background: #001030;
}
.gateway-esp__nav ul li:hover > ul,
.gateway-esp__nav ul li ul:hover,
.gateway-esp__nav ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.gateway-esp__nav ul li ul li {
  clear: both;
  width: 100%;
}

footer {
  display: flex;
  width: 100%;
  background: #F4F6FB;
  padding: 0rem 1rem 1rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  footer {
    align-items: center;
    gap: 0.25rem;
    padding: 0rem 2rem 1rem 2rem;
  }
}
footer .footer-logo {
  display: flex;
  padding: 1rem 0rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  border-bottom: 1px solid #CFD4DD;
}
footer .footer-logo svg.jnjmt-logo {
  width: 7.46881rem;
  height: 1.5rem;
  fill: #001030;
}
@media only screen and (min-width: 768px) {
  footer .footer-logo {
    padding: 1.5rem 0rem 1rem 0rem;
  }
}
footer .footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.75rem;
}
footer .footer-bottom .copyright-legal-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.75rem;
}
footer .footer-bottom .copyright-legal-links .copyright {
  color: #3D4C63;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
  display: flex;
  padding-bottom: 0px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.625rem;
  align-self: stretch;
  flex-wrap: wrap;
}
footer .footer-bottom .copyright-legal-links .legal-links {
  display: flex;
  padding-bottom: 0px;
  align-items: center;
  align-content: center;
  gap: 0.75rem 1rem;
  align-self: stretch;
  flex-wrap: wrap;
}
footer .footer-bottom .copyright-legal-links .legal-links a {
  color: #3D4C63;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.00625rem;
  text-decoration: underline;
}
footer .footer-bottom .cookie-settings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
}
footer .footer-bottom .cookie-settings #ot-sdk-btn.ot-sdk-show-settings,
footer .footer-bottom .cookie-settings #ot-sdk-btn.ot-sdk-show-settings:hover {
  background: none !important;
  color: #556177 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
  letter-spacing: 0.00313rem !important;
  padding-right: 0 !important;
  border: none !important;
}
footer .footer-bottom .cookie-settings #ot-sdk-btn.ot-sdk-show-settings:before,
footer .footer-bottom .cookie-settings #ot-sdk-btn.ot-sdk-show-settings:hover:before {
  top: 8px !important;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDEiPgo8Y2lyY2xlIGlkPSJFbGxpcHNlIDEiIGN4PSI4IiBjeT0iOCIgcj0iNy41IiBzdHJva2U9IiMyODM0ODgiLz4KPHBhdGggaWQ9IioiIGQ9Ik03LjI5OTI3IDEyTDcuNDE2MDYgOC45NDQ0NEw0LjcwMDczIDEwLjU4MzNMNCA5LjQxNjY3TDYuODYxMzEgOEw0IDYuNTgzMzNMNC43MDA3MyA1LjQxNjY3TDcuNDE2MDYgNy4wNTU1Nkw3LjI5OTI3IDRIOC43MDA3M0w4LjU4Mzk0IDcuMDU1NTZMMTEuMjk5MyA1LjQxNjY3TDEyIDYuNTgzMzNMOS4xMzg2OSA4TDEyIDkuNDE2NjdMMTEuMjk5MyAxMC41ODMzTDguNTgzOTQgOC45NDQ0NEw4LjcwMDczIDEySDcuMjk5MjdaIiBmaWxsPSIjMjgzNDg4Ii8+CjwvZz4KPC9zdmc+Cg==) !important;
}
@media only screen and (min-width: 768px) {
  footer .footer-bottom {
    padding-top: 1rem;
    align-items: center;
    flex-direction: unset;
    justify-content: unset;
  }
  footer .footer-bottom .copyright-legal-links {
    flex: 1 0 0;
    align-self: unset;
    padding-right: 1rem;
  }
  footer .footer-bottom .copyright {
    flex: 1 0 0;
  }
  footer .footer-bottom .legal-links {
    gap: 1rem;
    align-content: unset;
    flex-wrap: unset;
  }
  footer .footer-bottom .cookie-settings {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.dark footer {
  background: #001030;
}
.dark footer .footer-logo {
  border-bottom: 1px solid #1D2E48;
}
.dark footer .footer-logo svg.jnjmt-logo {
  fill: #E8EBF1;
}
.dark footer .footer-bottom .copyright-legal-links .copyright {
  color: #F4F6FB;
}
.dark footer .footer-bottom .copyright-legal-links .legal-links a {
  color: #CFD4DD;
}
.dark footer .footer-bottom .cookie-settings #ot-sdk-btn.ot-sdk-show-settings,
.dark footer .footer-bottom .cookie-settings #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #CFD4DD !important;
}
.dark footer .footer-bottom .cookie-settings #ot-sdk-btn.ot-sdk-show-settings:before,
.dark footer .footer-bottom .cookie-settings #ot-sdk-btn.ot-sdk-show-settings:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDEiPgo8Y2lyY2xlIGlkPSJFbGxpcHNlIDEiIGN4PSI4IiBjeT0iOCIgcj0iNy41IiBzdHJva2U9IiM4RTlBRUUiLz4KPHBhdGggaWQ9IioiIGQ9Ik03LjI5OTI3IDEyTDcuNDE2MDYgOC45NDQ0NEw0LjcwMDczIDEwLjU4MzNMNCA5LjQxNjY3TDYuODYxMzEgOEw0IDYuNTgzMzNMNC43MDA3MyA1LjQxNjY3TDcuNDE2MDYgNy4wNTU1Nkw3LjI5OTI3IDRIOC43MDA3M0w4LjU4Mzk0IDcuMDU1NTZMMTEuMjk5MyA1LjQxNjY3TDEyIDYuNTgzMzNMOS4xMzg2OSA4TDEyIDkuNDE2NjdMMTEuMjk5MyAxMC41ODMzTDguNTgzOTQgOC45NDQ0NEw4LjcwMDczIDEySDcuMjk5MjdaIiBmaWxsPSIjOEU5QUVFIi8+CjwvZz4KPC9zdmc+Cg==) !important;
}

#onetrust-banner-sdk .ot-sdk-container,
#onetrust-pc-sdk .ot-sdk-container, #ot-sdk-cookie-policy .ot-sdk-container {
  background-color: transparent !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk *:focus,
#onetrust-consent-sdk #onetrust-banner-sdk:focus {
  outline: none !important;
  outline-color: none !important;
  outline-width: 0 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: white !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk h2#onetrust-policy-title,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-title,
#onetrust-consent-sdk #onetrust-banner-sdk p#onetrust-policy-text,
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text {
  color: #001030 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler {
  color: #001030 !important;
  border-color: #001030 !important;
  background: white !important;
  border-radius: 0 !important;
  width: auto !important;
  height: 100% !important;
  bottom: 100%;
  position: absolute;
  right: 35%;
  padding-bottom: 1.75rem;
}

#onetrust-policy {
  width: 80% !important;
}

#onetrust-button-group-parent {
  position: absolute !important;
}

.legal-disclaimer {
  color: #3D4C63;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
  padding: 0rem 1rem 1rem 1rem;
}
@media only screen and (min-width: 768px) {
  .legal-disclaimer {
    padding: 0rem 2rem 1rem 2rem;
  }
}
.dark .legal-disclaimer {
  color: #F4F6FB;
}

.gateway-landing {
  background-color: #001030;
  color: white;
}
.gateway-landing .hero-banner {
  background-image: linear-gradient(0deg, rgb(0, 16, 48) 0%, rgba(0, 16, 48, 0.8) 30%, rgba(0, 16, 48, 0) 50%), url("/static/assets/images/landing-hero.f1e5d70b0bb0.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #001030;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.625rem;
  height: 30.75rem;
}
.gateway-landing .hero-banner .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin: 0 1rem 2rem 1rem;
}
.gateway-landing .hero-banner .hero-content h1, .gateway-landing .hero-banner .hero-content p {
  color: white;
  margin: 0;
}
.gateway-landing .cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gateway-landing .cards-wrapper .cards {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1440px;
  padding: 2rem 1rem 3rem 1rem;
  align-items: flex-start;
  align-content: flex-start;
  gap: 3rem 1rem;
  flex-wrap: wrap;
}
.gateway-landing .cards-wrapper .cards .landing-card {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.5rem;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 0 0;
  border-bottom: 1px solid #3D4C63;
}
.gateway-landing .cards-wrapper .cards .landing-card.disabled .card-icon {
  background: none;
  border: 1px solid #3D4C63;
}
.gateway-landing .cards-wrapper .cards .landing-card .card-icon {
  display: flex;
  padding: 0.75rem;
  align-items: flex-start;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #4257E3;
}
.gateway-landing .cards-wrapper .cards .landing-card .card-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.gateway-landing .cards-wrapper .cards .landing-card .card-content {
  display: flex;
  min-width: 13rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1 0 0;
}
.gateway-landing .cards-wrapper .cards .landing-card .card-content h4 {
  color: #D8D8DF;
  margin: 0;
}
.gateway-landing .cards-wrapper .cards .landing-card .card-content p {
  color: #BDBEC9;
  margin: 0;
}
.gateway-landing .cards-wrapper .cards .landing-card .card-content a {
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01875rem;
  padding: 0.75rem 0;
  display: block;
}
.gateway-landing .cards-wrapper .cards .landing-card .card-content a:hover {
  color: #BDBEC9;
}
@media screen and (min-width: 625px) {
  .gateway-landing .hero-banner {
    background-image: linear-gradient(90deg, rgb(0, 16, 48) 0%, rgb(0, 16, 48) 30%, rgba(0, 16, 48, 0) 50%), url("/static/assets/images/landing-hero.f1e5d70b0bb0.jpg");
    height: 22.5rem;
    background-position: right center;
    justify-content: center;
  }
  .gateway-landing .hero-banner .hero-content {
    gap: 2rem;
    width: 22.5rem;
    margin: 0 1rem 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .gateway-landing .hero-banner {
    background-image: linear-gradient(90deg, rgb(0, 16, 48) 0%, rgba(0, 16, 48, 0.8) 30%, rgba(0, 16, 48, 0) 50%), url("/static/assets/images/landing-hero.f1e5d70b0bb0.jpg");
    height: 30.5rem;
    justify-content: flex-end;
  }
  .gateway-landing .hero-banner .hero-content {
    width: 30rem;
    margin: 0 1rem 2rem 2rem;
  }
  .gateway-landing .cards-wrapper .cards {
    grid-template-columns: 1fr 1fr;
    padding: 2rem 1.5rem 3rem 1.5rem;
  }
  .gateway-landing .cards-wrapper .cards .landing-card {
    align-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 0;
    flex-direction: row;
    gap: 1rem 1.5rem;
    border-bottom: none;
    padding-left: 1.5rem;
    border-left: 1px solid #3D4C63;
  }
  .gateway-landing .cards-wrapper .cards .landing-card .card-icon {
    padding: 1rem;
  }
}
@media screen and (min-width: 1350px) {
  .gateway-landing .cards-wrapper .cards {
    padding: 3rem 2rem 4rem 2rem;
    gap: 3rem 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(21.5rem, 1fr));
  }
}
@media screen and (min-width: 1260px) {
  .gateway-landing .hero-banner {
    height: 39.75rem;
  }
  .gateway-landing .hero-banner .hero-content {
    width: 42.25rem;
    margin: 0 1rem 7.875rem 3.59375rem;
  }
}
@media screen and (min-width: 1440px) {
  .gateway-landing .hero-banner {
    background-image: linear-gradient(90deg, rgb(0, 16, 48) 0%, rgba(0, 16, 48, 0.8) 30%, rgba(0, 16, 48, 0) 50%, rgba(0, 16, 48, 0) 80%, rgba(0, 16, 48, 0.8) 90%, rgb(0, 16, 48) 100%), url("/static/assets/images/landing-hero.f1e5d70b0bb0.jpg");
  }
  .gateway-landing .hero-banner .hero-content-wrapper {
    width: 1440px;
    margin: 0 auto;
  }
}

.legal-page .wrapper-primary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.legal-page .hero-banner {
  background: linear-gradient(90deg, rgba(0, 16, 48, 0.9) 0%, rgba(0, 16, 48, 0.7) 50%, rgba(0, 16, 48, 0.6) 100%), url("/static/assets/images/login-background.b847c43f3550.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #001030;
  height: 11.25rem;
  display: flex;
  align-items: center;
  position: relative;
}
.legal-page .hero-banner .wrapper-primary {
  gap: 1rem;
}
.legal-page .hero-banner h1 {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.0125rem;
  margin: 0;
}
.legal-page .hero-banner h1 span {
  font-weight: 400;
  display: block;
}
.legal-page .hero-banner p {
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.legal-page h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.01875rem;
  margin: 0;
}
.legal-page p a,
.legal-page ul a,
.legal-page ol a {
  color: #4257E3;
  text-decoration: none;
}
.legal-page p a:hover,
.legal-page ul a:hover,
.legal-page ol a:hover {
  cursor: pointer;
  color: #3546B6;
}
.legal-page p a.disabled,
.legal-page ul a.disabled,
.legal-page ol a.disabled {
  color: #B7BDC8;
}
.legal-page .accordion {
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
}
.legal-page .accordion .accordion-item {
  border-bottom: 1px solid #E8EBF1;
}
.legal-page .accordion .accordion-item .card-title {
  width: 100%;
  margin: 0;
  padding: 1.25rem 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 600;
  text-align: left;
}
.legal-page .accordion .accordion-item .card-title:before {
  content: " ";
  background-image: url("/static/assets/images/icons/icon-accordion-arrow.6ccea51e175b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
}
.legal-page .accordion .accordion-item .accordion-content {
  padding: 0.5rem 1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  display: none;
}
.legal-page .accordion .accordion-item .accordion-content p, .legal-page .accordion .accordion-item .accordion-content ul, .legal-page .accordion .accordion-item .accordion-content ol {
  color: #3D4C63;
}
.legal-page .accordion .accordion-item .accordion-content p a.long-link, .legal-page .accordion .accordion-item .accordion-content ul a.long-link, .legal-page .accordion .accordion-item .accordion-content ol a.long-link {
  word-break: break-all;
}
.legal-page .accordion .accordion-item .accordion-content strong {
  font-weight: 600;
}
.legal-page .accordion .accordion-item .accordion-content p.section-heading {
  font-weight: 600;
}
.legal-page .accordion .accordion-item .accordion-content p + .section-heading {
  margin-top: 0.75rem;
}
.legal-page .accordion .accordion-item .accordion-content .section-heading + ul,
.legal-page .accordion .accordion-item .accordion-content .section-heading + ol {
  margin-top: 0;
}
.legal-page .accordion .accordion-item.is-open .card-title:before {
  transform: rotate(180deg);
}
.legal-page .accordion .accordion-item.is-open .accordion-content {
  display: flex;
}
@media screen and (min-width: 768px) {
  .legal-page .hero-banner {
    height: 15rem;
  }
  .legal-page .hero-banner h1 {
    color: white;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
  }
  .legal-page .accordion .accordion-item .card-title {
    height: 4.5rem;
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }
  .legal-page .accordion .accordion-item .card-title:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .legal-page .accordion .accordion-item .accordion-content {
    padding: 0.5rem 7.0625rem 1.5rem 7.0625rem;
  }
}
@media only screen and (max-width: 768px) {
  .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) table, .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead, .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tbody, .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) th, .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td, .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
    display: block;
  }
  .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr {
    margin: 0 0 1em 0;
  }
  .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd), .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) tr:nth-child(odd) a {
    background: #f6f6f4;
  }
  .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
    position: absolute;
    height: 100%;
    left: 6px;
    width: 40%;
    padding-right: 10px;
  }
  .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) .ot-mobile-border {
    display: inline-block;
    background-color: #e4e4e4;
    position: absolute;
    height: 100%;
    top: 0;
    left: 45%;
    width: 2px;
  }
  .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) td:before {
    content: attr(data-label);
    font-weight: bold;
  }
  .legal-page .ot-sdk-cookie-policy:not(#ot-sdk-cookie-policy-v2) li {
    word-break: break-word;
    word-wrap: break-word;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    overflow: hidden;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    border: none;
    border-bottom: 1px solid #d7d7d7;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table, .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead, .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tbody, .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy th, .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td, .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
    display: block;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-host, .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table .ot-cookies-type {
    width: auto;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy tr {
    margin: 0 0 1em 0;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
    height: 100%;
    width: 40%;
    padding-right: 10px;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td:before {
    content: attr(data-label);
    font-weight: bold;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy li {
    word-break: break-word;
    word-wrap: break-word;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -9999;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td {
    border-bottom: 1px solid #d7d7d7;
    border-right: 0px;
  }
  .legal-page #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table tr:last-child td:last-child {
    border-bottom: 0px;
  }
}
.legal-page .cookie-settings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
}
.legal-page .cookie-settings #ot-sdk-btn.ot-sdk-show-settings,
.legal-page .cookie-settings #ot-sdk-btn.ot-sdk-show-settings:hover {
  background: none !important;
  color: #556177 !important;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
  letter-spacing: 0.00313rem !important;
  padding-right: 0 !important;
}
.legal-page .cookie-settings #ot-sdk-btn.ot-sdk-show-settings:before,
.legal-page .cookie-settings #ot-sdk-btn.ot-sdk-show-settings:hover:before {
  top: 8px !important;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDEiPgo8Y2lyY2xlIGlkPSJFbGxpcHNlIDEiIGN4PSI4IiBjeT0iOCIgcj0iNy41IiBzdHJva2U9IiMyODM0ODgiLz4KPHBhdGggaWQ9IioiIGQ9Ik03LjI5OTI3IDEyTDcuNDE2MDYgOC45NDQ0NEw0LjcwMDczIDEwLjU4MzNMNCA5LjQxNjY3TDYuODYxMzEgOEw0IDYuNTgzMzNMNC43MDA3MyA1LjQxNjY3TDcuNDE2MDYgNy4wNTU1Nkw3LjI5OTI3IDRIOC43MDA3M0w4LjU4Mzk0IDcuMDU1NTZMMTEuMjk5MyA1LjQxNjY3TDEyIDYuNTgzMzNMOS4xMzg2OSA4TDEyIDkuNDE2NjdMMTEuMjk5MyAxMC41ODMzTDguNTgzOTQgOC45NDQ0NEw4LjcwMDczIDEySDcuMjk5MjdaIiBmaWxsPSIjMjgzNDg4Ii8+CjwvZz4KPC9zdmc+Cg==) !important;
}

.customer-care {
  position: relative;
}
.customer-care .wrapper-primary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.customer-care .hero-banner {
  background: linear-gradient(90deg, rgba(0, 16, 48, 0.9) 0%, rgba(0, 16, 48, 0.7) 50%, rgba(0, 16, 48, 0.6) 100%), url("/static/assets/images/login-background.b847c43f3550.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #001030;
  height: 11.25rem;
  display: flex;
  align-items: center;
  position: relative;
}
.customer-care .hero-banner .wrapper-primary {
  gap: 1rem;
}
.customer-care .hero-banner h1 {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.0125rem;
  margin: 0;
}
.customer-care .hero-banner h1 span {
  font-weight: 400;
  display: block;
}
.customer-care .hero-banner p {
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.customer-care h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.01875rem;
  margin: 0;
}
.customer-care p a,
.customer-care ul a,
.customer-care ol a {
  color: #4257E3;
  text-decoration: none;
}
.customer-care p a:hover,
.customer-care ul a:hover,
.customer-care ol a:hover {
  cursor: pointer;
  color: #3546B6;
}
.customer-care p a.disabled,
.customer-care ul a.disabled,
.customer-care ol a.disabled {
  color: #B7BDC8;
}
.customer-care .customer-care-info {
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
  display: flex;
  padding: 1rem;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
  flex-flow: row wrap;
}
.customer-care .customer-care-info p {
  flex: 1 0 0;
  min-width: 12.5rem;
}
.customer-care .customer-care-form {
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
  padding: 1rem;
}
.customer-care .customer-care-form .portal-help-tip {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.customer-care .customer-care-form form .field-group {
  padding: 0 0 2rem 0;
}
.customer-care .customer-care-form form .action-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.customer-care .customer-care-form form .action-bottom a {
  text-decoration: none;
  color: #4257E3;
  font-weight: 600;
  letter-spacing: 0.01875rem;
}
.customer-care .customer-care-form form span:has(div.MuiRadioGroup-root) + .error-message {
  flex: 100%;
}
.customer-care .customer-care-form form #id_hospital_name, .customer-care .customer-care-form form #id_physician_name {
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid #CFD4DD;
  background: white;
  padding: 0 3rem 0 1rem;
  margin-top: 0;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
.customer-care .customer-care-form form #id_hospital_name:hover, .customer-care .customer-care-form form #id_physician_name:hover {
  border: 1px solid #6E7A8B;
}
.customer-care .customer-care-form form #id_hospital_name:focus, .customer-care .customer-care-form form #id_physician_name:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
  border: 1px solid #4257E3;
}
.customer-care .customer-care-form form #id_hospital_name.hide-autocomplete, .customer-care .customer-care-form form #id_physician_name.hide-autocomplete {
  background-image: none;
}
.customer-care .customer-care-form form #id_hospital_name:read-only, .customer-care .customer-care-form form #id_physician_name:read-only {
  border: 1px solid #E8EBF1;
  background: #E8EBF1;
}
.customer-care .customer-care-form .thank-you {
  display: flex;
  flex-flow: column wrap;
  gap: 1.5rem;
}
.customer-care .customer-care-form .verticle-radio-group {
  flex-direction: column;
  align-items: flex-start;
}
.customer-care .customer-care-form fieldset .required {
  display: contents;
}
.customer-care .customer-care-form fieldset legend {
  width: 100%;
}
.customer-care .customer-care-form fieldset fieldset legend {
  width: 0;
}
.customer-care .customer-care-form #name-of-hospital-autocomplete-react-root #id_hospital_name {
  border: none;
  padding: 0.25rem 3rem 0 1rem;
}
.customer-care .customer-care-form #name-of-hospital-autocomplete-react-root #id_hospital_name:hover {
  border: none;
}
.customer-care .customer-care-form #name-of-hospital-autocomplete-react-root #id_hospital_name-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #868FA0;
  transform: translate(14px, 14px) scale(1);
}
.customer-care .customer-care-form #name-of-hospital-autocomplete-react-root .MuiAutocomplete-inputRoot {
  height: 3rem;
}
.customer-care .customer-care-form #name-of-hospital-autocomplete-react-root svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.customer-care .customer-care-form #name-of-hospital-autocomplete-react-root legend {
  width: 0;
}
.customer-care .customer-care-form #name-of-hospital-autocomplete-react-root legend span {
  display: none;
}
.customer-care .customer-care-form #name-of-physician-autocomplete-react-root legend {
  width: 0;
}
.customer-care .customer-care-form #name-of-physician-autocomplete-react-root .MuiInputBase-root {
  padding: 0;
}
.customer-care .customer-care-form #name-of-physician-autocomplete-react-root input {
  display: flex;
  width: 100%;
  height: 3rem;
  padding: 1rem;
  align-items: center;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid #CFD4DD;
  box-sizing: border-box;
}
.customer-care .customer-care-form #name-of-physician-autocomplete-react-root .MuiOutlinedInput-notchedOutline {
  border: none;
}
.customer-care .customer-care-form #issue-type-field-container fieldset,
.customer-care .customer-care-form #patient-status-field-container fieldset,
.customer-care .customer-care-form #procedure-status-field-container fieldset,
.customer-care .customer-care-form #feedback-method-field-container fieldset,
.customer-care .customer-care-form #feedback-urgency-field-container fieldset {
  inset: 4px 0px;
}
.customer-care .customer-care-form #issue-type-field-container svg,
.customer-care .customer-care-form #patient-status-field-container svg,
.customer-care .customer-care-form #procedure-status-field-container svg,
.customer-care .customer-care-form #feedback-method-field-container svg,
.customer-care .customer-care-form #feedback-urgency-field-container svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.customer-care .customer-care-form #patient-impact-react-root div {
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .customer-care .hero-banner {
    height: 15rem;
  }
  .customer-care .hero-banner h1 {
    color: white;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
  }
  .customer-care .customer-care-info {
    padding: 1rem 1.5rem;
  }
  .customer-care .customer-care-form {
    padding: 1.5rem;
  }
  .customer-care .customer-care-form form .action-bottom {
    justify-content: space-between;
    flex-direction: row;
  }
}
.customer-care .customer-care-full-width {
  width: 100%;
}
.customer-care .customer-care-full-width .MuiSelect-root {
  width: inherit;
}
.customer-care .customer_care_live_agent_start {
  width: 100%;
}
.customer-care .customer_care_live_agent_start .button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 30;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.customer-care .customer_care_live_agent_start .button.primary-button-black:hover, .customer-care .customer_care_live_agent_start .button.primary-button-black:active, .customer-care .customer_care_live_agent_start .button.primary-button-black:focus {
  background: #001030;
}
.customer-care .customer_care_live_agent_start .button.secondary-button:hover, .customer-care .customer_care_live_agent_start .button.secondary-button:active, .customer-care .customer_care_live_agent_start .button.secondary-button:focus {
  background: white;
}
@media screen and (max-width: 768px) {
  .customer-care .customer_care_live_agent_start .button {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    height: 2.5rem;
  }
}
.customer-care #case-id-instructions-dialog img {
  border: 1px solid black;
}
.customer-care #case-id-instructions-dialog .modal-content {
  max-height: 70vh;
  overflow: auto;
  padding-right: 1rem;
}
.customer-care .sheath-length-option {
  margin-left: 2rem;
}
.customer-care .sheath-length-option.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: rgba(26, 27, 31, 0.38);
}
.customer-care .sheath-length-option.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(26, 27, 31, 0.38);
}
.customer-care .mat-select-trigger {
  flex-flow: nowrap;
}

.page-not-found,
.site-maintenance {
  display: flex;
  padding: 0rem 2rem;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-flow: column wrap;
  height: calc(100vh - 3.5rem);
  min-height: 40rem;
}
.page-not-found .page-not-found-content,
.page-not-found .site-maintenance-content,
.site-maintenance .page-not-found-content,
.site-maintenance .site-maintenance-content {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  text-align: center;
  order: 2;
  gap: 0.5rem;
}
.page-not-found .page-not-found-content p,
.page-not-found .site-maintenance-content p,
.site-maintenance .page-not-found-content p,
.site-maintenance .site-maintenance-content p {
  color: #3D4C63;
}
.page-not-found .page-not-found-content .button-group,
.page-not-found .site-maintenance-content .button-group,
.site-maintenance .page-not-found-content .button-group,
.site-maintenance .site-maintenance-content .button-group {
  margin-top: 1.5rem;
}
.page-not-found .page-not-found-content div:not(.button-group),
.page-not-found .site-maintenance-content div:not(.button-group),
.site-maintenance .page-not-found-content div:not(.button-group),
.site-maintenance .site-maintenance-content div:not(.button-group) {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-not-found .page-not-found-graphic,
.page-not-found .site-maintenance-graphic,
.site-maintenance .page-not-found-graphic,
.site-maintenance .site-maintenance-graphic {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.page-not-found .page-not-found-graphic img,
.page-not-found .site-maintenance-graphic img,
.site-maintenance .page-not-found-graphic img,
.site-maintenance .site-maintenance-graphic img {
  display: flex;
  width: 12.5rem;
  height: 12.5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-not-found,
  .site-maintenance {
    min-width: 48rem;
    padding: 2rem 1.5rem;
    height: calc(100vh - 4rem);
  }
  .page-not-found .page-not-found-content .button-group,
  .page-not-found .site-maintenance-content .button-group,
  .site-maintenance .page-not-found-content .button-group,
  .site-maintenance .site-maintenance-content .button-group {
    margin-top: 2rem;
  }
  .page-not-found .page-not-found-graphic img,
  .page-not-found .site-maintenance-graphic img,
  .site-maintenance .page-not-found-graphic img,
  .site-maintenance .site-maintenance-graphic img {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-not-found,
  .site-maintenance {
    flex-flow: row nowrap;
    min-width: 64rem;
    padding: 0rem 2rem;
    height: calc(100vh - 4.5rem);
  }
  .page-not-found .page-not-found-content,
  .page-not-found .site-maintenance-content,
  .site-maintenance .page-not-found-content,
  .site-maintenance .site-maintenance-content {
    text-align: left;
    padding-left: 3rem;
    justify-content: center;
    gap: 0.625rem;
    flex: 1 0 0;
    align-self: stretch;
    order: 1;
    align-items: flex-start;
  }
  .page-not-found .page-not-found-content div:not(.button-group),
  .page-not-found .site-maintenance-content div:not(.button-group),
  .site-maintenance .page-not-found-content div:not(.button-group),
  .site-maintenance .site-maintenance-content div:not(.button-group) {
    gap: 0.625rem;
  }
  .page-not-found .page-not-found-graphic,
  .page-not-found .site-maintenance-graphic,
  .site-maintenance .page-not-found-graphic,
  .site-maintenance .site-maintenance-graphic {
    gap: 0.625rem;
    flex: 1 0 0;
    order: 2;
  }
  .page-not-found .page-not-found-graphic img,
  .page-not-found .site-maintenance-graphic img,
  .site-maintenance .page-not-found-graphic img,
  .site-maintenance .site-maintenance-graphic img {
    width: 29.25rem;
    height: 29.25rem;
  }
}

.landing-login {
  background: linear-gradient(0deg, rgba(0, 16, 48, 0.5) 0%, rgba(0, 16, 48, 0.5) 100%), url("/static/assets/images/login-background.b847c43f3550.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #001030;
  min-height: calc(100vh - 12.5rem);
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.landing-login .form-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
  background: #F4F6FB;
  padding: 2rem 1rem;
}
.landing-login .form-container h2, .landing-login .form-container p {
  margin: 0;
}
.landing-login .form-container form {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
}
.landing-login .form-container form .form-fields {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-top: 1px solid #CFD4DD;
  border-bottom: 1px solid #CFD4DD;
}
.landing-login .form-container form .action-bottom {
  display: flex;
  padding-bottom: 2rem;
  flex-flow: column wrap;
  gap: 1rem;
  align-items: center;
}
.landing-login .form-container form .action-bottom a {
  text-decoration: none;
  color: #4257E3;
  font-weight: 600;
  letter-spacing: 0.01875rem;
}
.landing-login .form-container form .action-bottom a.full-width-link {
  flex: 100%;
  margin-top: 1rem;
}
.landing-login .form-container form .action-bottom #back_to_forgot_pw_btn {
  color: #001030;
}
.landing-login .form-container form .password-compliance-feedback {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
}
.landing-login .form-container form .password-compliance-feedback span {
  margin-left: 0.5rem;
}
.landing-login .form-container form .password-compliance-feedback .compliant {
  color: #557943;
}
.landing-login .form-container form .password-compliance-feedback .non-compliant {
  color: #FE3535;
}
.landing-login .form-container form .password-compliance-check ul [class^=icon-] {
  position: relative;
  font-size: 1.25rem;
  top: 3px;
}
.landing-login .form-container form .password-compliance-check .icon-checkmark-circle {
  color: #557943;
}
.landing-login .form-container .form-content p, .landing-login .form-container .form-content ul {
  color: #556177;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.landing-login .form-container .form-content p:first-of-type {
  margin-bottom: 0;
}
.landing-login .form-container .form-content ul {
  margin-top: 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .landing-login {
    align-items: center;
  }
  .landing-login .form-container {
    width: 37.25rem;
    padding: 2.5rem;
    border-radius: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .landing-login .form-container form {
    gap: 2rem;
  }
  .landing-login .form-container form .action-bottom {
    justify-content: space-between;
    flex-direction: row;
  }
  .landing-login.reset-password .form-container form .action-bottom {
    justify-content: flex-end;
  }
}

.user-profile {
  background: linear-gradient(0deg, rgba(0, 16, 48, 0.5) 0%, rgba(0, 16, 48, 0.5) 100%), url("/static/assets/images/login-background.b847c43f3550.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #001030;
  min-height: calc(100vh - 4.5rem);
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.user-profile .form-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  gap: 0.625rem;
  background: #F4F6FB;
  padding: 2rem 1rem;
}
.user-profile .form-container h2, .user-profile .form-container p {
  margin: 0;
}
.user-profile .form-container .user-details {
  display: flex;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  color: #001030;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
}
.user-profile .form-container .user-details .user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #E8EBF1;
  border: 1px solid white;
  color: #001030;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
}
.user-profile .form-container .user-details p {
  color: #001030;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
  overflow-wrap: break-word;
  width: 29rem;
}
.user-profile .form-container form {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
}
.user-profile .form-container form .form-fields {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-top: 1px solid #CFD4DD;
}
.user-profile .form-container form .action-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.user-profile .form-container form .action-bottom a {
  text-decoration: none;
  color: #4257E3;
  font-weight: 600;
  letter-spacing: 0.01875rem;
}
.user-profile .form-container form .action-bottom #reset-password,
.user-profile .form-container form .action-bottom #profile-cancel-btn,
.user-profile .form-container form .action-bottom #cancel {
  color: #001030;
}
.user-profile .form-container form .action-bottom #cancel {
  color: #001030;
}
@media screen and (min-width: 768px) {
  .user-profile {
    align-items: center;
  }
  .user-profile .form-container {
    width: 37.25rem;
    padding: 2.5rem;
    border-radius: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .user-profile .form-container form {
    gap: 2rem;
  }
  .user-profile .form-container form .action-bottom {
    justify-content: space-between;
    flex-direction: row;
  }
}

.action-bottom #cancel {
  color: #001030;
}

#reset-pswd-cancel-btn {
  color: #001030;
}

.portal-page {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 1rem 2.5rem 1rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .portal-page {
    padding: 0 1.5rem 2.5rem 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .portal-page {
    padding: 0 2rem 4rem 2rem;
  }
}

.customer-care-user-admin {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.return-link {
  display: flex;
  padding-top: 1.5rem;
  align-items: flex-start;
}

.return-link + app-notification-block .portal-help-tip {
  margin-top: 0;
}

.return-link + .portal-title {
  padding: 2rem 0 0 0;
}

.portal-title {
  display: flex;
  padding: 2rem 0 0 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column wrap;
  gap: 1.5rem;
}
.portal-title .return-link {
  flex: 100%;
  justify-content: flex-start;
}
.portal-title .portal-title-actions {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
}
.portal-title .portal-title-actions .button,
.portal-title .portal-title-actions .filter-options {
  flex: 1 0 0;
}
.portal-title .portal-title-actions .datepicker-trigger {
  justify-content: space-between;
}
.portal-title .portal-title-actions .button + .button,
.portal-title .portal-title-actions .datepicker-wrapper + .button,
.portal-title .portal-title-actions .datepicker-wrapper + .filter-options,
.portal-title .portal-title-actions span + .button,
.portal-title .portal-title-actions span + span,
.portal-title .portal-title-actions .button + .filter-options {
  margin-left: 1rem;
}
.portal-title .portal-title-actions #cdp-header-associated-users-filter-container .MuiSelect-root {
  background-color: white;
}
.portal-title .portal-title-actions #cdp-header-associated-users-filter-container .MuiSelect-root:hover {
  background-color: #E8EBF1;
}
.portal-title .portal-title-actions #cdp-header-associated-users-filter-container #associated_users {
  padding-left: 2rem;
  padding-right: 2.25rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.portal-title .portal-title-actions #cdp-header-associated-users-filter-container svg {
  color: #001030;
  width: 2em;
  height: 2em;
  top: auto;
}
.portal-title .portal-title-actions #cdp-header-associated-users-filter-container fieldset {
  border: none;
}
.portal-title .portal-title-actions #associated-users-select .MuiFormControl-fullWidth {
  width: 100%;
}
.portal-title .portal-title-actions #associated-users-select .MuiSelect-root {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border: 1px solid #001030;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: 1rem 50%;
  height: 2.5rem;
  background-image: url("/static/assets/images/icons/icon-group.751da94f3eee.svg");
  border-radius: 0.5rem;
}
.portal-title .portal-title-actions #associated-users-select .MuiSelect-root .MuiSelect-select {
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding-left: 1.5rem;
  top: 1.5rem;
}
.portal-title .portal-title-actions #associated-users-select .MuiSelect-root .mat-select-arrow-wrapper {
  background-image: url("/static/assets/images/icons/icon-chevron-down.918d49fa6561.svg");
}
@media only screen and (min-width: 375px) {
  .portal-title .portal-title-actions .mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix {
    width: 220px;
  }
  .portal-title .portal-title-actions .mat-form-field.mat-form-field-type-mat-select .mat-select {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .portal-title {
    padding: 2.5rem 0 0 0;
    flex-flow: row wrap;
    align-items: center;
    gap: 1.5rem;
  }
  .portal-title .return-link {
    margin-top: -1rem;
    padding-bottom: 2rem;
  }
  .portal-title .portal-title-actions {
    justify-content: flex-end;
  }
  .portal-title .portal-title-actions .button {
    flex: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .portal-title {
    padding: 3.5rem 0 0 0;
  }
  .portal-title .return-link {
    margin-top: -1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .portal-title.cdp-header .portal-title-actions {
    flex-flow: column wrap;
    align-items: stretch;
  }
  .portal-title.cdp-header .portal-title-actions .button + .button,
  .portal-title.cdp-header .portal-title-actions .datepicker-wrapper + .button,
  .portal-title.cdp-header .portal-title-actions .datepicker-wrapper + .filter-options {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.portal-button {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column wrap;
  gap: 1.5rem;
}
.portal-button .return-link {
  flex: 100%;
  justify-content: flex-start;
}
.portal-button .portal-button-actions {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
}
.portal-button .portal-button-actions #report-event-cancel-btn {
  color: #001030;
}
.portal-button .portal-button-actions .datepicker-trigger {
  justify-content: space-between;
}
.portal-button .portal-button-actions .button + .button,
.portal-button .portal-button-actions .datepicker-wrapper + .button,
.portal-button .portal-button-actions .datepicker-wrapper + .filter-options {
  margin-left: 1rem;
}
.portal-button .portal-button-actions .mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix {
  width: 100%;
}
.portal-button .portal-button-actions .mat-form-field.mat-form-field-type-mat-select .mat-select {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  border: 1px solid #001030;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: 1rem 50%;
  height: 2.5rem;
  background-image: url("/assets/images/icons/icon-group.svg");
}
.portal-button .portal-button-actions .mat-form-field.mat-form-field-type-mat-select .mat-select .mat-select-arrow-wrapper {
  background-image: url("/assets/images/icons/icon-chevron-down.svg");
}
.portal-button .portal-button-actions .mat-form-field.mat-form-field-type-mat-select .mat-select-value,
.portal-button .portal-button-actions .mat-form-field.mat-form-field-type-mat-select .mat-form-field-label {
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.portal-button .portal-button-actions .mat-form-field.mat-form-field-type-mat-select .mat-form-field-label {
  padding-left: 1.5rem;
  top: 1.5rem;
}
@media only screen and (min-width: 375px) {
  .portal-button .portal-title-actions .mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix {
    width: 220px;
  }
  .portal-button .portal-title-actions .mat-form-field.mat-form-field-type-mat-select .mat-select {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .portal-button {
    padding: 0;
    flex-flow: row wrap;
    align-items: center;
    gap: 1.5rem;
  }
  .portal-button .return-link {
    margin-top: -1rem;
    padding-bottom: 2rem;
  }
  .portal-button .portal-title-actions {
    justify-content: flex-end;
  }
  .portal-button .portal-title-actions .button {
    flex: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .portal-button {
    padding: 0;
  }
  .portal-button .return-link {
    margin-top: -1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .portal-button.cdp-header .portal-title-actions {
    flex-flow: column wrap;
    align-items: stretch;
  }
  .portal-button.cdp-header .portal-title-actions .button + .button,
  .portal-button.cdp-header .portal-title-actions .datepicker-wrapper + .button,
  .portal-button.cdp-header .portal-title-actions .datepicker-wrapper + .filter-options {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

.portal-date-range {
  display: flex;
  padding: 1rem 0 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  align-self: stretch;
}
.portal-date-range .card-title {
  font-weight: 500;
}
.portal-date-range p.medium {
  color: #3D4C63;
}

.portal-count {
  padding: 1.5rem 0 0 0;
  flex: 1 0 0;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 0.5rem;
}
.portal-count p.medium {
  color: #1D2E48;
  padding: 0.5rem 0;
  flex: 2;
}
@media only screen and (min-width: 768px) {
  .portal-count {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
  }
}

.data-table-notes {
  display: flex;
  padding: 0 0 1.5rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}

@media only screen and (min-width: 768px) {
  .portal-data .datatable-footer-note {
    margin-top: -3.5rem;
    width: calc(100% - 220px);
  }
}
.esp .portal-data, .slp .portal-data {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.esp .portal-data .data-table-notes, .slp .portal-data .data-table-notes {
  padding: 0;
}
.esp .portal-data .portal-help-tip, .slp .portal-data .portal-help-tip {
  margin-top: 0;
}

.portal-filters-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  transition: all 0.2s ease-in-out;
  right: 0;
  z-index: 999;
  top: 3.5rem;
  overflow-y: scroll !important;
  height: calc(100% - 3.5rem) !important;
  background: white;
  box-shadow: -4px 2px 8px 0px rgba(0, 16, 48, 0.15);
}
.portal-filters-wrapper .portal-filters {
  display: flex;
  min-height: 100%;
  width: 21.4375rem;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
.portal-filters-wrapper .portal-filters .top {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.portal-filters-wrapper .portal-filters .filter-header {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}
.portal-filters-wrapper .portal-filters .filter-content {
  display: flex;
  padding: 0rem 1rem 1rem 1rem;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  align-self: stretch;
}
.portal-filters-wrapper .portal-filters .filter-content .field-group.border-bottom {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E8EBF1;
}
.portal-filters-wrapper .portal-filters .filter-content .field-group .row {
  display: flex;
  flex-flow: column wrap;
  margin-top: 0.5rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .portal-filters-wrapper .portal-filters .filter-content .field-group .row {
    flex-flow: row nowrap;
    gap: 1.5rem;
  }
}
.portal-filters-wrapper .portal-filters .filter-content .filter-checkboxes {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.25rem 0.75rem;
  align-self: stretch;
  flex-wrap: wrap;
}
.portal-filters-wrapper .portal-filters .filter-content .filter-checkboxes label {
  margin-left: 0;
}
.portal-filters-wrapper .portal-filters .filter-content .filter-checkboxes label span {
  padding: 0;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting,
.portal-filters-wrapper .portal-filters .filter-content .filtering {
  display: flex;
  flex-flow: column wrap;
  gap: 0.75rem;
  align-self: stretch;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting p,
.portal-filters-wrapper .portal-filters .filter-content .filtering p {
  color: #3D4C63;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting .sorting-item {
  display: flex;
  flex-flow: row nowrap;
  height: 2.5rem;
  padding: 0.25rem 0.5rem;
  align-self: stretch;
  align-items: center;
  justify-content: space-between;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting .sorting-item div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting .sorting-item div svg {
  fill: #1D2E48;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting .sorting-item div + img {
  display: none;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting .sorting-item:hover {
  background-color: #E8EBF1;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting .sorting-item.selected div + img {
  display: block;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting .sorting-item.disabled {
  color: #556177;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting .sorting-item.disabled div svg {
  fill: #556177;
}
.portal-filters-wrapper .portal-filters .filter-content .sorting + .filtering {
  padding-top: 1rem;
  border-top: 1px solid #E8EBF1;
}
.portal-filters-wrapper .portal-filters .filter-content .filtering label {
  height: unset;
}
.portal-filters-wrapper .portal-filters .filter-content .filtering .field-group {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.75rem;
}
.portal-filters-wrapper .portal-filters .filter-content .filtering .field-group .field-item {
  align-items: stretch;
}
.portal-filters-wrapper .portal-filters .filter-content .filtering #sidebar-filters-filter-content-cdp {
  align-items: stretch;
}
.portal-filters-wrapper .portal-filters .filter-content .filtering #sidebar-filters-filter-content-cdp svg {
  color: #868FA0;
  width: 1.5em;
  height: 1.5em;
}
.portal-filters-wrapper .portal-filters .filter-footer {
  display: flex;
  padding: 1rem;
  justify-content: flex-end;
  align-items: stretch;
  flex-flow: column wrap;
  gap: 1rem;
  border-top: 1px solid #E8EBF1;
}
.portal-filters-wrapper .portal-filters .filter-footer div {
  display: flex;
  gap: 1rem;
}
.portal-filters-wrapper .portal-filters .filter-footer .button {
  flex: 1 0 0;
}
.portal-filters-wrapper .portal-filters svg {
  color: #001030;
  width: 1.25em;
  height: 1.25em;
}
.portal-filters-wrapper #hospital_name:hover {
  border: none;
}
.portal-filters-wrapper #hospital_name:focus {
  border: none;
}
.portal-filters-wrapper .autocomplete-hospital-name label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.portal-filters-wrapper .autocomplete-hospital-name .MuiAutocomplete-popper {
  border-radius: 0.5rem;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
.portal-filters-wrapper .autocomplete-hospital-name .MuiAutocomplete-popper .MuiAutocomplete-option {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.portal-filters-wrapper .autocomplete-hospital-name #hospital_name-label {
  transform: translate(14px, 16px) scale(1);
}
.portal-filters-wrapper .autocomplete-hospital-name svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.portal-filters-wrapper .autocomplete-hospital-name legend {
  width: 0;
}
.portal-filters-wrapper .autocomplete-hospital-name legend span {
  display: none;
}
@media screen and (min-width: 768px) {
  .portal-filters-wrapper {
    top: 4rem;
    height: calc(100% - 4rem) !important;
  }
  .portal-filters-wrapper .portal-filters {
    width: 30rem;
  }
  .portal-filters-wrapper .portal-filters .filter-header {
    padding: 1rem 2rem 1rem 1.5rem;
  }
  .portal-filters-wrapper .portal-filters .filter-content {
    padding: 0rem 2rem 1rem 1.5rem;
  }
  .portal-filters-wrapper .portal-filters .filter-footer {
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .portal-filters-wrapper {
    top: 4.5rem;
    height: calc(100% - 4.5rem) !important;
  }
}
.portal-filters-wrapper.filters-open {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  cursor: default;
}

.data-table-filters {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
}
.data-table-filters .filter-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
}
.data-table-filters .filter-content .sorting,
.data-table-filters .filter-content .filtering {
  display: flex;
  flex-flow: column wrap;
  gap: 0.75rem;
  align-self: stretch;
}
.data-table-filters .filter-content .sorting p,
.data-table-filters .filter-content .filtering p {
  color: #3D4C63;
}
.data-table-filters .filter-content .sorting {
  font-size: 1rem;
  line-height: 1.5rem;
}
.data-table-filters .filter-content .sorting .sorting-item {
  display: flex;
  flex-flow: row nowrap;
  height: 2.5rem;
  padding: 0.25rem 0.5rem;
  align-self: stretch;
  align-items: center;
  justify-content: space-between;
}
.data-table-filters .filter-content .sorting .sorting-item div {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.data-table-filters .filter-content .sorting .sorting-item div svg {
  fill: #1D2E48;
}
.data-table-filters .filter-content .sorting .sorting-item div + img {
  display: none;
}
.data-table-filters .filter-content .sorting .sorting-item:hover {
  background-color: #E8EBF1;
}
.data-table-filters .filter-content .sorting .sorting-item.selected div + img {
  display: block;
}
.data-table-filters .filter-content .sorting .sorting-item.disabled {
  color: #556177;
}
.data-table-filters .filter-content .sorting .sorting-item.disabled div svg {
  fill: #556177;
}
.data-table-filters .filter-content .sorting + .filtering {
  padding-top: 1rem;
  border-top: 1px solid #E8EBF1;
}
.data-table-filters .filter-content .sorting + .filtering .field-group {
  max-height: 185px;
}
.data-table-filters .filter-content .filtering .filter-options .field-item {
  align-items: stretch;
}
.data-table-filters .filter-content .filtering .filter-options .field-item label {
  height: unset;
}
.data-table-filters .filter-content .filtering .field-group {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.75rem;
  max-height: 330px;
  overflow: scroll;
  padding: 2px 0 4px 0;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: linear-gradient(white 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), white 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) center bottom;
  background-repeat: no-repeat;
  background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  background-attachment: local, local, scroll, scroll;
}
.data-table-filters .filter-content .filtering .field-group div {
  gap: 0.75rem;
}
.data-table-filters .filter-content .filtering .field-group div label {
  margin-left: 0;
}
.data-table-filters .filter-content .filtering .field-group div label span {
  padding: 0;
}
.data-table-filters .filter-content .filtering .field-group div label span.mui-checked {
  color: #001030;
  fill: #001030;
}
.data-table-filters .filter-content .filtering .mat-checkbox-layout {
  white-space: normal !important;
}
.data-table-filters .filter-footer {
  display: flex;
  padding-top: 1rem;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid #E8EBF1;
}
.data-table-filters .filter-footer .button {
  flex: 1 0 0;
}
.data-table-filters svg {
  color: #001030;
  width: 1.25em;
  height: 1.25em;
}
.data-table-filters #hospital_name-autocomplete:hover {
  border: none;
}
.data-table-filters #hospital_name-autocomplete:focus {
  border: none;
}
.data-table-filters #hospital_name-autocomplete-container label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #868FA0;
}
.data-table-filters #hospital_name-autocomplete-container #hospital_name-autocomplete-label {
  transform: translate(14px, 16px) scale(1);
}
.data-table-filters #hospital_name-autocomplete-container svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.data-table-filters #hospital_name-autocomplete-container legend {
  width: 0;
}
.data-table-filters #hospital_name-autocomplete-container legend span {
  display: none;
}

.no-results-wrapper {
  display: flex;
  height: calc(100vh - 17rem);
  justify-content: center;
  padding: 1.5rem 1rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  align-self: center;
  max-width: 500px;
  min-height: 20rem;
  text-align: center;
}
.no-results-wrapper .no-results-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
}
.no-results-wrapper .no-results-content .medium {
  color: #3D4C63;
}
.no-results-wrapper .button {
  align-self: center;
}
.no-results-wrapper.system-details {
  height: calc(100vh - 30rem);
}
.portal_esp .no-results-wrapper {
  height: unset;
  min-height: 16rem;
}
.portal_fsp .no-results-wrapper {
  height: unset;
  min-height: 12rem;
}

.account-overlay-page {
  display: grid;
  position: relative;
}
.account-overlay-page .overlay-header {
  grid-row: 1/2;
  height: 4rem;
}
.account-overlay-page .overlay-header h3 {
  color: white;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
}
.account-overlay-page .overlay-header a {
  align-self: stretch;
  padding: 1rem 0.75rem;
}
.account-overlay-page .overlay-header a img {
  width: 1.5rem;
  height: 1.5rem;
}
.account-overlay-page .overlay-header a:hover {
  background: #4257E3;
}
.account-overlay-page .side-nav {
  grid-row: 2/3;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 33, 48, 0.1);
  background: white;
  padding: 1rem 0 1rem 1rem;
}
.account-overlay-page .side-nav nav.side-nav-menu ul.nav-container {
  gap: 2rem;
  padding-left: 0;
}
.account-overlay-page .side-nav nav.side-nav-menu ul.nav-container li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.25rem;
}
.account-overlay-page .side-nav nav.side-nav-menu ul.nav-container li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  background: #001030;
  border-radius: 50%;
}
.account-overlay-page .side-nav nav.side-nav-menu .scroll-overlay {
  top: 5rem;
  height: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .account-overlay-page .side-nav {
    padding: 2.5rem 1.5rem 1.5rem 2rem;
  }
}
.account-overlay-page .portal-page {
  grid-row: 3/4;
  min-height: calc(100vh - 8.5rem);
  align-items: center;
  gap: 0;
  padding: 0;
}
.account-overlay-page .portal-page form {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
}
.account-overlay-page .portal-page form .required {
  color: #CB3134;
  font-weight: 400;
  margin-left: 0.25rem;
}
.account-overlay-page .portal-page form .account-management-wrapper {
  display: flex;
  padding: 2rem 1rem 2.5rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  align-self: center;
}
.account-overlay-page .portal-page form .account-management-wrapper .button {
  align-self: flex-start;
}
.account-overlay-page .portal-page form .account-management-wrapper app-notification-block {
  align-self: stretch;
}
.account-overlay-page .portal-page form .account-management-wrapper app-notification-block .portal-help-tip {
  margin-top: 0;
}
.account-overlay-page .portal-page form .account-management-wrapper .account-actions {
  align-self: stretch;
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.account-overlay-page .portal-page form .account-management-wrapper .account-actions .account-toggle {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.account-overlay-page .portal-page form .account-management-wrapper .account-actions .account-buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.account-overlay-page .portal-page form .account-management-wrapper .account-actions .account-buttons .button {
  align-self: stretch;
}
.account-overlay-page .portal-page form .account-management-wrapper + .details-wrapper {
  padding-top: 0;
}
.account-overlay-page .portal-page form .account-management-wrapper + .details-wrapper h4 {
  padding-top: 2rem;
  border-top: 1px solid #CFD4DD;
}
.account-overlay-page .portal-page form .details-wrapper {
  display: flex;
  padding: 2rem 1rem 2.5rem 1rem;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  width: 100%;
  align-self: center;
}
.account-overlay-page .portal-page form .details-wrapper input {
  max-width: 16.25rem;
}
.account-overlay-page .portal-page form .details-wrapper .row input {
  max-width: unset;
}
.account-overlay-page .portal-page form .users-wrapper,
.account-overlay-page .portal-page form .roles-wrapper {
  padding: 0 1rem 2.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
  align-self: center;
  flex: 1;
}
.account-overlay-page .portal-page form .users-wrapper .section-header,
.account-overlay-page .portal-page form .roles-wrapper .section-header {
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid #CFD4DD;
}
.account-overlay-page .portal-page form .users-wrapper .section-header .search-users,
.account-overlay-page .portal-page form .roles-wrapper .section-header .search-users {
  flex: unset;
  width: 10rem;
}
.account-overlay-page .portal-page form .users-wrapper .section-header .search-users input[type=search],
.account-overlay-page .portal-page form .roles-wrapper .section-header .search-users input[type=search] {
  padding-left: 2.5rem;
}
.account-overlay-page .portal-page form .users-wrapper .chip-listing,
.account-overlay-page .portal-page form .roles-wrapper .chip-listing {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
  align-self: stretch;
  flex-wrap: wrap;
  padding-top: 0;
}
.account-overlay-page .portal-page form .users-wrapper .chip-listing .card-title,
.account-overlay-page .portal-page form .roles-wrapper .chip-listing .card-title {
  flex: 100%;
  margin-bottom: 0.5rem;
}
.account-overlay-page .portal-page form .users-wrapper .chip-listing + .chip-listing,
.account-overlay-page .portal-page form .roles-wrapper .chip-listing + .chip-listing {
  margin-top: 1.5rem;
}
.account-overlay-page .portal-page form .users-wrapper .no-results-wrapper,
.account-overlay-page .portal-page form .roles-wrapper .no-results-wrapper {
  height: unset;
}
.account-overlay-page .portal-page form .action-bottom {
  width: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  align-items: stretch;
  gap: 1rem;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  position: sticky;
  bottom: 0;
  right: 0;
}
.account-overlay-page .portal-page form .action-bottom p {
  flex: 1 0 0;
  text-align: center;
}
.account-overlay-page .portal-page form .action-bottom .action-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.account-overlay-page .portal-page form .action-bottom .action-buttons .button {
  flex: 1 0 0;
}
.account-overlay-page .portal-page.potential-customer form .details-wrapper {
  min-height: calc(100vh - 4rem);
}
.account-overlay-page .no-results-wrapper,
.account-overlay-page .portal-content-loading {
  height: calc(100vh - 8.5rem);
}
@media screen and (min-width: 768px) {
  .account-overlay-page .portal-page form .account-management-wrapper {
    padding: 2rem 1.5rem 2.5rem 1.5rem;
  }
  .account-overlay-page .portal-page form .account-management-wrapper .account-actions .account-buttons {
    flex-direction: row;
    align-items: center;
  }
  .account-overlay-page .portal-page form .details-wrapper {
    padding: 2rem 1.5rem 2.5rem 1.5rem;
  }
  .account-overlay-page .portal-page form .users-wrapper,
  .account-overlay-page .portal-page form .roles-wrapper {
    padding: 0 1.5rem 2.5rem 1.5rem;
  }
  .account-overlay-page .portal-page form .action-bottom {
    padding: 1rem 1.5rem;
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
  }
  .account-overlay-page .portal-page form .action-bottom p {
    text-align: left;
  }
  .account-overlay-page .portal-page form .action-bottom .action-buttons .button {
    flex: unset;
  }
  .account-overlay-page .portal-page.potential-customer-edit form .details-wrapper {
    min-height: calc(100vh - 22rem);
  }
}
@media screen and (min-width: 1200px) {
  .account-overlay-page {
    grid-template-columns: 22.5rem 4fr;
  }
  .account-overlay-page .overlay-header {
    grid-column: 1/3;
    grid-row: 1/2;
    height: 4.5rem;
  }
  .account-overlay-page .overlay-header h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.01875rem;
  }
  .account-overlay-page .overlay-header a {
    padding: 1.25rem;
  }
  .account-overlay-page .overlay-header a img {
    width: 2rem;
    height: 2rem;
  }
  .account-overlay-page .side-nav {
    grid-column: 1/2;
    grid-row: 2/5;
    min-height: calc(100vh - 4.5rem);
  }
  .account-overlay-page .portal-page {
    grid-column: 2/3;
    grid-row: 2/3;
    min-height: calc(100vh - 4.5rem);
  }
  .account-overlay-page .portal-page form .account-management-wrapper {
    max-width: 52.625rem;
    padding: 2rem 2rem 2.5rem 2rem;
  }
  .account-overlay-page .portal-page form .details-wrapper {
    max-width: 52.625rem;
    padding: 2rem 2rem 2.5rem 2rem;
  }
  .account-overlay-page .portal-page form .users-wrapper,
  .account-overlay-page .portal-page form .roles-wrapper {
    max-width: 52.625rem;
    padding: 0 2rem 2.5rem 2rem;
  }
  .account-overlay-page .portal-page form .action-bottom {
    padding: 1rem 2rem;
  }
  .account-overlay-page .no-results-wrapper,
  .account-overlay-page .portal-content-loading {
    height: calc(100vh - 4.5rem);
  }
}

.filter-buttons p {
  align-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.filter-buttons div div {
  margin: 0;
  background-color: white;
  border: 1px solid #CFD4DD;
  border-radius: 0.5rem;
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}
.filter-buttons div div:active, .filter-buttons div div:focus {
  box-shadow: none !important;
  bacground-color: #ECEEFC;
  border: 1px solid #4257E3;
}
.filter-buttons div div:hover {
  background-color: #F4F6FB;
}
.filter-buttons div button {
  color: #4257E3;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
}

.MuiAutocomplete-root .MuiFormControl-root .MuiFormLabel-filled {
  display: none !important;
}

.case-insights {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}
.case-insights .card {
  min-height: 6.5rem;
  padding: 1rem 1.5rem;
  flex: 1 0 0;
  gap: 0.5rem;
}
.case-insights .card .card-title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.case-insights .card .card-title i {
  line-height: 1;
}
.case-insights .card .metric-wrapper {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
}
.case-insights .card .metric-wrapper .unplanned {
  color: #3D4C63;
}
@media only screen and (min-width: 768px) {
  .case-insights {
    flex-direction: row;
  }
}

.sticky-dashboard {
  position: sticky;
  top: 0;
  background: #F4F6FB;
  z-index: 990;
  margin: 0 -5px 0 -5px;
  padding: 0 0 20px 0;
}

.procedure-volume-time-charts {
  display: grid;
  padding-bottom: 2.5rem;
  align-self: stretch;
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
}
.procedure-volume-time-charts .chart-tabs {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  height: 3.5rem;
  padding-left: 0.5rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 33, 48, 0.1);
  position: relative;
}
.procedure-volume-time-charts .chart-tabs .tabs-wrapper {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  flex-wrap: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.procedure-volume-time-charts .chart-tabs .tabs-wrapper::-webkit-scrollbar {
  display: none;
}
.procedure-volume-time-charts .chart-tabs .tabs-wrapper .tab {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
}
.procedure-volume-time-charts .chart-tabs .tabs-wrapper .tab a {
  padding: 1rem 1.5rem 0.75rem 1.5rem;
  text-decoration: none;
}
.procedure-volume-time-charts .chart-tabs .tabs-wrapper .tab a.current {
  font-weight: 700;
}
.procedure-volume-time-charts .chart-tabs .tabs-wrapper .tab a:hover {
  background-color: #F4F6FB;
}
.procedure-volume-time-charts .chart-tabs .tabs-wrapper .tab a:hover + .current-marker {
  background: #F4F6FB;
}
.procedure-volume-time-charts .chart-tabs .tabs-wrapper .tab .current-marker {
  display: block;
  height: 0.25rem;
  align-self: stretch;
  border-radius: 0;
  background: white;
}
.procedure-volume-time-charts .chart-tabs .tabs-wrapper .tab a.current + .current-marker {
  display: block;
  height: 0.25rem;
  align-self: stretch;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
  background: #1D2E48;
}
.procedure-volume-time-charts .chart-tabs .scroll-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5rem;
  height: 3.5rem;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0.5rem 0 0;
}
.procedure-volume-time-charts .charts-container {
  padding: 0 1rem 1rem 1rem;
  overflow-x: scroll;
}
.procedure-volume-time-charts .charts-container #caseVolumeChart {
  margin-top: 2.5rem;
}
.procedure-volume-time-charts .charts-container #noduleSizeTrend, .procedure-volume-time-charts .charts-container #noduleSizeChart {
  margin-top: 3.9rem;
}
.procedure-volume-time-charts .charts-container .case-time-legend {
  margin: 1.75rem 0 2rem 0;
  display: flex;
  flex-flow: row wrap;
  padding: 0.5rem 0rem;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.procedure-volume-time-charts .charts-container .case-time-legend p {
  color: #3D4C63;
}
.procedure-volume-time-charts .charts-container .case-time-legend p:after {
  content: " ";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #4257E3;
  margin-left: 0.5rem;
}
.procedure-volume-time-charts .charts-container .case-time-legend label {
  margin-left: 0;
  margin-right: 0;
}
.procedure-volume-time-charts .charts-container .case-time-legend label span {
  padding: 0;
}
.procedure-volume-time-charts .charts-container .case-time-legend label svg {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .procedure-volume-time-charts .charts-container {
    overflow-x: hidden;
  }
  .procedure-volume-time-charts .charts-container .case-time-legend {
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    gap: 1.5rem;
  }
  .procedure-volume-time-charts .charts-container .case-time-legend p {
    text-align: right;
    flex: 1 0 0;
  }
  .procedure-volume-time-charts .chart-tabs {
    padding-left: 2rem;
  }
  .procedure-volume-time-charts .chart-tabs .scroll-overlay {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .procedure-volume-time-charts .charts-container {
    padding: 0 3.5rem 1rem 2.5rem;
  }
}

.nodule-location-charts {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3rem;
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
  padding-bottom: 1.5rem;
}
.nodule-location-charts .card-chart-header {
  display: flex;
  padding: 0rem 1rem 1rem 1rem;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  box-shadow: 0px 1px 3px 0px rgba(0, 33, 48, 0.1);
  flex-flow: column wrap;
}
.nodule-location-charts .card-chart-header .nodule-location-heading {
  font-weight: 500;
  display: flex;
  padding: 1rem 0 0.75rem 0rem;
  align-items: stretch;
  gap: 0.75rem;
  align-self: stretch;
  flex-flow: column wrap;
}
.nodule-location-charts .card-chart-header .nodule-location-heading div {
  order: 2;
}
.nodule-location-charts .card-chart-header .nodule-location-heading i {
  align-self: center;
  order: 1;
}
.nodule-location-charts .card-chart-header .nodule-location-heading span {
  color: #6E7A8B;
  font-weight: 400;
}
.nodule-location-charts .card-chart-header .nodule-location-heading .info-tooltip {
  line-height: 1;
}
.nodule-location-charts .card-chart-header .date-range {
  color: #3D4C63;
}
.nodule-location-charts .charts-container {
  display: flex;
  padding: 0 0 2rem 0;
  justify-content: center;
  gap: 3rem;
  align-self: stretch;
  flex-flow: column wrap;
}
.nodule-location-charts .charts-container .lobe-chart, .nodule-location-charts .charts-container .nodule-sizes-charts {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
}
.nodule-location-charts .charts-container .rose-rebus-charts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  flex: 1 0 0;
  align-self: stretch;
  flex-direction: column;
}
.nodule-location-charts .charts-container .rose-rebus-charts .rose-chart,
.nodule-location-charts .charts-container .rose-rebus-charts .rebus-chart {
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.nodule-location-charts .charts-container .rose-rebus-charts .no-chart-data {
  display: flex;
  flex-flow: column wrap;
  gap: 6rem;
  align-items: center;
  justify-content: center;
  padding-bottom: 6rem;
}
.nodule-location-charts .charts-container .rose-rebus-charts .no-chart-data p:last-of-type {
  color: #B7BDC8;
}
.nodule-location-charts .charts-container .lobe-nodule-charts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  flex-direction: column;
}
.nodule-location-charts .charts-container .nodule-charts-row {
  flex-flow: row;
  display: flex;
  gap: 2rem;
}
.nodule-location-charts .nodule-sizes-charts {
  display: grid;
  gap: 1rem;
  width: 100%;
}
.nodule-location-charts .nodule-size-buttons {
  flex-flow: row;
  display: flex;
  gap: 1rem;
  border: solid #F491EA 0.125rem;
  border-radius: 0.5rem;
  padding: 1rem;
  cursor: pointer;
}
.nodule-location-charts .nodule-size-buttons.selected-nodule {
  border: solid #BE3FBA 0.125rem;
  background-color: #FBDAF8;
}
.nodule-location-charts .nodule-size-buttons h4 {
  margin-bottom: 0.5rem;
}
.nodule-location-charts .nodule-size-image {
  align-content: center;
}
.nodule-location-charts .nodule-button {
  align-content: center;
}
.nodule-location-charts .rose-chart {
  gap: 1rem;
  display: grid;
}
@media only screen and (min-width: 768px) {
  .nodule-location-charts {
    padding-bottom: 2.5rem;
  }
  .nodule-location-charts .card-chart-header {
    padding: 0 1.875rem 0 0;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .nodule-location-charts .card-chart-header .nodule-location-heading {
    padding: 1rem 1.5rem 0.75rem 1.5rem;
    flex-flow: row wrap;
  }
  .nodule-location-charts .card-chart-header .nodule-location-heading div {
    order: 1;
  }
  .nodule-location-charts .card-chart-header .nodule-location-heading i {
    order: 2;
  }
  .nodule-location-charts .charts-container {
    padding: 0rem 1rem;
  }
  .nodule-location-charts .charts-container .rose-rebus-charts,
  .nodule-location-charts .charts-container .lobe-nodule-charts {
    gap: 1rem;
    flex-flow: row nowrap;
  }
  .nodule-location-charts .charts-container .rose-rebus-charts .rose-chart,
  .nodule-location-charts .charts-container .rose-rebus-charts .rebus-chart,
  .nodule-location-charts .charts-container .lobe-nodule-charts .rose-chart,
  .nodule-location-charts .charts-container .lobe-nodule-charts .rebus-chart {
    padding: 1.5rem 0rem;
  }
}
@media only screen and (min-width: 1400px) {
  .nodule-location-charts .card-chart-header {
    padding: 0rem 1.875rem;
  }
  .nodule-location-charts .charts-container {
    flex-flow: column wrap;
    padding: 0rem 2.5rem;
  }
  .nodule-location-charts .charts-container .rose-rebus-charts {
    flex-flow: row nowrap;
  }
}
@media only screen and (min-width: 1440px) {
  .nodule-location-charts {
    gap: 1rem;
  }
  .nodule-location-charts .card-chart-header {
    padding: 0rem 1.875rem;
  }
  .nodule-location-charts .charts-container {
    gap: 1rem;
  }
  .nodule-location-charts .charts-container .rose-rebus-charts {
    flex-flow: row nowrap;
  }
}

.lobe-chart {
  display: grid;
  gap: 1rem;
}
.lobe-chart .button {
  align-self: center;
}
.lobe-chart .lobe-chart-wrapper {
  position: relative;
  width: 600px;
  height: 448px;
  margin-top: 8rem;
}
.lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip {
  position: absolute;
  z-index: 10;
  border-radius: 0.25rem;
  max-width: 17.5rem;
  background: #1D2E48;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
  color: white;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  display: flex;
  flex-flow: column nowrap;
  animation: fadeIn 0.5s;
}
.lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip:after {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #1D2E48;
  content: "";
  position: absolute;
  z-index: 10;
  left: calc(50% - 8px);
  bottom: -16px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.left-upper-lobe-tooltip {
  top: -6px;
  right: -14px;
}
.lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.left-lower-lobe-tooltip {
  top: 82px;
  right: -72px;
}
.lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.right-upper-lobe-tooltip {
  top: -42px;
  left: 0px;
}
.lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.right-middle-lobe-tooltip {
  top: 56px;
  left: 6px;
}
.lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.right-lower-lobe-tooltip {
  top: 84px;
  left: -70px;
}
.lobe-chart .lobe-chart-wrapper svg {
  width: 600px;
  height: 448px;
}
.lobe-chart .lobe-chart-wrapper svg .interactable-lobe {
  transition: fill 0.25s ease-out;
  cursor: pointer;
}
.lobe-chart .lobe-chart-wrapper svg .interactable-lobe.selected-lobe {
  fill: #BE3FBA;
}
.lobe-chart .lobe-chart-wrapper svg .interactable-lobe.selected-lobe:hover {
  fill: #BE3FBA;
}
.lobe-chart .lobe-chart-wrapper svg .interactable-lobe:hover {
  fill: #ED47DC;
  cursor: pointer;
}
.lobe-chart .lobe-chart-wrapper svg .lobe-textbox {
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .lobe-chart .lobe-chart-wrapper {
    width: 600px;
    height: 448px;
  }
  .lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.left-upper-lobe-tooltip {
    top: 80px;
    right: 70px;
  }
  .lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.left-lower-lobe-tooltip {
    top: 250px;
    right: -40px;
  }
  .lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.right-upper-lobe-tooltip {
    top: 15px;
    left: 90px;
  }
  .lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.right-middle-lobe-tooltip {
    top: 195px;
    left: 105px;
  }
  .lobe-chart .lobe-chart-wrapper .lobe-chart-tooltip.right-lower-lobe-tooltip {
    top: 248px;
    left: -44px;
  }
  .lobe-chart .lobe-chart-wrapper svg {
    width: 600px;
    height: 448px;
  }
}

.procedure-details .portal-title {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  padding-top: 1rem;
}
.procedure-details .portal-title .portal-title-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  flex: 1 0 0;
}
.procedure-details .portal-title .portal-title-details .button {
  align-self: flex-start;
}
.procedure-details .portal-title .physician-details {
  display: flex;
  min-width: 12.5rem;
  justify-content: stretch;
  align-items: center;
  gap: 0.75rem;
  color: #001030;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
}
.procedure-details .portal-title .physician-details .initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #E8EBF1;
  border: 2px solid white;
  color: #001030;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.00413rem;
}
.procedure-details .portal-help-tip {
  margin-top: 0;
}
.procedure-details .procedure-details-overview {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  flex-flow: column wrap;
}
.procedure-details .procedure-details-overview p.medium {
  color: #3D4C63;
}
.procedure-details .procedure-details-overview .procedure-overview {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}
.procedure-details .procedure-details-overview .procedure-overview .overview-wrapper {
  padding-top: 0.75rem;
  border-top: 1px solid #E8EBF1;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.procedure-details .procedure-details-overview .procedure-overview .overview-wrapper .overview-item {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  align-self: stretch;
}
.procedure-details .procedure-details-overview .procedure-overview .overview-wrapper .overview-item .icon {
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #ECEEFC;
}
.procedure-details .procedure-details-overview .procedure-overview .overview-wrapper .overview-item .icon img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.procedure-details .procedure-details-overview .procedure-overview .overview-wrapper .overview-item .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  flex: 1 0 0;
}
.procedure-details .procedure-details-overview .procedure-metrics {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}
.procedure-details .procedure-details-overview .procedure-metrics .metrics-wrapper {
  padding-top: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 0.75rem;
  align-self: stretch;
  border-top: 1px solid #E8EBF1;
}
.procedure-details .procedure-details-overview .procedure-metrics .metrics-wrapper .metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex: 1 0 0;
}
@media only screen and (min-width: 768px) {
  .procedure-details .portal-title {
    flex-direction: row;
    align-items: flex-end;
    gap: 4rem;
    align-self: stretch;
  }
  .procedure-details .portal-title .portal-title-details {
    gap: 1.5rem;
  }
  .procedure-details .portal-title .physician-details {
    justify-content: flex-end;
  }
  .procedure-details .procedure-details-overview .procedure-overview {
    flex: 2;
  }
  .procedure-details .procedure-details-overview .procedure-overview .overview-wrapper {
    flex-flow: row wrap;
    gap: 1.5rem 1.0625rem;
  }
  .procedure-details .procedure-details-overview .procedure-overview .overview-wrapper .overview-item {
    flex: 48%;
  }
  .procedure-details .procedure-details-overview .procedure-overview .overview-wrapper .overview-item .icon {
    align-items: flex-start;
    border-radius: 0.75rem;
    padding: 1.25rem;
  }
  .procedure-details .procedure-details-overview .procedure-metrics .metrics-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .procedure-details .portal-title {
    padding-top: 2rem;
  }
  .procedure-details .procedure-details-overview {
    flex-flow: row nowrap;
  }
  .procedure-details .procedure-details-overview .procedure-metrics {
    flex: 1 0 0;
  }
  .procedure-details .procedure-details-overview .procedure-metrics .metrics-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.procedure-details .vtk-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}
.procedure-details .vtk-wrapper .rotate-icon {
  position: absolute;
  z-index: 10;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.procedure-details .vtk-wrapper .zoom-in-out {
  position: absolute;
  z-index: 10;
  right: 1rem;
  top: 22.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.procedure-details .vtk-wrapper .zoom-in-out a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.procedure-details .vtk-wrapper .zoom-in-out a img {
  width: 1.5rem;
  height: 1.5rem;
}
.procedure-details .vtk-wrapper #vtk-container {
  overflow: hidden;
  background: black;
  border-radius: 0.5rem;
}
.procedure-details .vtk-wrapper .vtk-legend {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-run-selector-info {
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  gap: 1rem;
  align-self: stretch;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-run-selector-info .run-selection {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 1rem;
  order: 2;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-run-selector-info label svg {
  font-size: 2rem;
  color: #001030;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-run-selector-info .MuiTypography-root {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-run-selector-info #vtk-run-selector-info-radio-group .MuiRadioGroup-row {
  gap: 1rem 0;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-options {
  display: flex;
  padding: 0.5rem 0rem;
  align-items: flex-start;
  gap: 1rem;
  flex-flow: column wrap;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-options #nav-target-container .MuiFormControlLabel-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-options #nav-target-container .MuiFormControlLabel-label:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: #F491EA;
  border-radius: 50%;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-options label svg {
  font-size: 2rem;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-options .MuiTypography-root {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-options #nav-paths-container .MuiFormControlLabel-label,
.procedure-details .vtk-wrapper .vtk-legend .vtk-options #nav-paths-planned-container .MuiFormControlLabel-label {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-options #nav-paths-container .MuiFormControlLabel-label:before,
.procedure-details .vtk-wrapper .vtk-legend .vtk-options #nav-paths-planned-container .MuiFormControlLabel-label:before {
  content: "";
  width: 1.5rem;
  height: 0.1875rem;
  background: #00FFFF;
  border-radius: 0.25rem;
}
.procedure-details .vtk-wrapper .vtk-legend .vtk-options #nav-paths-container .MuiFormControlLabel-label:before {
  background: #0000FF;
}
@media only screen and (min-width: 768px) {
  .procedure-details .vtk-wrapper .vtk-legend .vtk-run-selector-info {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .procedure-details .vtk-wrapper .vtk-legend .vtk-run-selector-info .run-selection {
    order: 1;
    gap: 0.5rem 2rem;
    flex: 1 0 0;
  }
  .procedure-details .vtk-wrapper .vtk-legend .vtk-options {
    flex-flow: row nowrap;
    gap: 1rem;
  }
}
.procedure-details .run-metrics .accordion-content {
  gap: 1.5rem;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.5rem;
  background: #F4F6FB;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .run-card-title {
  font-size: 1.125rem;
  font-weight: 600;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .run-card-content {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1.5rem;
  align-self: stretch;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .run-card-content p span {
  display: block;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .run-card-content .target-location {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .run-card-content .run-info {
  display: flex;
  align-self: stretch;
  flex-flow: column wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1rem;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .insertion-chart-legend {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 1rem;
  flex-flow: row wrap;
  margin-top: 1rem;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .insertion-chart-legend .legend-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .insertion-chart-legend .legend-item:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .insertion-chart-legend .legend-item.sheath-max:before {
  background: #8E9AEE;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .insertion-chart-legend .legend-item.scope-max:before {
  background: #2676CD;
}
.procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .insertion-chart-legend .legend-item.total-scope:before {
  background: #02BCCB;
}
@media screen and (min-width: 768px) {
  .procedure-details .run-metrics .accordion-content .run-metrics-cards {
    grid-template-columns: repeat(auto-fill, minmax(20.25rem, 1fr));
  }
  .procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .run-card-content {
    gap: 1rem;
    align-items: flex-start;
    align-self: stretch;
    flex-flow: row nowrap;
  }
  .procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .run-card-content .target-location {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .run-card-content {
    gap: 1.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .procedure-details .run-metrics .accordion-content .run-metrics-cards {
    grid-template-columns: repeat(auto-fill, minmax(29.5rem, 1fr));
  }
  .procedure-details .run-metrics .accordion-content .run-metrics-cards .run-card .run-card-content {
    gap: 2.5rem;
  }
}
.procedure-details .associated-procedures .accordion-content {
  padding: 0;
}
.procedure-details .associated-procedures .accordion-content .ag-theme-balham {
  box-shadow: none;
  border-radius: 0 0 0.5rem 0.5rem;
}
.procedure-details .associated-procedures .accordion-content .no-results {
  padding: 0rem 1rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .procedure-details .associated-procedures .accordion-content .no-results {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  }
}

.wrapper__image-gallery .wrapper-button {
  max-width: 960px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.wrapper__image-gallery .image-gallery__container {
  margin: auto;
  display: block;
}
.wrapper__image-gallery .thumbnail-timestamp {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  padding: 2px 10px;
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.wrapper__image-gallery .ngx-gallery-thumbnail:hover {
  color: #001030;
}

.ngx-gallery-thumbnails {
  counter-reset: thumbs;
}
.ngx-gallery-thumbnails a.ngx-gallery-clickable {
  transition: 200ms linear all;
  border: 2px solid transparent !important;
}
.ngx-gallery-thumbnails a.ngx-gallery-clickable.ngx-gallery-active {
  border: 2px solid #03E3F2 !important;
}
.ngx-gallery-thumbnails div.ngx-gallery-clickable {
  border: none !important;
}
.ngx-gallery-thumbnails div.ngx-gallery-clickable:before {
  counter-increment: thumbs;
  content: counter(thumbs);
  background: rgba(255, 255, 255, 0.5);
  padding: 7px 0;
  border-bottom-right-radius: 6px;
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
  font-weight: 700;
  text-align: center;
  color: #4257E3 !important;
}
.ngx-gallery-thumbnails .ngx-gallery-icons-wrapper {
  background: #bbb;
  padding-left: 6px;
  border: 1px solid #aaa;
  border-bottom-left-radius: 6px;
  position: relative;
  top: 0;
  right: 0;
}
.ngx-gallery-thumbnails .ngx-gallery-icons-wrapper .fa-check-square {
  color: #4257E3;
}
.ngx-gallery-thumbnails .ngx-gallery-icons-wrapper .ngx-gallery-icon {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.column-padded {
  display: block;
  grid-column: col2/gutter-right;
  padding: 0;
}
@media (min-width: 375px) {
  .column-padded {
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .column-padded {
    padding: 0 6%;
  }
  @supports (display: grid) {
    .column-padded {
      padding: 0 2rem;
    }
  }
}
.column-padded vg-playback-button {
  display: none;
}

.wrapper-interior-media-kit-subcategories {
  background: #F4F6FB;
  padding: 2rem 2rem 4rem 2rem;
}
@media only screen and (min-width: 375px) {
  .wrapper-interior-media-kit-subcategories .column-padded {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper-interior-media-kit-subcategories {
    padding: 2rem 0 4rem 0;
  }
}
.wrapper-interior-media-kit-subcategories .media-kit-subcategories {
  margin-bottom: 6rem;
  grid-gap: 1.5rem;
  display: grid;
}
@media only screen and (min-width: 375px) {
  .wrapper-interior-media-kit-subcategories .media-kit-subcategories {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry {
    grid-column: unset;
  }
}
@media only screen and (min-width: 850px) {
  .wrapper-interior-media-kit-subcategories .media-kit-subcategories {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry {
  display: grid;
  position: relative;
  grid-template-columns: unset;
  background: white;
  border-bottom: 1px solid #868FA0;
  will-change: box-shadow;
  transition: box-shadow 250ms ease;
}
.wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry .entry__content {
  padding: 0 1rem 1rem 1rem;
}
@media only screen and (min-width: 375px) {
  .wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry {
    grid-template-columns: unset;
    grid-template-rows: auto 1fr;
  }
}
.wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry div:empty {
  display: none;
}
.wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry > div {
  cursor: pointer;
}
.wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry .entry__content-title {
  padding: 0;
  margin-top: 0.25rem;
  margin-bottom: 0;
  color: #001030;
  line-height: 1.25;
  text-transform: none;
}
@media (min-width: 768px) {
  .wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry .entry__content-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry .entry__content-title {
    font-size: 1.4rem;
  }
}
.wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry .entry__content-type {
  padding: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #1D61A6;
  margin-bottom: 0;
}
.wrapper-interior-media-kit-subcategories .media-kit-subcategories .media-kit__entry:hover {
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.04), -10px 0 20px 0px rgba(0, 0, 0, 0.04);
}

.systems-listing {
  display: flex;
  gap: 1.5rem;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 1rem;
}
.systems-listing .card {
  padding: 1rem 1.5rem;
  gap: 0.5rem;
}
.systems-listing .card .system-info {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  padding-bottom: 1rem;
  flex-direction: column;
  align-self: stretch;
}
.systems-listing .card .system-info img {
  align-self: center;
  width: 9rem;
  height: 9rem;
}
.systems-listing .card .system-info .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5625rem;
  flex: 1 0 0;
}
.systems-listing .card .system-status {
  display: flex;
  height: 1.25rem;
  align-items: center;
  gap: 0.5rem;
}
.systems-listing .card .system-info p,
.systems-listing .card .system-status p {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.systems-listing .card .system-info p span,
.systems-listing .card .system-status p span {
  font-weight: 400;
  color: #3D4C63;
}
@media screen and (min-width: 768px) {
  .systems-listing {
    flex-flow: row wrap;
  }
  .systems-listing .card {
    min-width: 21.75rem;
    flex: 1;
  }
  .systems-listing .card .system-info {
    padding-bottom: 0;
    flex-direction: row;
  }
  .systems-listing .card .system-info img {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .systems-listing .card .system-info img {
    width: 6rem;
    height: 6rem;
  }
}

#cdp-header-filter-chips-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#cdp-header-filter-chips-container div {
  align-items: center;
}
#cdp-header-filter-chips-container div p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
#cdp-header-filter-chips-container div div {
  margin: 0;
  background-color: white;
  border: 1px solid #CFD4DD;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  color: #001030;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
#cdp-header-filter-chips-container div div span {
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
#cdp-header-filter-chips-container div div svg {
  margin: 0;
  color: #6E7A8B;
}
#cdp-header-filter-chips-container div div:active,
#cdp-header-filter-chips-container div div:focus {
  box-shadow: none !important;
  background-color: #ECEEFC;
  border: 1px solid #4257E3;
}
#cdp-header-filter-chips-container div div:hover {
  background-color: #F4F6FB;
}
#cdp-header-filter-chips-container div button {
  color: #4257E3;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
}

.page__portal {
  position: relative;
}

.portal_esp .portal-title {
  padding: 1rem 0 0 0;
}
.portal_esp .portal-title .return-link {
  margin-top: 0;
  padding-bottom: 1rem;
  flex: unset;
}
.portal_esp .wrapper-primary {
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .portal_esp .wrapper-primary {
    padding: 2.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .portal_esp .wrapper-primary {
    padding: 3.5rem 1.5rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .portal_esp .wrapper-primary {
    width: 1440px;
  }
}
.portal_esp .alternate-background {
  background: white;
  display: flex;
}
.portal_esp .portal-help-tip {
  margin-bottom: 1.5rem;
}
.portal_esp .bronch-header-metrics a {
  color: #4257E3;
  text-decoration: none;
}
.portal_esp .bronch-header-metrics .bundle-name-container {
  padding-right: 3px;
}
.portal_esp .fault-charts {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  height: 400px;
  background: white;
  padding: 2rem;
}
.portal_esp strong, .portal_esp dt, .portal_esp dd {
  font-size: 14px;
}
.portal_esp dl {
  border-left: 1px solid #B7BDC8;
  padding-left: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.portal_esp .column-1 {
  border: none;
  padding: none;
}
.portal_esp dt {
  color: #001030;
}
.portal_esp dd {
  margin: 0 0 0.5rem 0;
  padding-left: 0;
}
.portal_esp dd:last-of-type {
  margin: 0;
}
.portal_esp .wrapper-portal.wrapper-portal-inner:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.portal_esp .portal__esp--case-details .wrapper-portal.wrapper-portal-inner {
  padding-top: 2rem;
  padding-bottom: 0;
  padding-bottom: 1rem;
}
.portal_esp h2 {
  margin-bottom: 0.5rem;
}
.portal_esp .table-listing-wrapper > h2 {
  margin-top: 2rem;
}
.portal_esp dt {
  overflow: hidden;
}
.portal_esp dt *:first-child {
  float: left;
  display: inline-block;
}
.portal_esp dt *:last-child {
  float: right;
  display: inline-block;
}
.portal_esp .ngx-datepicker-container {
  width: 300px;
  float: left;
}
.portal_esp ng-datepicker {
  width: 300px;
  float: left;
}
.portal_esp .eyebrow-ids {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.portal_esp .eyebrow-ids dl {
  display: inline-block;
  background: white; /*$backgroud-gray*/
  border: 1px solid #B7BDC8;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 0.5rem;
}
.portal_esp .eyebrow-ids dl:first-of-type {
  margin-left: 0;
}
.portal_esp .actions-two-col {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  padding: 1.5rem 0;
}
.portal_esp .download-media-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.portal_esp .data-table-filters .sorting + .filtering .field-group {
  max-height: 250px;
}

.esp-faults__container {
  position: relative;
  z-index: 1000;
  display: grid;
  padding: 1rem 1.5% 2rem 1.5%;
}
.esp-faults__container .esp-faults__container-video .switch-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin-bottom: 1rem;
  align-items: flex-end;
}
.esp-faults__container .esp-faults__container-video .switch-channel {
  display: grid;
  justify-content: right;
  justify-items: right;
}
.esp-faults__container .esp-faults__container-video .switch-channel .mat-form-field.mat-form-field-type-mat-select .mat-form-field-label {
  top: 1.6rem;
}
.esp-faults__container .esp-faults__container-video .switch-channel .mat-form-field-infix {
  width: 400px !important;
}
.esp-faults__container .esp-faults__container-video #video-select-container .MuiFormControl-root {
  width: 400px;
}
.esp-faults__container .esp-faults__container-video #video-select-container .MuiFormControl-root .mui-select-placeholder-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.esp-faults__container .esp-faults__container-video #video-select-container .MuiFormControl-root svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.esp-faults__container .esp-faults__container-video #video-select-container .MuiFormControl-root fieldset {
  inset: -5px 0px 5px;
}
.esp-faults__container .esp-faults__container-video .switch-view {
  display: grid;
  justify-content: left;
  justify-items: left;
  gap: 0.75rem;
}
.esp-faults__container .esp-faults__container-video .switch-view label {
  height: unset;
}
.esp-faults__container .esp-faults__container-video .switch-view .wrapper-button {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
  height: 22px;
  position: relative;
  top: -8px;
}
.esp-faults__container .esp-faults__container-video .switch-view .wrapper-button .button {
  margin: 0;
  font-size: 14px;
  padding: 0 0.5rem;
  margin: 0;
  line-height: 0;
  font-weight: 100;
  border-width: 1px;
}
.esp-faults__container .esp-faults__container-video #jwplayer-section {
  background: black;
  position: relative;
  z-index: 5;
}
.esp-faults__container .esp-faults__container-video #jwplayer-section .message-poster {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  top: 48%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  color: white;
  text-align: center;
  padding: 0 0.5rem;
  width: 100%;
}
.esp-faults__container .esp-faults__container-video #jwplayer-section .vimeo-responsive,
.esp-faults__container .esp-faults__container-video #jwplayer-section .video-responsive {
  z-index: 4;
}
.esp-faults__container .esp-faults__container-video .buttons-download {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin: 1rem 0;
}
.esp-faults__container .esp-faults__container-faults h3 {
  margin-bottom: 1rem;
}
.esp-faults__container.esp-faults__container--split {
  grid-template-columns: 40% calc(60% - 1rem);
  grid-gap: 1rem;
}
.esp-faults__container.esp-faults__container--split .esp-faults__container-faults .datatable-actions {
  margin-bottom: 2.15rem;
}
.esp-faults__container.esp-faults__container--full {
  grid-gap: 2rem;
  display: block;
}
.esp-faults__container.esp-faults__container--full .esp-faults__container-video {
  padding: 0;
  margin-bottom: 2rem;
}
.esp-faults__container.esp-faults__container--full .esp-faults__container-video > section {
  max-width: 960px;
  margin: 0 auto;
}
.esp-faults__container.esp-faults__container--full .esp-faults__container-video .buttons-download .button {
  padding: 0.125rem 1rem;
  border-radius: 6px;
}

.portal_esp .caseHasAVIVideos {
  padding-bottom: 2rem;
  background: #f4f6f9;
}
.portal_esp .caseHasAVIVideos .wrapper-download-media {
  margin-bottom: 0;
}
.portal_esp .caseHasAVIVideos > div {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.5rem;
}

.portal_esp .wrapper-portal.wrapper-portal-inner.available-media {
  padding-top: 1rem;
}
.portal_esp .video-file-data {
  font-size: 0.875rem;
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  list-style: none;
}
.portal_esp .video-file-data li {
  margin-bottom: 1rem;
  border: 1px solid #868FA0;
  background: #F4F6FB;
  padding: 0.5rem;
}
.portal_esp .all-case-files .ag-theme-balham .ag-header-container .ag-header-row:nth-of-type(2) .ag-header-cell .ag-floating-filter-full-body {
  position: relative;
}
.portal_esp .all-case-files #case-file-form {
  width: unset;
}
.portal_esp .esp-case-fault-charts {
  padding-bottom: 0;
  padding-bottom: 2.5rem;
}
.portal_esp .esp-case-fault-charts-grid {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  height: 300px;
}

.portal_esp .iplatform-video-home {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 2rem;
}
.portal_esp .iplatform-video-home .list-download-media {
  grid-template-columns: 1fr 1fr;
  margin-top: -1rem;
}
.portal_esp .iplatform-video-home .list-download-media .button {
  width: 100%;
}
.portal_esp .iplatform-video-home .list-download-media a {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.portal_esp .iplatform-video-home .list-download-media a:before {
  font-size: 2rem;
  margin-top: -1rem;
}

.uro-header-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.uro-header-metrics a {
  color: #4257E3;
  text-decoration: none;
}

.uro-performance-metrics .uro-performance-metrics--data {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}
.uro-performance-metrics .uro-performance-metrics--data dl {
  border: 1px solid #868FA0;
  padding: 0;
  background-color: white;
}
.uro-performance-metrics .uro-performance-metrics--data dt {
  padding: 0.125rem 1rem;
}
.uro-performance-metrics .uro-performance-metrics--data dt:first-of-type {
  margin-top: 0.5rem;
}
.uro-performance-metrics .uro-performance-metrics--data dt:last-of-type {
  margin-bottom: 0.5rem;
}
.uro-performance-metrics .uro-performance-metrics--data h3 {
  background: #001030;
  margin: 0;
  padding-left: 1rem;
  font-size: 1rem;
  text-transform: unset;
  color: white;
  font-weight: 400;
}
.uro-performance-metrics .uro-performance-metrics--data .ag-header-cell {
  background-color: #001030;
}
.uro-performance-metrics .uro-performance-metrics--data .ag-header-cell span.ag-header-cell-text {
  color: #4257E3;
}
.uro-performance-metrics .instruments-used-details h3 {
  margin: 2rem 0 1rem 0;
}

.perc-image-wrapper {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 4rem;
}
.perc-image-wrapper a {
  font-size: 1rem;
  color: #4257E3;
}
.perc-image-wrapper .perc-side-nav {
  margin-top: 2.5rem;
}
.perc-image-wrapper .perc-side-nav > nav {
  min-width: 360px;
}
.perc-image-wrapper .perc-side-nav nav > ul > li button {
  font-size: 1rem;
  color: #4257E3;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.perc-image-wrapper .perc-side-nav nav > ul > li button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.perc-image-wrapper .perc-side-nav nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.perc-image-wrapper .perc-side-nav nav > ul:last-of-type {
  margin-bottom: 0;
}
.perc-image-wrapper .perc-side-nav nav > ul > li {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: calc(0.5rem + 5px);
}
.perc-image-wrapper .perc-side-nav nav > ul > li.collapsible-nav-wrapper {
  padding-left: 0;
}
.perc-image-wrapper .perc-side-nav nav > ul > li > ul {
  margin: 0;
  list-style: none;
}
.perc-image-wrapper .perc-side-nav nav > ul > .collapsible-nav-wrapper > .label-toggle {
  font-size: 1.25rem;
}
.perc-image-wrapper .perc-metric-image h3 {
  margin-bottom: 1rem;
}
.perc-image-wrapper .perc-metric-image .portal-help-tip:first-child {
  margin-top: 2.5rem;
}
.perc-image-wrapper .button-group--tab-group .wrapper-button {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 2.5rem 0;
}
.perc-image-wrapper .perc-metric-image svg {
  aspect-ratio: 3200/1800;
}
.perc-image-wrapper .perc-run-metrics {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2rem;
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
}
.perc-image-wrapper .perc-run-metrics li.card {
  flex: 1;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  align-self: stretch;
}
.perc-image-wrapper .perc-run-metrics li.card:first-of-type .icon img {
  width: 1rem;
  height: 1rem;
}
.perc-image-wrapper .perc-run-metrics li.card .icon {
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #ECEEFC;
}
.perc-image-wrapper .perc-run-metrics li.card .icon img {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
.perc-image-wrapper .perc-run-metrics li.card .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  flex: 1 0 0;
}
@media only screen and (min-width: 768px) {
  .perc-image-wrapper .perc-run-metrics li .icon {
    align-items: flex-start;
    border-radius: 0.75rem;
    padding: 1.25rem;
  }
}

.vtk-title {
  text-align: right;
}
.vtk-title .button {
  margin: 0.25rem 0;
}

.vtk-visualization {
  min-width: 0;
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  padding-left: 0.75rem;
}
.vtk-visualization label {
  font-size: 0.875rem;
}
.vtk-visualization input[type=checkbox] {
  margin: 0.3rem;
}

.vtk-tables {
  padding: 1rem 1.5% 2rem 1.5%;
  min-width: 0;
}
.vtk-tables h3 {
  margin-bottom: 1rem;
}

#nav_algs_vtk_controls .MuiFormControlLabel-root {
  margin: 0;
  padding-bottom: 0.5rem;
}
#nav_algs_vtk_controls .MuiFormControlLabel-root .MuiCheckbox-root {
  padding: 0;
}
#nav_algs_vtk_controls .MuiFormControlLabel-root .MuiTypography-root {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}

.esp-case-nav__vtk-controls .MuiFormGroup-root label span {
  padding: 0;
}
.esp-case-nav__vtk-controls .MuiFormGroup-root label .MuiTypography-root {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}

.esp-case-nav__vtk-controls,
.case-details__vtk-controls {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 1rem 0;
  padding-left: 0.5rem;
}
.esp-case-nav__vtk-controls label,
.case-details__vtk-controls label {
  height: unset;
}
.esp-case-nav__vtk-controls .mat-checkbox .mat-checkbox-layout,
.case-details__vtk-controls .mat-checkbox .mat-checkbox-layout {
  gap: 0.5rem;
}
.esp-case-nav__vtk-controls .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container,
.case-details__vtk-controls .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
  width: 1rem;
  height: 1rem;
}
.esp-case-nav__vtk-controls .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container svg.mat-checkbox-checkmark,
.case-details__vtk-controls .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container svg.mat-checkbox-checkmark {
  width: 1rem;
  height: 1rem;
}
.esp-case-nav__vtk-controls .mat-checkbox .mat-checkbox-layout .mat-checkbox-label,
.case-details__vtk-controls .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.esp-case-nav__vtk-controls > div *,
.case-details__vtk-controls > div * {
  color: #001030;
}
.esp-case-nav__vtk-controls > div > label,
.case-details__vtk-controls > div > label {
  white-space: nowrap;
}
.esp-case-nav__vtk-controls > div > label:first-of-type,
.case-details__vtk-controls > div > label:first-of-type {
  font-weight: 600;
}
.esp-case-nav__vtk-controls ul,
.case-details__vtk-controls ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 1rem;
}
.esp-case-nav__vtk-controls div ul li,
.case-details__vtk-controls div ul li {
  display: block;
  margin-bottom: 0.5rem;
}
.esp-case-nav__vtk-controls div ul li label,
.case-details__vtk-controls div ul li label {
  margin-left: 3px;
  height: unset;
}

.esp-version-page h3.adjacent-to-reset-filters-button,
.esp-version-page h4.adjacent-to-reset-filters-button,
.gateway-version-page h3.adjacent-to-reset-filters-button,
.gateway-version-page h4.adjacent-to-reset-filters-button {
  margin-bottom: -1.75rem;
}

.esp-version-page,
.all-case-files,
.episode-recognition-page,
.gateway-version-page {
  padding: 1rem 1.5% 2rem 1.5%;
}
.esp-version-page .esp-version-page--split-50,
.esp-version-page .gateway-version-page--split-50,
.all-case-files .esp-version-page--split-50,
.all-case-files .gateway-version-page--split-50,
.episode-recognition-page .esp-version-page--split-50,
.episode-recognition-page .gateway-version-page--split-50,
.gateway-version-page .esp-version-page--split-50,
.gateway-version-page .gateway-version-page--split-50 {
  display: grid;
  grid-template-columns: calc(50% - 1rem) calc(50% - 1rem);
  grid-gap: 2rem;
}
.esp-version-page h3,
.all-case-files h3,
.episode-recognition-page h3,
.gateway-version-page h3 {
  margin-bottom: 1rem;
}
.esp-version-page .esp-version-page--data-table,
.esp-version-page .episode-recognition-page--data-table,
.esp-version-page .gateway-version-page--data-table,
.all-case-files .esp-version-page--data-table,
.all-case-files .episode-recognition-page--data-table,
.all-case-files .gateway-version-page--data-table,
.episode-recognition-page .esp-version-page--data-table,
.episode-recognition-page .episode-recognition-page--data-table,
.episode-recognition-page .gateway-version-page--data-table,
.gateway-version-page .esp-version-page--data-table,
.gateway-version-page .episode-recognition-page--data-table,
.gateway-version-page .gateway-version-page--data-table {
  margin-bottom: 2rem;
}

.episode-recognition-page {
  width: 50%;
  margin: auto;
}

.gateway-esp__header-metadata,
.gateway-portal__header-metadata {
  padding-left: 1%;
  padding-right: 1%;
}
.gateway-esp__header-metadata .table-listing-wrapper,
.gateway-portal__header-metadata .table-listing-wrapper {
  margin-bottom: 0;
}
.gateway-esp__header-metadata .portal-heading__return-link,
.gateway-portal__header-metadata .portal-heading__return-link {
  font-size: 0.75rem;
}

.cdp-overview-systems-list,
.tile__small-metric--list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  grid-gap: 2rem;
}
.cdp-overview-systems-list .cdp-overview-systems-list--entry,
.cdp-overview-systems-list .tile__small-metric--entry,
.tile__small-metric--list .cdp-overview-systems-list--entry,
.tile__small-metric--list .tile__small-metric--entry {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: center;
  background-color: white;
  border: 1px solid #868FA0;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
.cdp-overview-systems-list .cdp-overview-systems-list--entry [class^=icon-],
.cdp-overview-systems-list .tile__small-metric--entry [class^=icon-],
.tile__small-metric--list .cdp-overview-systems-list--entry [class^=icon-],
.tile__small-metric--list .tile__small-metric--entry [class^=icon-] {
  font-size: 1.5rem;
}
.cdp-overview-systems-list .cdp-overview-systems-list--entry > div,
.cdp-overview-systems-list .tile__small-metric--entry > div,
.tile__small-metric--list .cdp-overview-systems-list--entry > div,
.tile__small-metric--list .tile__small-metric--entry > div {
  font-size: 1rem;
  color: #001030;
}
.cdp-overview-systems-list .cdp-overview-systems-list--entry > div p, .cdp-overview-systems-list .cdp-overview-systems-list--entry > div h3, .cdp-overview-systems-list .cdp-overview-systems-list--entry > div h4,
.cdp-overview-systems-list .tile__small-metric--entry > div p,
.cdp-overview-systems-list .tile__small-metric--entry > div h3,
.cdp-overview-systems-list .tile__small-metric--entry > div h4,
.tile__small-metric--list .cdp-overview-systems-list--entry > div p,
.tile__small-metric--list .cdp-overview-systems-list--entry > div h3,
.tile__small-metric--list .cdp-overview-systems-list--entry > div h4,
.tile__small-metric--list .tile__small-metric--entry > div p,
.tile__small-metric--list .tile__small-metric--entry > div h3,
.tile__small-metric--list .tile__small-metric--entry > div h4 {
  font-size: 1rem;
  margin: 0;
}
.cdp-overview-systems-list .cdp-overview-systems-list--online [class^=icon-],
.tile__small-metric--list .cdp-overview-systems-list--online [class^=icon-] {
  color: #05705C;
}
.cdp-overview-systems-list .cdp-overview-systems-list--offline [class^=icon-],
.tile__small-metric--list .cdp-overview-systems-list--offline [class^=icon-] {
  color: #FE3535;
}

.service-portal-heading.hero-banner {
  background-image: linear-gradient(0deg, rgb(0, 16, 48) 0%, rgba(0, 16, 48, 0.8) 30%, rgba(0, 16, 48, 0) 50%), url("/static/assets/images/service-hero.4faf1e0794a1.jpg");
  background-size: cover;
  background-position: top 0px right 300px;
  background-repeat: no-repeat;
  background-color: #001030;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.625rem;
  height: 26.75rem;
}
.service-portal-heading.hero-banner .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin: 0 1rem 2rem 1rem;
}
.service-portal-heading.hero-banner .hero-content h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: -0.03125rem;
}
.service-portal-heading.hero-banner .hero-content h1, .service-portal-heading.hero-banner .hero-content p {
  color: white;
  margin: 0;
}
@media screen and (min-width: 625px) {
  .service-portal-heading.hero-banner {
    background-image: linear-gradient(90deg, rgb(0, 16, 48) 0%, rgb(0, 16, 48) 30%, rgba(0, 16, 48, 0) 50%), url("/static/assets/images/service-hero.4faf1e0794a1.jpg");
    height: 15rem;
    background-position: top 0px right 200px;
    justify-content: center;
  }
  .service-portal-heading.hero-banner .hero-content {
    gap: 2rem;
    width: 22.5rem;
    margin: 0 1rem 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .service-portal-heading.hero-banner {
    background-image: linear-gradient(90deg, rgb(0, 16, 48) 0%, rgba(0, 16, 48, 0.8) 30%, rgba(0, 16, 48, 0) 50%), url("/static/assets/images/service-hero.4faf1e0794a1.jpg");
    background-position: center bottom 75%;
  }
  .service-portal-heading.hero-banner .hero-content {
    width: 30rem;
    margin: 0 1rem 0 2rem;
  }
  .service-portal-heading.hero-banner .hero-content h1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 4rem;
    letter-spacing: -0.0625rem;
  }
}
@media screen and (min-width: 1260px) {
  .service-portal-heading.hero-banner .hero-content {
    width: 42.25rem;
    margin: 0 1rem 0 3.59375rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-portal-heading.hero-banner {
    background-image: linear-gradient(90deg, rgb(0, 16, 48) 0%, rgba(0, 16, 48, 0.8) 30%, rgba(0, 16, 48, 0) 50%, rgba(0, 16, 48, 0) 80%, rgba(0, 16, 48, 0.8) 90%, rgb(0, 16, 48) 100%), url("/static/assets/images/service-hero.4faf1e0794a1.jpg");
  }
  .service-portal-heading.hero-banner .hero-content-wrapper {
    width: 1440px;
    margin: 0 auto;
  }
}

.portal_fsp {
  padding-bottom: 4rem;
}
.portal_fsp .fsp__section--split {
  grid-template-columns: 390px 1fr;
  position: relative;
  display: grid;
  grid-gap: 2rem;
  padding: 1.5rem 1rem 0 1rem;
}
.portal_fsp .fsp__section--sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.portal_fsp .fsp__section--sidebar h2 {
  margin-bottom: 1rem;
}
.portal_fsp .fsp__section--sidebar .fsp__section--sidebar--sos {
  height: 620px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 1rem;
}
.portal_fsp .fsp__section--main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.portal_fsp .list-sos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}
.portal_fsp .list-sos .entry-sos {
  position: relative;
  align-items: stretch;
}
.portal_fsp .list-sos .entry-sos:before {
  content: "";
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  position: absolute;
  border-radius: 0.5rem;
  background: transparent;
  color: white;
  width: 6rem;
  height: 1.5rem;
  left: -7px;
  top: -7px;
  text-align: center;
  line-height: 1.75;
}
.portal_fsp .list-sos .entry-sos.status-high:before {
  content: "SOS+Down";
  background: #CB3134;
}
.portal_fsp .list-sos .entry-sos.status-medium:before {
  content: "SOS";
  background: #FFBF00;
}
.portal_fsp .list-sos .entry-sos.status-low:before {
  content: "Low";
  background: #FFBF00;
}
.portal_fsp .list-sos .entry-sos .entry-sos--info {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}
.portal_fsp .list-sos .entry-sos .entry-sos--info .button {
  align-self: flex-end;
}
.portal_fsp .card h3 {
  margin-bottom: 1rem;
}
.portal_fsp .fsp__section--main--header {
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
  gap: 1rem;
}
.portal_fsp .fsp__section--main--header .customer-search {
  align-self: stretch;
  border-bottom: 1px solid #868FA0;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}
.portal_fsp .fsp__section--main--header .customer-search .customer-search-form {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 1rem;
}
.portal_fsp .fsp__section--main--header .customer-search input[type=search] {
  padding-left: 2.5rem;
}
.portal_fsp .fsp__section--main--header .group--sos-buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: center;
}
.portal_fsp .fsp__section--main--header .group--sos-buttons .button.red {
  color: white;
  background: #CB3134;
}
.portal_fsp .fsp__section--main--header .group--sos-buttons .button.orange {
  color: white;
  background: #FFBF00;
}
.portal_fsp .fsp__section--main--header .group--sos-buttons .button.yellow {
  color: #001030;
  background: #FFBF00;
}
.portal_fsp .fsp__section--main--header .group--sos-buttons .button.green {
  color: white;
  background: #05705C;
}
@media screen and (min-width: 1350px) {
  .portal_fsp .fsp__section--main--header {
    flex-flow: row nowrap;
  }
  .portal_fsp .fsp__section--main--header .customer-search {
    border-right: 1px solid #868FA0;
    border-bottom: none;
    padding-right: 1rem;
    padding-bottom: 0;
  }
  .portal_fsp .fsp__section--main--header .customer-search .customer-search-form {
    grid-template-columns: 1fr max-content;
  }
  .portal_fsp .fsp__section--main--header .customer-search input[type=search] {
    width: 220px;
  }
}

.portal_fsp .fsp__section--sidebar--customerdetails {
  height: 440px;
  overflow-x: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
}
.portal_fsp .customer-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.portal_fsp .customer-details-wrapper .red {
  color: #CB3134;
}
.portal_fsp .customer-details-wrapper .yellow {
  color: #FFBF00;
}
.portal_fsp .customer-details-wrapper .orange {
  color: #FF9D00;
}
.portal_fsp .customer-details-wrapper .green {
  color: #05705C;
}
.portal_fsp .customer-details-wrapper .red rect {
  fill: #CB3134;
}
.portal_fsp .customer-details-wrapper .yellow rect {
  fill: #FFBF00;
}
.portal_fsp .customer-details-wrapper .orange rect {
  fill: #FF9D00;
}
.portal_fsp .customer-details-wrapper .green rect {
  fill: #05705C;
}
.portal_fsp .grid-system-view,
.portal_fsp .map-system-view {
  margin-top: 1rem;
}
.portal_fsp .date-filters {
  align-self: stretch;
}
.portal_fsp .date-filters .system-filters-form {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}
.portal_fsp .date-filters .system-filters-form #systemFiltersSubmit {
  align-self: end;
}
.portal_fsp .date-filters .system-filters-form .has-video-checkbox {
  align-self: center;
}
.portal_fsp .date-filters .system-filters-form .field-item:last-of-type {
  grid-column-start: 2;
  grid-column-end: 5;
}
.portal_fsp .date-filters .system-filters-form .field-item span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.portal_fsp .date-filters .system-filters-form .field-item svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.portal_fsp .date-filters .system-filters-form .field-item fieldset {
  inset: -5px 0px 5px;
}
.portal_fsp .timelne-view {
  height: 300px;
  overflow-x: hidden;
  margin-bottom: 0;
}
.portal_fsp .timeline-view-split {
  display: grid;
  grid-template-columns: 380px 1fr;
  grid-gap: 1.5rem;
}
.portal_fsp .timeline-view-split .card {
  align-items: stretch;
}
.portal_fsp .timeline-view-split #no-results-overlay-fspTimeTable .no-results-wrapper {
  min-height: 12rem !important;
}
.portal_fsp .timeline-view-split #grid-wrapper-fspTimeTable {
  height: 230px !important;
}
.portal_fsp .timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portal_fsp .timeline-header h3 {
  margin-bottom: 0;
}
.portal_fsp #fsp-timeline-chart {
  position: relative;
  margin-left: -1rem;
}
.portal_fsp .views-menu {
  border-radius: 0.75rem;
  background: white;
  width: 100%;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
}
.portal_fsp .views-menu .title {
  background-color: #001030;
  color: white;
  padding: 1rem;
  border-radius: 0.75rem 0.75rem 0 0;
}
.portal_fsp .views-menu > div:first-of-type {
  border-radius: 0.75rem 0.75rem 0 0;
}
.portal_fsp .views-menu .systems_view {
  color: #4257E3;
  padding: 1rem;
  font-weight: 500;
}
.portal_fsp .views-menu .systems_view.current {
  background-color: #001030;
  color: white;
  position: relative;
}
.portal_fsp .views-menu .systems_view.current:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20.8px;
  border-color: transparent transparent transparent #001030;
  right: -19px;
}
.portal_fsp .views-menu .systems_view:last-of-type {
  border-radius: 0 0 0.75rem 0.75rem;
}
.portal_fsp .fsp-system-config .table-listing-wrapper {
  display: flex;
  flex-direction: column;
}
.portal_fsp .fsp-system-config .table-listing-wrapper .button-group {
  align-self: center;
  margin-top: 0.5rem;
}
.portal_fsp .fsp-system-config .button-group + .table-listing-wrapper {
  margin-top: 1rem;
}
.portal_fsp .fsp-system-config .card {
  margin-top: 1rem;
  gap: 1.5rem;
  align-items: stretch;
}
.portal_fsp .fault-charts {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  height: 400px;
  padding: 2rem;
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
}
.portal_fsp .plot-filters {
  align-self: stretch;
}
.portal_fsp .plot-filters .system-filters-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1rem;
}
.portal_fsp .plot-filters .system-filters-form .field-item {
  min-width: 200px;
}

.edu-marketing-doc-portal-page .hero-banner {
  position: relative;
  background-image: url("/static/assets/images/education-hero.048fa9161cbb.jpg");
  background-size: cover;
  background-position: top -4rem center;
  background-repeat: no-repeat;
  background-color: #001030;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.625rem;
  height: 26.75rem;
}
.edu-marketing-doc-portal-page .hero-banner .hero-gradient {
  background: linear-gradient(0deg, rgb(0, 16, 48) 0%, rgba(0, 16, 48, 0.8) 30%, rgba(0, 16, 48, 0) 50%);
  height: 26.75rem;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper {
  z-index: 10;
}
.edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin: 0 1rem 2rem 1rem;
}
.edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content h1, .edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content p {
  color: white;
  margin: 0;
}
.edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content h1 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.01875rem;
}
.edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content .button {
  align-self: stretch;
  margin-top: 0.5rem;
}
.edu-marketing-doc-portal-page .cards-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.edu-marketing-doc-portal-page .cards-wrapper .cards {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1440px;
  padding: 1.5rem 1rem;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.edu-marketing-doc-portal-page .cards-wrapper .cards .card {
  gap: 2rem;
  align-items: stretch;
  justify-content: space-between;
}
.edu-marketing-doc-portal-page .cards-wrapper .cards .card .button {
  align-self: flex-end;
}
.edu-marketing-doc-portal-page .cards-wrapper .cards .card .card-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
}
.edu-marketing-doc-portal-page .cards-wrapper .cards .card .card-content .category-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #B7BDC8;
}
.edu-marketing-doc-portal-page .cards-wrapper .cards .card .card-content .category-resources p.medium {
  color: #3D4C63;
}
.edu-marketing-doc-portal-page .cards-wrapper .cards .card .card-content .category-resources ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  padding-left: 20px;
}
@media screen and (min-width: 625px) {
  .edu-marketing-doc-portal-page .hero-banner {
    background-size: 120%;
    background-position: top -8rem right -250px;
    height: 22.5rem;
    justify-content: flex-end;
  }
  .edu-marketing-doc-portal-page .hero-banner .hero-gradient {
    background: linear-gradient(90deg, rgb(0, 16, 48) 0%, rgb(0, 16, 48) 30%, rgba(0, 16, 48, 0) 50%);
    height: 22.5rem;
  }
  .edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content {
    gap: 1rem;
    width: 22.5rem;
    margin: 0 1rem 2rem 2rem;
  }
  .edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.03125rem;
  }
  .edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content .button {
    margin-top: 2rem;
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content {
    width: 30rem;
    margin: 0 1rem 2rem 2rem;
  }
  .edu-marketing-doc-portal-page .cards-wrapper .cards {
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 918px) {
  .edu-marketing-doc-portal-page .hero-banner {
    background-size: 80%;
    background-position: top -8rem right;
  }
}
@media screen and (min-width: 1350px) {
  .edu-marketing-doc-portal-page .hero-banner {
    height: 26.5rem;
    background-size: 80%;
    background-position: top -10rem right;
  }
  .edu-marketing-doc-portal-page .hero-banner .hero-gradient {
    height: 26.5rem;
  }
  .edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content {
    gap: 0.5rem;
    width: 42.25rem;
    margin: 0 1rem 2.75rem 3.5rem;
  }
  .edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content h1 {
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.0625rem;
  }
  .edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper .hero-content .button {
    margin-top: 3rem;
  }
  .edu-marketing-doc-portal-page .cards-wrapper .cards {
    padding: 1.5rem 3.5rem 3.25rem 3.5rem;
    grid-template-columns: repeat(auto-fit, minmax(21.5rem, 1fr));
  }
}
@media screen and (min-width: 1440px) {
  .edu-marketing-doc-portal-page .hero-banner {
    background-size: 70%;
  }
  .edu-marketing-doc-portal-page .hero-banner .hero-content-wrapper {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1590px) {
  .edu-marketing-doc-portal-page .hero-banner {
    background-position: top -15rem right;
  }
}
.edu-marketing-doc-portal-page.documentation .hero-banner {
  background-image: url("/static/assets/images/documentation-hero.1f8638dda5f9.jpg");
  background-size: cover;
  background-position: bottom center;
}
@media screen and (min-width: 625px) {
  .edu-marketing-doc-portal-page.documentation .hero-banner {
    background-position: bottom right -200px;
    justify-content: center;
  }
  .edu-marketing-doc-portal-page.documentation .hero-banner .hero-content-wrapper .hero-content {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 918px) {
  .edu-marketing-doc-portal-page.documentation .hero-banner {
    background-position: bottom right;
  }
}
.edu-marketing-doc-portal-page.documentation .cards-wrapper .cards .card .card-content .category-details {
  padding-bottom: 0;
  border-bottom: none;
}
.edu-marketing-doc-portal-page.marketing .hero-banner {
  background-position: top -2rem center;
  background-image: url("/static/assets/images/marketing-hero.81f894b2c31e.jpg");
}
@media screen and (min-width: 625px) {
  .edu-marketing-doc-portal-page.marketing .hero-banner {
    background-size: 100%;
    background-position: top -3rem right;
  }
}
@media screen and (min-width: 918px) {
  .edu-marketing-doc-portal-page.marketing .hero-banner {
    background-size: 80%;
    background-position: top -5rem right;
  }
}
@media screen and (min-width: 1350px) {
  .edu-marketing-doc-portal-page.marketing .hero-banner {
    background-position: top -5rem right;
  }
}
@media screen and (min-width: 1440px) {
  .edu-marketing-doc-portal-page.marketing .hero-banner {
    background-size: 70%;
  }
}
@media screen and (min-width: 1590px) {
  .edu-marketing-doc-portal-page.marketing .hero-banner {
    background-position: top -8rem right;
  }
}

.edu-marketing-doc-portal-page.category .portal-title {
  display: flex;
  padding: 1.25rem 1rem;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
  align-self: stretch;
}
.edu-marketing-doc-portal-page.category .portal-title .button.small {
  align-self: flex-start;
}
.edu-marketing-doc-portal-page.category .portal-title .portal-title-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper {
  display: flex;
  padding: 1rem 1rem 3.5rem 1rem;
  flex-direction: column;
  gap: 2rem;
  align-self: stretch;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .field-item .MuiInputBase-root {
  min-width: 13rem;
}
@media screen and (min-width: 768px) {
  .edu-marketing-doc-portal-page.category .category-cards-wrapper .field-item .MuiInputBase-root {
    width: 180px;
  }
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .audience-filter-dropdown {
  display: flex;
  min-width: 13em;
  height: 3rem;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #CFD4DD;
  background: white !important;
  cursor: pointer;
  color: #868FA0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .audience-filter-dropdown #audience-filter_label {
  color: #868FA0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .audience-filter-dropdown div {
  border: 0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .audience-filter-dropdown svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .audience-filter-dropdown fieldset {
  border: 0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .audience-filter-dropdown legend {
  width: 0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .audience-filter-dropdown legend span {
  display: none;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .audience-filter-dropdown:hover {
  border: 1px solid #001030;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .subcategory-dropdown {
  border-radius: 0.5rem;
  display: flex;
  min-width: 13em;
  height: 3rem;
  align-items: center;
  border: 1px solid #CFD4DD;
  background: white !important;
  cursor: pointer;
  color: #868FA0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .subcategory-dropdown #subcategory-filter_label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .subcategory-dropdown #subcategory-filter_label div#subcategory-filter_wrapper {
  text-transform: capitalize;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .subcategory-dropdown svg {
  width: 1.5em;
  height: 1.5em;
  top: auto;
  color: #868FA0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .subcategory-dropdown fieldset {
  border: 0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .subcategory-dropdown legend {
  width: 0;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .subcategory-dropdown:hover {
  border: 1px solid #001030;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card {
  gap: 1rem;
  align-items: stretch;
  justify-content: space-between;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card p.medium {
  color: #3D4C63;
  text-transform: capitalize;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-content .thumbnail-preview img {
  width: 100%;
  height: auto;
  border-radius: 0.1875rem;
  border: 2px solid #E8EBF1;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type p {
  text-transform: uppercase;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type:before {
  width: 2rem;
  height: 2rem;
  content: " ";
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type.icon-pdf:before {
  background-image: url("/static/assets/images/icons/icon-gradient-export.b00e5a8861bd.svg");
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type.icon-docx:before {
  background-image: url("/static/assets/images/icons/icon-gradient-document.fa942ebdc728.svg");
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type.icon-xlsx:before {
  background-image: url("/static/assets/images/icons/icon-gradient-insights.e33717144cec.svg");
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type.icon-video:before {
  background-image: url("/static/assets/images/icons/icon-gradient-video.3740d6628fdc.svg");
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type.icon-image:before {
  background-image: url("/static/assets/images/icons/icon-gradient-image.9416ea8d14c7.svg");
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type.icon-pptx:before {
  background-image: url("/static/assets/images/icons/icon-gradient-telementoring.7456290ba9a1.svg");
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-file-type.icon-zip:before {
  background-image: url("/static/assets/images/icons/icon-gradient-folder.70066fffae33.svg");
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-actions {
  display: flex;
  gap: 1rem;
}
.edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-actions .button {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .edu-marketing-doc-portal-page.category .portal-title {
    padding: 1.25rem 2rem;
  }
  .edu-marketing-doc-portal-page.category .portal-title .button {
    align-self: flex-start;
  }
  .edu-marketing-doc-portal-page.category .category-cards-wrapper {
    padding: 1rem 2rem 0rem 2rem;
  }
  .edu-marketing-doc-portal-page.category .category-cards-wrapper .field-item {
    align-self: flex-end;
  }
  .edu-marketing-doc-portal-page.category .category-cards-wrapper .audience-filter-dropdown {
    align-self: flex-end;
  }
  .edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards {
    grid-template-columns: 1fr 1fr;
  }
  .edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card-content .thumbnail-preview img {
    max-width: 16.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .edu-marketing-doc-portal-page.category .portal-title {
    padding: 1.25rem 3.5rem;
  }
  .edu-marketing-doc-portal-page.category .portal-title .portal-title-details {
    max-width: 65%;
  }
  .edu-marketing-doc-portal-page.category .category-cards-wrapper {
    padding: 1rem 3.5rem 0rem 3.5rem;
  }
  .edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-actions {
    justify-content: flex-end;
  }
  .edu-marketing-doc-portal-page.category .category-cards-wrapper .category-cards .card .card-actions .button {
    flex: unset;
  }
}
@media screen and (min-width: 1440px) {
  .edu-marketing-doc-portal-page.category {
    width: 1440px;
    margin: 0 auto;
  }
}

.edu-marketing-doc-portal-page.asset .portal-title {
  display: flex;
  padding: 1.25rem 1rem;
  flex-direction: column;
  align-items: flex-start;
}
.edu-marketing-doc-portal-page.asset .portal-title .button.small {
  align-self: flex-start;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper {
  display: flex;
  padding: 1rem 1rem 2rem 1rem;
  flex-direction: column;
  gap: 2rem;
  align-self: stretch;
  align-items: stretch;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .asset-title p.medium {
  color: #3D4C63;
  text-transform: capitalize;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .button {
  align-self: flex-start;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .preview-image {
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
  overflow: hidden;
  width: 100%;
  height: auto;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .vimeo-responsive {
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
  overflow: hidden;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .file-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .file-data span {
  display: block;
  color: #3D4C63;
  font-weight: 400;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .file-data .description:before {
  content: "Description";
  display: block;
  color: #3D4C63;
  font-weight: 400;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-preview {
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
  overflow: hidden;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-preview img {
  width: 100%;
  height: auto;
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-preview .loading-animation {
  margin-top: calc(26% - 24px);
}
.edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-preview .loading-animation img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .edu-marketing-doc-portal-page.asset .portal-title {
    padding: 1.25rem 2rem;
  }
  .edu-marketing-doc-portal-page.asset .asset-details-wrapper {
    padding: 1rem 2rem 2rem 2rem;
  }
  .edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .preview-image {
    max-width: 30rem;
  }
}
@media screen and (min-width: 1200px) {
  .edu-marketing-doc-portal-page.asset .portal-title {
    padding: 1.25rem 3.5rem;
  }
  .edu-marketing-doc-portal-page.asset .asset-details-wrapper {
    padding: 1rem 3.5rem 2rem 3.5rem;
    flex-direction: row;
  }
  .edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details {
    flex: 1;
  }
  .edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .preview-image,
  .edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-details .vimeo-responsive {
    display: none;
  }
  .edu-marketing-doc-portal-page.asset .asset-details-wrapper .asset-preview {
    align-self: flex-start;
    display: flex;
    flex: 2;
  }
}
@media screen and (min-width: 1440px) {
  .edu-marketing-doc-portal-page.asset {
    width: 1440px;
    margin: 0 auto;
  }
}
.edu-marketing-doc-portal-page.video .asset-details-wrapper .asset-preview {
  display: flex;
}
.edu-marketing-doc-portal-page.webinar .webinar-content {
  display: flex;
  padding: 1rem 1rem 2rem 1rem;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .edu-marketing-doc-portal-page.webinar .webinar-content {
    padding: 1rem 2rem 2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .edu-marketing-doc-portal-page.webinar .webinar-content {
    padding: 1rem 3.5rem 2rem 3.5rem;
  }
}

.edu-marketing-doc-portal-page.case-study .primary-wrapper {
  padding: 0 1rem;
}
.edu-marketing-doc-portal-page.case-study .primary-wrapper.purple-background {
  background: #ECEEFC;
}
.edu-marketing-doc-portal-page.case-study .primary-wrapper.dark-background {
  background: #E8EBF1;
}
.edu-marketing-doc-portal-page.case-study figure {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  height: auto;
  margin: 0;
}
.edu-marketing-doc-portal-page.case-study figure img {
  width: 100%;
  height: auto;
}
.edu-marketing-doc-portal-page.case-study figure figcaption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  font-weight: 500;
  color: #1D2E48;
}
.edu-marketing-doc-portal-page.case-study figure figcaption strong {
  display: block;
  font-weight: 400 !important;
  color: #3D4C63;
}
.edu-marketing-doc-portal-page.case-study .portal-title {
  padding: 1.25rem 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.edu-marketing-doc-portal-page.case-study .portal-title .button.small {
  align-self: flex-start;
}
.edu-marketing-doc-portal-page.case-study .case-study-intro {
  display: flex;
  flex-flow: column wrap;
  gap: 1.5rem;
  padding: 2rem 0;
}
.edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details .title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details .title p {
  color: #556177;
}
.edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details .button {
  align-self: stretch;
}
.edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details .details span {
  display: block;
  color: #3D4C63;
  font-weight: 400;
}
.edu-marketing-doc-portal-page.case-study .case-study-content {
  padding: 2rem 0 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-content h2 {
  font-weight: 500;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-sections {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-sections .section-case-study {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 0.75rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-sections .section-case-study h2 {
  margin-bottom: 1.25rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-sections .section-case-study h3 {
  color: #556177;
  margin-top: 2rem;
  text-transform: capitalize;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-sections .section-case-study h2 + h3 {
  margin-top: 0;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-sections .section-case-study figure {
  margin-top: 2.5rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-aside {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-aside aside {
  background: #E8EBF1;
  padding: 1.5rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-aside aside h3 {
  color: #556177;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #B7BDC8;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-aside aside h3:first-of-type {
  margin-top: 0;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-aside aside p {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
}
.edu-marketing-doc-portal-page.case-study .case-study-content .content-aside aside p strong {
  color: #3D4C63;
  font-weight: 400 !important;
}
.edu-marketing-doc-portal-page.case-study .quote-media-section {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.edu-marketing-doc-portal-page.case-study .quote-media-section blockquote {
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.025rem;
  margin: 0;
}
.edu-marketing-doc-portal-page.case-study .quote-media-section blockquote .quote-mark {
  font-size: 3rem;
  line-height: 4rem;
}
.edu-marketing-doc-portal-page.case-study .quote-media-section .wrapper-gallery {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2.5rem 1rem;
}
.edu-marketing-doc-portal-page.case-study .quote-media-section .wrapper-gallery figure {
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 200px;
}
.edu-marketing-doc-portal-page.case-study .quote-media-section .wrapper-gallery figure figcaption {
  padding-right: 1rem;
}
@supports (display: grid) {
  .edu-marketing-doc-portal-page.case-study .quote-media-section .wrapper-gallery > * {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section {
  padding: 4rem 0 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section h2 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section h2 + h3 {
  margin-top: 0;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section h3 {
  color: #556177;
  margin-top: 2rem;
  text-transform: capitalize;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section .section-media {
  margin-bottom: 2rem;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section .case-study-footnotes {
  padding-bottom: 3rem;
  border-bottom: 1px solid #B7BDC8;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section .case-study-footnotes ol {
  margin: 0;
  padding-left: 20px;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section .case-study-physician-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #B7BDC8;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section .case-study-physician-info h3 {
  margin-top: 0;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section .case-study-physician-info img {
  width: 100%;
  height: auto;
}
.edu-marketing-doc-portal-page.case-study .full-width-content-section .case-study-physician-info .bio-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.edu-marketing-doc-portal-page.case-study .portal-return {
  padding: 0 0 3rem 0;
  display: flex;
  flex-direction: column;
}
.edu-marketing-doc-portal-page.case-study .portal-return .case-study-disclaimer {
  padding-bottom: 3rem;
  border-bottom: 1px solid #B7BDC8;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.edu-marketing-doc-portal-page.case-study .portal-return .case-study-disclaimer p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.00313rem;
}
.edu-marketing-doc-portal-page.case-study .portal-return .case-study-disclaimer p strong {
  display: block;
  font-weight: 400 !important;
  color: #3D4C63;
}
.edu-marketing-doc-portal-page.case-study .portal-return .button.small {
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  .edu-marketing-doc-portal-page.case-study .primary-wrapper {
    padding: 0 2rem;
  }
  .edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details .button {
    align-self: flex-start;
  }
  .edu-marketing-doc-portal-page.case-study .full-width-content-section .section-media {
    float: right;
    max-width: 30rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
  .edu-marketing-doc-portal-page.case-study .full-width-content-section .case-study-physician-info {
    flex-direction: row;
  }
  .edu-marketing-doc-portal-page.case-study .full-width-content-section .case-study-physician-info img {
    max-width: 16rem;
  }
}
@media screen and (min-width: 1200px) {
  .edu-marketing-doc-portal-page.case-study .primary-wrapper {
    padding: 0 3.5rem;
  }
  .edu-marketing-doc-portal-page.case-study .case-study-intro {
    flex-flow: row nowrap;
    gap: 2rem;
  }
  .edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details {
    min-width: 28rem;
    gap: 2rem;
  }
  .edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details .title {
    gap: 1.25rem;
  }
  .edu-marketing-doc-portal-page.case-study .case-study-intro .case-study-details .button {
    margin-top: 1rem;
    align-self: flex-start;
  }
  .edu-marketing-doc-portal-page.case-study .case-study-content {
    padding: 4.5rem 0;
    flex-direction: row;
    gap: 3.25rem;
  }
  .edu-marketing-doc-portal-page.case-study .case-study-content .content-sections .section-case-study figure {
    max-width: 30rem;
    margin-top: 2.5rem;
  }
  .edu-marketing-doc-portal-page.case-study .case-study-content .content-aside {
    min-width: 30rem;
  }
  .edu-marketing-doc-portal-page.case-study .case-study-content .content-aside aside {
    padding: 1.75rem;
  }
  .edu-marketing-doc-portal-page.case-study .full-width-content-section .case-study-physician-info {
    gap: 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .edu-marketing-doc-portal-page.case-study .primary-wrapper > div {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.user-admin-table .fa-check-square,
.user-admin-table .fa-square {
  color: #001030;
  font-size: 1.125rem;
}

#user-settings .portal-help-tip {
  margin-top: 0;
}

app-notification-block + .global-settings-two-col {
  margin-top: 1.5rem;
}

#user-settings,
#user-groups,
#ip-whitelist {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.global-settings-two-col {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 1.5rem;
}
.global-settings-two-col account-settings,
.global-settings-two-col password-expiration-policy {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .global-settings-two-col {
    flex-flow: row nowrap;
  }
}

.global-settings-two-col > * {
  flex: 1;
  min-width: calc(50% - 0.75rem);
}

.new-account-invitation,
.password-expiration {
  border-radius: 0.75rem;
  background: white;
  box-shadow: 0px 1px 10px 0px rgba(29, 59, 72, 0.1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  overflow: hidden;
}
.new-account-invitation .card-title,
.password-expiration .card-title {
  align-self: stretch;
  padding: 1rem 1.5rem 0.75rem 1rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 33, 48, 0.1);
}
.new-account-invitation form,
.password-expiration form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.new-account-invitation form .account-invite-expiration,
.new-account-invitation form .account-password-expiration,
.password-expiration form .account-invite-expiration,
.password-expiration form .account-password-expiration {
  display: flex;
  padding: 0.5rem 1rem 0rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.new-account-invitation form .account-invite-expiration input.slim,
.new-account-invitation form .account-password-expiration input.slim,
.password-expiration form .account-invite-expiration input.slim,
.password-expiration form .account-password-expiration input.slim {
  width: 3rem;
  height: 2rem;
  padding: 0.75rem 0.5rem;
}
.new-account-invitation form .account-invite-email,
.password-expiration form .account-invite-email {
  display: flex;
  padding: 0rem 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
}
.new-account-invitation form .account-invite-email .email-template,
.password-expiration form .account-invite-email .email-template {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
  border-radius: 0.5rem;
  background: #F4F6FB;
}
.new-account-invitation form .account-invite-email .email-template ul,
.password-expiration form .account-invite-email .email-template ul {
  margin: 0;
  padding-left: 20px;
}
.new-account-invitation .actions,
.password-expiration .actions {
  display: flex;
  padding: 0rem 1rem 1rem 1rem;
  flex-direction: column;
  align-self: stretch;
}
.new-account-invitation .actions .button,
.password-expiration .actions .button {
  align-self: flex-end;
}

.password-expiration {
  padding-bottom: 1rem;
}
.password-expiration .instructions-toggle {
  display: flex;
  padding: 0rem 1rem 0 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}
.password-expiration .account-password-expiration {
  padding: 0.5rem 1rem;
}
.password-expiration .actions {
  padding-bottom: 0;
}

.days-input {
  width: 3rem;
  height: 2rem;
  padding: 0.75rem 0.5rem;
  font-size: 0.875rem;
}

.export-usb.accordion .card-title span,
.export-manually.accordion .card-title span {
  flex: 1 0 0;
  text-align: left;
}
.export-usb.accordion .card-title:before,
.export-manually.accordion .card-title:before {
  display: none;
}
.export-usb.accordion .card-title:after,
.export-manually.accordion .card-title:after {
  content: " ";
  background-image: url("/static/assets/images/icons/icon-accordion-arrow.6ccea51e175b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
}
.export-usb.accordion .accordion-content,
.export-manually.accordion .accordion-content {
  border-top: 1px solid #CFD4DD;
  padding: 1.5rem 0;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  display: none;
}
.export-usb.accordion .accordion-content .content-wrapper,
.export-manually.accordion .accordion-content .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.5rem;
  align-self: stretch;
}
.export-usb.accordion .accordion-content .content-wrapper .field-item,
.export-manually.accordion .accordion-content .content-wrapper .field-item {
  padding: 0 1.5rem;
}
.export-usb.accordion .accordion-content .content-wrapper .field-item #export-usb-customers,
.export-usb.accordion .accordion-content .content-wrapper .field-item #export-manually-systems,
.export-manually.accordion .accordion-content .content-wrapper .field-item #export-usb-customers,
.export-manually.accordion .accordion-content .content-wrapper .field-item #export-manually-systems {
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.export-usb.accordion .accordion-content .content-wrapper .field-item #export-usb-customers #export-customers-container_wrapper,
.export-usb.accordion .accordion-content .content-wrapper .field-item #export-usb-customers #export-systems-container_wrapper,
.export-usb.accordion .accordion-content .content-wrapper .field-item #export-manually-systems #export-customers-container_wrapper,
.export-usb.accordion .accordion-content .content-wrapper .field-item #export-manually-systems #export-systems-container_wrapper,
.export-manually.accordion .accordion-content .content-wrapper .field-item #export-usb-customers #export-customers-container_wrapper,
.export-manually.accordion .accordion-content .content-wrapper .field-item #export-usb-customers #export-systems-container_wrapper,
.export-manually.accordion .accordion-content .content-wrapper .field-item #export-manually-systems #export-customers-container_wrapper,
.export-manually.accordion .accordion-content .content-wrapper .field-item #export-manually-systems #export-systems-container_wrapper {
  padding: 18px 32px 11px 15px;
}
.export-usb.accordion .accordion-content .content-wrapper .field-item #export-usb-customers svg,
.export-usb.accordion .accordion-content .content-wrapper .field-item #export-manually-systems svg,
.export-manually.accordion .accordion-content .content-wrapper .field-item #export-usb-customers svg,
.export-manually.accordion .accordion-content .content-wrapper .field-item #export-manually-systems svg {
  width: 1.75em;
  height: 1.75em;
  top: auto;
  color: #868FA0;
  padding-top: 5px;
}
.export-usb.accordion .accordion-content .content-wrapper .export-content,
.export-manually.accordion .accordion-content .content-wrapper .export-content {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  gap: 1rem;
}
.export-usb.accordion .accordion-content .content-wrapper .export-content span,
.export-manually.accordion .accordion-content .content-wrapper .export-content span {
  display: block;
  margin-bottom: 0.5rem;
  color: #3D4C63;
  font-weight: 400;
}
.export-usb.accordion .accordion-content .content-wrapper .actions,
.export-manually.accordion .accordion-content .content-wrapper .actions {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
}
.export-usb.accordion .accordion-content .item-title,
.export-manually.accordion .accordion-content .item-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.export-usb.accordion.is-open .card-title:after,
.export-manually.accordion.is-open .card-title:after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .export-usb.accordion .accordion-content .content-wrapper .field-item,
  .export-manually.accordion .accordion-content .content-wrapper .field-item {
    max-width: 23.4375rem;
  }
  .export-usb.accordion .accordion-content .content-wrapper .export-content span,
  .export-manually.accordion .accordion-content .content-wrapper .export-content span {
    display: inline-block;
    margin-bottom: 0;
  }
  .export-usb.accordion .accordion-content .content-wrapper .actions,
  .export-manually.accordion .accordion-content .content-wrapper .actions {
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
  }
}

.export-usb {
  margin-bottom: 1rem;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-row {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  gap: 1.5rem;
  padding: 0 1.5rem;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-row .field-item {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .export-usb.accordion .accordion-content .content-wrapper .preview-row {
    flex-flow: row nowrap;
    align-items: flex-end;
  }
}
.export-usb.accordion .accordion-content .content-wrapper .export-content {
  padding: 0 1.5rem 2.5rem 1.5rem;
  border-bottom: 1px solid #CFD4DD;
}
.export-usb.accordion .accordion-content .content-wrapper .actions {
  padding: 0 1.5rem;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users {
  border-top: 1px solid #CFD4DD;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .preview-wrapper {
  margin-bottom: 2rem;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .preview-wrapper .item-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .preview-wrapper .user-hash-list {
  border-radius: 0.5rem;
  background: #F4F6FB;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .preview-wrapper .user-hash-list.none-available p {
  color: #868FA0;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .preview-wrapper .user-hash-list span {
  display: block;
  font-weight: 400;
  color: #3D4C63;
  margin-bottom: 0.25rem;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users system-users-preview:last-of-type .preview-wrapper {
  margin-bottom: 0;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper {
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-left: 2rem;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper .user-hash-list {
  border-radius: 0.5rem;
  border: 1px solid #E8EBF1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  padding-bottom: 1rem;
  overflow-wrap: break-word;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper .user-hash-list.none-available {
  flex: 1;
  border: none;
  padding-bottom: 0;
  background: #F4F6FB;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper .user-hash-list.none-available p {
  color: #868FA0;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper .user-hash-list.none-available p:first-of-type {
  background: none;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper .user-hash-list p {
  padding: 0 1rem;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper .user-hash-list p:first-of-type {
  padding: 1rem;
  background: #ECEEFC;
}
.export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper .user-hash-list span {
  font-weight: 400;
  color: #3D4C63;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(16rem, calc(50% - 1.5rem)));
  }
}
@media screen and (min-width: 1200px) {
  .export-usb.accordion .accordion-content .content-wrapper .preview-users .user-hash-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 30%));
  }
}

.export-manually.accordion .accordion-content .content-wrapper .export-content {
  padding: 0 1.5rem 1rem 1.5rem;
}
.export-manually.accordion .accordion-content .content-wrapper .export-system-list {
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-bottom: 1px solid #CFD4DD;
}
.export-manually.accordion .accordion-content .content-wrapper .export-system-list .user-hash-wrapper {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  gap: 1.5rem;
  align-self: stretch;
  flex-flow: column wrap;
}
.export-manually.accordion .accordion-content .content-wrapper .export-system-list .user-hash-wrapper .user-hash-list {
  border-radius: 0.5rem;
  background: #F4F6FB;
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}
.export-manually.accordion .accordion-content .content-wrapper .export-system-list .user-hash-wrapper .user-hash-list.none-available p {
  color: #868FA0;
}
.export-manually.accordion .accordion-content .content-wrapper .export-system-list .user-hash-wrapper .user-hash-list span {
  display: block;
  font-weight: 400;
  color: #3D4C63;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .export-manually.accordion .accordion-content .content-wrapper .export-system-list .user-hash-wrapper {
    flex-flow: row wrap;
  }
}
.export-manually.accordion .accordion-content .content-wrapper .actions {
  padding: 0 1.5rem;
}

.system-details-overview,
.user-details-overview {
  gap: 1rem;
}
.system-details-overview .system-details,
.system-details-overview .user-details,
.user-details-overview .system-details,
.user-details-overview .user-details {
  display: flex;
  align-items: center;
  gap: 1rem 2rem;
  flex-flow: row wrap;
}
.system-details-overview .system-details img,
.system-details-overview .user-details img,
.user-details-overview .system-details img,
.user-details-overview .user-details img {
  width: 5.9375rem;
  height: 5.25rem;
}
.system-details-overview .system-details .detail,
.system-details-overview .user-details .detail,
.user-details-overview .system-details .detail,
.user-details-overview .user-details .detail {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}
.system-details-overview .system-details .detail h4,
.system-details-overview .system-details .detail .edit-nickname,
.system-details-overview .user-details .detail h4,
.system-details-overview .user-details .detail .edit-nickname,
.user-details-overview .system-details .detail h4,
.user-details-overview .system-details .detail .edit-nickname,
.user-details-overview .user-details .detail h4,
.user-details-overview .user-details .detail .edit-nickname {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.system-details-overview .system-details .detail h4 img,
.system-details-overview .system-details .detail .edit-nickname img,
.system-details-overview .user-details .detail h4 img,
.system-details-overview .user-details .detail .edit-nickname img,
.user-details-overview .system-details .detail h4 img,
.user-details-overview .system-details .detail .edit-nickname img,
.user-details-overview .user-details .detail h4 img,
.user-details-overview .user-details .detail .edit-nickname img {
  width: 1rem;
  height: 1rem;
}
.system-details-overview .system-details .detail p,
.system-details-overview .user-details .detail p,
.user-details-overview .system-details .detail p,
.user-details-overview .user-details .detail p {
  color: #3D4C63;
}
@media screen and (min-width: 768px) {
  .system-details-overview .system-details,
  .system-details-overview .user-details,
  .user-details-overview .system-details,
  .user-details-overview .user-details {
    gap: 1rem 2.5rem;
  }
}

.system-users {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.system-users .system-users-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.system-users .system-users-wrapper .system-users-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}
.system-users .system-users-wrapper .system-users-header h4 {
  flex: 1 0 0;
}
.system-users .system-users-wrapper .system-users-header .header-actions {
  align-self: stretch;
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
  flex-flow: row wrap;
}
.system-users .system-users-wrapper .system-users-header .header-actions button {
  margin-left: 0.5rem;
}
.system-users .system-users-wrapper .system-users-header .header-actions .button {
  flex: 100%;
}
.system-users .system-users-wrapper .system-users-header .header-actions .search-system-users {
  flex-shrink: 0;
}
.system-users .system-users-wrapper .system-users-header .header-actions .search-system-users input[type=search] {
  padding-left: 2.5rem;
}
.system-users .system-users-wrapper .system-users-header .header-actions #sort-users div, .system-users .system-users-wrapper .system-users-header .header-actions #sort-systems div, .system-users .system-users-wrapper .system-users-header .header-actions #sort-systems-by div {
  padding-left: 0px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 600;
  vertical-align: middle;
  gap: 0.5em;
}
.system-users .system-users-wrapper .system-users-header .header-actions #sort-users fieldset, .system-users .system-users-wrapper .system-users-header .header-actions #sort-systems fieldset, .system-users .system-users-wrapper .system-users-header .header-actions #sort-systems-by fieldset {
  border: none;
}
.system-users .system-users-wrapper .system-users-header .header-actions #sort-users svg, .system-users .system-users-wrapper .system-users-header .header-actions #sort-systems svg, .system-users .system-users-wrapper .system-users-header .header-actions #sort-systems-by svg {
  color: #001030;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: calc(50% - 0.61em);
  right: 1px;
}
@media screen and (min-width: 818px) {
  .system-users .system-users-wrapper .system-users-header {
    flex-flow: row nowrap;
    gap: 1rem;
  }
  .system-users .system-users-wrapper .system-users-header .header-actions {
    flex-flow: row nowrap;
    align-items: center;
    gap: 0.5rem;
  }
  .system-users .system-users-wrapper .system-users-header .header-actions .button {
    flex: unset;
  }
  .system-users .system-users-wrapper .system-users-header .header-actions .search-system-users input[type=search] {
    width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .system-users .system-users-wrapper .system-users-header {
    flex-flow: column wrap;
  }
}
@media screen and (min-width: 1200px) {
  .system-users .system-users-wrapper .system-users-header {
    flex-flow: row nowrap;
  }
}
.system-users .system-users-wrapper .total-found {
  padding: 1rem 0;
}
.system-users .system-users-wrapper .total-found p {
  color: #1D2E48;
}

.system-users-list {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 1rem;
  flex-flow: row wrap;
}
.system-users-list .user-details {
  min-width: 100%;
  flex: 1;
  flex-shrink: 0;
  padding: 1rem 1.5rem;
  transition: 0.5s ease;
  position: relative;
  line-height: 1.25;
  border: 2px solid white;
}
.system-users-list .user-details .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.system-users-list .user-details .info p {
  overflow-wrap: anywhere;
}
.system-users-list .user-details .info p span {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 400;
  color: #3D4C63;
}
.system-users-list .user-details div.MuiFormGroup-root {
  position: absolute;
  top: 1rem;
  right: 0.25rem;
}
.system-users-list .user-details div.MuiFormGroup-root label {
  margin: 0;
}
.system-users-list .user-details .mat-checkbox {
  position: absolute;
  top: 1rem;
  right: 0.75rem;
}
.system-users-list .user-details.selected {
  border: 2px solid #4257E3;
  background: white;
}
.system-users-list.manage-users .user-details input {
  cursor: pointer;
}
.system-users-list.manage-users .user-details .icon-check {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .system-users-list .user-details {
    min-width: 21.75rem;
  }
}

.move-confirm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.move-system-confirmation {
  background: #F4F6FB;
  padding: 20px;
  width: 45%;
  font-weight: 700;
  border-radius: 0.75rem;
}

.user-purge-btn {
  width: fit-content;
  align-self: center;
}

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

.mat-tooltip-panel-below {
  border-radius: 0.25rem;
  padding: 0.5rem;
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.00313rem;
  white-space: nowrap;
  opacity: 1;
}
