@charset "UTF-8";.birdi-price-icon {
  margin-right: 0.25rem;
}
.birdi-price-icon svg {
  width: 1.75rem;
  height: 1.375rem;
}.cart-white-icon {
  border: none;
  display: flex;
  height: 1.625rem;
  justify-content: center;
  margin: 0;
  position: relative;
  width: 1.625rem;
  margin-top: 0.015rem;
}
.cart-white-icon.border-white {
  border-color: #fff;
}
.cart-white-icon.border-dark {
  border-color: #1a497f;
}
.cart-white-icon__count {
  position: absolute;
  background-color: #03a4dc;
  border-radius: 1rem;
  color: white;
  font-size: 0.75rem;
  height: 1.5em;
  margin: 0;
  min-width: 1.5em;
  right: -0.4rem;
  top: -0.5rem;
  font-weight: 800;
}.chevron-icon {
  display: flex;
  justify-content: center;
  margin: 0;
  height: 1rem;
  width: 1rem;
  transition: transform 0.2s;
}
.chevron-icon.up {
  transform: rotate(90deg);
}
.chevron-icon.right {
  transform: rotate(180deg);
}
.chevron-icon.down {
  transform: rotate(270deg);
}
.chevron-icon.left {
  transform: rotate(360deg);
}.cog-icon-svg {
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}.trash-icon svg {
  width: 1rem;
  height: 1rem;
}.plus-icon {
  display: inline-block;
}
.plus-icon svg {
  width: 2.375rem;
  height: 2.375rem;
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .plus-icon svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.secondary-plus-icon {
  display: flex;
  margin-right: 7px;
}
.secondary-plus-icon svg {
  width: 0.625rem;
  height: 0.625rem;
}

.third-plus-icon {
  display: inline-block;
}
.third-plus-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.75rem;
}
button {
  position: relative;
}
button .font-size-16 {
  font-size: 1rem;
}
button.btn-primary:hover {
  background-color: #1a497f;
  border-color: transparent;
}
button.btn-primary[disabled] {
  background: #9caaba;
  border-color: transparent;
}
button.btn-primary[disabled]:hover {
  cursor: not-allowed;
}
button.btn-dark[disabled] {
  background-color: #717582;
  border-color: transparent;
  opacity: 1;
}
button.btn-pale-blue:hover {
  background-color: #686d7b;
  border-color: transparent;
}
button.btn-pale-blue .btn-label, button.btn-pale-blue button.btn-text .btn-label-margin, button.btn-text button.btn-pale-blue .btn-label-margin {
  color: #fff;
}
button.btn-text {
  color: #686d7b;
  padding: 0;
  border-radius: 0;
  vertical-align: baseline;
}
button.btn-text .btn-label, button.btn-text .btn-label-margin {
  text-decoration: underline;
}
button.btn-text:hover .btn-label, button.btn-text:hover .btn-label-margin {
  text-decoration: none;
}
button.btn-text .btn-label-margin {
  margin-right: 0.5rem;
}
button.btn-text .btn-font-size {
  font-size: 1.125rem;
}
button.btn-text-blue, button.btn-text-blue-underline, button.btn-text-blue-light, button.btn-remove, button.btn-birdi-price, button.btn-text-dark {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #03a4dc;
  padding: 0;
  border-radius: 0;
}
button.btn-text-blue, button.btn-text-blue-underline {
  font-weight: 600;
  line-height: 1.5rem;
}
button.btn-text-blue .chevron-icon, button.btn-text-blue-underline .chevron-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 5px;
}
button.btn-text-blue .chevron-icon.left, button.btn-text-blue-underline .chevron-icon.left {
  margin-right: 5px;
  margin-left: 0;
}
button.btn-text-blue .btn-label, button.btn-text-blue-underline .btn-label, button.btn-text-blue button.btn-text .btn-label-margin, button.btn-text-blue-underline button.btn-text .btn-label-margin, button.btn-text button.btn-text-blue .btn-label-margin, button.btn-text button.btn-text-blue-underline .btn-label-margin {
  line-height: 1.5rem;
}
button.btn-text-blue .btn-label-margin, button.btn-text-blue-underline .btn-label-margin {
  line-height: 1.5rem;
}
button.btn-text-blue-underline {
  text-decoration-line: underline;
  letter-spacing: 0.03rem;
}
button.btn-bold .btn-label, button.btn-bold button.btn-text .btn-label-margin, button.btn-text button.btn-bold .btn-label-margin {
  font-weight: 700;
}
button.btn-demi .btn-label, button.btn-demi button.btn-text .btn-label-margin, button.btn-text button.btn-demi .btn-label-margin {
  font-weight: 600;
  line-height: 1.5rem;
  text-align: right;
}
button.btn-text-blue-light {
  text-transform: none;
}
button.btn-text-blue-light.lg {
  font-size: 1.15rem;
}
button.btn-remove .btn-label, button.btn-remove button.btn-text .btn-label-margin, button.btn-text button.btn-remove .btn-label-margin {
  text-decoration: none;
}
button.btn-remove .trash-icon {
  display: flex;
  margin-right: 0.1rem;
}
button.btn-detach .btn-label, button.btn-detach button.btn-text .btn-label-margin, button.btn-text button.btn-detach .btn-label-margin {
  padding-right: 1.5rem;
  height: 1.5rem;
  transition: all 0.2ms ease;
}
button.btn-detach .btn-label:after, button.btn-detach button.btn-text .btn-label-margin:after, button.btn-text button.btn-detach .btn-label-margin:after {
  content: "×";
  display: inline-block;
  font-size: 2.5rem;
  right: 0;
  position: absolute;
  top: 0;
  line-height: 1rem;
  vertical-align: text-top;
}
button.btn-underline {
  text-decoration: underline;
  font-size: 1.125rem;
}
@media (max-width: 767.98px) {
  button.sm-full {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  button.md-full {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  button.md-pad-y-2 {
    padding-top: 2rem;
  }
}
button .btn {
  position: relative;
}
button .btn-label, button.btn-text .btn-label-margin {
  visibility: unset;
}
button .btn-cog-icon {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 2rem;
}
button.is-busy .btn-label, button.is-busy button.btn-text .btn-label-margin, button.btn-text button.is-busy .btn-label-margin {
  visibility: hidden;
}
button.is-busy .btn-cog-icon {
  visibility: unset;
}
button.btn-camera {
  font-weight: 800;
}
button.btn-trash {
  color: #222a3f;
  font-size: 0.875rem;
}
button.btn-trash .btn-label, button.btn-trash button.btn-text .btn-label-margin, button.btn-text button.btn-trash .btn-label-margin {
  text-decoration: none;
}
button.btn {
  padding: 1rem 2.5rem;
}
button.btn:not(.no-min-width) {
  min-width: 8rem;
}
button.btn-text-dark {
  text-decoration: underline;
  color: #222a3f;
  font-weight: 600;
}
button.btn-outline {
  border-width: 2px;
}
button.btn-outline-primary {
  border: 0.125rem solid #03a4dc;
  margin: 0 auto;
}
button.btn-outline-primary .btn-label, button.btn-outline-primary button.btn-text .btn-label-margin, button.btn-text button.btn-outline-primary .btn-label-margin {
  color: #03a4dc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03rem;
  text-transform: capitalize;
}
button.btn-outline-primary:hover .btn-label, button.btn-outline-primary:hover button.btn-text .btn-label-margin, button.btn-text button.btn-outline-primary:hover .btn-label-margin {
  color: #ffffff;
}
button.btn-outline-primary.disabled:hover, button.btn-outline-primary:disabled:hover {
  cursor: not-allowed;
}
button.btn-outline-primary.disabled:hover .btn-label, button.btn-outline-primary.disabled:hover button.btn-text .btn-label-margin, button.btn-text button.btn-outline-primary.disabled:hover .btn-label-margin, button.btn-outline-primary:disabled:hover .btn-label, button.btn-outline-primary:disabled:hover button.btn-text .btn-label-margin, button.btn-text button.btn-outline-primary:disabled:hover .btn-label-margin {
  color: #03a4dc;
}
button.btn-dashed {
  border-radius: 0.5rem;
  border: 1px dashed;
}.fullOverlay {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(26, 73, 127, 0.05);
}
.fullOverlay .spinner-border {
  opacity: 0.25;
}
.fullOverlay.d-none .spinner-border {
  animation: none;
}

.spinner-border--primary {
  border-color: #03a4dc;
  border-right-color: transparent;
}

.spinner-border--secondary {
  border-color: #9caaba;
  border-right-color: transparent;
}

.spinner-border--success {
  border-color: #54cda0;
  border-right-color: transparent;
}

.spinner-border--info {
  border-color: #5cc4ed;
  border-right-color: transparent;
}

.spinner-border--warning {
  border-color: #ef7b4b;
  border-right-color: transparent;
}

.spinner-border--danger {
  border-color: #f04c34;
  border-right-color: transparent;
}

.spinner-border--light {
  border-color: #03a4dc;
  border-right-color: transparent;
}

.spinner-border--dark {
  border-color: #222a3f;
  border-right-color: transparent;
}

.spinner-border--alice-blue-tint {
  border-color: #f2f9fc;
  border-right-color: transparent;
}

.spinner-border--alice-blue {
  border-color: #f3f8ff;
  border-right-color: transparent;
}

.spinner-border--alice-blue-v2 {
  border-color: #fafdff;
  border-right-color: transparent;
}

.spinner-border--alice-blue-shade {
  border-color: #d6e7ff;
  border-right-color: transparent;
}

.spinner-border--catskill-white {
  border-color: #f5f8fa;
  border-right-color: transparent;
}

.spinner-border--cerulean {
  border-color: #03a4dc;
  border-right-color: transparent;
}

.spinner-border--picton-blue {
  border-color: #5cc4ed;
  border-right-color: transparent;
}

.spinner-border--royal-blue {
  border-color: #4169e1;
  border-right-color: transparent;
}

.spinner-border--police-blue {
  border-color: #3c4c60;
  border-right-color: transparent;
}

.spinner-border--ebony-clay {
  border-color: #222a3f;
  border-right-color: transparent;
}

.spinner-border--cathams-blue {
  border-color: #1a497f;
  border-right-color: transparent;
}

.spinner-border--cathams-blue-with-opacity {
  border-color: rgba(26, 73, 127, 0.2);
  border-right-color: transparent;
}

.spinner-border--puerto-rico {
  border-color: #54cda0;
  border-right-color: transparent;
}

.spinner-border--vista-blue {
  border-color: #97d3b6;
  border-right-color: transparent;
}

.spinner-border--pale-blue {
  border-color: #acb9c8;
  border-right-color: transparent;
}

.spinner-border--flamingo {
  border-color: #f04c34;
  border-right-color: transparent;
}

.spinner-border--hot-pink {
  border-color: #ff69b4;
  border-right-color: transparent;
}

.spinner-border--sea-foam {
  border-color: #d1e0e5;
  border-right-color: transparent;
}

.spinner-border--slate {
  border-color: #686d7b;
  border-right-color: transparent;
}

.spinner-border--smoke {
  border-color: #f0f2f4;
  border-right-color: transparent;
}

.spinner-border--silver {
  border-color: #9caaba;
  border-right-color: transparent;
}

.spinner-border--jaffa {
  border-color: #f07b4c;
  border-right-color: transparent;
}

.spinner-border--mustard {
  border-color: #fad541;
  border-right-color: transparent;
}

.spinner-border--grey {
  border-color: #7d7d7d;
  border-right-color: transparent;
}

.spinner-border--geyser {
  border-color: #d2dae4;
  border-right-color: transparent;
}

.spinner-border--dusty-grey {
  border-color: #7d7d7d;
  border-right-color: transparent;
}

.spinner-border--soft-grey {
  border-color: #b1ccdd;
  border-right-color: transparent;
}

.spinner-border--primary-grey {
  border-color: #828e9d;
  border-right-color: transparent;
}

.spinner-border--black-coral {
  border-color: #5c646d;
  border-right-color: transparent;
}

.spinner-border--misty-rose {
  border-color: #ffe3df;
  border-right-color: transparent;
}

.spinner-border--platinum {
  border-color: #dce1e9;
  border-right-color: transparent;
}

.spinner-border--grey-white {
  border-color: rgba(240, 242, 244, 0.5019607843);
  border-right-color: transparent;
}

.spinner-border--sea-blue {
  border-color: #026c91;
  border-right-color: transparent;
}

.spinner-border--cadet-blue {
  border-color: #acb9c8;
  border-right-color: transparent;
}

.spinner-border--mandarin {
  border-color: #ef7b4b;
  border-right-color: transparent;
}

.spinner-border--mandarin-with-opacity {
  border-color: rgba(239, 123, 75, 0.0784313725);
  border-right-color: transparent;
}

.spinner-border--carmine-pink {
  border-color: rgba(240, 76, 52, 0.1607843137);
  border-right-color: transparent;
}

.spinner-border--eucalyptus {
  border-color: rgba(84, 205, 160, 0.2392156863);
  border-right-color: transparent;
}

.spinner-border--blue-lagoona {
  border-color: #03a4dc;
  border-right-color: transparent;
}

.spinner-border--dusk {
  border-color: #4c5470;
  border-right-color: transparent;
}

.spinner-border--dusk-with-opacity {
  border-color: #4c5470;
  border-right-color: transparent;
}

.spinner-border--white {
  border-color: #ffffff;
  border-right-color: transparent;
}

.spinner-border--azure {
  border-color: #f7fbfc;
  border-right-color: transparent;
}

.spinner-border--generic-viridian {
  border-color: #00856e;
  border-right-color: transparent;
}

.spinner-border--humming-bird {
  border-color: #d6f3e8;
  border-right-color: transparent;
}

.spinner-border--provincial-pink {
  border-color: #fef5f1;
  border-right-color: transparent;
}

.spinner-border--dusty-blue {
  border-color: #e4eff2;
  border-right-color: transparent;
}

.spinner-border--air-force-blue {
  border-color: #5982b2;
  border-right-color: transparent;
}

.spinner-border--white-smoke {
  border-color: #fef4f2;
  border-right-color: transparent;
}

.spinner-border--terra-cotta {
  border-color: #ed715f;
  border-right-color: transparent;
}

.spinner-border--terra-cotta-with-opacity {
  border-color: rgba(237, 113, 95, 0.2392156863);
  border-right-color: transparent;
}

.spinner-border--low-contrast {
  border-color: #e0e0e0;
  border-right-color: transparent;
}

.spinner-border--baby-blue {
  border-color: #edf5ff;
  border-right-color: transparent;
}

.spinner-border--gin {
  border-color: #e5efe9;
  border-right-color: transparent;
}

.spinner-border--pele-aqua {
  border-color: #c7d6e3;
  border-right-color: transparent;
}

.spinner-border--deep-chestnut {
  border-color: #b85849;
  border-right-color: transparent;
}

.spinner-border--vanilla-ice {
  border-color: #f1d8d7;
  border-right-color: transparent;
}

.spinner-border--green-white {
  border-color: #e7e9eb;
  border-right-color: transparent;
}

.spinner-border--gainsboro {
  border-color: #d4dde6;
  border-right-color: transparent;
}

.spinner-border--blush-pink {
  border-color: #fdeae5;
  border-right-color: transparent;
}

.spinner-border--light-steel-blue {
  border-color: #d1dbe5;
  border-right-color: transparent;
}

.spinner-border--peach-pink {
  border-color: #fad5ce;
  border-right-color: transparent;
}

.spinner-border--ice-blue {
  border-color: #e5f3f9;
  border-right-color: transparent;
}

.spinner-border--stirling {
  border-color: #f4f4f4;
  border-right-color: transparent;
}

.spinner-border--pewter-blue {
  border-color: #93A9B8;
  border-right-color: transparent;
}

.spinner-border--rose-pink {
  border-color: #FF72B8;
  border-right-color: transparent;
}

.spinner-border--metallic-red {
  border-color: #9e3529;
  border-right-color: transparent;
}

.spinner-border--east-bay {
  border-color: #4A526E;
  border-right-color: transparent;
}

.primary-grey-spinner {
  color: #828e9d;
}

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.spinner-container.d-none .spinner-dots {
  animation: none;
  display: none;
}
.spinner-container .spinner-dots {
  font-size: 0.4rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: spinnerDots 1.1s infinite ease;
  animation: spinnerDots 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes spinnerDots {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #828e9d, 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.5), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.7), 1.8em -1.8em 0 0em #828e9d, 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.5), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.7), 2.5em 0em 0 0em #828e9d, 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.5), 2.5em 0em 0 0em rgba(130, 142, 157, 0.7), 1.75em 1.75em 0 0em #828e9d, 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.5), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.7), 0em 2.5em 0 0em #828e9d, -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.5), 0em 2.5em 0 0em rgba(130, 142, 157, 0.7), -1.8em 1.8em 0 0em #828e9d, -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.5), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.7), -2.6em 0em 0 0em #828e9d, -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.5), -2.6em 0em 0 0em rgba(130, 142, 157, 0.7), -1.8em -1.8em 0 0em #828e9d;
  }
}
@keyframes spinnerDots {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #828e9d, 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.5), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.7), 1.8em -1.8em 0 0em #828e9d, 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.5), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.7), 2.5em 0em 0 0em #828e9d, 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.5), 2.5em 0em 0 0em rgba(130, 142, 157, 0.7), 1.75em 1.75em 0 0em #828e9d, 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.5), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.7), 0em 2.5em 0 0em #828e9d, -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.1), -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.5), 0em 2.5em 0 0em rgba(130, 142, 157, 0.7), -1.8em 1.8em 0 0em #828e9d, -2.6em 0em 0 0em rgba(130, 142, 157, 0.1), -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.5), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.7), -2.6em 0em 0 0em #828e9d, -1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(130, 142, 157, 0.1), 1.8em -1.8em 0 0em rgba(130, 142, 157, 0.1), 2.5em 0em 0 0em rgba(130, 142, 157, 0.1), 1.75em 1.75em 0 0em rgba(130, 142, 157, 0.1), 0em 2.5em 0 0em rgba(130, 142, 157, 0.1), -1.8em 1.8em 0 0em rgba(130, 142, 157, 0.5), -2.6em 0em 0 0em rgba(130, 142, 157, 0.7), -1.8em -1.8em 0 0em #828e9d;
  }
}.myb-tooltip button {
  padding: 0;
  display: block;
  background: none;
  border: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  color: #fff;
  background: #222;
  font-size: 13px;
  padding: 8px 21px;
  max-width: 80vw;
}
@media (min-width: 768px) {
  .tooltip-inner {
    max-width: 500px;
  }
}

.tooltip-wrapper {
  position: absolute;
  max-width: 1.25rem;
  top: 1rem;
  right: 1.5rem;
}
@media (min-width: 992px) {
  .tooltip-wrapper {
    top: 0;
    right: -0.5rem;
  }
}.text {
  margin: 0 0 1.6rem 0;
}
.text .text-input-container {
  position: relative;
  overflow: hidden;
}
.text .text-input-container .text-label {
  font-weight: 700;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: bottom 44ms ease-in-out, font-size 44ms ease-in-out;
  font-size: 1rem;
  top: 1rem;
  left: 24px;
  white-space: nowrap;
  color: #686d7b;
}
.has-blue-bg .text .text-input-container .text-label {
  z-index: 1;
}
.text .text-footnote {
  margin-top: 0.4rem;
}
.has-blue-bg .text .text-footnote {
  color: #fff;
}
.text.focused .text-input-container textarea.text-input, .text.has-value .text-input-container textarea.text-input {
  padding-top: 3rem;
}
.text.focused .text-input-container .text-input, .text.has-value .text-input-container .text-input {
  background-color: #fff;
  padding-top: 1rem;
  transition: padding-top 44ms ease-in-out;
}
.text.focused .text-input-container .text-input.disabled, .text.has-value .text-input-container .text-input.disabled {
  background-color: #f0f2f4;
}
.text.focused .text-input-container .text-label, .text.has-value .text-input-container .text-label {
  top: 8px;
  transition: bottom 44ms ease-in-out, font-size 44ms ease-in-out, padding-top 44ms ease-in-out;
  font-size: 0.75rem;
  opacity: 1;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.0225rem;
}
.text.focused .text-input-container.type-textarea .text-label, .text.has-value .text-input-container.type-textarea .text-label {
  background-color: #fff;
  padding-top: 1rem;
  top: 2px;
  width: calc(100% - 2.5rem);
}
.text.focused .text-input-container.type-textarea .text-label {
  top: 1px;
  padding-top: calc(1rem + 1px);
}
.text.has-value .text-input {
  border: 2px solid #d1e0e5;
}
.text.has-errors .text-input {
  border: 2px solid #f04c34;
  color: #f04c34;
}
.text.has-errors .text-input:focus {
  border: 2px solid #f04c34;
  box-shadow: 0 0 5px rgba(240, 76, 52, 0.2);
}
.text.has-errors .text-label {
  color: #f04c34 !important;
}
.has-blue-bg .text.has-errors .text-input {
  border-color: #222a3f;
}
.has-blue-bg .text.has-errors .text-input:focus {
  border-color: #222a3f;
}
.text .text-input {
  background-color: #f3f8ff;
  min-height: 3.5rem;
  border: none;
  border-radius: 0.3rem;
  box-sizing: border-box;
  padding: 0 1.5rem 0 1.4rem;
  transition: padding-top 44ms ease-in-out;
  color: #222a3f;
}
.password-text .text .text-input[type=password] {
  padding-right: 3.5rem;
}
.text .text-input[type=password]::placeholder {
  font-family: "haboro-soft", sans-serif, system-ui;
  letter-spacing: normal;
  opacity: 0.8;
}
.text .text-input[type=password] {
  /* there is an issue with the custom font and the disc style which requires the following */
  font: small-caption;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
.text .text-input:focus {
  border: 1px solid #d1e0e5;
  box-shadow: 0 0 5px rgba(34, 42, 63, 0.15);
  text-indent: 1px;
}
.text .text-input.readonly, .text .text-input[readonly] {
  color: #686d7b;
  cursor: default;
  border-radius: 0.3rem;
}
.text .text-input.disabled {
  background-color: #f0f2f4;
  opacity: 1;
  border-color: #f0f2f4;
  font-weight: 600;
  color: #686d7b;
  cursor: not-allowed;
}
.has-blue-bg .text .text-input:focus {
  box-shadow: 0 0 5px #1a497f;
}
.text .text-errors {
  color: #f04c34;
  text-align: justify;
  position: relative;
  font-size: 0.75rem;
  padding-top: 0.25rem;
}
.has-blue-bg .text .text-errors {
  color: #222a3f;
}
.text .tooltip {
  cursor: pointer;
  height: 1.6rem;
  width: 1.6rem;
  position: absolute;
  top: 1rem;
  right: 60px;
}

.nav-select-display:focus-visible,
.nav-select-menu div[role=button]:focus-visible {
  outline: none;
}

.nav-select-display:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(41, 178, 225, 0.5) inset !important;
}

.nav-select-menu div[role=button]:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(41, 178, 225, 0.5) inset;
}.basic-auth-sign-in-form {
  padding: 20px;
}
@media (min-width: 576px) {
  .basic-auth-sign-in-form {
    padding-top: 50px;
  }
}
.basic-auth-sign-in-form .wrapper {
  background-color: #d1e0e5;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 550px;
  padding: 30px 20px;
}
.basic-auth-sign-in-form .wrapper.failed-attempt {
  background-color: #ffe3df;
}
.basic-auth-sign-in-form .wrapper.failed-attempt h1 {
  color: #f04c34;
}
@media (min-width: 576px) {
  .basic-auth-sign-in-form .wrapper {
    padding: 50px 40px;
  }
}
.basic-auth-sign-in-form .wrapper h1 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .basic-auth-sign-in-form .wrapper h1 {
    font-size: 2.75rem;
  }
}.slate-circle-alert-icon, .red-circle-alert-icon {
  background-color: #686d7b;
  border-radius: 50%;
  padding: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.slate-circle-alert-icon svg, .red-circle-alert-icon svg {
  position: relative;
  bottom: 2px;
}

.red-circle-alert-icon {
  background-color: #f04c34;
}.info-icon__rotated {
  transform: rotate(180deg);
}.toast-box {
  background-color: rgba(240, 242, 244, 0.5);
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222a3f;
  border-radius: 0.5rem;
  line-height: 150%;
  letter-spacing: 0.01em;
}
.toast-box__text {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.toast-box__default, .toast-box__info {
  background-color: #f2f9fc;
  mix-blend-mode: multiply;
  letter-spacing: 0;
}
.toast-box__descriptive {
  background: rgba(240, 242, 244, 0.5);
}
.toast-box__warning {
  background-color: rgba(239, 123, 75, 0.08);
  color: #222a3f;
}
.toast-box__danger {
  background-color: #fef5f1;
}
.toast-box__success {
  background: rgba(84, 205, 160, 0.24);
}
.toast-box__error {
  background: rgba(240, 76, 52, 0.16);
}
.toast-box__error-v2 {
  background-color: #fef5f1;
}
.toast-box .text-box--primary svg {
  color: #03a4dc;
  fill: #03a4dc;
}
.toast-box .toast-box__background--primary {
  background-color: #03a4dc;
}
.toast-box .text-box--secondary svg {
  color: #9caaba;
  fill: #9caaba;
}
.toast-box .toast-box__background--secondary {
  background-color: #9caaba;
}
.toast-box .text-box--success svg {
  color: #54cda0;
  fill: #54cda0;
}
.toast-box .toast-box__background--success {
  background-color: #54cda0;
}
.toast-box .text-box--info svg {
  color: #5cc4ed;
  fill: #5cc4ed;
}
.toast-box .toast-box__background--info {
  background-color: #5cc4ed;
}
.toast-box .text-box--warning svg {
  color: #ef7b4b;
  fill: #ef7b4b;
}
.toast-box .toast-box__background--warning {
  background-color: #ef7b4b;
}
.toast-box .text-box--danger svg {
  color: #f04c34;
  fill: #f04c34;
}
.toast-box .toast-box__background--danger {
  background-color: #f04c34;
}
.toast-box .text-box--light svg {
  color: #03a4dc;
  fill: #03a4dc;
}
.toast-box .toast-box__background--light {
  background-color: #03a4dc;
}
.toast-box .text-box--dark svg {
  color: #222a3f;
  fill: #222a3f;
}
.toast-box .toast-box__background--dark {
  background-color: #222a3f;
}
.toast-box .text-box--alice-blue-tint svg {
  color: #f2f9fc;
  fill: #f2f9fc;
}
.toast-box .toast-box__background--alice-blue-tint {
  background-color: #f2f9fc;
}
.toast-box .text-box--alice-blue svg {
  color: #f3f8ff;
  fill: #f3f8ff;
}
.toast-box .toast-box__background--alice-blue {
  background-color: #f3f8ff;
}
.toast-box .text-box--alice-blue-v2 svg {
  color: #fafdff;
  fill: #fafdff;
}
.toast-box .toast-box__background--alice-blue-v2 {
  background-color: #fafdff;
}
.toast-box .text-box--alice-blue-shade svg {
  color: #d6e7ff;
  fill: #d6e7ff;
}
.toast-box .toast-box__background--alice-blue-shade {
  background-color: #d6e7ff;
}
.toast-box .text-box--catskill-white svg {
  color: #f5f8fa;
  fill: #f5f8fa;
}
.toast-box .toast-box__background--catskill-white {
  background-color: #f5f8fa;
}
.toast-box .text-box--cerulean svg {
  color: #03a4dc;
  fill: #03a4dc;
}
.toast-box .toast-box__background--cerulean {
  background-color: #03a4dc;
}
.toast-box .text-box--picton-blue svg {
  color: #5cc4ed;
  fill: #5cc4ed;
}
.toast-box .toast-box__background--picton-blue {
  background-color: #5cc4ed;
}
.toast-box .text-box--royal-blue svg {
  color: #4169e1;
  fill: #4169e1;
}
.toast-box .toast-box__background--royal-blue {
  background-color: #4169e1;
}
.toast-box .text-box--police-blue svg {
  color: #3c4c60;
  fill: #3c4c60;
}
.toast-box .toast-box__background--police-blue {
  background-color: #3c4c60;
}
.toast-box .text-box--ebony-clay svg {
  color: #222a3f;
  fill: #222a3f;
}
.toast-box .toast-box__background--ebony-clay {
  background-color: #222a3f;
}
.toast-box .text-box--cathams-blue svg {
  color: #1a497f;
  fill: #1a497f;
}
.toast-box .toast-box__background--cathams-blue {
  background-color: #1a497f;
}
.toast-box .text-box--cathams-blue-with-opacity svg {
  color: rgba(26, 73, 127, 0.2);
  fill: rgba(26, 73, 127, 0.2);
}
.toast-box .toast-box__background--cathams-blue-with-opacity {
  background-color: rgba(26, 73, 127, 0.2);
}
.toast-box .text-box--puerto-rico svg {
  color: #54cda0;
  fill: #54cda0;
}
.toast-box .toast-box__background--puerto-rico {
  background-color: #54cda0;
}
.toast-box .text-box--vista-blue svg {
  color: #97d3b6;
  fill: #97d3b6;
}
.toast-box .toast-box__background--vista-blue {
  background-color: #97d3b6;
}
.toast-box .text-box--pale-blue svg {
  color: #acb9c8;
  fill: #acb9c8;
}
.toast-box .toast-box__background--pale-blue {
  background-color: #acb9c8;
}
.toast-box .text-box--flamingo svg {
  color: #f04c34;
  fill: #f04c34;
}
.toast-box .toast-box__background--flamingo {
  background-color: #f04c34;
}
.toast-box .text-box--hot-pink svg {
  color: #ff69b4;
  fill: #ff69b4;
}
.toast-box .toast-box__background--hot-pink {
  background-color: #ff69b4;
}
.toast-box .text-box--sea-foam svg {
  color: #d1e0e5;
  fill: #d1e0e5;
}
.toast-box .toast-box__background--sea-foam {
  background-color: #d1e0e5;
}
.toast-box .text-box--slate svg {
  color: #686d7b;
  fill: #686d7b;
}
.toast-box .toast-box__background--slate {
  background-color: #686d7b;
}
.toast-box .text-box--smoke svg {
  color: #f0f2f4;
  fill: #f0f2f4;
}
.toast-box .toast-box__background--smoke {
  background-color: #f0f2f4;
}
.toast-box .text-box--silver svg {
  color: #9caaba;
  fill: #9caaba;
}
.toast-box .toast-box__background--silver {
  background-color: #9caaba;
}
.toast-box .text-box--jaffa svg {
  color: #f07b4c;
  fill: #f07b4c;
}
.toast-box .toast-box__background--jaffa {
  background-color: #f07b4c;
}
.toast-box .text-box--mustard svg {
  color: #fad541;
  fill: #fad541;
}
.toast-box .toast-box__background--mustard {
  background-color: #fad541;
}
.toast-box .text-box--grey svg {
  color: #7d7d7d;
  fill: #7d7d7d;
}
.toast-box .toast-box__background--grey {
  background-color: #7d7d7d;
}
.toast-box .text-box--geyser svg {
  color: #d2dae4;
  fill: #d2dae4;
}
.toast-box .toast-box__background--geyser {
  background-color: #d2dae4;
}
.toast-box .text-box--dusty-grey svg {
  color: #7d7d7d;
  fill: #7d7d7d;
}
.toast-box .toast-box__background--dusty-grey {
  background-color: #7d7d7d;
}
.toast-box .text-box--soft-grey svg {
  color: #b1ccdd;
  fill: #b1ccdd;
}
.toast-box .toast-box__background--soft-grey {
  background-color: #b1ccdd;
}
.toast-box .text-box--primary-grey svg {
  color: #828e9d;
  fill: #828e9d;
}
.toast-box .toast-box__background--primary-grey {
  background-color: #828e9d;
}
.toast-box .text-box--black-coral svg {
  color: #5c646d;
  fill: #5c646d;
}
.toast-box .toast-box__background--black-coral {
  background-color: #5c646d;
}
.toast-box .text-box--misty-rose svg {
  color: #ffe3df;
  fill: #ffe3df;
}
.toast-box .toast-box__background--misty-rose {
  background-color: #ffe3df;
}
.toast-box .text-box--platinum svg {
  color: #dce1e9;
  fill: #dce1e9;
}
.toast-box .toast-box__background--platinum {
  background-color: #dce1e9;
}
.toast-box .text-box--grey-white svg {
  color: rgba(240, 242, 244, 0.5019607843);
  fill: rgba(240, 242, 244, 0.5019607843);
}
.toast-box .toast-box__background--grey-white {
  background-color: rgba(240, 242, 244, 0.5019607843);
}
.toast-box .text-box--sea-blue svg {
  color: #026c91;
  fill: #026c91;
}
.toast-box .toast-box__background--sea-blue {
  background-color: #026c91;
}
.toast-box .text-box--cadet-blue svg {
  color: #acb9c8;
  fill: #acb9c8;
}
.toast-box .toast-box__background--cadet-blue {
  background-color: #acb9c8;
}
.toast-box .text-box--mandarin svg {
  color: #ef7b4b;
  fill: #ef7b4b;
}
.toast-box .toast-box__background--mandarin {
  background-color: #ef7b4b;
}
.toast-box .text-box--mandarin-with-opacity svg {
  color: rgba(239, 123, 75, 0.0784313725);
  fill: rgba(239, 123, 75, 0.0784313725);
}
.toast-box .toast-box__background--mandarin-with-opacity {
  background-color: rgba(239, 123, 75, 0.0784313725);
}
.toast-box .text-box--carmine-pink svg {
  color: rgba(240, 76, 52, 0.1607843137);
  fill: rgba(240, 76, 52, 0.1607843137);
}
.toast-box .toast-box__background--carmine-pink {
  background-color: rgba(240, 76, 52, 0.1607843137);
}
.toast-box .text-box--eucalyptus svg {
  color: rgba(84, 205, 160, 0.2392156863);
  fill: rgba(84, 205, 160, 0.2392156863);
}
.toast-box .toast-box__background--eucalyptus {
  background-color: rgba(84, 205, 160, 0.2392156863);
}
.toast-box .text-box--blue-lagoona svg {
  color: #03a4dc;
  fill: #03a4dc;
}
.toast-box .toast-box__background--blue-lagoona {
  background-color: #03a4dc;
}
.toast-box .text-box--dusk svg {
  color: #4c5470;
  fill: #4c5470;
}
.toast-box .toast-box__background--dusk {
  background-color: #4c5470;
}
.toast-box .text-box--dusk-with-opacity svg {
  color: #4c5470;
  fill: #4c5470;
}
.toast-box .toast-box__background--dusk-with-opacity {
  background-color: #4c5470;
}
.toast-box .text-box--white svg {
  color: #ffffff;
  fill: #ffffff;
}
.toast-box .toast-box__background--white {
  background-color: #ffffff;
}
.toast-box .text-box--azure svg {
  color: #f7fbfc;
  fill: #f7fbfc;
}
.toast-box .toast-box__background--azure {
  background-color: #f7fbfc;
}
.toast-box .text-box--generic-viridian svg {
  color: #00856e;
  fill: #00856e;
}
.toast-box .toast-box__background--generic-viridian {
  background-color: #00856e;
}
.toast-box .text-box--humming-bird svg {
  color: #d6f3e8;
  fill: #d6f3e8;
}
.toast-box .toast-box__background--humming-bird {
  background-color: #d6f3e8;
}
.toast-box .text-box--provincial-pink svg {
  color: #fef5f1;
  fill: #fef5f1;
}
.toast-box .toast-box__background--provincial-pink {
  background-color: #fef5f1;
}
.toast-box .text-box--dusty-blue svg {
  color: #e4eff2;
  fill: #e4eff2;
}
.toast-box .toast-box__background--dusty-blue {
  background-color: #e4eff2;
}
.toast-box .text-box--air-force-blue svg {
  color: #5982b2;
  fill: #5982b2;
}
.toast-box .toast-box__background--air-force-blue {
  background-color: #5982b2;
}
.toast-box .text-box--white-smoke svg {
  color: #fef4f2;
  fill: #fef4f2;
}
.toast-box .toast-box__background--white-smoke {
  background-color: #fef4f2;
}
.toast-box .text-box--terra-cotta svg {
  color: #ed715f;
  fill: #ed715f;
}
.toast-box .toast-box__background--terra-cotta {
  background-color: #ed715f;
}
.toast-box .text-box--terra-cotta-with-opacity svg {
  color: rgba(237, 113, 95, 0.2392156863);
  fill: rgba(237, 113, 95, 0.2392156863);
}
.toast-box .toast-box__background--terra-cotta-with-opacity {
  background-color: rgba(237, 113, 95, 0.2392156863);
}
.toast-box .text-box--low-contrast svg {
  color: #e0e0e0;
  fill: #e0e0e0;
}
.toast-box .toast-box__background--low-contrast {
  background-color: #e0e0e0;
}
.toast-box .text-box--baby-blue svg {
  color: #edf5ff;
  fill: #edf5ff;
}
.toast-box .toast-box__background--baby-blue {
  background-color: #edf5ff;
}
.toast-box .text-box--gin svg {
  color: #e5efe9;
  fill: #e5efe9;
}
.toast-box .toast-box__background--gin {
  background-color: #e5efe9;
}
.toast-box .text-box--pele-aqua svg {
  color: #c7d6e3;
  fill: #c7d6e3;
}
.toast-box .toast-box__background--pele-aqua {
  background-color: #c7d6e3;
}
.toast-box .text-box--deep-chestnut svg {
  color: #b85849;
  fill: #b85849;
}
.toast-box .toast-box__background--deep-chestnut {
  background-color: #b85849;
}
.toast-box .text-box--vanilla-ice svg {
  color: #f1d8d7;
  fill: #f1d8d7;
}
.toast-box .toast-box__background--vanilla-ice {
  background-color: #f1d8d7;
}
.toast-box .text-box--green-white svg {
  color: #e7e9eb;
  fill: #e7e9eb;
}
.toast-box .toast-box__background--green-white {
  background-color: #e7e9eb;
}
.toast-box .text-box--gainsboro svg {
  color: #d4dde6;
  fill: #d4dde6;
}
.toast-box .toast-box__background--gainsboro {
  background-color: #d4dde6;
}
.toast-box .text-box--blush-pink svg {
  color: #fdeae5;
  fill: #fdeae5;
}
.toast-box .toast-box__background--blush-pink {
  background-color: #fdeae5;
}
.toast-box .text-box--light-steel-blue svg {
  color: #d1dbe5;
  fill: #d1dbe5;
}
.toast-box .toast-box__background--light-steel-blue {
  background-color: #d1dbe5;
}
.toast-box .text-box--peach-pink svg {
  color: #fad5ce;
  fill: #fad5ce;
}
.toast-box .toast-box__background--peach-pink {
  background-color: #fad5ce;
}
.toast-box .text-box--ice-blue svg {
  color: #e5f3f9;
  fill: #e5f3f9;
}
.toast-box .toast-box__background--ice-blue {
  background-color: #e5f3f9;
}
.toast-box .text-box--stirling svg {
  color: #f4f4f4;
  fill: #f4f4f4;
}
.toast-box .toast-box__background--stirling {
  background-color: #f4f4f4;
}
.toast-box .text-box--pewter-blue svg {
  color: #93A9B8;
  fill: #93A9B8;
}
.toast-box .toast-box__background--pewter-blue {
  background-color: #93A9B8;
}
.toast-box .text-box--rose-pink svg {
  color: #FF72B8;
  fill: #FF72B8;
}
.toast-box .toast-box__background--rose-pink {
  background-color: #FF72B8;
}
.toast-box .text-box--metallic-red svg {
  color: #9e3529;
  fill: #9e3529;
}
.toast-box .toast-box__background--metallic-red {
  background-color: #9e3529;
}
.toast-box .text-box--east-bay svg {
  color: #4A526E;
  fill: #4A526E;
}
.toast-box .toast-box__background--east-bay {
  background-color: #4A526E;
}

.toast-box__background--primary {
  background-color: #03a4dc;
}

.toast-box__background--secondary {
  background-color: #9caaba;
}

.toast-box__background--success {
  background-color: #54cda0;
}

.toast-box__background--info {
  background-color: #5cc4ed;
}

.toast-box__background--warning {
  background-color: #ef7b4b;
}

.toast-box__background--danger {
  background-color: #f04c34;
}

.toast-box__background--light {
  background-color: #03a4dc;
}

.toast-box__background--dark {
  background-color: #222a3f;
}

.toast-box__background--alice-blue-tint {
  background-color: #f2f9fc;
}

.toast-box__background--alice-blue {
  background-color: #f3f8ff;
}

.toast-box__background--alice-blue-v2 {
  background-color: #fafdff;
}

.toast-box__background--alice-blue-shade {
  background-color: #d6e7ff;
}

.toast-box__background--catskill-white {
  background-color: #f5f8fa;
}

.toast-box__background--cerulean {
  background-color: #03a4dc;
}

.toast-box__background--picton-blue {
  background-color: #5cc4ed;
}

.toast-box__background--royal-blue {
  background-color: #4169e1;
}

.toast-box__background--police-blue {
  background-color: #3c4c60;
}

.toast-box__background--ebony-clay {
  background-color: #222a3f;
}

.toast-box__background--cathams-blue {
  background-color: #1a497f;
}

.toast-box__background--cathams-blue-with-opacity {
  background-color: rgba(26, 73, 127, 0.2);
}

.toast-box__background--puerto-rico {
  background-color: #54cda0;
}

.toast-box__background--vista-blue {
  background-color: #97d3b6;
}

.toast-box__background--pale-blue {
  background-color: #acb9c8;
}

.toast-box__background--flamingo {
  background-color: #f04c34;
}

.toast-box__background--hot-pink {
  background-color: #ff69b4;
}

.toast-box__background--sea-foam {
  background-color: #d1e0e5;
}

.toast-box__background--slate {
  background-color: #686d7b;
}

.toast-box__background--smoke {
  background-color: #f0f2f4;
}

.toast-box__background--silver {
  background-color: #9caaba;
}

.toast-box__background--jaffa {
  background-color: #f07b4c;
}

.toast-box__background--mustard {
  background-color: #fad541;
}

.toast-box__background--grey {
  background-color: #7d7d7d;
}

.toast-box__background--geyser {
  background-color: #d2dae4;
}

.toast-box__background--dusty-grey {
  background-color: #7d7d7d;
}

.toast-box__background--soft-grey {
  background-color: #b1ccdd;
}

.toast-box__background--primary-grey {
  background-color: #828e9d;
}

.toast-box__background--black-coral {
  background-color: #5c646d;
}

.toast-box__background--misty-rose {
  background-color: #ffe3df;
}

.toast-box__background--platinum {
  background-color: #dce1e9;
}

.toast-box__background--grey-white {
  background-color: rgba(240, 242, 244, 0.5019607843);
}

.toast-box__background--sea-blue {
  background-color: #026c91;
}

.toast-box__background--cadet-blue {
  background-color: #acb9c8;
}

.toast-box__background--mandarin {
  background-color: #ef7b4b;
}

.toast-box__background--mandarin-with-opacity {
  background-color: rgba(239, 123, 75, 0.0784313725);
}

.toast-box__background--carmine-pink {
  background-color: rgba(240, 76, 52, 0.1607843137);
}

.toast-box__background--eucalyptus {
  background-color: rgba(84, 205, 160, 0.2392156863);
}

.toast-box__background--blue-lagoona {
  background-color: #03a4dc;
}

.toast-box__background--dusk {
  background-color: #4c5470;
}

.toast-box__background--dusk-with-opacity {
  background-color: #4c5470;
}

.toast-box__background--white {
  background-color: #ffffff;
}

.toast-box__background--azure {
  background-color: #f7fbfc;
}

.toast-box__background--generic-viridian {
  background-color: #00856e;
}

.toast-box__background--humming-bird {
  background-color: #d6f3e8;
}

.toast-box__background--provincial-pink {
  background-color: #fef5f1;
}

.toast-box__background--dusty-blue {
  background-color: #e4eff2;
}

.toast-box__background--air-force-blue {
  background-color: #5982b2;
}

.toast-box__background--white-smoke {
  background-color: #fef4f2;
}

.toast-box__background--terra-cotta {
  background-color: #ed715f;
}

.toast-box__background--terra-cotta-with-opacity {
  background-color: rgba(237, 113, 95, 0.2392156863);
}

.toast-box__background--low-contrast {
  background-color: #e0e0e0;
}

.toast-box__background--baby-blue {
  background-color: #edf5ff;
}

.toast-box__background--gin {
  background-color: #e5efe9;
}

.toast-box__background--pele-aqua {
  background-color: #c7d6e3;
}

.toast-box__background--deep-chestnut {
  background-color: #b85849;
}

.toast-box__background--vanilla-ice {
  background-color: #f1d8d7;
}

.toast-box__background--green-white {
  background-color: #e7e9eb;
}

.toast-box__background--gainsboro {
  background-color: #d4dde6;
}

.toast-box__background--blush-pink {
  background-color: #fdeae5;
}

.toast-box__background--light-steel-blue {
  background-color: #d1dbe5;
}

.toast-box__background--peach-pink {
  background-color: #fad5ce;
}

.toast-box__background--ice-blue {
  background-color: #e5f3f9;
}

.toast-box__background--stirling {
  background-color: #f4f4f4;
}

.toast-box__background--pewter-blue {
  background-color: #93A9B8;
}

.toast-box__background--rose-pink {
  background-color: #FF72B8;
}

.toast-box__background--metallic-red {
  background-color: #9e3529;
}

.toast-box__background--east-bay {
  background-color: #4A526E;
}

.toastbox-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.toastbox-icon.info {
  color: #686d7b;
}
.toastbox-icon.danger {
  color: #f04c34;
}
.toastbox-icon.warning {
  color: #ef7b4b;
}
.toastbox-icon.error {
  color: #b85849;
}
.toastbox-icon.default {
  color: #1a497f;
}.disclaimer-container {
  border: 1px solid #d2dae4;
  border-radius: 0.75rem;
}
.disclaimer-container .disclaimer {
  font-size: 1rem !important;
  letter-spacing: 0;
  margin: 0;
  max-width: none;
  padding: 1.25rem 1.75rem;
  color: #222a3f;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991.98px) {
  .disclaimer-container .disclaimer {
    padding: 1rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.disclaimer-icon-container {
  display: inline-block;
  background: #5cc4ed;
  max-width: 3rem;
  border-radius: 0 0 50% 50%;
  padding: 0.75rem;
}.page-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 3.25rem 3rem 1rem;
  top: -5rem;
}
@media (max-width: 991.98px) {
  .page-section-header {
    padding: 3.25rem 1.5rem 1rem;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-section-header .eyebrow-text {
  color: #03a4dc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.page-section-header .title {
  line-height: 3.3rem;
}
.page-section-header .icon {
  margin-bottom: 1rem;
}.backgroundImage {
  position: relative;
}
.backgroundImage .bkgImage {
  background-color: #acb9c8;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
}
.backgroundImage.rounded-corners .bkgImage {
  border-radius: 1rem;
}.birdi-modal.modal-lg {
  display: flex;
  justify-content: center;
  max-width: 900px;
}
.birdi-modal.modal-lg .modal-content {
  padding: 0 7rem;
}
.birdi-modal.modal-lg .modal-content.with-header {
  padding: 0;
  max-width: 37.5rem;
}
@media (max-width: 575.98px) {
  .birdi-modal.modal-lg .modal-content.with-header {
    max-width: 20.938rem;
  }
}
.birdi-modal.modal-lg .modal-content.with-header .modal-body {
  padding: 0 2.5rem;
}
@media (max-width: 767.98px) {
  .birdi-modal.modal-lg .modal-content.with-header .modal-body {
    padding: 0 1rem;
  }
}
.birdi-modal.modal-lg .modal-content.with-header .birdi-modal__footer {
  padding: 0 2.5rem 2.5rem;
}
@media (max-width: 767.98px) {
  .birdi-modal.modal-lg .modal-content.with-header .birdi-modal__footer {
    padding: 0.75rem 1rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .birdi-modal.modal-lg {
    margin-right: 0;
    margin-left: 0;
  }
  .birdi-modal.modal-lg .modal-content {
    padding: 0 2rem;
  }
}
.birdi-modal.modal-lg .modal-content-padding.with-header .modal-body {
  padding: 0 7rem;
}
@media (max-width: 767.98px) {
  .birdi-modal.modal-lg .modal-content-padding.with-header .modal-body {
    padding: 0 2rem;
  }
}
@media (max-width: 991.98px) {
  .birdi-modal.modal-lg .modal-content-padding.with-header .modal-header h2 {
    letter-spacing: -0.015rem;
  }
}
.birdi-modal.modal-lg .modal-content-padding.with-header .modal-footer button {
  letter-spacing: 0.03rem;
}
.birdi-modal.modal-xl {
  display: flex;
  justify-content: center;
  max-width: 50rem;
}
.birdi-modal.modal-xl .modal-content {
  gap: 1rem;
}
.birdi-modal.modal-xl .modal-content.with-header {
  padding: 0;
}
.birdi-modal.modal-xl .modal-content.with-header .modal-header {
  margin-bottom: 1rem;
}
.birdi-modal.modal-xl .modal-content.with-header .modal-header .birdi-modal-header-container h2 {
  white-space: nowrap;
  letter-spacing: -0.03rem;
}
.birdi-modal.modal-xl .modal-content.with-header .modal-header .note {
  position: absolute;
  top: 2.5rem;
}
.birdi-modal.modal-xl .modal-content.with-header .modal-body {
  padding: 0 1rem;
}
.birdi-modal.modal-xl .modal-content.with-header .modal-body > p {
  font-size: 1.25rem;
  margin: 0;
}
@media (max-width: 575.98px) {
  .birdi-modal.modal-xl .modal-content.with-header .modal-body > p {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .birdi-modal.modal-xl .modal-content.with-header .modal-body {
    padding: 0 5rem;
  }
}
@media (max-width: 575.98px) {
  .birdi-modal {
    margin-right: 24px;
    margin-left: 24px;
  }
}
.birdi-modal__content {
  border-radius: 1.25rem;
  overflow: hidden;
}
.birdi-modal__content--overflow-unset {
  overflow: unset;
}
@media (min-width: 992px) {
  .birdi-modal__content {
    padding: 0 4rem;
  }
}
@media (min-width: 1440px) {
  .birdi-modal__content {
    padding: 0 8rem;
  }
}
.birdi-modal__content.with-header.header-type-danger .modal-header {
  background-color: #f04c34;
  border-radius: 0;
}
.birdi-modal__content.with-header.header-type-danger .modal-header .close span {
  color: white;
}
.birdi-modal__content.with-header.header-type-primary .modal-header {
  background-color: #03a4dc;
  border-radius: 0;
}
.birdi-modal__content.with-header.header-type-primary .modal-header .close span {
  color: white;
}
.birdi-modal__content.with-header .modal-header {
  align-items: center;
  margin-bottom: 2.5rem;
}
.birdi-modal__content.with-header .modal-header .close {
  color: #ffffff;
  font-size: 3.875rem;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -4px;
}
.birdi-modal__content.with-header .modal-header .birdi-modal-header-container {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.938rem;
}
.birdi-modal__content.with-header .modal-header .birdi-modal-header-container .icon-container {
  margin-right: 1rem;
}
.birdi-modal__content.with-header .modal-header .birdi-modal-header-container .icon-container svg {
  width: 1.5rem;
  height: 1.5rem;
}
.birdi-modal__content.with-header .modal-header .birdi-modal-header-container h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.3rem;
  margin: 0;
  letter-spacing: -0.03rem;
}
@media (max-width: 991.98px) {
  .birdi-modal__content.with-header .modal-header .birdi-modal-header-container h2 {
    font-size: 1.5rem;
    line-height: 1.65rem;
    letter-spacing: -0.015rem;
  }
}
.birdi-modal__content.with-header .modal-body .birdi-modal-content-container {
  text-align: center;
  font-weight: 500;
}
.birdi-modal__content.with-header .modal-body .birdi-modal-content-container .title {
  font-size: 1.75rem;
}
.birdi-modal__content.with-header .modal-body .birdi-modal-content-container .subtitle {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  .birdi-modal__content.with-header .modal-body .birdi-modal-content-container .subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 1rem;
  }
}
.birdi-modal__content.with-header .modal-body .birdi-modal-content-container .subtitle p {
  margin-bottom: 0.5rem;
}
.birdi-modal__content.with-header .modal-body .birdi-modal-content-container .toast-box {
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .birdi-modal__content.with-header .modal-body .birdi-modal-content-container .toast-box {
    margin-bottom: 0.5rem;
  }
}
.birdi-modal__content.with-header .modal-body .birdi-modal-content-container .toast-box .note {
  font-size: 0.875rem;
  line-height: 1.313rem;
  text-align: start;
  margin: 0;
}
.birdi-modal__content.with-header .modal-body .birdi-modal-content-container .toast-box .note strong {
  font-weight: 600;
}
.birdi-modal__content.with-header .modal-body .birdi-modal-content-container-centered {
  max-width: 23.25rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.birdi-modal__content.with-header .modal-body .cta-redirect .body-container {
  text-align: center;
}
.birdi-modal__content.with-header .modal-body .cta-redirect .body-container p:first-child::before, .birdi-modal__content.with-header .modal-body .cta-redirect .body-container p:first-child::after {
  border-bottom: 1px solid #dce1e9;
  bottom: 3px;
  content: "";
  display: inline-block;
  margin: 0 8px;
  position: relative;
  width: 130px;
}
@media (max-width: 767.98px) {
  .birdi-modal__content.with-header .modal-body .cta-redirect .body-container p:first-child::before, .birdi-modal__content.with-header .modal-body .cta-redirect .body-container p:first-child::after {
    width: 100px;
  }
}
.birdi-modal__content.with-header .modal-body .cta-redirect .lead {
  margin: 20px 0;
}
.birdi-modal__content.with-header .modal-body .cta-redirect .arrow-uppercase {
  color: #5c646d;
}
.birdi-modal__content.with-header .modal-body .cta-redirect .highlight-text-container {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0;
}
.birdi-modal__content.with-header .modal-body .cta-redirect .highlight-text-container .highlight-text {
  border: 1px solid #5c646d;
  border-radius: 10px;
  font-size: 0.875rem;
  padding: 6px 30px;
  text-align: center;
  max-width: 460px;
}
.birdi-modal__content.with-header .modal-body .cta-redirect .highlight-text-container .highlight-text p:first-child {
  margin-top: 0;
  padding-top: 0;
}
.birdi-modal__content.with-header .modal-body .cta-redirect .highlight-text-container .highlight-text p:last-child {
  margin-bottom: 0;
  padding-top: 0;
}
.birdi-modal__content.with-header .modal-footer .btn {
  padding: 1rem 2.5rem;
  border-radius: 4rem;
}
@media (max-width: 575.98px) {
  .birdi-modal__content.with-header .modal-footer .btn {
    width: 100%;
    letter-spacing: 0.03rem;
    padding: 1rem;
  }
}
.birdi-modal__content.with-header .modal-footer .btn-link {
  font-weight: 600;
  text-decoration: underline;
}
.birdi-modal__content.with-header .modal-footer .btn-primary {
  font-weight: 700;
}
@media (min-width: 992px) {
  .birdi-modal__content:not(.with-header) .modal-body-string {
    font-size: 1.25rem;
  }
}
.birdi-modal__content .modal-header {
  border: none;
}
.birdi-modal__content .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  background-color: unset;
  border: none;
  font-size: 52px;
  line-height: 1;
  color: #03a4dc;
  padding: 0 1.5rem;
  z-index: 99;
}
@media (min-width: 992px) {
  .birdi-modal__content .modal-header .close {
    padding: 0.5rem 1.5rem;
  }
}
.birdi-modal__content .modal-body-string {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .birdi-modal__content .modal-body-string {
    font-size: 2.25rem;
    line-height: 150%;
  }
}
.birdi-modal__content.overflow-modal {
  padding: 0;
  overflow: hidden;
}
.birdi-modal__content.overflow-modal .modal-header {
  padding: 0;
}
.birdi-modal__content.overflow-modal .close {
  z-index: 10;
}
.birdi-modal__content.overflow-modal .overflow-modal-image {
  position: relative;
  right: 5rem;
}
@media (max-width: 991.98px) {
  .birdi-modal__content.overflow-modal .overflow-modal-image {
    right: 0;
    margin-bottom: 2rem;
  }
  .birdi-modal__content.overflow-modal .overflow-modal-image div[aria-hidden=true] {
    display: none;
  }
  .birdi-modal__content.overflow-modal .overflow-modal-image img {
    width: auto !important;
    height: auto !important;
    max-width: 7rem !important;
  }
}
.birdi-modal__content.overflow-modal .overflow-modal-content {
  position: relative;
  right: 3rem;
}
@media (max-width: 991.98px) {
  .birdi-modal__content.overflow-modal .overflow-modal-content {
    right: 0;
  }
}
.birdi-modal__content .modal-error-content {
  padding: 0 4rem 3rem;
}
@media (max-width: 991.98px) {
  .birdi-modal__content .modal-error-content {
    padding: 0 0 2rem;
  }
}
.birdi-modal__content .modal-error-content__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.birdi-modal__content .modal-error-content__content h4 {
  max-width: 23.25rem;
  text-align: center;
  margin-bottom: 0rem;
  line-height: 1.875rem;
  font-size: 1.25rem;
}
@media (max-width: 991.98px) {
  .birdi-modal__content .modal-error-content__content h4 {
    max-width: 18.125rem;
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: 3.5rem;
  }
}
.birdi-modal__content .modal-error-content__content button {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .birdi-modal__content .modal-error-content__content button {
    max-width: 100%;
    width: 100%;
  }
}
.birdi-modal__content .modal-error-content .toast-box p {
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}
.birdi-modal__content .modal-error-content .toast-box__descriptive {
  width: 100%;
  max-width: 23.25rem;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .birdi-modal__content .modal-error-content .toast-box__text {
    font-size: 0.875rem;
    line-height: 1.313rem;
  }
}
.birdi-modal__content .modal-error-content .toast-box__text strong {
  font-weight: 600;
}
.birdi-modal__footer {
  border: none;
  padding-bottom: 3.8rem;
}
@media (max-width: 767.98px) {
  .birdi-modal__footer {
    padding: 0.75rem 1.5rem 2.5rem;
    flex-direction: column-reverse !important;
  }
}
.birdi-modal__footer.modal-footer > * {
  margin: 0;
}
@media (max-width: 767.98px) {
  .birdi-modal__footer.modal-footer button {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .birdi-modal__footer button {
    display: block;
  }
}
.birdi-modal.text-left .modal-body-content {
  text-align: left;
}
@media (min-width: 1440px) {
  .birdi-modal.scroll-modal .birdi-modal__content {
    padding: 0 4rem;
  }
}
.birdi-modal.scroll-modal .birdi-modal__content .modal-body-content {
  text-align: left;
  max-height: 50vh;
  overflow-y: scroll;
  padding-left: 1rem;
  padding-right: 1rem;
}
.birdi-modal.scroll-modal .birdi-modal__content .modal-dialog {
  max-width: auto;
}
.birdi-modal.acknowledgement-modal-content {
  margin: 0 auto;
  margin-bottom: 3.25rem;
  max-width: 61.875rem !important;
}
@media (max-width: 991.98px) {
  .birdi-modal.acknowledgement-modal-content {
    max-width: 90% !important;
  }
}
.birdi-modal.acknowledgement-modal-content .birdi-modal__content {
  padding: 0 7.125rem !important;
}
@media (max-width: 991.98px) {
  .birdi-modal.acknowledgement-modal-content .birdi-modal__content {
    padding: 0 !important;
  }
}
.birdi-modal.acknowledgement-modal-content .birdi-modal__content .birdi-modal__footer {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center;
}
.birdi-modal.acknowledgement-modal-content .birdi-modal__content .birdi-modal__footer button .btn-label {
  font-weight: 700;
}
.birdi-modal.acknowledgement-modal-content .birdi-modal__content .birdi-modal__footer button:last-child .btn-label {
  margin-right: 0 !important;
  color: #03a4dc;
}
.birdi-modal.acknowledgement-modal-content .birdi-modal__content .modal-header {
  padding: 0;
}
@media (min-width: 992px) {
  .birdi-modal.acknowledgement-modal-content .birdi-modal__content {
    padding: 0 3rem;
  }
}
@media (min-width: 1440px) {
  .birdi-modal.acknowledgement-modal-content .birdi-modal__content {
    padding: 0 4rem;
  }
}
.birdi-modal.prescription-card-modal {
  margin-left: auto;
  margin-right: auto;
}
.birdi-modal.prescription-card-modal .birdi-modal__content,
.birdi-modal.prescription-card-modal .modal-body,
.birdi-modal.prescription-card-modal .modal-header {
  padding: 0;
}
.birdi-modal.prescription-card-modal .birdi-modal__content {
  padding: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.birdi-modal.prescription-card-modal .birdi-modal__content .modal-header .close {
  color: #fff;
  z-index: 999;
}
.birdi-modal.prescription-card-modal .birdi-modal__footer {
  display: none !important;
}
.birdi-modal.prescription-card-modal.prescription-card-modal-status-on_hold .birdi-modal__content .modal-header .close, .birdi-modal.prescription-card-modal.prescription-card-modal-status-mdo_waiting .birdi-modal__content .modal-header .close, .birdi-modal.prescription-card-modal.prescription-card-modal-status-pending .birdi-modal__content .modal-header .close {
  color: #03a4dc;
}
.birdi-modal.sticky-footer-modal .modal-content {
  padding: 0;
}
.birdi-modal.sticky-footer-modal .modal-header {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .birdi-modal.sticky-footer-modal .modal-header {
    padding: 0 7rem;
  }
}
.birdi-modal.sticky-footer-modal .modal-body {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .birdi-modal.sticky-footer-modal .modal-body {
    padding: 0 7rem;
  }
}
.birdi-modal.sticky-footer-modal .modal-footer {
  flex-direction: column;
  width: 100%;
  background: #f2f9fc;
  border-top-width: 0;
  box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  z-index: 1;
}
.birdi-modal.sticky-footer-modal .modal-footer .btn {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .birdi-modal.sticky-footer-modal .modal-footer {
    padding: 2rem 6rem;
    flex-direction: row;
    justify-content: space-between;
  }
  .birdi-modal.sticky-footer-modal .modal-footer .btn {
    width: unset;
  }
}
.birdi-modal .modal-subtitle h4 {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .birdi-modal .modal-subtitle h4 {
    font-size: 1.5rem;
  }
}
.birdi-modal.modal-membership-add-member .modal-content, .birdi-modal.modal-membership-payment .modal-content {
  padding: 0;
  max-width: 50rem;
}
@media (max-width: 991.98px) {
  .birdi-modal.modal-membership-add-member .modal-content, .birdi-modal.modal-membership-payment .modal-content {
    max-width: 22.813rem;
  }
}
.birdi-modal.modal-membership-add-member .modal-body, .birdi-modal.modal-membership-payment .modal-body {
  padding: 0 7.125rem 2rem;
}
@media (max-width: 991.98px) {
  .birdi-modal.modal-membership-add-member .modal-body, .birdi-modal.modal-membership-payment .modal-body {
    padding: 0 1.25rem 2rem;
  }
}
.birdi-modal.modal-membership-add-member .modal-body h2 {
  margin-bottom: inherit;
  line-height: 3.3rem;
  letter-spacing: -0.03rem;
}
.birdi-modal.modal-membership-add-member .modal-body .spacer {
  margin: 1.5rem 0 1.5rem 0;
}
@media (max-width: 991.98px) {
  .birdi-modal.modal-membership-add-member .modal-body .modal-body-content.mb-4 {
    margin-bottom: 0 !important;
  }
}
.birdi-modal.modal-membership-payment .modal-content {
  max-width: none;
}
.birdi-modal.modal-membership-payment .modal-content .birdi-modal__footer {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  padding: 0;
  padding-bottom: 1rem;
}
.birdi-modal.modal-health-profile-warning .modal-content.with-header .modal-header {
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.birdi-modal.modal-health-profile-warning .modal-content.with-header .modal-header .birdi-modal-header-container {
  padding: 0;
}
.birdi-modal.modal-health-profile-warning .modal-content.with-header .birdi-modal__footer {
  padding: 0 1.25rem 2rem;
}
@media (min-width: 992px) {
  .birdi-modal.modal-health-profile-warning .modal-content.with-header .modal-header {
    margin-bottom: 3rem;
  }
  .birdi-modal.modal-health-profile-warning .modal-content.with-header .modal-body {
    padding: 0 7.13rem;
  }
  .birdi-modal.modal-health-profile-warning .modal-content.with-header .birdi-modal__footer {
    padding: 0 3rem 3rem;
  }
}

@media (min-width: 1440px) {
  .prescription-modal.modal-xl {
    max-width: 920px;
  }
}
@media (min-width: 768px) {
  .prescription-modal .modal-body h1 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .prescription-modal .modal-content.allergies-modal, .prescription-modal .modal-content.healthconditions-modal {
    padding: 0 32px;
  }
}
.prescription-modal .modal-content.allergies-modal .modal-body .modal-body-content, .prescription-modal .modal-content.healthconditions-modal .modal-body .modal-body-content {
  width: 100%;
}
.prescription-modal .profile-form-instructions {
  text-align: left;
  position: relative;
  padding-left: 1.44rem;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 1px;
}
.prescription-modal .profile-form-instructions::before {
  display: block;
  content: "";
  background-color: #03a4dc;
  height: 0.72rem;
  width: 0.72rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.prescription-modal .text-errors,
.prescription-modal .select-errors {
  text-align: left;
  align-self: flex-start;
}
.prescription-modal .prescription-order-success-modal {
  padding: 1rem 0;
  overflow: hidden;
}
.prescription-modal .prescription-order-success-modal .order-success-modal-image {
  position: relative;
  right: 5rem;
}
@media (max-width: 991.98px) {
  .prescription-modal .prescription-order-success-modal .order-success-modal-image {
    right: 0;
    margin-bottom: 2rem;
  }
  .prescription-modal .prescription-order-success-modal .order-success-modal-image div[aria-hidden=true] {
    display: none;
  }
  .prescription-modal .prescription-order-success-modal .order-success-modal-image img {
    width: auto !important;
    height: auto !important;
    max-width: 7rem !important;
  }
}
.prescription-modal .prescription-order-success-modal .order-success-modal-content {
  position: relative;
  right: 3rem;
}
@media (max-width: 991.98px) {
  .prescription-modal .prescription-order-success-modal .order-success-modal-content {
    right: 0;
  }
}

.elixr-modal-wide {
  max-width: 50rem !important;
  width: 100%;
  margin: 0 auto;
}.alert.alert-banner {
  text-align: center;
  position: relative;
  padding: 0.8rem;
  border-radius: 0;
  color: #fff;
  z-index: 940;
}
@media (max-width: 991.98px) {
  .alert.alert-banner--hide-responsive {
    display: none;
  }
}
.alert.alert-banner .alert-link {
  color: #fff;
}
.alert.alert-banner.alert-dismissible {
  padding: 0.8rem;
}
.alert.alert-banner.alert-dismissible .close {
  background: none;
  border: none;
  font-size: 2rem;
  padding: 0 1rem;
}
.alert.alert-banner.alert-error {
  background: #f04c34;
}
.alert.alert-banner .alert-message {
  margin: 0;
}
@media (max-width: 991.98px) {
  .alert.alert-banner .alert-message {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
.alert.alert-banner .alert-message svg {
  margin-right: 0.25rem;
}
.alert.alert-banner .alert-link {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .alert.alert-banner .alert-link {
    display: block;
  }
}.alert.alert-banner.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: 1049;
  margin: 0;
}
.alert.alert-banner.cookie-banner svg {
  height: 1.3em;
  width: 1.3em;
  padding-right: 0.2em;
}
@media (max-width: 767.98px) {
  .alert.alert-banner.cookie-banner .alert-link {
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .alert.alert-banner.cookie-banner {
    display: inline-block;
  }
}.chevron-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 1rem;
  width: 1rem;
  transition: transform 0.2s;
}
.chevron-icon.up {
  transform: rotate(90deg);
}
.chevron-icon.right {
  transform: rotate(180deg);
}
.chevron-icon.down {
  transform: rotate(270deg);
}
.chevron-icon.left {
  transform: rotate(360deg);
}.external-icon {
  display: inline-flex;
  justify-content: center;
  margin: 0 0 0 0.5rem;
  height: auto;
  width: 1em;
}.link a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.link.link-demi {
  font-weight: 600;
}
.link .chevron-icon {
  height: 12px;
  width: 12px;
  margin-left: 4px;
}
.link.text-center a {
  justify-content: center;
  position: relative;
}
@media (max-width: 767.98px) {
  .link.btn-wrapper {
    min-width: 100%;
  }
  .link.btn-wrapper > a {
    justify-content: center;
  }
}

.link {
  display: inline-block;
  text-align: center;
}
.link > a {
  color: #222a3f;
  border-radius: 4rem;
  box-sizing: border-box;
  text-decoration: none;
}
.link > a:hover {
  color: #03a4dc;
  text-decoration: none;
}
.link > a.btn {
  color: #03a4dc;
}
.link > a.btn:hover {
  color: #fff;
}
.link > a.btn.btn-primary {
  padding: 1rem 2.5rem;
}
.link > a.btn.btn-primary:hover {
  background-color: #1a497f;
}
.btn-outline-smoke.link {
  border-radius: 1.5rem;
}
.btn-outline-smoke.link:hover > a {
  color: #222a3f;
}
.btn-outline-smoke.link > a:hover {
  color: #222a3f;
}
@media (max-width: 767.98px) {
  .sm-full.link {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .md-full.link {
    width: 100%;
  }
}

.link[data-variant=nav-button-outline] > a, .link[data-variant=nav-button] > a, .link[data-variant=button] > a {
  color: #03a4dc;
  border: 2px solid #03a4dc;
  padding: 0.4rem 0.6rem;
  font-weight: 300;
}

.link[data-variant=nav-button-primary] > a {
  color: #fff;
  background-color: #03a4dc;
  padding: 1rem 2.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.03rem;
}
.link[data-variant=nav-button-primary] > a:hover {
  background-color: #1a497f;
}

.link[data-variant=cta-button] {
  display: flex;
}
.link[data-variant=cta-button] > a {
  color: #fff;
  background-color: #222a3f;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 1rem;
  white-space: normal;
  word-break: break-word;
}
@media (min-width: 768px) {
  .link[data-variant=cta-button] > a {
    display: inline-flex;
    padding: 1rem 4rem;
  }
}
@media (max-width: 767.98px) {
  .link[data-variant=cta-button] > a {
    display: inline;
    width: 100%;
  }
}
.link[data-variant=cta-button] > a:hover {
  color: #222a3f;
  background-color: #fff;
}

.link[data-variant=footer] {
  display: flex;
  justify-content: left;
  text-align: left;
}
.link[data-variant=footer] > a {
  color: #03a4dc;
}
.link[data-variant=footer] > a:hover {
  color: #1a497f;
  text-decoration: underline;
}

.link[data-variant=footer-legal] {
  margin-right: 1.2rem;
  min-width: auto;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .link[data-variant=footer-legal] {
    margin-bottom: 0;
  }
}
.link[data-variant=footer-legal] > a {
  text-decoration: underline;
  color: #686d7b;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .link[data-variant=footer-legal] > a {
    font-size: 0.8rem;
  }
}

.link[data-variant=arrow] {
  display: flex;
  justify-content: left;
  text-align: left;
}
.link[data-variant=arrow] > a {
  color: #03a4dc;
  display: inline-block;
  text-align: center;
  position: relative;
}
.link[data-variant=arrow] > a .chevron-icon {
  position: relative;
  top: 0.75rem;
  left: 0.25rem;
  display: inline-block;
}
.link[data-variant=arrow] > a:hover {
  color: #1a497f;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .link[data-variant=arrow] > a {
    white-space: nowrap;
  }
}

.link[data-variant=nav] {
  align-items: center;
}
.link[data-variant=nav] > ::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  position: relative;
  right: 12px;
  background-color: #acb9c8;
}
.link[data-variant=nav]:first-child ::before {
  display: none;
}
.link[data-variant=nav] > a {
  border-bottom: solid 3px transparent;
  padding-top: 3px;
}
.link[data-variant=nav]:not(.no-active-state) > a.active {
  border-radius: 0;
  border-bottom: 3px solid #03a4dc;
}
.no-active-state.link[data-variant=nav] {
  margin: 0 0.8rem 0 0rem;
}
.no-active-state.link[data-variant=nav] > ::before {
  display: none;
}
.btn-outline-smoke.link[data-variant=nav] > a.active {
  border-bottom: none;
}

.link[data-variant=nav],
.link[data-variant=nav-button] {
  font-weight: 700;
  margin: 0 0.8rem 0 0.6rem;
}

.link[data-variant=nav-sidebar] {
  text-align: left;
}
.link[data-variant=nav-sidebar] > .nav-sidebar-parent,
.link[data-variant=nav-sidebar] > a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  position: relative;
  left: 1.6rem;
  width: calc(100% - 1.6rem);
  margin-bottom: 1.2rem;
  text-decoration: none;
  transition: all ease-in-out 0.25s;
}
.link[data-variant=nav-sidebar] > .nav-sidebar-parent.active,
.link[data-variant=nav-sidebar] > a.active {
  color: #5cc4ed;
}
.link[data-variant=nav-sidebar] > .nav-sidebar-parent.active::before,
.link[data-variant=nav-sidebar] > a.active::before {
  background-color: #5cc4ed;
  content: "";
  height: 1rem;
  width: 1.2rem;
  position: absolute;
  left: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.link[data-variant=nav-sidebar] > .nav-sidebar-parent:hover,
.link[data-variant=nav-sidebar] > a:hover {
  color: #5cc4ed;
}
.nav-sidebar-child.link[data-variant=nav-sidebar] > a {
  padding-left: 1.25rem;
}

/* mobile styles */
@media (max-width: 991.98px) {
  .link[data-variant=nav] {
    margin: 0;
  }
  .link[data-variant=nav] > a {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300;
  }
  .link[data-variant=nav] ::before {
    display: none;
  }
}

.link[data-variant=nav-button] > a {
  padding: 0.5rem 1.5rem;
}
.link[data-variant=nav-button] > a:hover {
  background-color: #03a4dc;
  color: #fff;
}
@media (max-width: 991.98px) {
  .link[data-variant=nav-button] > a {
    background-color: #03a4dc;
    color: #fff;
    display: flex;
    flex-flow: column;
    font-size: 1.2rem;
    margin: 2.4rem 0 0.4rem 0;
    min-width: 18rem;
  }
}

.link[data-variant=site] {
  margin: 0;
  min-width: 0;
  justify-content: flex-start;
}

.link[data-variant=underline] {
  text-decoration: underline;
}

.link[data-variant=underline-blue] > a {
  color: #03a4dc;
  text-decoration: underline;
}
.link[data-variant=underline-blue] > a:hover {
  color: #1a497f;
}

.link[data-variant=underline-blue-bold] > a {
  color: #03a4dc;
  text-decoration: underline;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.link[data-variant=underline-blue-bold] > a:hover {
  text-decoration: none;
}

.link[data-variant=underline-slate] > a {
  color: #686d7b;
  text-decoration: underline;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.link[data-variant=underline-slate] > a:hover {
  color: #03a4dc;
  text-decoration: none;
}

.link[data-variant=subtle] > a {
  color: #686d7b;
  text-decoration: underline;
}
.link[data-variant=subtle] > a:hover {
  color: #03a4dc;
  text-decoration: none;
}

.link[data-variant=nav-button-outline] > a {
  padding: 1rem 2rem;
}
.link[data-variant=nav-button-outline] > a:hover {
  background-color: #03a4dc;
  color: #fff;
}

.link[data-variant=nav-button-primary] {
  margin-left: 0.7rem;
}
@media (max-width: 767.98px) {
  .link[data-variant=nav-button-primary] {
    margin-left: 0;
  }
}.icon-component path.custom-color-primary.icon-path-fill {
  fill: #03a4dc;
}
.icon-component path.custom-color-primary.icon-path-stroke {
  stroke: #03a4dc;
}
.icon-component path.custom-color-secondary.icon-path-fill {
  fill: #9caaba;
}
.icon-component path.custom-color-secondary.icon-path-stroke {
  stroke: #9caaba;
}
.icon-component path.custom-color-success.icon-path-fill {
  fill: #54cda0;
}
.icon-component path.custom-color-success.icon-path-stroke {
  stroke: #54cda0;
}
.icon-component path.custom-color-info.icon-path-fill {
  fill: #5cc4ed;
}
.icon-component path.custom-color-info.icon-path-stroke {
  stroke: #5cc4ed;
}
.icon-component path.custom-color-warning.icon-path-fill {
  fill: #ef7b4b;
}
.icon-component path.custom-color-warning.icon-path-stroke {
  stroke: #ef7b4b;
}
.icon-component path.custom-color-danger.icon-path-fill {
  fill: #f04c34;
}
.icon-component path.custom-color-danger.icon-path-stroke {
  stroke: #f04c34;
}
.icon-component path.custom-color-light.icon-path-fill {
  fill: #03a4dc;
}
.icon-component path.custom-color-light.icon-path-stroke {
  stroke: #03a4dc;
}
.icon-component path.custom-color-dark.icon-path-fill {
  fill: #222a3f;
}
.icon-component path.custom-color-dark.icon-path-stroke {
  stroke: #222a3f;
}
.icon-component path.custom-color-alice-blue-tint.icon-path-fill {
  fill: #f2f9fc;
}
.icon-component path.custom-color-alice-blue-tint.icon-path-stroke {
  stroke: #f2f9fc;
}
.icon-component path.custom-color-alice-blue.icon-path-fill {
  fill: #f3f8ff;
}
.icon-component path.custom-color-alice-blue.icon-path-stroke {
  stroke: #f3f8ff;
}
.icon-component path.custom-color-alice-blue-v2.icon-path-fill {
  fill: #fafdff;
}
.icon-component path.custom-color-alice-blue-v2.icon-path-stroke {
  stroke: #fafdff;
}
.icon-component path.custom-color-alice-blue-shade.icon-path-fill {
  fill: #d6e7ff;
}
.icon-component path.custom-color-alice-blue-shade.icon-path-stroke {
  stroke: #d6e7ff;
}
.icon-component path.custom-color-catskill-white.icon-path-fill {
  fill: #f5f8fa;
}
.icon-component path.custom-color-catskill-white.icon-path-stroke {
  stroke: #f5f8fa;
}
.icon-component path.custom-color-cerulean.icon-path-fill {
  fill: #03a4dc;
}
.icon-component path.custom-color-cerulean.icon-path-stroke {
  stroke: #03a4dc;
}
.icon-component path.custom-color-picton-blue.icon-path-fill {
  fill: #5cc4ed;
}
.icon-component path.custom-color-picton-blue.icon-path-stroke {
  stroke: #5cc4ed;
}
.icon-component path.custom-color-royal-blue.icon-path-fill {
  fill: #4169e1;
}
.icon-component path.custom-color-royal-blue.icon-path-stroke {
  stroke: #4169e1;
}
.icon-component path.custom-color-police-blue.icon-path-fill {
  fill: #3c4c60;
}
.icon-component path.custom-color-police-blue.icon-path-stroke {
  stroke: #3c4c60;
}
.icon-component path.custom-color-ebony-clay.icon-path-fill {
  fill: #222a3f;
}
.icon-component path.custom-color-ebony-clay.icon-path-stroke {
  stroke: #222a3f;
}
.icon-component path.custom-color-cathams-blue.icon-path-fill {
  fill: #1a497f;
}
.icon-component path.custom-color-cathams-blue.icon-path-stroke {
  stroke: #1a497f;
}
.icon-component path.custom-color-cathams-blue-with-opacity.icon-path-fill {
  fill: rgba(26, 73, 127, 0.2);
}
.icon-component path.custom-color-cathams-blue-with-opacity.icon-path-stroke {
  stroke: rgba(26, 73, 127, 0.2);
}
.icon-component path.custom-color-puerto-rico.icon-path-fill {
  fill: #54cda0;
}
.icon-component path.custom-color-puerto-rico.icon-path-stroke {
  stroke: #54cda0;
}
.icon-component path.custom-color-vista-blue.icon-path-fill {
  fill: #97d3b6;
}
.icon-component path.custom-color-vista-blue.icon-path-stroke {
  stroke: #97d3b6;
}
.icon-component path.custom-color-pale-blue.icon-path-fill {
  fill: #acb9c8;
}
.icon-component path.custom-color-pale-blue.icon-path-stroke {
  stroke: #acb9c8;
}
.icon-component path.custom-color-flamingo.icon-path-fill {
  fill: #f04c34;
}
.icon-component path.custom-color-flamingo.icon-path-stroke {
  stroke: #f04c34;
}
.icon-component path.custom-color-hot-pink.icon-path-fill {
  fill: #ff69b4;
}
.icon-component path.custom-color-hot-pink.icon-path-stroke {
  stroke: #ff69b4;
}
.icon-component path.custom-color-sea-foam.icon-path-fill {
  fill: #d1e0e5;
}
.icon-component path.custom-color-sea-foam.icon-path-stroke {
  stroke: #d1e0e5;
}
.icon-component path.custom-color-slate.icon-path-fill {
  fill: #686d7b;
}
.icon-component path.custom-color-slate.icon-path-stroke {
  stroke: #686d7b;
}
.icon-component path.custom-color-smoke.icon-path-fill {
  fill: #f0f2f4;
}
.icon-component path.custom-color-smoke.icon-path-stroke {
  stroke: #f0f2f4;
}
.icon-component path.custom-color-silver.icon-path-fill {
  fill: #9caaba;
}
.icon-component path.custom-color-silver.icon-path-stroke {
  stroke: #9caaba;
}
.icon-component path.custom-color-jaffa.icon-path-fill {
  fill: #f07b4c;
}
.icon-component path.custom-color-jaffa.icon-path-stroke {
  stroke: #f07b4c;
}
.icon-component path.custom-color-mustard.icon-path-fill {
  fill: #fad541;
}
.icon-component path.custom-color-mustard.icon-path-stroke {
  stroke: #fad541;
}
.icon-component path.custom-color-grey.icon-path-fill {
  fill: #7d7d7d;
}
.icon-component path.custom-color-grey.icon-path-stroke {
  stroke: #7d7d7d;
}
.icon-component path.custom-color-geyser.icon-path-fill {
  fill: #d2dae4;
}
.icon-component path.custom-color-geyser.icon-path-stroke {
  stroke: #d2dae4;
}
.icon-component path.custom-color-dusty-grey.icon-path-fill {
  fill: #7d7d7d;
}
.icon-component path.custom-color-dusty-grey.icon-path-stroke {
  stroke: #7d7d7d;
}
.icon-component path.custom-color-soft-grey.icon-path-fill {
  fill: #b1ccdd;
}
.icon-component path.custom-color-soft-grey.icon-path-stroke {
  stroke: #b1ccdd;
}
.icon-component path.custom-color-primary-grey.icon-path-fill {
  fill: #828e9d;
}
.icon-component path.custom-color-primary-grey.icon-path-stroke {
  stroke: #828e9d;
}
.icon-component path.custom-color-black-coral.icon-path-fill {
  fill: #5c646d;
}
.icon-component path.custom-color-black-coral.icon-path-stroke {
  stroke: #5c646d;
}
.icon-component path.custom-color-misty-rose.icon-path-fill {
  fill: #ffe3df;
}
.icon-component path.custom-color-misty-rose.icon-path-stroke {
  stroke: #ffe3df;
}
.icon-component path.custom-color-platinum.icon-path-fill {
  fill: #dce1e9;
}
.icon-component path.custom-color-platinum.icon-path-stroke {
  stroke: #dce1e9;
}
.icon-component path.custom-color-grey-white.icon-path-fill {
  fill: rgba(240, 242, 244, 0.5019607843);
}
.icon-component path.custom-color-grey-white.icon-path-stroke {
  stroke: rgba(240, 242, 244, 0.5019607843);
}
.icon-component path.custom-color-sea-blue.icon-path-fill {
  fill: #026c91;
}
.icon-component path.custom-color-sea-blue.icon-path-stroke {
  stroke: #026c91;
}
.icon-component path.custom-color-cadet-blue.icon-path-fill {
  fill: #acb9c8;
}
.icon-component path.custom-color-cadet-blue.icon-path-stroke {
  stroke: #acb9c8;
}
.icon-component path.custom-color-mandarin.icon-path-fill {
  fill: #ef7b4b;
}
.icon-component path.custom-color-mandarin.icon-path-stroke {
  stroke: #ef7b4b;
}
.icon-component path.custom-color-mandarin-with-opacity.icon-path-fill {
  fill: rgba(239, 123, 75, 0.0784313725);
}
.icon-component path.custom-color-mandarin-with-opacity.icon-path-stroke {
  stroke: rgba(239, 123, 75, 0.0784313725);
}
.icon-component path.custom-color-carmine-pink.icon-path-fill {
  fill: rgba(240, 76, 52, 0.1607843137);
}
.icon-component path.custom-color-carmine-pink.icon-path-stroke {
  stroke: rgba(240, 76, 52, 0.1607843137);
}
.icon-component path.custom-color-eucalyptus.icon-path-fill {
  fill: rgba(84, 205, 160, 0.2392156863);
}
.icon-component path.custom-color-eucalyptus.icon-path-stroke {
  stroke: rgba(84, 205, 160, 0.2392156863);
}
.icon-component path.custom-color-blue-lagoona.icon-path-fill {
  fill: #03a4dc;
}
.icon-component path.custom-color-blue-lagoona.icon-path-stroke {
  stroke: #03a4dc;
}
.icon-component path.custom-color-dusk.icon-path-fill {
  fill: #4c5470;
}
.icon-component path.custom-color-dusk.icon-path-stroke {
  stroke: #4c5470;
}
.icon-component path.custom-color-dusk-with-opacity.icon-path-fill {
  fill: #4c5470;
}
.icon-component path.custom-color-dusk-with-opacity.icon-path-stroke {
  stroke: #4c5470;
}
.icon-component path.custom-color-white.icon-path-fill {
  fill: #ffffff;
}
.icon-component path.custom-color-white.icon-path-stroke {
  stroke: #ffffff;
}
.icon-component path.custom-color-azure.icon-path-fill {
  fill: #f7fbfc;
}
.icon-component path.custom-color-azure.icon-path-stroke {
  stroke: #f7fbfc;
}
.icon-component path.custom-color-generic-viridian.icon-path-fill {
  fill: #00856e;
}
.icon-component path.custom-color-generic-viridian.icon-path-stroke {
  stroke: #00856e;
}
.icon-component path.custom-color-humming-bird.icon-path-fill {
  fill: #d6f3e8;
}
.icon-component path.custom-color-humming-bird.icon-path-stroke {
  stroke: #d6f3e8;
}
.icon-component path.custom-color-provincial-pink.icon-path-fill {
  fill: #fef5f1;
}
.icon-component path.custom-color-provincial-pink.icon-path-stroke {
  stroke: #fef5f1;
}
.icon-component path.custom-color-dusty-blue.icon-path-fill {
  fill: #e4eff2;
}
.icon-component path.custom-color-dusty-blue.icon-path-stroke {
  stroke: #e4eff2;
}
.icon-component path.custom-color-air-force-blue.icon-path-fill {
  fill: #5982b2;
}
.icon-component path.custom-color-air-force-blue.icon-path-stroke {
  stroke: #5982b2;
}
.icon-component path.custom-color-white-smoke.icon-path-fill {
  fill: #fef4f2;
}
.icon-component path.custom-color-white-smoke.icon-path-stroke {
  stroke: #fef4f2;
}
.icon-component path.custom-color-terra-cotta.icon-path-fill {
  fill: #ed715f;
}
.icon-component path.custom-color-terra-cotta.icon-path-stroke {
  stroke: #ed715f;
}
.icon-component path.custom-color-terra-cotta-with-opacity.icon-path-fill {
  fill: rgba(237, 113, 95, 0.2392156863);
}
.icon-component path.custom-color-terra-cotta-with-opacity.icon-path-stroke {
  stroke: rgba(237, 113, 95, 0.2392156863);
}
.icon-component path.custom-color-low-contrast.icon-path-fill {
  fill: #e0e0e0;
}
.icon-component path.custom-color-low-contrast.icon-path-stroke {
  stroke: #e0e0e0;
}
.icon-component path.custom-color-baby-blue.icon-path-fill {
  fill: #edf5ff;
}
.icon-component path.custom-color-baby-blue.icon-path-stroke {
  stroke: #edf5ff;
}
.icon-component path.custom-color-gin.icon-path-fill {
  fill: #e5efe9;
}
.icon-component path.custom-color-gin.icon-path-stroke {
  stroke: #e5efe9;
}
.icon-component path.custom-color-pele-aqua.icon-path-fill {
  fill: #c7d6e3;
}
.icon-component path.custom-color-pele-aqua.icon-path-stroke {
  stroke: #c7d6e3;
}
.icon-component path.custom-color-deep-chestnut.icon-path-fill {
  fill: #b85849;
}
.icon-component path.custom-color-deep-chestnut.icon-path-stroke {
  stroke: #b85849;
}
.icon-component path.custom-color-vanilla-ice.icon-path-fill {
  fill: #f1d8d7;
}
.icon-component path.custom-color-vanilla-ice.icon-path-stroke {
  stroke: #f1d8d7;
}
.icon-component path.custom-color-green-white.icon-path-fill {
  fill: #e7e9eb;
}
.icon-component path.custom-color-green-white.icon-path-stroke {
  stroke: #e7e9eb;
}
.icon-component path.custom-color-gainsboro.icon-path-fill {
  fill: #d4dde6;
}
.icon-component path.custom-color-gainsboro.icon-path-stroke {
  stroke: #d4dde6;
}
.icon-component path.custom-color-blush-pink.icon-path-fill {
  fill: #fdeae5;
}
.icon-component path.custom-color-blush-pink.icon-path-stroke {
  stroke: #fdeae5;
}
.icon-component path.custom-color-light-steel-blue.icon-path-fill {
  fill: #d1dbe5;
}
.icon-component path.custom-color-light-steel-blue.icon-path-stroke {
  stroke: #d1dbe5;
}
.icon-component path.custom-color-peach-pink.icon-path-fill {
  fill: #fad5ce;
}
.icon-component path.custom-color-peach-pink.icon-path-stroke {
  stroke: #fad5ce;
}
.icon-component path.custom-color-ice-blue.icon-path-fill {
  fill: #e5f3f9;
}
.icon-component path.custom-color-ice-blue.icon-path-stroke {
  stroke: #e5f3f9;
}
.icon-component path.custom-color-stirling.icon-path-fill {
  fill: #f4f4f4;
}
.icon-component path.custom-color-stirling.icon-path-stroke {
  stroke: #f4f4f4;
}
.icon-component path.custom-color-pewter-blue.icon-path-fill {
  fill: #93A9B8;
}
.icon-component path.custom-color-pewter-blue.icon-path-stroke {
  stroke: #93A9B8;
}
.icon-component path.custom-color-rose-pink.icon-path-fill {
  fill: #FF72B8;
}
.icon-component path.custom-color-rose-pink.icon-path-stroke {
  stroke: #FF72B8;
}
.icon-component path.custom-color-metallic-red.icon-path-fill {
  fill: #9e3529;
}
.icon-component path.custom-color-metallic-red.icon-path-stroke {
  stroke: #9e3529;
}
.icon-component path.custom-color-east-bay.icon-path-fill {
  fill: #4A526E;
}
.icon-component path.custom-color-east-bay.icon-path-stroke {
  stroke: #4A526E;
}.button-component {
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  gap: 0.5rem;
  font-size: 1rem;
  border-radius: 10rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  font-weight: 700;
  flex-shrink: 1;
  flex-grow: 0;
  height: 3.5rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
}
.button-component svg {
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.button-component__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-component__icon--left {
  margin-right: 0.2rem;
}
.button-component__icon--right {
  margin-left: 0.2rem;
}
.button-component__spinner__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-component__spinner {
  animation: spinner 1.4s linear infinite;
}
.button-component__text {
  display: inline-block;
  line-height: 1;
}
.button-component--full {
  width: 100%;
  display: inline-flex;
}
.button-component--spaced {
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}
.button-component--solid.button-component--primary {
  background-color: #03a4dc;
  color: #fff;
}
.button-component--solid.button-component--primary:hover {
  background-color: #1a497f;
}
.button-component--solid.button-component--primary:focus {
  outline: 0.125rem solid #1a497f;
  outline-offset: 0.15rem;
}
.button-component--solid.button-component--primary:disabled {
  background-color: #e7e9eb;
  color: #9caaba;
  cursor: not-allowed;
}
.button-component--solid.button-component--destructive {
  background-color: #b85849;
  color: #fff;
}
.button-component--solid.button-component--destructive:hover {
  background-color: #ed715f;
}
.button-component--solid.button-component--destructive:focus {
  outline: 0.125rem solid #b85849;
  outline-offset: 0.15rem;
}
.button-component--solid.button-component--destructive:disabled {
  background-color: #e7e9eb;
  color: #9caaba;
  cursor: not-allowed;
}
.button-component--solid.button-component--neutral {
  background-color: #edf5ff;
  color: #1a497f;
}
.button-component--solid.button-component--neutral:hover {
  background-color: #b1ccdd;
}
.button-component--solid.button-component--neutral:focus {
  outline: 0.125rem solid #1a497f;
  outline-offset: 0.15rem;
}
.button-component--solid.button-component--neutral:disabled {
  background-color: #e0e0e0;
  color: #9caaba;
  cursor: not-allowed;
}
.button-component--outline {
  background-color: transparent;
  border: 0.125rem solid currentColor;
  color: currentColor;
}
.button-component--outline:hover {
  background-color: #d1dbe5;
}
.button-component--outline:focus {
  outline: 0.125rem solid currentColor;
  outline-offset: 0.15rem;
}
.button-component--outline:disabled {
  border-color: #e0e0e0;
  color: #9caaba;
  cursor: not-allowed;
}
.button-component--outline.button-component--primary {
  border-color: #03a4dc;
  color: #03a4dc;
}
.button-component--outline.button-component--primary svg,
.button-component--outline.button-component--primary path {
  fill: #03a4dc !important;
  stroke: #03a4dc !important;
}
.button-component--outline.button-component--primary:hover {
  border-color: #1a497f;
  color: #1a497f;
}
.button-component--outline.button-component--primary:focus {
  outline: 0.125rem solid #1a497f;
}
.button-component--outline.button-component--destructive {
  border-color: #b85849;
  color: #b85849;
}
.button-component--outline.button-component--destructive svg,
.button-component--outline.button-component--destructive path {
  fill: #b85849 !important;
  stroke: #b85849 !important;
}
.button-component--outline.button-component--destructive:hover {
  border-color: #b85849;
  color: #b85849;
}
.button-component--outline.button-component--destructive:focus {
  outline: 0.125rem solid #b85849;
}
.button-component--ghost {
  padding: 0.5rem;
  background-color: transparent;
  border: 0.125rem solid transparent;
  color: #03a4dc;
}
.button-component--ghost svg {
  stroke: #03a4dc;
}
.button-component--ghost:hover {
  color: #1a497f;
}
.button-component--ghost:hover svg {
  color: #1a497f;
  fill: none;
  stroke: #1a497f !important;
}
.button-component--ghost:focus {
  outline: 0.125rem solid #03a4dc;
}
.button-component--ghost:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.button-component--dashed {
  background-color: transparent;
  border: 0.125rem dashed #d1e0e5 !important;
  color: currentColor;
  border-radius: 0.5rem;
}
.button-component--dashed:hover {
  background-color: #d1dbe5;
}
.button-component--dashed:focus {
  outline: 0.125rem solid currentColor;
  outline-offset: 0.15rem;
}
.button-component--dashed:disabled {
  border-color: #e0e0e0;
  color: #9caaba;
  cursor: not-allowed;
}
.button-component--dashed.button-component--primary {
  border-color: #03a4dc;
  color: #03a4dc;
}
.button-component--dashed.button-component--primary svg,
.button-component--dashed.button-component--primary path {
  fill: #03a4dc !important;
  stroke: #03a4dc !important;
}
.button-component--dashed.button-component--primary:hover {
  border-color: #1a497f;
  color: #1a497f;
}
.button-component--dashed.button-component--primary:focus {
  outline: 0.125rem solid #1a497f;
}
.button-component--dashed.button-component--destructive {
  border-color: #b85849;
  color: #b85849;
}
.button-component--dashed.button-component--destructive svg,
.button-component--dashed.button-component--destructive path {
  fill: #b85849 !important;
  stroke: #b85849 !important;
}
.button-component--dashed.button-component--destructive:hover {
  border-color: #b85849;
  color: #b85849;
}
.button-component--dashed.button-component--destructive:focus {
  outline: 0.125rem solid #b85849;
}
.button-component--link {
  background-color: transparent;
  border: 0.125rem solid transparent;
  color: #03a4dc;
  height: auto !important;
  padding: 0 !important;
  text-decoration: underline;
  min-width: auto;
  letter-spacing: 0.03rem;
  font-weight: 400;
}
.button-component--link:hover:not(:disabled) {
  color: #1a497f;
}
.button-component--link:focus {
  outline: 0.125rem solid #03a4dc;
}
.button-component--link:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  color: #9caaba;
}
.button-component--link-bold {
  background-color: transparent;
  border: 0.125rem solid transparent;
  color: #03a4dc;
  height: auto !important;
  padding: 0 !important;
  min-width: auto;
  letter-spacing: 0.03rem;
  font-weight: 700;
  line-height: auto;
  line-height: 100%;
  font-size: 1rem;
}
.button-component--link-bold:hover:not(:disabled) {
  color: #1a497f;
}
.button-component--link-bold:focus {
  outline: 0.125rem solid #03a4dc;
}
.button-component--link-bold:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  color: #9caaba;
}
.button-component--loading {
  cursor: wait;
}
.button-component--loading .button-component__text {
  visibility: hidden;
}
.button-component--sm {
  font-size: 1rem;
  height: 2.875rem;
  padding: 0.5rem 1.25rem;
}
.button-component--md {
  font-size: 1rem;
  height: 3.5rem;
  min-width: 6.25rem;
}
.button-component--lg {
  font-size: 1.125rem;
  padding: 1rem;
  height: 3.5rem;
  min-width: 7.8125rem;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}.arrow-icon {
  transition: transform 0.3s;
}
.arrow-icon .left {
  transform: rotate(0);
}
.arrow-icon .right {
  transform: rotate(180deg);
}
.arrow-icon .down {
  transform: rotate(-90deg);
}
.arrow-icon .up {
  transform: rotate(270deg);
}.side-view-sizing {
  max-width: 45rem;
}

.modal-component-close-icon {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 20;
}
.modal-component-close-icon button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  width: 1.5rem;
  height: 2rem;
}
@media (max-width: 991.98px) {
  .modal-component-close-icon button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 4rem;
    background-color: rgba(210, 218, 228, 0.32);
  }
}

.custom-modal-component.modal-sm {
  max-width: 30rem !important;
  width: 100%;
}
@media (max-width: 991.98px) {
  .custom-modal-component.modal-sm {
    max-width: 100% !important;
  }
}
.custom-modal-component.modal-lg {
  max-width: 50rem !important;
  width: 100%;
}
@media (max-width: 991.98px) {
  .custom-modal-component.is-mobile-bottom {
    align-items: end !important;
    margin: 0 auto;
    height: 100%;
  }
  .custom-modal-component.is-mobile-bottom .custom-modal-component-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
  }
}
.custom-modal-component-content {
  border-radius: 1rem;
  background-color: #f5f8fa;
  box-shadow: 0px 4px 20px 4px rgba(26, 73, 127, 0.1), 0px 0px 9px 1px rgba(3, 164, 220, 0.09), 1px 6px 13px 1px rgba(34, 42, 63, 0.05);
  margin: 0.75rem;
}
.custom-modal-component-content .modal-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  padding: 1.5rem;
  min-height: 5rem;
  border-radius: 0;
  border-bottom: 0;
}
.custom-modal-component-content .modal-header.only-close-icon {
  justify-content: flex-end;
}
.custom-modal-component-content .modal-header .h4 {
  letter-spacing: 0 !important;
}
.custom-modal-component-content .modal-header .modal-title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #222a3f;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .custom-modal-component-content .modal-header .modal-title {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.custom-modal-component-content .modal-header .modal-title .goBack-icon button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  width: 2rem;
  height: 2rem;
}
.custom-modal-component-content .modal-header .modal-subtitle {
  width: 100%;
}
.custom-modal-component-content .modal-header .modal-subtitle p {
  margin: 0;
  color: #222a3f;
  font-size: 1rem;
  line-height: 1.5rem;
}
.custom-modal-component-content .side-view-header {
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0rem 0rem 0.125rem 0.0625rem rgba(34, 42, 63, 0.18), 0rem 0rem 0.3125rem 0.0625rem rgba(3, 164, 220, 0.05), 0rem 0rem 0.3125rem 0rem rgba(26, 73, 127, 0.1);
  z-index: 22;
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .side-view-header {
    margin-top: -1rem;
  }
}
.custom-modal-component-content .side-view-header {
  background: #ffffff;
}
.custom-modal-component-content .side-view-header .h4 {
  color: #222a3f;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  line-height: 1.725rem;
  font-weight: 700;
}
.custom-modal-component-content .legacy-header {
  background-color: #03a4dc;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.custom-modal-component-content .legacy-header__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.custom-modal-component-content .legacy-header__content .h4 {
  font-size: 3rem;
  line-height: 3.3rem;
  letter-spacing: -0.03rem;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .legacy-header__content .h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.65rem;
    letter-spacing: -0.015rem;
  }
}
.custom-modal-component-content .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.custom-modal-component-content .modal-body.with-custom-content {
  padding: 0;
}
.custom-modal-component-content .modal-body.with-custom-content .modal-header {
  padding: 1.5rem;
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .modal-body.with-custom-content .modal-header {
    padding: 1.5rem 1rem;
  }
}
.custom-modal-component-content .modal-body.with-custom-content .modal-header .modal-title {
  padding: 0;
}
.custom-modal-component-content .modal-body-inner-content {
  padding: 0;
}
.custom-modal-component-content .modal-body-inner-content > * > div:first-child, .custom-modal-component-content .modal-body-inner-content > div:first-child {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .modal-body-inner-content > * > div:first-child, .custom-modal-component-content .modal-body-inner-content > div:first-child {
    padding: 0 1rem 1rem 1rem;
  }
}
.custom-modal-component-content .side-view-body {
  display: flex;
  flex-direction: row;
  gap: 0;
  padding: 0;
  height: 40rem;
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .side-view-body {
    flex-direction: column;
    overflow-y: scroll;
  }
}
.custom-modal-component-content .side-view-body__inner-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 1.5rem 3rem;
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .side-view-body__inner-header {
    padding: 2rem 0 1.5rem 2rem;
    position: initial;
  }
}
.custom-modal-component-content .side-view-body__detail-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-width: 17.5rem;
  background-color: #e5efe9;
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .side-view-body__detail-container {
    border-radius: 1rem 1rem 0 0;
  }
}
.custom-modal-component-content .side-view-body__content-container {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #ffffff;
  border-radius: 0 1rem 1rem 0;
}
.custom-modal-component-content .side-view-body__content-container::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}
.custom-modal-component-content .side-view-body__content-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 #222a3f;
  border-radius: 0.25rem;
}
.custom-modal-component-content .side-view-body__content-container::-webkit-scrollbar-thumb {
  height: 0.25rem;
  background-color: rgba(34, 42, 63, 0.4);
  border-radius: 0.25rem;
}
.custom-modal-component-content .side-view-body__content-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(34, 42, 63, 0.4);
}
.custom-modal-component-content .side-view-body__content-container__title {
  color: #222a3f;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.725rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .side-view-body__content-container__title {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .side-view-body__content-container {
    border-radius: 0;
    overflow-y: visible;
  }
}
.custom-modal-component-content .side-view-body .modal-body-inner-content {
  flex-grow: 1;
  border-radius: 0 0 1rem 0;
}
.custom-modal-component-content .modal-footer {
  background-color: #ffffff;
  border-top: 1px solid #d1e0e5;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 1.5rem;
}
.custom-modal-component-content .modal-footer.vertical-footer {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.custom-modal-component-content .modal-footer.vertical-footer button {
  width: 100%;
}
@media (max-width: 991.98px) {
  .custom-modal-component-content .modal-footer {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 1rem;
  }
}
.custom-modal-component-content .modal-footer .btn-link {
  min-height: 2.5rem;
  background: none;
  border: none;
  width: auto;
  min-width: auto;
  padding: 0.5rem 0;
  font-weight: 700;
  color: #03a4dc;
  letter-spacing: 0.03rem;
}
.custom-modal-component-content .modal-footer .btn-link:hover {
  text-decoration: none;
  color: #222a3f;
}
.custom-modal-component-content .modal-footer .btn-link:focus {
  box-shadow: none;
  text-decoration: none;
}
.custom-modal-component-content .modal-footer .btn-link:disabled {
  color: #9caaba;
}
.custom-modal-component-content .modal-footer .btn-link:disabled .btn-label {
  visibility: inherit;
}
@media (max-width: 991.98px) {
  .custom-modal-component-content .modal-footer .btn-link {
    background-color: #f3f8ff;
    padding: 0.5rem 1.5rem;
    border-radius: 4rem;
  }
}
.custom-modal-component-content .modal-footer .btn-primary {
  height: 2.5rem;
  width: auto;
  min-width: auto;
  min-height: 2.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 4rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
}
@media (max-width: 991.98px) {
  .custom-modal-component-content .modal-footer .btn-primary {
    width: 100%;
  }
}
.custom-modal-component-content .legacy-footer {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .custom-modal-component-content .legacy-footer {
    padding-bottom: 2rem;
  }
  .custom-modal-component-content .legacy-footer .button-component {
    margin: 0 1.25rem;
    width: 100%;
  }
}

.show-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hide-header {
  display: none !important;
}.centered-hero__content {
  display: flex;
  flex-direction: column;
  margin: 9.5rem 0 16.5rem;
  position: relative;
  text-align: center;
  align-items: center;
}
.centered-hero--full-page .centered-hero__content {
  margin: 15rem 0;
}
@media (max-width: 991.98px) {
  .centered-hero--full-page .centered-hero__content {
    margin: 9.5rem 0;
  }
}
.centered-hero .centered-hero__text {
  margin-bottom: 2rem;
}
.centered-hero .centered-hero__background,
.centered-hero .centered-hero__backgroundColor {
  width: 100vw;
  height: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.centered-hero .centered-hero__background::before, .centered-hero .centered-hero__background::after,
.centered-hero .centered-hero__backgroundColor::before,
.centered-hero .centered-hero__backgroundColor::after {
  background-position: center right 30% !important;
}
@media (min-width: 1440px) {
  .centered-hero .centered-hero__background,
  .centered-hero .centered-hero__backgroundColor {
    left: calc(1390px / 2 - 50vw);
  }
}
.centered-hero .grid-icon .body-text {
  color: #222A3F;
}
.centered-hero .spacer {
  margin: 2.5rem 0;
}
.centered-hero__sub-title {
  margin-top: 0.75rem;
}
.centered-hero.white .centered-hero__backgroundColor, .centered-hero.light_gray .centered-hero__backgroundColor {
  background-color: #fff;
}
.centered-hero.white .centered-hero__eyebrowText,
.centered-hero.white .centered-hero__title,
.centered-hero.white .centered-hero__text, .centered-hero.light_gray .centered-hero__eyebrowText,
.centered-hero.light_gray .centered-hero__title,
.centered-hero.light_gray .centered-hero__text {
  color: #222a3f;
}
.centered-hero.white .link[data-variant=cta-button] a, .centered-hero.light_gray .link[data-variant=cta-button] a {
  background-color: #1a497f;
}
.centered-hero.white .link[data-variant=cta-button] a:hover, .centered-hero.light_gray .link[data-variant=cta-button] a:hover {
  color: #fff;
  background-color: #03a4dc;
}
.centered-hero.light_gray .centered-hero__backgroundColor {
  background-color: #f3f8ff;
}
.centered-hero.light_blue .centered-hero__backgroundColor {
  background-color: #03a4dc;
}
.centered-hero.light_blue .centered-hero__eyebrowText {
  color: #1a497f;
}
.centered-hero.light_blue .centered-hero__title,
.centered-hero.light_blue .centered-hero__text {
  color: #fff;
}
.centered-hero.light_blue .link[data-variant=cta-button] a {
  background-color: #1a497f;
}
.centered-hero.light_blue .link[data-variant=cta-button] a:hover {
  color: #222a3f;
  background-color: #fff;
}
.centered-hero.dark_blue .centered-hero__backgroundColor {
  background-color: #1a497f;
}
.centered-hero.dark_blue .centered-hero__eyebrowText {
  color: #acb9c8;
}
.centered-hero.dark_blue .centered-hero__title,
.centered-hero.dark_blue .centered-hero__text {
  color: #fff;
}
.centered-hero.dark_blue .link[data-variant=cta-button] a {
  background-color: #03a4dc;
}
.centered-hero.dark_blue .link[data-variant=cta-button] a:hover {
  color: #222a3f;
  background-color: #fff;
}
.centered-hero.flow-states.centered-hero .centered-hero__background {
  margin-top: 6.25rem;
}
@media (max-width: 991.98px) {
  .centered-hero.flow-states.centered-hero .centered-hero__background {
    visibility: hidden;
  }
}
.centered-hero.flow-states.centered-hero .spacer {
  margin: 2.5rem 0;
}
.centered-hero.flow-states.centered-hero .centered-hero__title {
  color: #222a3f;
}
.centered-hero.flow-states.centered-hero .centered-hero__text {
  font-size: 1.25rem;
  color: #222a3f;
  margin-bottom: 2.5rem;
  line-height: 1.875rem;
}
.centered-hero.flow-states.centered-hero .link[data-variant=cta-button] a {
  background-color: #03a4dc;
}
.centered-hero.flow-states.centered-hero .link[data-variant=cta-button] a:hover {
  background-color: #1a497f;
  color: #fff;
}.attachFiles {
  position: relative;
}
.attachFiles .dropZone {
  background-color: rgba(242, 249, 252, 0.25);
  border: dashed 0.125rem #acb9c8;
  border-radius: 0.25rem;
  padding: 0.875rem;
  margin-bottom: 0.875rem;
}
.attachFiles .dropZone.active {
  border-color: #222a3f;
}
.attachFiles .dropZone button.btn-text .btn-label {
  color: #03a4dc;
}
.contact-us .attachFiles .dropZone button.btn-text .btn-label {
  color: #222a3f;
}
.contact-us .attachFiles .dropZone {
  border-color: rgba(242, 249, 252, 0.6);
}
.attachFiles .attachedFile {
  display: inline-block;
  line-height: 1;
  background-color: #d1e0e5;
  color: #222a3f;
  padding: 0.75rem;
  border-radius: 0;
  text-decoration: none;
  margin: 0 0.75rem 0.75rem 0;
}
.contact-us .attachFiles .error {
  color: #222a3f;
  font-weight: 600;
}
.attachFiles .attach-message {
  color: #686d7b;
  text-align: center;
}
.contact-us .attachFiles .attach-message {
  color: #fff;
}
.attachFiles [data-error=too-many-files] + [data-error=too-many-files] {
  display: none;
}.select .select-display.select-display-sm .select-value {
  font-size: 0.8rem;
  padding-right: 0.4rem;
}
.select .select-display:focus {
  background-color: #fff;
  border: 1px solid #d1e0e5;
  box-shadow: 0 0 5px rgba(34, 42, 63, 0.15);
}
.select.has-value .select-display {
  background-color: #fff;
  border: 2px solid #d1e0e5;
}
.select.has-errors label {
  color: #f04c34;
}
.select.has-errors .select-display {
  color: #f04c34;
  border: 2px solid #f04c34;
}
.select.has-errors .select-display:focus {
  border: 2px solid #f04c34;
  box-shadow: 0 0 5px rgba(240, 76, 52, 0.2);
}
.has-blue-bg .select.has-errors .select-display {
  border-color: #222a3f;
}
.has-blue-bg .select.has-errors .select-display:focus {
  border-color: #222a3f;
}
.select .select-option {
  padding: 0.4rem 1.5rem;
  box-sizing: border-box;
  text-align: left;
}
.select .select-option:hover {
  background-color: #1a497f;
  color: #fff;
}
.select .select-errors {
  color: #f04c34;
  text-align: left;
  align-self: flex-start;
  font-size: 0.75rem;
  padding-top: 0.25rem;
}
.has-blue-bg .select .select-errors {
  color: #222a3f;
}
.select .chevron-icon {
  color: #686d7b;
  position: absolute;
  right: 1rem;
  top: 2rem;
  margin-top: -0.5rem;
  pointer-events: none;
}

.select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 1.6rem 0;
  cursor: pointer;
}

.select .select-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*For IE -- need to verify in EDGE */
}
.select .select-display select::-ms-expand {
  display: none;
}
.select .select-display {
  background-color: #f3f8ff;
  height: 3.5rem;
  border: none;
  border-radius: 0.3rem;
  box-sizing: border-box;
  padding: 1rem 2.25rem 0 1.375rem;
  transition: padding-top 44ms ease-in-out;
}
.select .select-display:disabled {
  background-color: #f0f2f4;
  opacity: 1;
  border-color: #f0f2f4;
  font-weight: 600;
  color: #686d7b;
  cursor: not-allowed;
}
.select .select-display:disabled + .chevron-icon {
  opacity: 1;
}
.has-blue-bg .select .select-display:focus, .select .has-blue-bg .select-display:focus {
  box-shadow: 0 0 5px #1a497f;
}

.select .select-display-text {
  position: absolute;
  width: 100%;
  padding-top: 1rem;
  color: #686d7b;
}
.has-blue-bg .select .select-display-text, .select .has-blue-bg .select-display-text {
  z-index: 1;
}

.select .select-placeholder {
  font-weight: 700;
  pointer-events: none;
  opacity: 1;
  position: absolute;
  transition: top 44ms ease-in-out, font-size 44ms ease-in-out;
  font-size: 1rem;
  top: 1rem;
  left: 24px;
}

.select.has-value .select-placeholder {
  top: 0.6rem;
  font-size: 0.75rem;
  opacity: 1;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.0225rem;
  transition: top 44ms ease-in-out, font-size 44ms ease-in-out;
}

.select.has-value .select-value {
  position: relative;
  top: 0.6rem;
  left: -2px;
  line-height: 1;
}
.loading-message {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

.loading-message-text {
  color: #686d7b;
  position: relative;
}
.loading-message-text:after {
  animation: ellipsis steps(4, end) 800ms infinite;
  content: "…";
  display: inline-block;
  overflow: hidden;
  position: absolute;
  vertical-align: bottom;
  width: 0;
}

@keyframes ellipsis {
  to {
    width: 1em;
  }
}.contact-us {
  border-radius: 20px;
  background: #03a4dc;
  padding: 5rem 0 0;
  margin-bottom: 8rem;
}
@media (max-width: 991.98px) {
  .contact-us {
    padding: 2rem 1rem;
  }
}
@media (max-width: 575.98px) {
  .contact-us {
    margin-bottom: 4rem;
  }
}
.contact-us .contact-us-eyebrow-text {
  color: #fff;
}
@media (max-width: 991.98px) {
  .contact-us .contact-us-eyebrow-text {
    text-align: center;
  }
}
.contact-us .contact-us--form-container {
  margin-bottom: 2rem;
}
.contact-us .contact-us--form-container .text-input:focus,
.contact-us .contact-us--form-container .select-display:focus {
  box-shadow: none;
}
.contact-us .contact-us--form-container .btn-primary[disabled] {
  opacity: 1;
}
.contact-us .contact-us--form-container .btn-primary:not([disabled]) {
  color: #fff;
  background-color: #222a3f;
  border-color: transparent;
}
.contact-us .contact-us--form-container .btn-primary:not([disabled]):hover {
  background-color: #1a497f;
  border-color: transparent;
}
.contact-us .contact-us--form-container .link a {
  text-decoration: underline;
}
.contact-us .contact-us--form-container .link a:hover {
  color: #1a497f;
}
.contact-us .contact-us-title {
  position: relative;
}
.contact-us .contact-us-title::before {
  content: "";
  width: 3.75rem;
  height: 0.25rem;
  background: #5cc4ed;
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  .contact-us .contact-us-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact-us .contact-us-follow-up {
  color: #fff;
  padding: 2.5rem 0 12rem;
}
@media (max-width: 991.98px) {
  .contact-us .contact-us-follow-up {
    padding: 2rem 0;
  }
}
.contact-us .contact-us-image-container {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.contact-us .contact-us-image-container .gatsby-image-wrapper {
  bottom: -4rem;
  left: 3.5rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .contact-us .contact-us-image-container .gatsby-image-wrapper {
    left: 0;
    width: auto;
  }
}
.contact-us .form-control {
  font-weight: 700;
  color: #686d7b;
}
.contact-us p.message-label {
  font-weight: 700;
}.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.cta-stack a,
.cta-stack .link {
  color: #03a4dc;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.cta-stack a:hover,
.cta-stack .link:hover {
  color: #1a497f;
  text-decoration: underline;
}
.dark_blue .cta-stack a:hover, .dark .cta-stack a:hover,
.dark_blue .cta-stack .link:hover,
.dark .cta-stack .link:hover {
  color: #fff;
  text-decoration: underline;
}
.cta-stack .cta {
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.cta-stack button {
  background: none;
  border: none;
  font-weight: 700;
}
.cta-stack button[disabled] {
  color: #686d7b !important;
  font-weight: 400;
}.how-it-works .how-it-works-content-blocks :last-child .content-block {
  margin-bottom: 0;
}
.how-it-works.alice-blue-tint {
  background-color: #f2f9fc;
  margin-top: -4rem;
  padding-top: 4rem;
}

.how-it-works .how-it-works-header {
  padding: 0 0 4rem 0;
  box-sizing: border-box;
}
.how-it-works .how-it-works-header .eyebrow-text {
  color: #9caaba;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.how-it-works .how-it-works-header .title {
  text-align: center;
}

.how-it-works .how-it-works-content-blocks .content-block {
  margin-bottom: 3rem;
}
.how-it-works .how-it-works-content-blocks .content-block .content-block-typography {
  color: #222a3f;
  box-sizing: border-box;
}
.how-it-works .how-it-works-content-blocks .content-block .content-block-typography .content-block-title {
  margin-bottom: 0.6rem;
}
.how-it-works .how-it-works-content-blocks .content-block .content-block-typography .content-block-text {
  text-align: center;
}
@media (max-width: 991.98px) {
  .how-it-works .how-it-works-content-blocks .content-block .gatsby-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    display: block;
  }
}

.how-it-works .how-it-works-header .how-it-works-cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}.container-fluid.feature-highlight {
  border-radius: 1rem;
  padding: 5.5rem 0;
}
@media (max-width: 991.98px) {
  .container-fluid.feature-highlight {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0 1.5rem;
    border-radius: 0;
    overflow: hidden;
  }
  .container-fluid.feature-highlight.cerulean, .container-fluid.feature-highlight.dark {
    padding: 3rem 1.5rem;
  }
}
.container-fluid.feature-highlight.cerulean {
  background-color: #03a4dc;
  color: #fff;
}
.container-fluid.feature-highlight.cerulean .featured-highlight-eyebrow-text {
  color: #fff;
}
.container-fluid.feature-highlight.cerulean .featured-highlight-item::before {
  background: #fff;
}
.container-fluid.feature-highlight.dark {
  background-color: #222a3f;
  color: #fff;
}
.container-fluid.feature-highlight.dark .featured-highlight-eyebrow-text,
.container-fluid.feature-highlight.dark .featured-highlight-header-text,
.container-fluid.feature-highlight.dark .featured-highlight-description,
.container-fluid.feature-highlight.dark .featured-highlight-item {
  color: #fff;
}
.container-fluid.feature-highlight.dark .featured-highlight-item::before {
  background: #fff;
}
.container-fluid.feature-highlight .featured-highlight-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.container-fluid.feature-highlight .featured-highlight-image-container,
.container-fluid.feature-highlight .featured-highlight-content {
  width: 50%;
}
@media (max-width: 991.98px) {
  .container-fluid.feature-highlight .featured-highlight-image-container,
  .container-fluid.feature-highlight .featured-highlight-content {
    width: 100%;
  }
}
.container-fluid.feature-highlight .featured-highlight-image-container {
  padding-right: 4rem;
}
@media (max-width: 991.98px) {
  .container-fluid.feature-highlight .featured-highlight-image-container {
    padding-right: 0;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.container-fluid.feature-highlight .featured-highlight-image-container.right {
  padding-right: 0;
  padding-left: 4rem;
  order: 1;
}
@media (max-width: 991.98px) {
  .container-fluid.feature-highlight .featured-highlight-image-container.right {
    padding-left: 0;
    order: 0;
  }
}
.container-fluid.feature-highlight .featured-highlight-content {
  padding-right: 4rem;
}
@media (max-width: 991.98px) {
  .container-fluid.feature-highlight .featured-highlight-content {
    padding: 0 1rem;
  }
}
.container-fluid.feature-highlight .featured-highlight-eyebrow-text {
  text-transform: uppercase;
  color: #acb9c8;
}
.container-fluid.feature-highlight .featured-highlight-header-text {
  margin-bottom: 1.5rem;
}
.container-fluid.feature-highlight .featured-highlight-description,
.container-fluid.feature-highlight .featured-highlight-highlights {
  color: #222a3f;
}
.container-fluid.feature-highlight .featured-highlight-description {
  font-size: 1.25rem;
}
.container-fluid.feature-highlight .featured-highlight-highlights {
  font-size: 1.125rem;
  list-style-type: none;
  padding-left: 0;
}
.container-fluid.feature-highlight .featured-highlight-item {
  font-size: 1.125rem;
  line-height: 1.4rem;
  padding-left: 2.5rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .container-fluid.feature-highlight .featured-highlight-item {
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}
.container-fluid.feature-highlight .featured-highlight-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  background: #03a4dc;
  border-radius: 0px 1rem 1rem 0px;
}
.container-fluid.feature-highlight .featured-highlight-item + .featured-highlight-item {
  margin-top: 1rem;
}.smoke:not(.has-background-image):before {
  background: #fff;
  background: linear-gradient(180deg, #f0f2f4 0%, #fff 100%);
  content: "";
  height: 100%;
  margin-left: -30px;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
}
@media (min-width: 1440px) {
  .smoke:not(.has-background-image):before {
    margin-left: 0;
    left: calc(1390px / 2 - 50vw);
    width: 100vw;
  }
}
.smoke {
  color: #9caaba;
}.frequently-asked-questions {
  padding-top: 8rem;
}
@media (max-width: 991.98px) {
  .frequently-asked-questions {
    padding-top: 4rem;
  }
}
.frequently-asked-questions .faq-subhead {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .frequently-asked-questions .faq-subhead {
    margin-bottom: 0.75rem;
  }
}
.frequently-asked-questions .faq-header {
  text-align: center;
  color: #222a3f;
  letter-spacing: -1px;
  padding-bottom: 2rem;
}
.frequently-asked-questions .question-wrapper {
  background: white;
  padding: 2rem;
  border-radius: 2rem;
}
.frequently-asked-questions .question-wrapper + .question-wrapper {
  margin-top: 1.5rem;
}
.frequently-asked-questions .question-wrapper[open] {
  box-shadow: 0 5px 20px 0 rgba(32, 42, 63, 0.15);
}
.frequently-asked-questions .question-wrapper[open] .chevron-icon {
  transform: rotate(90deg);
}
.frequently-asked-questions summary {
  list-style: none;
  outline: none;
}
.frequently-asked-questions summary::-webkit-details-marker {
  display: none;
}
.frequently-asked-questions .question-query {
  display: flex;
  color: #222a3f;
  font-size: 1.5rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  .frequently-asked-questions .question-query {
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.125rem;
  }
}
.frequently-asked-questions .question-query .faq-icon,
.frequently-asked-questions .question-query .chevron-icon {
  color: #03a4dc;
}
.frequently-asked-questions .faq-icon {
  width: 2.25rem;
}
@media (max-width: 991.98px) {
  .frequently-asked-questions .faq-icon {
    width: 2rem;
  }
}
.frequently-asked-questions .faq-icon svg {
  max-width: 100%;
}
.frequently-asked-questions .query-text {
  flex-grow: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991.98px) {
  .frequently-asked-questions .query-text {
    order: 1;
    width: 100%;
    padding: 1rem 0;
    line-height: 1.625rem;
  }
}
.frequently-asked-questions .question-answer {
  font-size: 1.125rem;
  padding-left: 3.25rem;
  color: #686d7b;
}
@media (max-width: 991.98px) {
  .frequently-asked-questions .question-answer {
    padding-left: 0;
    font-size: inherit;
  }
}.dashboard-cta-block {
  background-color: #03a4dc;
  border-radius: 10px;
  transition: box-shadow 0.5s;
  box-shadow: 0 0 0 0 rgba(34, 42, 63, 0.3);
  margin-top: 2.5rem;
  margin-bottom: 0.88rem;
}
@media (min-width: 768px) {
  .dashboard-cta-block {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .dashboard-cta-block.open {
    box-shadow: 0 10px 20px 0 rgba(34, 42, 63, 0.3);
  }
}
.dashboard-cta-block__icon {
  background-color: #5cc4ed;
  border-radius: 48px;
  color: #222a3f;
  float: left;
  padding: 14px;
  margin-right: 1rem;
  width: 48px;
  height: 48px;
}
.dashboard-cta-block__icon img {
  display: block;
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .dashboard-cta-block__icon img {
    width: 24px;
    height: 24px;
  }
}
.dashboard-cta-block__icon {
  margin-left: -5rem;
}
.dashboard-cta-block__header {
  color: #fff;
}
.dashboard-cta-block__content {
  margin-left: 5rem;
}
.dashboard-cta-block__title {
  color: #fff;
}
.dashboard-cta-block__body {
  margin-left: 0;
  transition: max-height 0.5s, padding-bottom 0.25s;
}
@media (max-width: 991.98px) {
  .dashboard-cta-block__body {
    overflow: hidden;
  }
  .dashboard-cta-block__body.closed {
    padding-bottom: 0px;
    max-height: 0;
  }
}
.dashboard-cta-block__body-text {
  font-size: 1.125rem;
}
.dashboard-cta-block__ctas .btn {
  border-width: 2px;
  padding: 12px 24px;
}
.dashboard-cta-block.mobile-cta-block {
  cursor: pointer;
  padding-block: 13px;
  padding-inline: 22px;
}
.dashboard-cta-block.mobile-cta-block .dashboard-cta-block__title {
  margin: 0 !important;
  font-size: 1.25rem;
}
.dashboard-cta-block .mobile-icon {
  height: 34px;
  width: 34px;
  padding: 10px;
}
.dashboard-cta-block .mobile-icon > img {
  height: 17px;
  width: 17px;
}.input-error {
  align-items: center;
  background-color: #fef5f1;
  border: 0.125rem solid rgba(237, 113, 95, 0.24);
  border-radius: 0.75rem;
  box-shadow: 0 1.375rem 14.8125rem rgba(26, 73, 127, 0.04), 0 0.5744rem 6.1883rem rgba(26, 73, 127, 0.02), 0 0.3071rem 3.3086rem rgba(26, 73, 127, 0.01), 0 0.1722rem 1.8548rem rgba(26, 73, 127, 0.01), 0 0.0914rem 0.9851rem rgba(26, 73, 127, 0.01), 0 0.0381rem 0.4099rem rgba(26, 73, 127, 0.01);
  color: #222a3f;
  display: flex;
  flex-direction: row;
  left: 1rem;
  padding: 1rem;
  position: absolute;
  right: 1rem;
  top: 3.7rem;
  z-index: 2;
}
.input-error svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.input-error svg g > path {
  fill: #9e3529;
}
.input-error .input-error__message__text {
  font-size: 1rem;
  letter-spacing: 0.005rem;
  margin: 0;
  line-height: 1.5rem;
}.discount-link {
  color: #03a4dc;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  text-decoration-line: underline;
}
.discount-link:hover {
  color: #222a3f;
  cursor: pointer;
}

.birdi-select-header {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #222a3f;
}

.birdi-select-note {
  position: relative;
  top: 2.5rem;
}.rbt .rbt-input-main::-ms-clear {
  display: none;
}

/**
 * Menu
 */
.rbt-menu {
  margin-bottom: 2px;
}
.rbt-menu > .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.rbt-menu > .dropdown-item:focus {
  outline: none;
}
.rbt-menu-pagination-option {
  text-align: center;
}

/**
 * Multi-select Input
 */
.rbt-input-multi {
  cursor: text;
  overflow: hidden;
  position: relative;
}
.rbt-input-multi.focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}
.rbt-input-multi.form-control {
  height: auto;
}
.rbt-input-multi.disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.rbt-input-multi.is-invalid.focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.rbt-input-multi.is-valid.focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.rbt-input-multi input::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.rbt-input-multi input:-ms-input-placeholder {
  color: #6c757d;
}
.rbt-input-multi input::-webkit-input-placeholder {
  color: #6c757d;
}
.rbt-input-multi .rbt-input-wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4px;
  margin-top: -1px;
  overflow: hidden;
}
.rbt-input-multi .rbt-input-main {
  margin: 1px 0 4px;
}

/**
 * Close Button
 */
.rbt-close {
  z-index: 1;
}
.rbt-close-lg {
  font-size: 1.5rem;
}

/**
 * Token
 */
.rbt-token {
  background-color: #e7f4ff;
  border: 0;
  border-radius: 0.25rem;
  color: #007bff;
  display: inline-flex;
  line-height: 1rem;
  margin: 1px 3px 2px 0;
}
.rbt-token .rbt-token-label {
  padding: 0.25rem 0.5rem;
}
.rbt-token .rbt-token-label:not(:last-child) {
  padding-right: 0.25rem;
}
.rbt-token-disabled {
  background-color: rgba(0, 0, 0, 0.1);
  color: #495057;
  pointer-events: none;
}
.rbt-token-removeable {
  cursor: pointer;
}
.rbt-token-active {
  background-color: #007bff;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.rbt-token .rbt-token-remove-button {
  background-image: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  box-shadow: none;
  color: inherit;
  display: flex;
  justify-content: center;
  font-size: inherit;
  font-weight: normal;
  opacity: 1;
  outline: none;
  padding: 0.25rem 0.5rem;
  padding-left: 0;
  text-shadow: none;
}
.rbt-token .rbt-token-remove-button .rbt-close-content {
  display: block;
}

/**
 * Loader + CloseButton container
 */
.rbt-aux {
  align-items: center;
  display: flex;
  bottom: 0;
  justify-content: center;
  pointer-events: none;
  /* Don't block clicks on the input */
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.rbt-aux-lg {
  width: 3rem;
}
.rbt-aux .rbt-close {
  margin-top: -0.25rem;
  pointer-events: auto;
  /* Override pointer-events: none; above */
}

.has-aux .form-control {
  padding-right: 2rem;
}
.has-aux .form-control.is-valid, .has-aux .form-control.is-invalid {
  background-position: right 2rem center;
  padding-right: 4rem;
}

.rbt-highlight-text {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
}

/**
 * Input Groups
 */
.input-group > .rbt {
  flex: 1;
}
.input-group > .rbt .rbt-input-hint, .input-group > .rbt .rbt-aux {
  z-index: 5;
}
.input-group > .rbt:not(:first-child) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .rbt:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}.text .text-input-container .text-label.has-value {
  top: 8px;
  transition: bottom 44ms ease-in-out, font-size 44ms ease-in-out, padding-top 44ms ease-in-out;
  font-size: 0.8rem;
  opacity: 1;
  font-weight: 300;
}
.text .text-input-container .rbt-input:not([value=""]) {
  background-color: #fff;
  border: 2px solid #d1e0e5;
  padding-top: 1rem;
  transition: padding-top 44ms ease-in-out;
}
.text .text-input-container .rbt-input.focus {
  background-color: #fff;
}
.text .text-input-container .rbt-input-hint {
  padding-top: 1rem !important;
  text-transform: uppercase;
}
.text .text-input-container .rbt-menu > .dropdown-item {
  text-transform: uppercase;
}.drug-lookup {
  position: relative;
}
.drug-lookup #drugName {
  text-transform: uppercase;
}
.drug-lookup .drug-list {
  top: calc(1.5em + 0.75rem + 2px);
  width: 100%;
  position: absolute;
  background-color: #fff;
  min-width: 10rem;
  padding: 0.75rem 0;
  z-index: 999;
  margin-top: 1rem;
  border-color: #d1e0e5;
  border-style: solid;
  border-width: 0 2px 2px;
  border-radius: 0 2px 2px 0;
}
.drug-lookup .drug-list .drug {
  list-style-type: none;
  padding: 0 1rem;
}
.drug-lookup .drug-list .drug button {
  margin: 0;
  padding: 0;
  width: 100%;
}
.drug-lookup .drug-list .drug button.btn-text {
  text-align: left;
  text-decoration: none;
}
.drug-lookup .drug-list .drug button.btn-text .btn-label {
  text-decoration: none;
  text-transform: uppercase;
}
.drug-lookup .drug-list .drug:hover {
  background-color: #f0f2f4;
}
.drug-lookup .drug-list .drug.active {
  background-color: #f0f2f4;
}
.drug-lookup.focused .drug-list {
  border: 1px solid #d1e0e5;
  border-top: 0;
  box-shadow: 0 8px 8px #d6e7ff;
}
.has-blue-bg .drug-lookup.focused .drug-list {
  box-shadow: 0 8px 8px #1a497f;
}
.drug-lookup > .text-input-container {
  overflow: visible;
}.drug-price-info-card {
  margin: 2rem 0 3rem 0;
}
@media (max-width: 991.98px) {
  .drug-price-info-card {
    margin: 1rem 0 2rem 0;
  }
}
.drug-price-info-card .view-price-information-link .btn {
  color: #03a4dc;
  padding: 0;
}
.drug-price-info-card .view-price-information-link .btn:focus {
  box-shadow: none;
}
.drug-price-info-card .view-price-information-link .btn .btn-label {
  text-decoration: none;
  float: left;
}
.drug-price-info-card .view-price-information-link .btn .btn-label:hover {
  text-decoration: underline;
}
.drug-price-info-card .info-card-container {
  background-color: #f2f9fc;
  border-radius: 0.5rem;
  border: 0.063rem solid #d6e7ff;
  color: #222a3f;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  position: relative;
}
.drug-price-info-card .info-card-container .header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3rem;
  align-self: stretch;
}
.drug-price-info-card .info-card-container .header .title {
  flex: 1 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.drug-price-info-card .info-card-container .header .close {
  background-color: transparent;
  padding: 0;
  border: 0;
  height: 1.5rem;
  width: 1.5rem;
}
.drug-price-info-card .info-card-container .price {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.015rem;
}
.drug-price-info-card .info-card-container .price span {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.023rem;
}
.drug-price-info-card .info-card-container .drug-details-container {
  display: flex;
  gap: 0.938rem;
}
@media (max-width: 991.98px) {
  .drug-price-info-card .info-card-container .drug-details-container {
    flex-direction: row;
  }
  .drug-price-info-card .info-card-container .drug-details-container .price {
    margin-left: auto;
  }
}
.drug-price-info-card .info-card-container .drug-details-container .drug-name-and-prescription {
  flex: 1;
}
.drug-price-info-card .info-card-container .drug-details-container .drug-name-and-prescription .drug-name {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.drug-price-info-card .info-card-container .drug-details-container .drug-name-and-prescription .drug-name-badge {
  min-height: 1.875rem;
  margin-left: 0.438rem;
  display: inline-block;
}
.drug-price-info-card .info-card-container .drug-details-container .drug-name-and-prescription .drug-name-badge svg {
  margin-top: -0.5rem;
  border-radius: 1.667rem;
  border: 0.063rem solid #d1e0e5;
  background-color: #ffffff;
}
.drug-price-info-card .info-card-container .drug-details-container .drug-name-and-prescription .drug-name-badge svg rect {
  fill: #ffffff;
}
@media (max-width: 991.98px) {
  .drug-price-info-card .info-card-container .drug-details-container .drug-name-and-prescription .drug-name-badge svg {
    margin-top: -0.25rem;
  }
}
.drug-price-info-card .info-card-container .drug-details-container .drug-name-and-prescription .prescription-details {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.0225rem;
  gap: 0.375rem;
}
.drug-price-info-card .info-card-container .drug-details-container .drug-name-and-prescription .prescription-details > div:not(:first-child)::before {
  background-color: #acb9c8;
  bottom: 0.188rem;
  border-radius: 0.25rem;
  content: "";
  display: inline-block;
  height: 0.25rem;
  margin-right: 0.375rem;
  position: relative;
  width: 0.25rem;
}
.drug-price-info-card .info-card-container .foot-notes {
  display: inline;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.008rem;
}
.drug-price-info-card .info-card-container .foot-notes sup {
  color: #3c4c60;
  font-size: 0.75rem;
  top: 0;
}.drug-lookup-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.drug-lookup-form .form-instructions,
.drug-lookup-form .select,
.drug-lookup-form .text {
  margin: 0;
}
@media (max-width: 991.98px) {
  .drug-lookup-form #strength {
    margin-bottom: 1rem;
  }
}
.drug-lookup-form .DrugLookup {
  position: relative;
}.drug-info {
  margin-left: 2rem;
}
.drug-info__section-title {
  position: relative;
  margin-bottom: 2.25rem;
  margin-top: 3.25rem;
}
.drug-info__section-title:before {
  display: block;
  content: "";
  background-color: #03a4dc;
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.drug-info__section-title:after {
  background-color: #d2dae4;
  content: "";
  display: block;
  height: 1px;
  left: -2rem;
  position: relative;
  top: 1.25rem;
  width: calc(100% + 2rem);
}
.drug-info__info {
  color: #686d7b;
  overflow-wrap: break-word;
}
.drug-info__info b {
  color: #222a3f;
}
.drug-info__info table {
  border: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.drug-info__info table ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
}
.drug-info__info table ul li + li {
  margin-top: 0.5rem;
}
.drug-info__info > br {
  display: none;
}
.drug-info__info > span.normalFont > div {
  margin-bottom: 0.5rem;
}.get-birdi-price {
  border-radius: 20px;
  background: #03a4dc;
  padding: 5rem 0 0;
  margin-bottom: 8rem;
}
@media (max-width: 991.98px) {
  .get-birdi-price {
    padding: 2rem 1rem;
  }
}
@media (max-width: 575.98px) {
  .get-birdi-price {
    margin-bottom: 4rem;
  }
}
.get-birdi-price .spacer {
  background-color: #5cc4ed;
}
.get-birdi-price-subtitle {
  color: #fff;
  position: relative;
}
.get-birdi-price-link[data-variant=underline] {
  color: #fff;
}
.get-birdi-price-link[data-variant=underline] > a {
  color: #fff;
}
.get-birdi-price-link[data-variant=underline] > a:hover {
  color: #222a3f;
}
.get-birdi-price-link[data-variant=underline]:hover {
  color: #222a3f;
}
.get-birdi-price-form-container {
  margin-bottom: 2rem;
}
.get-birdi-price-form-container .text-input:focus,
.get-birdi-price-form-container .select-display:focus {
  box-shadow: none;
}
.get-birdi-price-form-container .btn-primary[disabled] {
  opacity: 1;
}
.get-birdi-price-form-container .btn-primary:not([disabled]) {
  color: #fff;
  background-color: #222a3f;
  border-color: transparent;
}
.get-birdi-price-form-container .btn-primary:not([disabled]):hover {
  background-color: #1a497f;
  border-color: transparent;
}
.get-birdi-price-form-container .link a {
  text-decoration: underline;
}
.get-birdi-price-form-container .link a:hover {
  color: #1a497f;
}
.get-birdi-price-title {
  position: relative;
}
@media (max-width: 991.98px) {
  .get-birdi-price-image-container {
    display: none;
  }
}
.get-birdi-price-image-container {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.get-birdi-price-image-container .gatsby-image-wrapper {
  bottom: -4rem;
  left: 3.5rem;
  width: 100%;
}
.get-birdi-price-results-title {
  color: #222a3f;
  border-bottom: 1px solid #d2dae4;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  position: relative;
}
.get-birdi-price-results-title:before {
  display: block;
  content: "";
  background-color: #03a4dc;
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.get-birdi-price-results-price-title {
  border-bottom: 1px solid #d2dae4;
  margin-bottom: 1.5rem;
}
.get-birdi-price-results-name {
  flex-wrap: wrap;
}
.get-birdi-price-results-name > div:first-child {
  padding-right: 2rem;
}
.get-birdi-price-results-meta {
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.get-birdi-price-results-meta > div:first-child {
  padding-right: 2rem;
}
.get-birdi-price-results-details > span {
  margin-left: 1.5rem;
}
.get-birdi-price-results-details > span:first-child {
  margin-left: 0;
}
.get-birdi-price-results-details > span:first-child:before {
  display: none;
}
.get-birdi-price-results-details > span:before {
  background-color: #acb9c8;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  right: 0.75rem;
  top: -3px;
  width: 4px;
}.icon-grid {
  font-family: "haboro-soft", sans-serif, system-ui;
  padding-top: 72px;
}
.icon-grid.dark_blue {
  background-color: #1a497f;
  color: white;
}
.icon-grid.dark_blue .eyebrow-text {
  color: #acb9c8;
}
.icon-grid.light_blue {
  background-color: #03a4dc;
  color: white;
}
.icon-grid.light_blue .eyebrow-text {
  color: white;
}
.icon-grid.light_blue .grid-icon .body-text {
  color: #222A3F;
}
.icon-grid__header .eyebrow-text {
  color: #acb9c8;
}
.icon-grid__header .body {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .icon-grid__header .body {
    font-size: 1.1rem;
  }
}
.icon-grid__grid-icons .grid-icon {
  margin-bottom: 2.2rem;
}
.icon-grid__grid-icons__center {
  margin-bottom: -100px;
}
@media (min-width: 992px) {
  .icon-grid__grid-icons__center {
    margin-bottom: -156px;
  }
}
.icon-grid__grid-icons__center {
  order: 1;
}
.icon-grid {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .icon-grid {
    margin-bottom: 156px;
  }
}.grid-icon__icon {
  max-width: 95px;
}.list-icon__icon {
  max-width: 4rem;
  margin: 0 auto 1rem;
}
.list-icon__icon img {
  width: 100%;
}
.list-icon__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.463rem;
  margin-bottom: 0.25rem;
}
.list-icon p {
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}.icon-list {
  margin-left: -15px;
  margin-right: -15px;
}
.icon-list__container {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
  padding-top: 4.25rem;
  background-color: #fff;
  position: relative;
  color: #222a3f;
  text-align: center;
  align-items: center;
}
.icon-list__header {
  text-align: center;
}
.icon-list__header__eyebrowText {
  color: #03a4dc;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 576px) {
  .icon-list__header__eyebrowText {
    font-size: 1.125rem;
  }
}
.icon-list__header__title {
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.65rem;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (min-width: 576px) {
  .icon-list__header__title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}
.icon-list__header__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.icon-list__custom-justify {
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .icon-list__custom-justify {
    justify-content: center;
  }
}
.icon-list .backgroundImage {
  position: static;
}
.icon-list .backgroundImage.header-background .bkgImage {
  width: 100vw;
  background-position: center right 20%;
}
@media (min-width: 1440px) {
  .icon-list .backgroundImage.header-background .bkgImage {
    left: calc(1390px / 2 - 50vw);
  }
}
.icon-list .tabbed-options__tabs {
  display: flex;
  font-weight: 700;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 5rem;
  border: #acb9c8 1px solid;
  width: 100%;
  height: auto;
  padding: 0.5rem;
  cursor: pointer;
  margin-top: 1.25rem;
  list-style-type: none;
  margin-bottom: 0;
  gap: 0.5rem;
}
@media (min-width: 576px) {
  .icon-list .tabbed-options__tabs {
    width: fit-content;
    margin-top: 1.5rem;
  }
}
.icon-list .tabbed-options__tabs--tab {
  padding: 0.5rem 1rem;
  border-radius: 4rem;
  gap: 0.5rem;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 576px) {
  .icon-list .tabbed-options__tabs--tab {
    width: fit-content;
  }
}
.icon-list .tabbed-options__tabs--tab .tab_small {
  font-size: 1rem;
}
.icon-list .tabbed-options__tabs--tabs-container {
  padding: 0 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.icon-list .tabbed-options__tabs--tab-active {
  color: #fff;
  background: #1a497f;
}
.icon-list .tabbed-options__tabs--container {
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .icon-list .tabbed-options__tabs--container {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}.feature-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 22.917rem;
  align-items: center;
}
.feature-card-image img {
  max-width: 16.5rem;
  width: 100%;
  height: 16.5rem;
}
@media (max-width: 991.98px) {
  .feature-card-image img {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.feature-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
}
.feature-card-content h3 {
  font-weight: 600;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: -0.01rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .feature-card-content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.feature-card-content p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #4c5470;
  line-height: 1.5rem;
  text-align: center;
}.section-how-it-works {
  padding: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-how-it-works::before {
  content: " ";
  position: absolute;
  left: -50%;
  top: 0;
  width: calc(100vw + 50%);
  height: 100%;
  z-index: -1;
  background: #f7fbfc;
}
@media (max-width: 991.98px) {
  .section-how-it-works {
    padding: 2rem 1.25rem;
  }
}
.section-how-it-works-header .page-section-header {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
}
.section-how-it-works-header .page-section-header .eyebrow-text,
.section-how-it-works-header .page-section-header .spacer {
  display: none !important;
}
.section-how-it-works-header .page-section-header .title,
.section-how-it-works-header .page-section-header .h2 {
  font-size: 3rem;
  line-height: 3.3rem;
  letter-spacing: -0.01rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991.98px) {
  .section-how-it-works-header .page-section-header .title,
  .section-how-it-works-header .page-section-header .h2 {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}
.section-how-it-works-header .page-section-header .subTitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #4c5470;
  max-width: 40.625rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-how-it-works-header .page-section-header .subTitle {
    max-width: 100%;
  }
}
.section-how-it-works-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .section-how-it-works-cards {
    flex-direction: column;
  }
}@media (max-width: 991.98px) {
  .internal-header {
    margin: 0 -0.75rem 1.5rem;
  }
}
.internal-header .header-background .bkgImage {
  height: 10rem;
  left: -15px;
  width: 100vw;
  position: relative;
}
@media (min-width: 992px) {
  .internal-header .header-background .bkgImage {
    height: 20rem;
  }
}
@media (min-width: 1440px) {
  .internal-header .header-background .bkgImage {
    margin-left: -15px;
    left: calc(1390px / 2 - 50vw);
    width: 100vw;
  }
}
.internal-header .internal-header-text {
  align-items: center;
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  color: #222a3f;
  display: flex;
  flex-direction: column;
  margin-bottom: -4rem;
  padding: 2.5rem 3rem;
  position: relative;
  text-align: center;
  top: -6.563rem;
}
@media (max-width: 991.98px) {
  .internal-header .internal-header-text {
    top: -1rem;
    padding: 3.25rem 1.5rem 1rem;
    margin: 0 -2rem -1rem -2rem;
  }
}
.internal-header .internal-header-text .internal-header-eyebrow {
  text-transform: uppercase;
  color: #03a4dc;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .internal-header .internal-header-text .internal-header-eyebrow {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
}
.internal-header .internal-header-text .internal-header-title {
  font-size: 3rem;
  line-height: 110%;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .internal-header .internal-header-text .internal-header-title {
    font-size: 2.25rem;
    line-height: 2.475rem;
  }
}
.internal-header .internal-header-text .spacer {
  margin: 1.25rem 0;
}
.internal-header .internal-header-text .internal-header-body {
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .internal-header .internal-header-text .internal-header-body {
    padding-inline: 0.5rem;
  }
}
.internal-header.blue-background .internal-header-text {
  background-color: #1a497f;
  border-radius: 1rem;
}
.internal-header.blue-background .internal-header-text .internal-header-eyebrow {
  color: #03a4dc;
}
.internal-header.blue-background .internal-header-text .internal-header-title {
  color: #fff;
}
.internal-header.blue-background .internal-header-text .spacer {
  background-color: #acb9c8;
  margin-bottom: 0;
}
.internal-header.blue-background .internal-header-text .internal-header-body {
  color: #fff;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.internal-header.blue-background .internal-header-text .internal-header-body a {
  color: #fff;
  text-decoration: underline;
}
.internal-header.blue-background .internal-header-text .internal-header-body a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .internal-header.blue-background .internal-header-text {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .internal-header.blue-background .internal-header-text {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}.hero.break-out-overlap {
  padding-top: 4rem;
  background-color: #f2f9fc;
}
.hero.break-out-overlap .hero-title {
  font-size: 3rem;
  line-height: 3.25rem;
  letter-spacing: 0.01rem;
}
.hero.break-out-overlap .hero-text {
  font-size: 1rem;
  padding-right: 0;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  margin-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .hero.break-out-overlap .hero-image {
    min-height: 24rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 640px) {
  .hero.break-out-overlap .hero-image {
    min-height: 28rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero.break-out-overlap .hero-image {
    min-height: 32rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero.break-out-overlap .hero-image {
    min-height: auto;
  }
}
.hero.break-out-overlap .hero-image {
  padding-right: 0;
}
.hero.break-out-overlap .hero-image .hero-image-container {
  position: absolute;
  width: 150%;
  max-width: 1000px;
}
.hero.disable-cta .link {
  display: none;
}
.hero.medium-hero-left .hero-image-container {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  padding: 0 4rem 0 0;
}
.hero.medium-hero-right .row {
  display: flex;
  flex-direction: row-reverse;
}
.hero.medium-hero-right .hero-image-container {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  padding: 0 0 0 4rem;
}
.hero.medium-hero-large-heading .hero-image-container {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  padding: 0 4rem 0 0;
}
.hero.medium-hero-large-heading .link {
  display: none;
}
.hero.medium-hero-large-heading .hero-content {
  padding: 0 0.5rem 6rem 4rem;
}
.hero.medium-hero-large-heading .hero-content .hero-title {
  font-size: 3.75rem;
  line-height: 4.125rem;
  letter-spacing: 0.01rem;
}
.hero.medium-hero-large-heading .hero-content .hero-text {
  font-size: 1rem;
  padding-right: 0;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  margin-top: 1.2rem;
}
.hero.medium-hero-large-heading .hero-content .hero-eyebrow-text {
  color: #03a4dc;
}
.hero .link[data-variant=cta-button] a {
  background-color: #03a4dc;
}
.hero .link[data-variant=cta-button] a:hover {
  color: #fff;
  background-color: #1a497f;
}
.hero.cerulean {
  background-color: #03a4dc;
  color: #fff;
}
.hero.cerulean .hero-text {
  color: #222a3f;
}
.hero.cerulean .link[data-variant=cta-button] a {
  background-color: #222a3f;
}
.hero.cerulean .link[data-variant=cta-button] a:hover {
  color: #222a3f;
  background-color: #fff;
}
.hero.smoke:not(.has-background-image):before {
  background: #fff;
  background: linear-gradient(180deg, #f0f2f4 0%, #fff 100%);
  content: "";
  height: 100%;
  margin-left: -30px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (min-width: 1440px) {
  .hero.smoke:not(.has-background-image):before {
    margin-left: 0;
    left: calc(1390px / 2 - 50vw);
    width: 100vw;
  }
}
.hero.smoke:not(.has-background-image).top-right-breakout:before {
  top: 3rem;
}
.hero.smoke {
  color: #9caaba;
}
.hero.smoke .hero-title,
.hero.smoke .hero-text {
  color: #222a3f;
}
.hero.has-background-image .hero-eyebrow-text {
  color: #fff;
}
.hero.has-background-image .hero-title,
.hero.has-background-image .hero-text {
  color: #222a3f;
}
.hero.has-background-image .link[data-variant=cta-button] a {
  background-color: #03a4dc;
}
.hero.has-background-image .link[data-variant=cta-button] a:hover {
  color: #fff;
  background-color: #1a497f;
}
.hero.has-background-image .hero-image-container {
  align-items: end;
  display: inline-grid;
}
.hero.dark_blue {
  background-color: #1a497f;
  color: #fff;
}
.hero.dark_blue .link[data-variant=cta-button] a {
  background-color: #03a4dc;
}
.hero.dark_blue .link[data-variant=cta-button] a:hover {
  color: #1a497f;
  background-color: #fff;
}
.hero.bottom-right-breakout {
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .hero.bottom-right-breakout {
    margin-bottom: 4rem;
  }
}
.hero.hero.top-right-breakout {
  margin-top: 3rem;
}
.hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  border-radius: 1rem;
}
.hero br {
  content: " ";
  display: block;
  height: 0.25rem;
}

.hero {
  z-index: 1;
}
.hero :first-child {
  z-index: 2;
}
.hero :last-child {
  z-index: 1;
}

@media (min-width: 992px) {
  .hero .hero-content {
    margin: 4rem 0 0 0;
    padding: 0 2rem 6rem 4rem;
  }
}
@media (max-width: 991.98px) {
  .hero .hero-content {
    padding: 4rem 2rem 2rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .hero .hero-content {
    padding: 2rem 1rem 1rem 1rem;
  }
}

.hero .hero-content .hero-title {
  margin-bottom: 1.2rem;
}

.hero .hero-content .hero-eyebrow-text {
  text-transform: uppercase;
}
.hero .hero-content .dark.hero-eyebrow-text {
  color: #1a497f;
}

.hero .hero-content .hero-text {
  margin-bottom: 2rem;
  padding-right: 4rem;
}
@media (max-width: 767.98px) {
  .hero .hero-content .hero-text {
    padding: 0;
  }
}
.hero .hero-content .hero-text ul {
  margin-left: 0;
  padding-left: 0;
}
.hero .hero-content .hero-text ul li {
  margin-left: 2rem;
  list-style: none;
  position: relative;
  margin-bottom: 0.25rem;
}
.hero .hero-content .hero-text ul li:before {
  background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.5611%203.6582C19.0783%203.6582%2020.4253%204.36835%2021.2723%205.4662C21.9804%206.38412%2022.8382%207.1825%2023.7649%207.89133C24.0784%208.13089%2024.0784%208.5937%2023.7649%208.83326L21.6005%2010.4152C20.8713%2011.227%2020.4033%2012.2237%2020.2094%2013.2865C19.4294%2017.5592%2015.6037%2020.8036%2010.999%2020.8036C7.93634%2020.8036%205.21844%2019.3665%203.51165%2017.1486L1.95827%2018.6036C1.45434%2019.0173%200.701483%2018.9534%200.278775%2018.4617C-0.143933%2017.9691%20-0.0786716%2017.2357%200.425253%2016.8219L5.69476%2012.4349L10.8194%208.16845L13.5402%205.90331L15.1444%204.57837C15.2335%204.50477%2015.3258%204.43558%2015.4205%204.36985L15.4233%204.36794C15.4367%204.35854%2015.45%204.34919%2015.4638%204.34041C16.0304%203.95777%2016.6887%203.71737%2017.3791%203.66561C17.4434%203.66102%2017.5046%203.6582%2017.5611%203.6582Z'%20fill='%231A497F'/%3e%3cpath%20d='M8.82509%205.90494C7.64215%204.55478%205.59773%204.41124%204.23919%205.58296L4.2106%205.60791C2.88643%206.77769%202.75735%208.80387%203.92231%2010.1335L5.74221%2012.3949L10.8157%208.21115L8.82509%205.90494Z'%20fill='%231A497F'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 1.5rem;
  left: -2rem;
  position: absolute;
  width: 1.5rem;
}
@media (min-width: 992px) {
  .hero .hero-content .hero-text ul li:before {
    background-position-y: 0.0625rem;
  }
}

.hero .hero-image .hero-image-container {
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero .hero-image .hero-image-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
.hero .hero-image.top-right {
  justify-content: flex-end;
  align-items: flex-start;
}
.hero .hero-image.top-right-breakout {
  justify-content: flex-end;
  align-items: flex-start;
}
.hero .hero-image.top-right-breakout .hero-image-container .gatsby-image-wrapper {
  bottom: 6rem;
  margin-bottom: -6rem;
}
@media (max-width: 767.98px) {
  .hero .hero-image.top-right-breakout .hero-image-container .hero-content {
    position: relative;
    top: 2rem;
  }
  .hero .hero-image.top-right-breakout .hero-image-container .gatsby-image-wrapper {
    bottom: 0;
    margin-bottom: 0;
  }
}
.hero .hero-image.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}
.hero .hero-image.bottom-right-breakout {
  justify-content: flex-end;
  align-items: flex-end;
}
.hero .hero-image.bottom-right-breakout .hero-image-container .gatsby-image-wrapper {
  top: 6rem;
}
@media (max-width: 767.98px) {
  .hero .hero-image.bottom-right-breakout .hero-image-container .hero-content {
    position: relative;
    top: 2rem;
  }
  .hero .hero-image.bottom-right-breakout .hero-image-container .gatsby-image-wrapper {
    top: 4rem;
  }
}.membership-available-plan {
  display: flex;
  width: 26.5rem;
}
@media (max-width: 991.98px) {
  .membership-available-plan {
    width: 100%;
  }
}
.membership-available-plan {
  height: 37rem;
  border: 0.063rem solid #acb9c8;
  border-radius: 0.625rem;
  flex-direction: column;
  align-items: start !important;
  overflow: auto;
}
.membership-available-plan .upper-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 65%;
  justify-content: space-between;
  padding: 1.5rem !important;
  background: white;
}
.membership-available-plan .badge {
  width: fit-content;
  height: 1.5rem;
  border-radius: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0rem;
  font-size: 1.125rem;
  line-height: 23.4px;
  font-weight: 600;
}
.membership-available-plan .badge .plan-badge {
  max-width: 5rem;
  height: 1.5rem;
}
.membership-available-plan .badge--care {
  background-color: #222a3f;
  color: #fff;
  font-style: italic;
  font-weight: bolder;
  padding: 0.5rem 1rem;
}
.membership-available-plan .badge--care-plus {
  background-color: #03a4dc;
  color: #fff;
  font-style: italic;
  font-weight: bolder;
  padding: 0.5rem 1rem;
}
.membership-available-plan .paragraph {
  font-weight: 400;
  font-size: 0.875rem;
  text-align: left;
}
.membership-available-plan .price {
  display: flex;
  flex-direction: column;
}
.membership-available-plan .price .billing {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.membership-available-plan .price .billing > span {
  vertical-align: middle;
}
.membership-available-plan .price .billing .price_dollar_sign {
  font-size: 1.25rem;
  color: #222a3f;
  margin-right: 0.3rem;
  font-weight: 600;
  line-height: 24px;
}
.membership-available-plan .price .billing .price_amount {
  font-size: 2.25rem;
  color: #222a3f;
  font-weight: 600;
  line-height: 28.8px;
}
.membership-available-plan .price .billing .price_period {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 24px;
}
.membership-available-plan .price .billing .saving_percentage {
  background-color: rgba(84, 205, 160, 0.2392156863);
  width: 3.9375rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  color: #222a3f;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.2rem;
  margin-left: 0.4rem;
}
.membership-available-plan .price .billing__frequency {
  color: #686d7b;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: left;
}
.membership-available-plan .price .price__strikethrough {
  color: #222a3f;
  font-size: 0.75rem;
  text-decoration: line-through;
  text-align: left;
  opacity: 0.5;
}
.membership-available-plan .price .paid_per_telemedicine {
  color: #222a3f;
  font-size: 0.75rem;
  text-align: left;
}
.membership-available-plan .cta {
  width: 100%;
}
.membership-available-plan .includes-box {
  padding-top: 1.25rem;
  width: 100%;
  background-color: #f2f9fc;
  align-self: flex-end;
  height: 35%;
  padding: 1.25rem !important;
  flex-grow: 1;
}
.membership-available-plan .includes-box .includes {
  font-weight: bold;
  font-size: 1rem;
  color: #222a3f;
  text-align: left;
}
.membership-available-plan .includes-box .includes-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.membership-available-plan .includes-box .includes-list img {
  width: 1rem;
  aspect-ratio: 1;
}
.membership-available-plan .includes-box .includes-list > div {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
}.membership-plans-tabbed-options {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.membership-plans-tabbed-options .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.membership-plans-tabbed-options .membership-plans-tabbed-options__tabs {
  width: 274px;
  height: 56px;
  display: flex;
  font-weight: bold;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 25px;
  border: #ACB9C8 1px solid;
}
.membership-plans-tabbed-options .membership-plans-tabbed-options__tabs .tab {
  height: 40px;
  padding: 8px 16px 8px 16px;
  border-radius: 64px;
  gap: 8px;
  cursor: pointer;
}
.membership-plans-tabbed-options .membership-plans-tabbed-options__tabs .tab .tab_small {
  font-size: 0.8em;
}
.membership-plans-tabbed-options .membership-plans-tabbed-options__tabs .tab-active {
  color: white;
  background: #1A497F;
}
.membership-plans-tabbed-options .membership-plans-tabbed-options__content {
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  gap: 1rem;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .membership-plans-tabbed-options .membership-plans-tabbed-options__content {
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991.98px) {
  .membership-plans-tabbed-options .membership-plans-tabbed-options__content {
    justify-content: space-between;
    grid-template-columns: 1fr;
  }
}
.membership-plans-tabbed-options .membership-plans-tabbed-options__content > div {
  justify-self: center;
}.quote {
  font-family: "haboro-soft", sans-serif, system-ui;
  text-align: center;
}
.quote .quote-icon {
  padding-bottom: 1.5rem;
  max-width: 6rem;
}
@media (max-width: 991.98px) {
  .quote .quote-icon {
    padding-bottom: 2rem;
    max-width: 5rem;
  }
}
.quote .quote-text-container {
  margin: 0 auto;
}
.quote .quote-text {
  font-size: 5rem;
  line-height: 6rem;
  margin: 0 auto 1rem;
  letter-spacing: -0.25rem;
}
@media (max-width: 991.98px) {
  .quote .quote-text {
    font-size: 2.9rem;
    line-height: 3.25rem;
    margin-bottom: 2rem;
  }
}
.quote .quote-speaker {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}.quote-icon {
  height: 2.5rem;
  margin: 0 1.2rem 0 0;
  width: 2.5rem;
}.downloads .resource-download {
  padding-bottom: 1rem;
  display: inline-flex;
}
@media (min-width: 768px) {
  .downloads .resource-download-alignment__right {
    display: flex;
    justify-content: flex-end;
  }
  .downloads .resource-download-alignment__center {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .downloads .resource-download {
    padding-bottom: 0;
  }
}
.downloads .resource-download .download-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}
.downloads .resource-download .download-link:hover {
  text-decoration: underline;
}
.downloads .resource-download .download-link .download-icon {
  transform: scale(0.8);
}
@media (max-width: 767.98px) {
  .downloads .resource-download .download-link .download-icon {
    transform: scale(0.6);
  }
}
.downloads .resource-download .download-link .download-title {
  margin-left: 0.5rem;
}
.downloads .resource-download > a .download-title:after {
  content: "";
  display: inline;
  padding: 0 0.3125rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208.091%2013.277'%20height='100%25'%20width='100%25'%3e%3cg%20transform='matrix(-1,0,0,1,8.0911709,0)'%3e%3cpath%20d='m%205.5305046,12.837907%20c%200.5857864,0.585785%201.5355335,0.585785%202.1213204,1e-6%200.5491751,-0.549179%200.5834991,-1.418236%200.1029715,-2.007401%20L%207.6518262,10.716585%203.5738669,6.6386182%207.6518308,2.5606633%207.7548012,2.4467413%20C%208.2353295,1.8575768%208.2010065,0.9885201%207.651832,0.43934071%207.0660458,-0.14644453%206.1162987,-0.14644506%205.5305115,0.43933951%20L%200.43934026,5.5305079%200.33637007,5.64443%20c%20-0.23480813,0.2878874%20-0.3466829,0.6426084%20-0.3356243,0.9941862%20-0.011059,0.3515778%200.10081538,0.7063065%200.33562319,0.9941942%20l%200.10297006,0.1139222%20z'%20fillRule='evenodd'%20fill='%23039fd3'%20/%3e%3c/g%3e%3c/svg%3e");
  margin-left: 0.4375rem;
  background-size: auto 1rem;
  position: relative;
  top: 0.1875rem;
}
.downloads .resource-download > a:hover .download-title:after {
  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208.091%2013.277'%20height='100%25'%20width='100%25'%3e%3cg%20transform='matrix(-1,0,0,1,8.0911709,0)'%3e%3cpath%20d='m%205.5305046,12.837907%20c%200.5857864,0.585785%201.5355335,0.585785%202.1213204,1e-6%200.5491751,-0.549179%200.5834991,-1.418236%200.1029715,-2.007401%20L%207.6518262,10.716585%203.5738669,6.6386182%207.6518308,2.5606633%207.7548012,2.4467413%20C%208.2353295,1.8575768%208.2010065,0.9885201%207.651832,0.43934071%207.0660458,-0.14644453%206.1162987,-0.14644506%205.5305115,0.43933951%20L%200.43934026,5.5305079%200.33637007,5.64443%20c%20-0.23480813,0.2878874%20-0.3466829,0.6426084%20-0.3356243,0.9941862%20-0.011059,0.3515778%200.10081538,0.7063065%200.33562319,0.9941942%20l%200.10297006,0.1139222%20z'%20fillRule='evenodd'%20fill='%231a497f'%20/%3e%3c/g%3e%3c/svg%3e");
}.resource-icon__icon {
  max-width: 95px;
}
.resource-icon__icon img {
  width: 100%;
}
.resource-icon__title {
  font-weight: 700;
  line-height: 1.5rem;
}
.resource-icon__body:not(.bodyAsHTML) {
  white-space: pre-line;
}
.resource-icon__body.mb-3 > p {
  margin-bottom: 0;
}.resources-file-list .resource-icon {
  text-align: center;
}
.resources-file-list .resource-icon__title {
  font-weight: 500;
}
.resources-file-list .resource-icon-link {
  color: black;
  font-weight: 500;
  text-decoration: underline;
}
.resources-file-list .resource-icon-script {
  font-size: 0.65rem;
  padding: 0.5rem 0;
}
.resources-file-list .resource-icon p {
  padding: 0.25rem 0;
}
.resources-file-list {
  color: #222a3f;
}
.resources-file-list:not(.bg-white) {
  border-radius: 1rem;
  padding: 2rem;
}
.resources-file-list .resources-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.resources-file-list .resources-header .eyebrow-text {
  text-transform: uppercase;
  color: #03a4dc;
}
@media (max-width: 991.98px) {
  .resources-file-list .resources-header .eyebrow-text {
    margin-bottom: 0.75rem;
  }
}
.resources-file-list .resources-header .title {
  line-height: 1;
}
.resources-file-list .body-text {
  text-align: center;
  align-items: center;
  padding-top: 1rem;
}
.resources-file-list .horiz-rule {
  background-color: #acb9c8;
  border-radius: 1rem;
  height: 2px;
  margin: 0.8rem 0 1.8rem 0;
  width: 100%;
}.rich-text {
  font-size: 1rem;
  color: #222a3f;
  word-break: break-word;
}
.rich-text__wrapper {
  background-color: var(--alice-blue-shade);
  width: 100%;
  padding: 1.5rem 0;
}
.rich-text__container {
  display: flex;
  flex-direction: row;
  max-width: 80%;
  margin: auto;
}
.rich-text__left {
  width: 40%;
}
.rich-text__right {
  width: 60%;
}
.rich-text strong {
  font-weight: 600;
}
.rich-text ul {
  padding-left: 0;
}
.rich-text li {
  padding-left: 1.25rem;
  margin-bottom: 1.125rem;
  position: relative;
  list-style-type: none;
}
.rich-text li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  background: #03a4dc;
  border-radius: 0px 1rem 1rem 0px;
}
.rich-text .eyebrow-text {
  color: #03a4dc;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .modal-body-content .rich-text > .row > .col-lg-8.offset-lg-2 {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.rich-text .btn-outline-primary {
  border-width: 0.125rem;
}.webform-component {
  border-radius: 20px;
  padding: 4rem 2rem;
}
.webform-component .spacer {
  background: #03a4dc;
}
.webform-component.cerulean {
  background: #03a4dc;
}
.webform-component.cerulean .webform-component--eyebrow-text {
  color: #fff;
}
.webform-component.cerulean .confirmation--message {
  color: #fff;
}
.webform-component.cerulean .spacer {
  background: #5cc4ed;
}
.webform-component.cerulean .confirmation--message .link[data-variant=cta-button] > a {
  background-color: #222a3f;
  border-color: #222a3f;
  color: #fff;
}
.webform-component.cerulean .confirmation--message .link[data-variant=cta-button] > a:hover {
  background-color: #151926;
  border-color: #10141e;
}
.webform-component.dark {
  background: #222a3f;
}
.webform-component.dark .webform-component--eyebrow-text,
.webform-component.dark .webform-component--title,
.webform-component.dark h2,
.webform-component.dark .confirmation--message {
  color: #fff;
}
.webform-component.dark .btn-primary:hover {
  color: #222a3f;
  background-color: #fff;
  border-color: transparent;
}
.webform-component.dark .confirmation--message .link[data-variant=cta-button] > a:hover {
  color: #222a3f;
  background-color: #fff;
  border-color: transparent;
}
.webform-component--title {
  position: relative;
  margin-bottom: 2rem;
}
.webform-component--title::before {
  content: "";
  width: 3.75rem;
  height: 0.25rem;
  background: #5cc4ed;
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  .webform-component--title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.webform-component--image-container {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.webform-component--image-container .gatsby-image-wrapper {
  left: 3.5rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .webform-component--image-container .gatsby-image-wrapper {
    left: 0;
    width: auto;
  }
}
.webform-component .confirmation--message .link[data-variant=cta-button] > a {
  background-color: #03a4dc;
}
.webform-component .confirmation--message .link[data-variant=cta-button] > a:hover {
  background-color: #1a497f;
  color: #fff;
}
.webform-component--webform .form-group {
  position: relative;
  margin: 0 0 1.6rem;
}
.webform-component--webform .form-group label {
  font-weight: 600;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  transition: bottom 44ms ease-in-out, font-size 44ms ease-in-out;
  font-size: 1rem;
  top: 1rem;
  left: 24px;
}
.has-blue-bg .webform-component--webform .form-group .text-label {
  z-index: 1;
}
.webform-component--webform .form-group .invalid-feedback {
  font-size: 1rem;
}
.webform-component--webform .form-group .invalid-feedback::first-letter {
  text-transform: capitalize;
}
.webform-component--webform .form-control {
  background-color: #f3f8ff;
  min-height: 3.5rem;
  border: 2px solid transparent;
  border-radius: 0.3rem;
  box-sizing: border-box;
  padding: 0 1.5rem 0 1.4rem;
  transition: padding-top 44ms ease-in-out;
}
.password-text .webform-component--webform .form-control[type=password] {
  padding-right: 3.5rem;
}
.webform-component--webform .form-control[type=password]::placeholder {
  font-family: "haboro-soft", sans-serif, system-ui;
  letter-spacing: normal;
  opacity: 0.8;
}
.webform-component--webform .form-control[type=password] {
  /* there is an issue with the custom font and the disc style which requires the following */
  font: small-caption;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
.webform-component--webform .form-control:focus, .webform-component--webform .form-control:not(:placeholder-shown) {
  background-color: #fff;
  border-color: #d1e0e5;
  padding-top: 1rem;
}
.webform-component--webform .form-control.disabled {
  cursor: not-allowed;
  opacity: 1;
}
.webform-component:not(.cerulean):not(.dark) .webform-component--webform .form-control:focus {
  box-shadow: 0 8px 8px #d6e7ff;
}
.webform-component--webform .form-control::placeholder {
  color: transparent;
  opacity: 0;
}
.webform-component--webform .form-control:focus ~ label, .webform-component--webform .form-control:not(:placeholder-shown) ~ label {
  top: 8px;
  transition: bottom 44ms ease-in-out, font-size 44ms ease-in-out, padding-top 44ms ease-in-out;
  font-size: 0.8rem;
  opacity: 1;
  font-weight: 300;
}
.webform-component--webform textarea.form-control.is-valid:focus, .webform-component--webform textarea.form-control.is-valid:not(:placeholder-shown), .webform-component--webform textarea.form-control:not(:invalid):focus, .webform-component--webform textarea.form-control:not(:invalid):not(:placeholder-shown), .webform-component--webform textarea.form-control:not(.is-invalid):focus, .webform-component--webform textarea.form-control:not(.is-invalid):not(:placeholder-shown) {
  padding-top: 1.5rem;
}
.webform-component--webform.was-validated .form-group .form-control:valid, .webform-component--webform.was-validated .form-group .form-control.is-valid {
  border-color: #d1e0e5;
  background-image: none;
}
.cerulean .webform-component--webform.was-validated .form-group .form-control:valid, .cerulean .webform-component--webform.was-validated .form-group .form-control.is-valid {
  border-color: transparent;
}
.webform-component--webform.was-validated .form-group .form-control:valid:focus, .webform-component--webform.was-validated .form-group .form-control.is-valid:focus {
  box-shadow: none;
  border-color: #d1e0e5;
}
.webform-component--webform.was-validated .form-group .form-control:invalid, .webform-component--webform.was-validated .form-group .form-control.is-invalid {
  background-image: none;
}
.webform-component--webform.was-validated .form-group .form-control:invalid:focus, .webform-component--webform.was-validated .form-group .form-control.is-invalid:focus {
  box-shadow: none;
}
.cerulean .webform-component--webform.was-validated .form-group .form-control:invalid, .cerulean .webform-component--webform.was-validated .form-group .form-control.is-invalid {
  border-color: #222a3f;
}
.cerulean .webform-component--webform.was-validated .form-group .invalid-feedback {
  color: #222a3f;
}
.dark .webform-component--webform.was-validated .form-group .invalid-feedback {
  color: #fff;
}
.webform-component--webform.form-submitting [type=webform_actions] {
  background: #9caaba;
  border-color: transparent;
  pointer-events: none;
  box-shadow: none;
}
.webform-component--webform.form-submitting [type=webform_actions]:hover {
  cursor: not-allowed;
}.acknowledgement-accordion {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.acknowledgement-accordion .collapse,
.acknowledgement-accordion .collapsing {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 25vh;
  max-width: 98%;
  margin-top: 1rem;
}
.acknowledgement-accordion .birdi-accordion-toggle {
  margin: 0 0 2rem 0;
  padding: 2rem;
  border: 2px solid #d2dae4;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 1rem #d2dae4;
}
@media (max-width: 767.98px) {
  .acknowledgement-accordion .birdi-accordion-toggle {
    padding: 1rem;
  }
}
.acknowledgement-accordion .birdi-accordion-toggle h1 {
  display: none;
}

.acknowledgement-info .h3 {
  color: #222a3f;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
}
.acknowledgement-info.acknowledgement-title {
  text-align: center;
  padding-bottom: 2rem;
  font-size: 1rem;
}
.acknowledgement-info .chevron-icon {
  color: #03a4dc;
}

.accordionItem--content p {
  font-size: 1rem;
  line-height: 150%;
  color: #686d7b;
}
.accordionItem--content strong, .accordionItem--content b {
  font-weight: 400;
}.checkbox-component--container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox-component--container:focus, .checkbox-component--container:focus-within {
  outline: rgba(3, 164, 220, 0.2) auto 2px;
}
.checkbox-component--input {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.checkbox-component--input input[type=checkbox] {
  appearance: none;
  cursor: pointer;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  border: 0.09375rem solid rgba(26, 73, 127, 0.2);
  border-radius: 0.5rem;
  transform: translateY(-0.075rem);
  display: grid;
  place-content: center;
  position: relative;
}
.checkbox-component--input input[type=checkbox]:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #fff;
}
@media (min-width: 992px) {
  .checkbox-component--input input[type=checkbox]:before {
    width: 0.65rem;
    height: 0.65rem;
  }
}
.checkbox-component--input input[type=checkbox]:checked {
  border: 0.09375rem solid #03a4dc;
  background-color: #03a4dc;
}
.checkbox-component--input input[type=checkbox]:checked:before {
  transform: scale(1);
}
.checkbox-component--input input[type=checkbox]:focus {
  outline: none;
}
.checkbox-component--input label {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.005rem;
  cursor: pointer;
}
.checkbox-component--label-primary {
  color: #03a4dc;
}
.checkbox-component--label-secondary {
  color: #9caaba;
}
.checkbox-component--label-success {
  color: #54cda0;
}
.checkbox-component--label-info {
  color: #5cc4ed;
}
.checkbox-component--label-warning {
  color: #ef7b4b;
}
.checkbox-component--label-danger {
  color: #f04c34;
}
.checkbox-component--label-light {
  color: #03a4dc;
}
.checkbox-component--label-dark {
  color: #222a3f;
}
.checkbox-component--label-alice-blue-tint {
  color: #f2f9fc;
}
.checkbox-component--label-alice-blue {
  color: #f3f8ff;
}
.checkbox-component--label-alice-blue-v2 {
  color: #fafdff;
}
.checkbox-component--label-alice-blue-shade {
  color: #d6e7ff;
}
.checkbox-component--label-catskill-white {
  color: #f5f8fa;
}
.checkbox-component--label-cerulean {
  color: #03a4dc;
}
.checkbox-component--label-picton-blue {
  color: #5cc4ed;
}
.checkbox-component--label-royal-blue {
  color: #4169e1;
}
.checkbox-component--label-police-blue {
  color: #3c4c60;
}
.checkbox-component--label-ebony-clay {
  color: #222a3f;
}
.checkbox-component--label-cathams-blue {
  color: #1a497f;
}
.checkbox-component--label-cathams-blue-with-opacity {
  color: rgba(26, 73, 127, 0.2);
}
.checkbox-component--label-puerto-rico {
  color: #54cda0;
}
.checkbox-component--label-vista-blue {
  color: #97d3b6;
}
.checkbox-component--label-pale-blue {
  color: #acb9c8;
}
.checkbox-component--label-flamingo {
  color: #f04c34;
}
.checkbox-component--label-hot-pink {
  color: #ff69b4;
}
.checkbox-component--label-sea-foam {
  color: #d1e0e5;
}
.checkbox-component--label-slate {
  color: #686d7b;
}
.checkbox-component--label-smoke {
  color: #f0f2f4;
}
.checkbox-component--label-silver {
  color: #9caaba;
}
.checkbox-component--label-jaffa {
  color: #f07b4c;
}
.checkbox-component--label-mustard {
  color: #fad541;
}
.checkbox-component--label-grey {
  color: #7d7d7d;
}
.checkbox-component--label-geyser {
  color: #d2dae4;
}
.checkbox-component--label-dusty-grey {
  color: #7d7d7d;
}
.checkbox-component--label-soft-grey {
  color: #b1ccdd;
}
.checkbox-component--label-primary-grey {
  color: #828e9d;
}
.checkbox-component--label-black-coral {
  color: #5c646d;
}
.checkbox-component--label-misty-rose {
  color: #ffe3df;
}
.checkbox-component--label-platinum {
  color: #dce1e9;
}
.checkbox-component--label-grey-white {
  color: rgba(240, 242, 244, 0.5019607843);
}
.checkbox-component--label-sea-blue {
  color: #026c91;
}
.checkbox-component--label-cadet-blue {
  color: #acb9c8;
}
.checkbox-component--label-mandarin {
  color: #ef7b4b;
}
.checkbox-component--label-mandarin-with-opacity {
  color: rgba(239, 123, 75, 0.0784313725);
}
.checkbox-component--label-carmine-pink {
  color: rgba(240, 76, 52, 0.1607843137);
}
.checkbox-component--label-eucalyptus {
  color: rgba(84, 205, 160, 0.2392156863);
}
.checkbox-component--label-blue-lagoona {
  color: #03a4dc;
}
.checkbox-component--label-dusk {
  color: #4c5470;
}
.checkbox-component--label-dusk-with-opacity {
  color: #4c5470;
}
.checkbox-component--label-white {
  color: #ffffff;
}
.checkbox-component--label-azure {
  color: #f7fbfc;
}
.checkbox-component--label-generic-viridian {
  color: #00856e;
}
.checkbox-component--label-humming-bird {
  color: #d6f3e8;
}
.checkbox-component--label-provincial-pink {
  color: #fef5f1;
}
.checkbox-component--label-dusty-blue {
  color: #e4eff2;
}
.checkbox-component--label-air-force-blue {
  color: #5982b2;
}
.checkbox-component--label-white-smoke {
  color: #fef4f2;
}
.checkbox-component--label-terra-cotta {
  color: #ed715f;
}
.checkbox-component--label-terra-cotta-with-opacity {
  color: rgba(237, 113, 95, 0.2392156863);
}
.checkbox-component--label-low-contrast {
  color: #e0e0e0;
}
.checkbox-component--label-baby-blue {
  color: #edf5ff;
}
.checkbox-component--label-gin {
  color: #e5efe9;
}
.checkbox-component--label-pele-aqua {
  color: #c7d6e3;
}
.checkbox-component--label-deep-chestnut {
  color: #b85849;
}
.checkbox-component--label-vanilla-ice {
  color: #f1d8d7;
}
.checkbox-component--label-green-white {
  color: #e7e9eb;
}
.checkbox-component--label-gainsboro {
  color: #d4dde6;
}
.checkbox-component--label-blush-pink {
  color: #fdeae5;
}
.checkbox-component--label-light-steel-blue {
  color: #d1dbe5;
}
.checkbox-component--label-peach-pink {
  color: #fad5ce;
}
.checkbox-component--label-ice-blue {
  color: #e5f3f9;
}
.checkbox-component--label-stirling {
  color: #f4f4f4;
}
.checkbox-component--label-pewter-blue {
  color: #93A9B8;
}
.checkbox-component--label-rose-pink {
  color: #FF72B8;
}
.checkbox-component--label-metallic-red {
  color: #9e3529;
}
.checkbox-component--label-east-bay {
  color: #4A526E;
}
.checkbox-component.checkbox--disabled input:disabled {
  cursor: not-allowed;
  border: 0.09375rem solid #e7e9eb;
  background-color: #e7e9eb;
}
.checkbox-component.checkbox--disabled label {
  cursor: not-allowed;
  font-size: 1rem;
  color: #9caaba;
}
.checkbox-component.checkbox--error input {
  border: 0.09375rem solid rgba(237, 113, 95, 0.24);
  background-color: #fef4f2;
}
.checkbox-component.checkbox--error label {
  font-size: 1rem;
}.auto-refill-modal-sideview-image {
  width: 13rem;
  height: 17.375rem;
}

.auto-refill-modal__description {
  color: #4c5470;
}
.auto-refill-modal__container {
  background-color: #ffffff;
  padding: 0 3rem 1.5rem 3rem !important;
  border-radius: 0 0 1rem 0;
}
@media (max-width: 767.98px) {
  .auto-refill-modal__container {
    padding: 0 1.5rem 1rem 1.5rem !important;
  }
}
.auto-refill-modal__container li {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (max-width: 767.98px) {
  .auto-refill-modal__container li {
    line-height: 1.5rem;
  }
}
.auto-refill-modal__container strong {
  font-weight: 400;
}
.auto-refill-modal__container .checkbox-component label {
  color: #222a3f;
  font-size: 1rem;
  line-height: 1.5rem;
}
.auto-refill-modal__container .learn-more-dropdown {
  color: #03a4dc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.03rem;
  text-decoration: none;
}
.auto-refill-modal__container .button-component__icon svg path {
  stroke: #03a4dc;
}
.auto-refill-modal__container .divider {
  background-color: #d1e0e5;
  margin: 2rem 0;
  height: 0.125rem;
}
.auto-refill-modal__title {
  color: #222a3f;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1.5rem;
}
.auto-refill-modal__learn-more {
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 1rem;
  border-color: #d1e0e5;
  border-style: solid;
  border-width: 0.031rem;
}
.auto-refill-modal__list {
  list-style: none;
}
.auto-refill-modal__list--dotted {
  list-style: none;
}
.auto-refill-modal__list--dotted li {
  position: relative;
}
.auto-refill-modal__list--dotted li::before {
  content: "-";
  position: absolute;
  left: -2rem;
}
.auto-refill-modal__list--decimal {
  padding: 0 1rem;
}
.auto-refill-modal__list--decimal li {
  font-size: 0.875rem;
  line-height: 1.313rem;
  color: #4c5470;
}
.auto-refill-modal__list--decimal li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .auto-refill-modal__list--decimal {
    padding: 0 0 0 1rem;
  }
}
.auto-refill-modal__info-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #f2f9fc;
  gap: 1rem;
  border-radius: 0.5rem;
  margin: 2rem 0;
}
.auto-refill-modal__info-box div {
  width: 1.5rem;
  height: 1.5rem;
}
.auto-refill-modal__info-box div svg path:nth-of-type(1) {
  stroke: #1a497f;
}
.auto-refill-modal__info-box div svg path:nth-of-type(2) {
  fill: #1a497f;
}
.auto-refill-modal__info-box p {
  color: #222a3f;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.313rem;
  margin: 0;
}
.auto-refill-modal__action-container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-top-width: 0.063rem;
  border-top-style: solid;
  border-top-color: #d1e0e5;
}
@media (max-width: 767.98px) {
  .auto-refill-modal__action-container button:first-child {
    width: 30%;
  }
}
.auto-refill-modal__action-container button:first-child {
  background-color: #f3f8ff;
  border: 0.125rem solid transparent;
  color: #03a4dc;
  padding: 1rem 1.5rem;
  line-height: 1.5rem;
  max-width: 7.5rem;
  width: 35%;
  min-width: 7.314rem;
}
.auto-refill-modal__action-container button:first-child:hover {
  background-color: #d1dbe5;
}
.auto-refill-modal__action-container button:first-child:focus {
  outline: 0.125rem solid currentColor;
  outline-offset: 0.15rem;
}
.auto-refill-modal__action-container button:first-child:disabled {
  border-color: #e0e0e0;
  color: #9caaba;
  cursor: not-allowed;
}
.auto-refill-modal__action-container button:first-child span {
  line-height: 1.5rem;
}
.auto-refill-modal__action-container button:last-child {
  width: 70%;
}