/* Defines common breakpoint targets. */
.hover-disclosure__header {
  cursor: pointer;
}

.hover-disclosure__body[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.hover-disclosure__body[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

:root {
  --color-black: #000;
  --color-rich-black: #0A1012;
  --color-black-blue: #202126;
  --color-space: #151515;
  --color-charcoal: #2a2a2a;
  --color-matterhorn: #4f4f4f;
  --color-stone: #a8a8a8;
  --color-alabaster: #e4e8ea;
  --color-white: #fff;
  --color-electric-blue: #4EFDFB;
  --color-teal: #007573;
  --color-dark-teal: #064140;
  --color-error-red: #eb002f;
  --color-gold: #d6ae50;
  --color-otr-pink: #ca20b3;
  --color-otr-indigo: #0a0b47;
  --color-otr-violet: #471c67;
  --plus-y-pad: 1.25rem;
  --plus-x-pad: 1.25rem;
  --plus-bg: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.18'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  --icon-play: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0id2hpdGUiIGNsYXNzPSJzaXplLTYiPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTQuNSA1LjY1M2MwLTEuNDI3IDEuNTI5LTIuMzMgMi43NzktMS42NDNsMTEuNTQgNi4zNDdjMS4yOTUuNzEyIDEuMjk1IDIuNTczIDAgMy4yODZMNy4yOCAxOS45OWMtMS4yNS42ODctMi43NzktLjIxNy0yLjc3OS0xLjY0M1Y1LjY1M1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIgLz4KPC9zdmc+Cg==");
  --icon-chevron-right: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZT0id2hpdGUiIGNsYXNzPSJzaXplLTYiPgogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0ibTguMjUgNC41IDcuNSA3LjUtNy41IDcuNSIgLz4KPC9zdmc+");
}
@media screen and (min-width: 48rem) {
  :root {
    --plus-y-pad: 2rem;
    --plus-x-pad: 2rem;
  }
}
@media screen and (min-width: 64rem) {
  :root {
    --plus-y-pad: 2rem;
    --plus-x-pad: 3rem;
  }
}
@media screen and (min-width: 80rem) {
  :root {
    --plus-y-pad: 3.375rem;
    --plus-x-pad: 3.5rem;
  }
}

.hw-plus {
  background-color: var(--color-black);
  color: var(--color-alabaster);
}
.hw-plus .site-header {
  background-color: var(--color-black);
  color: var(--color-alabaster);
}
.hw-plus .site-header .site-header__navigation .menu a {
  color: #e4e8ea;
}
.hw-plus .site-footer {
  background-color: var(--color-black);
  color: var(--color-alabaster);
}

.hw-plus-footer .site-footer__container.container {
  max-width: 82.125rem;
  padding: calc(var(--plus-y-pad) * 2) var(--plus-x-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 52.5rem) {
  .hw-plus-footer .site-footer__container.container {
    padding: calc(var(--plus-y-pad) * 0.75) var(--plus-x-pad);
    flex-direction: row;
  }
}
.hw-plus-footer .site-footer__plus-logo {
  max-width: 12.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 52.5rem) {
  .hw-plus-footer .site-footer__plus-logo {
    margin: 0;
  }
}
.hw-plus-footer .site-footer__copyright {
  margin-top: 1.25rem;
}
@media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
  .hw-plus-footer .site-footer__copyright .site-footer__links-container li + li {
    margin-top: 0.5rem;
  }
}
.hw-plus-footer__aside {
  display: flex;
  flex-direction: column-reverse;
  margin: 1rem auto;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 52.5rem) {
  .hw-plus-footer__aside {
    flex-direction: column;
    margin: auto 0 0 auto;
    align-items: flex-end;
  }
}
.hw-plus-footer__aside-user {
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-alabaster);
  letter-spacing: normal;
  position: relative;
  margin-top: 1.5rem;
}
.hw-plus-footer__aside-user::before {
  content: "";
  position: absolute;
  top: -1.125rem;
  left: -1rem;
  width: calc(100% + 2rem);
  height: 1px;
  background-color: var(--color-stone);
}
@media screen and (min-width: 52.5rem) {
  .hw-plus-footer__aside-user {
    margin-top: 0;
  }
  .hw-plus-footer__aside-user::before {
    content: none;
  }
}
.hw-plus-footer__aside-user-link {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  position: relative;
}
.hw-plus-footer__aside-user-link:focus {
  outline: none !important;
}
.hw-plus-footer__aside-user-link:focus-visible {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 0;
}
.hw-plus-footer__aside-user-link:visited {
  color: inherit;
}
.hw-plus-footer__aside-user-display {
  color: inherit;
  text-decoration: underline !important;
  font-family: "Montserrat-Bold", sans-serif;
  transition: opacity 300ms ease-in-out;
}
.hw-plus-footer__aside-user-display:hover {
  opacity: 0.75;
}
.hw-plus-footer__aside-user-name {
  text-decoration: none !important;
  color: var(--color-stone) !important;
}
.hw-plus-footer__aside-user-name:hover {
  text-decoration: underline !important;
  color: var(--color-alabaster) !important;
}
.hw-plus-footer__aside-user-admin-badge {
  display: inline-block;
  align-self: flex-end;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.125rem;
}
.hw-plus-footer__aside-user-admin-badge:hover + .hw-plus-footer__aside-user-tooltip {
  opacity: 1;
  visibility: visible;
  transition: opacity 250ms, visibility 1ms;
}
.hw-plus-footer__aside-user-tooltip {
  position: absolute;
  display: block;
  bottom: 100%;
  left: -1.5rem;
  min-width: 8.75rem;
  padding-bottom: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms, visibility 1ms 250ms;
}
.hw-plus-footer__aside-user-tooltip::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: calc(50% - 12px);
  border-top: 12px solid var(--color-matterhorn);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 2;
}
.hw-plus-footer__aside-user-tooltip::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: calc(50% - 10px);
  border-top: 10px solid var(--color-black);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 3;
}
.hw-plus-footer__aside-user-tooltip > span {
  color: var(--color-white);
  border: 1px solid var(--color-matterhorn);
  background-color: var(--color-black);
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  position: relative;
  display: block;
  width: 8.75rem;
  padding: 0.625rem 0.5rem;
  z-index: 1;
}
.hw-plus-footer__aside a.hw-plus-footer__aside-logout {
  color: inherit;
  text-decoration: underline !important;
}
.hw-plus-footer__aside a.hw-plus-footer__aside-logout:focus {
  outline: none !important;
}
.hw-plus-footer__aside a.hw-plus-footer__aside-logout:focus-visible {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 0;
}
.hw-plus-footer__aside-logout {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  color: var(--color-alabaster);
  text-decoration: underline;
  margin: 0;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1;
  transition: all 300ms ease-in-out;
}
.hw-plus-footer__aside-logout:focus {
  outline: none !important;
}
.hw-plus-footer__aside-logout:focus-visible {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 0;
}
.hw-plus-footer .site-footer__brave-image {
  width: 13.75rem;
  margin: 0;
}

.hw-plus-button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-electric-blue);
  color: var(--color-rich-black);
  border-radius: 0.5625rem;
  padding: 0.625rem 2rem;
  height: 2.8125rem;
  min-width: 10.625rem;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid var(--color-electric-blue);
  transition: all 300ms ease-in-out;
}
.hw-plus-button:focus {
  outline: none !important;
}
.hw-plus-button:focus-visible {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 0;
}
@media screen and (min-width: 64rem) {
  .hw-plus-button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (hover: hover) {
  .hw-plus-button:hover:not([aria-disabled=true]) {
    background-color: #80fefc;
    border-color: #80fefc;
  }
}
.hw-plus-button[aria-disabled=true], .hw-plus-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(1);
}
.hw-plus-button.hw-plus-button--outline {
  background-color: transparent;
  color: var(--color-alabaster);
  border-color: var(--color-electric-blue);
}
@media screen and (hover: hover) {
  .hw-plus-button.hw-plus-button--outline:hover:not([aria-disabled=true]) {
    background-color: transparent;
    color: var(--color-alabaster);
    border-color: var(--color-alabaster);
  }
}
.hw-plus-button.hw-plus-button--white {
  background-color: var(--color-white);
  color: var(--color-space);
  border-color: var(--color-white);
}
@media screen and (hover: hover) {
  .hw-plus-button.hw-plus-button--white:hover:not([aria-disabled=true]) {
    background-color: #e6e6e6;
    border-color: var(--color-white);
  }
}
.hw-plus-button.hw-plus-button--small {
  font-size: 14px;
  font-size: 0.875rem;
  height: 2.5rem;
  padding: 0.5rem 1.5rem;
  min-width: 9.375rem;
}

.hw-plus-bkg-gradient {
  position: relative;
  overflow: hidden;
}
.hw-plus-bkg-gradient::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 0;
  background: linear-gradient(to bottom, hsl(0deg, 0%, 0%) 0%, hsl(179deg, 100%, 3.83%) 8.1%, hsl(179deg, 100%, 7.48%) 15.5%, hsl(179deg, 100%, 10.94%) 22.5%, hsl(179deg, 100%, 14.21%) 29%, hsl(179deg, 100%, 17.27%) 35.3%, hsl(179deg, 100%, 20.13%) 41.2%, hsl(179deg, 100%, 22.76%) 47.1%, hsl(179deg, 100%, 25.16%) 52.9%, hsl(179deg, 100%, 27.31%) 58.8%, hsl(179deg, 100%, 29.2%) 64.7%, hsl(179deg, 100%, 30.8%) 71%, hsl(179deg, 100%, 32.11%) 77.5%, hsl(179deg, 100%, 33.09%) 84.5%, hsl(179deg, 100%, 33.7%) 91.9%, hsl(179deg, 100%, 33.92%) 100%);
}

@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-ring {
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 46px;
  font-size: 46px;
}
.loading-ring > div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  margin: 0.1em;
  border: 0.1em solid #000;
  border-radius: 50%;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.loading-ring > div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-ring > div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-ring > div:nth-child(3) {
  animation-delay: -0.15s;
}

.wysiwyg {
  font-size: 1rem;
  color: var(--color-alabaster);
  display: grid;
  grid: auto/repeat(4, minmax(0, 1fr));
  gap: 1rem 0;
}
@media screen and (min-width: 64rem) {
  .wysiwyg {
    gap: 1.5rem 0;
  }
}
@media screen and (min-width: 80rem) {
  .wysiwyg {
    gap: 1.875rem 0;
  }
}
.wysiwyg > * {
  grid-column: 1/-1;
  margin: 0;
}
.wysiwyg p {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: inherit;
  line-height: 1.4;
  color: var(--color-alabaster);
  max-width: 100ch;
  min-height: 1em;
}
.wysiwyg p > a,
.wysiwyg p > span > a,
.wysiwyg ul li > a,
.wysiwyg ol li > a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: underline !important;
  text-decoration: underline solid 2px !important;
}
@media (hover: hover) and (pointer: fine) {
  .wysiwyg p > a:hover,
.wysiwyg p > span > a:hover,
.wysiwyg ul li > a:hover,
.wysiwyg ol li > a:hover {
    text-decoration-color: var(--color-electric-blue) !important;
  }
}
.wysiwyg h2:not(.heading-2),
.wysiwyg h3:not(.heading-3),
.wysiwyg h4:not(.heading-4) {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: var(--color-alabaster);
}
@media screen and (min-width: 64rem) {
  .wysiwyg h2:not(.heading-2),
.wysiwyg h3:not(.heading-3),
.wysiwyg h4:not(.heading-4) {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 80rem) {
  .wysiwyg h2:not(.heading-2),
.wysiwyg h3:not(.heading-3),
.wysiwyg h4:not(.heading-4) {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.wysiwyg h3:not(.heading-3) {
  font-family: "Montserrat-SemiBold", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
}
.wysiwyg h4:not(.heading-4) {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
.wysiwyg h2 + p,
.wysiwyg h3 + p,
.wysiwyg h4 + p,
.wysiwyg h3 + ul,
.wysiwyg h3 + ol,
.wysiwyg h4 + ul,
.wysiwyg h4 + ol {
  margin-top: -0.5rem;
}
@media screen and (min-width: 80rem) {
  .wysiwyg h2 + p,
.wysiwyg h3 + p,
.wysiwyg h4 + p,
.wysiwyg h3 + ul,
.wysiwyg h3 + ol,
.wysiwyg h4 + ul,
.wysiwyg h4 + ol {
    margin-top: -0.75rem;
  }
}
.wysiwyg ul,
.wysiwyg ol {
  list-style-type: disc;
  padding-left: 1.375rem;
}
.wysiwyg ul li,
.wysiwyg ol li {
  font-family: "Montserrat-Regular", sans-serif;
  color: var(--color-alabaster);
  line-height: 1.4;
  margin: 0;
  max-width: 100ch;
}
.wysiwyg ul li a,
.wysiwyg ol li a {
  color: var(--color-alabaster) !important;
}
.wysiwyg ul li + li,
.wysiwyg ol li + li {
  margin-top: 0.25em;
}
.wysiwyg ul li > ul,
.wysiwyg ul li > ol,
.wysiwyg ol li > ul,
.wysiwyg ol li > ol {
  margin-top: 0.25em;
}
.wysiwyg ul ul,
.wysiwyg ol ul {
  list-style-type: circle;
}
.wysiwyg ul ol,
.wysiwyg ol ol {
  list-style-type: decimal;
}
.wysiwyg ul ol li > ol,
.wysiwyg ol ol li > ol {
  list-style-type: lower-alpha;
}
.wysiwyg ol {
  list-style-type: decimal;
}

.hw-plus-password-reset {
  --brand-light: #4EFDFB;
  --brand-dark: #064140;
}
.hw-plus-password-reset::before {
  background: linear-gradient(to bottom, hsl(0deg, 0%, 0%) 0%, hsla(0deg, 0%, 0%, 0.987) 8.1%, hsla(0deg, 0%, 0%, 0.951) 15.5%, hsla(0deg, 0%, 0%, 0.896) 22.5%, hsla(0deg, 0%, 0%, 0.825) 29%, hsla(0deg, 0%, 0%, 0.741) 35.3%, hsla(0deg, 0%, 0%, 0.648) 41.2%, hsla(0deg, 0%, 0%, 0.55) 47.1%, hsla(0deg, 0%, 0%, 0.45) 52.9%, hsla(0deg, 0%, 0%, 0.352) 58.8%, hsla(0deg, 0%, 0%, 0.259) 64.7%, hsla(0deg, 0%, 0%, 0.175) 71%, hsla(0deg, 0%, 0%, 0.104) 77.5%, hsla(0deg, 0%, 0%, 0.049) 84.5%, hsla(0deg, 0%, 0%, 0.013) 91.9%, hsla(0deg, 0%, 0%, 0) 100%);
  bottom: 15%;
  height: 85%;
  z-index: 1;
}
.hw-plus-password-reset::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(-129deg, var(--brand-light), var(--brand-dark));
}

.plus-password-reset {
  position: relative;
  overflow: hidden;
}
.plus-password-reset::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, hsl(0deg, 0%, 0%) 0%, hsla(0deg, 0%, 0%, 0.987) 8.1%, hsla(0deg, 0%, 0%, 0.951) 15.5%, hsla(0deg, 0%, 0%, 0.896) 22.5%, hsla(0deg, 0%, 0%, 0.825) 29%, hsla(0deg, 0%, 0%, 0.741) 35.3%, hsla(0deg, 0%, 0%, 0.648) 41.2%, hsla(0deg, 0%, 0%, 0.55) 47.1%, hsla(0deg, 0%, 0%, 0.45) 52.9%, hsla(0deg, 0%, 0%, 0.352) 58.8%, hsla(0deg, 0%, 0%, 0.259) 64.7%, hsla(0deg, 0%, 0%, 0.175) 71%, hsla(0deg, 0%, 0%, 0.104) 77.5%, hsla(0deg, 0%, 0%, 0.049) 84.5%, hsla(0deg, 0%, 0%, 0.013) 91.9%, hsla(0deg, 0%, 0%, 0) 100%);
  z-index: 1;
}
.plus-password-reset__content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  height: 30rem;
  padding: var(--plus-y-pad) var(--plus-x-pad);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 64rem) {
  .plus-password-reset__content {
    height: 40rem;
  }
}
.plus-password-reset__header {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  color: var(--color-alabaster);
  margin: 0 auto 4rem;
  line-height: 1.2;
  text-align: inherit;
  text-transform: uppercase;
}
@media screen and (min-width: 80rem) {
  .plus-password-reset__header {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 90rem) {
  .plus-password-reset__header {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.plus-password-reset__subheader {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--color-alabaster);
  margin: 0 auto 1rem;
  line-height: 1.2;
  text-align: inherit;
}
@media screen and (min-width: 80rem) {
  .plus-password-reset__subheader {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.plus-password-reset__copy {
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-alabaster);
  margin: 0 auto;
  line-height: 1.5;
  text-align: inherit;
  max-width: 70ch;
}
.plus-password-reset__form {
  margin: 2rem auto 4.5rem;
  width: 100%;
}
.plus-password-reset__form-inner {
  display: flex;
  width: 100%;
}
.plus-password-reset__form form {
  margin: 0 auto;
  width: 100%;
  max-width: calc(30ch + 4rem);
}
.plus-password-reset__form form label {
  font-family: "Montserrat-Medium", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-alabaster);
  margin: 0;
  text-align: left;
  display: block;
  text-transform: uppercase;
}
.plus-password-reset__form form input[type=email] {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat-Regular", sans-serif;
  color: var(--color-alabaster);
  background-color: transparent;
  border: none;
  padding: 1rem 1rem;
  margin: 0.5rem 0.5rem 0 0;
  width: 100%;
  border-radius: 12px;
  transition: border-color 300ms ease-in-out, color 300ms ease-in-out;
  outline: none;
  border: 2px solid var(--color-alabaster);
  border-radius: 12px;
  max-width: 20rem;
}
.plus-password-reset__form form input[type=email]::placeholder {
  color: var(--color-alabaster);
  opacity: 0.5;
}
.plus-password-reset__form form input[type=email]:focus-visible {
  outline: 2px solid #4EFDFB !important;
  outline-offset: -2px;
}
@media screen and (min-width: 30rem) {
  .plus-password-reset__form form input[type=email] {
    min-width: 30ch;
  }
}
.plus-password-reset__form button[type=submit] {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  color: #FFFFFF;
  width: 3.25rem;
  height: 3.25rem;
  min-width: 3.25rem;
  margin-top: 0.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out, color 300ms ease-in-out;
}
@media screen and (hover: hover) {
  .plus-password-reset__form button[type=submit]:hover {
    color: #000;
  }
  .plus-password-reset__form button[type=submit]:hover::before {
    background-color: #FFFFFF;
    border-color: #4EFDFB;
  }
}
.plus-password-reset__form button[type=submit]:focus-visible {
  outline: 2px solid #4EFDFB !important;
  outline-offset: -2px;
}
.plus-password-reset__form button[type=submit]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #4EFDFB;
  border-color: #4EFDFB;
  transition: background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
.plus-password-reset__form button[type=submit]::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  filter: invert(1);
  background-size: cover;
  transition: filter 300ms ease-in-out;
  background-image: var(--icon-chevron-right);
}

/*# sourceMappingURL=password-reset.css.map */
