/* Functions & Mixins */
/* ==== Containers & Responsive Mixins ==== */
/* Defines convenience mixins for common breakpoint targets.
these are small, medium, mediumlarge, and large. These variables should be defined prior to use.
*/
/* Universal breakpoints */
.modal {
  padding: 5rem 8rem 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1280px) {
  .modal {
    padding: 5rem 0 0;
  }
}
/* fix for header modal */
.global-nav .modal{
  padding: 0 !important;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.68);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 3rem 1rem 1rem;
  max-width: 95%;
  max-height: calc(100% - 2rem);
  border-radius: 1px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1002;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
@media screen and (min-width: 30rem) {
  .modal__container {
    max-height: calc(100% - 1rem);
  }
}
@media screen and (min-width: 48rem) {
  .modal__container {
    width: 47.125rem;
    padding: 4rem 1.875rem 1.875rem;
  }
}
@media screen and (min-width: 80rem) {
  .modal__container {
    padding: 4rem 3rem 1.875rem;
  }
}
.modal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0;
  background-color: transparent;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  position: absolute;
  right: 2px;
  top: 2px;
}
.modal__close::after, .modal__close::before {
  content: "";
  /* height: 28px; */
  border-left: 1px solid #3b3c43;
  /* position: relative; */
}
.modal__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal__close:hover {
  opacity: 0.75;
}
@media screen and (min-width: 48rem) {
  .modal__close {
    /* right: 1rem; */
    /* top: 1rem; */
  }
}
.global-nav .modal__close{
  top: 15px;
  left: 15px;
  justify-content: revert;
  min-width: revert;
  min-height: revert;
  /* padding: 0; */
}
.global-nav .modal__close img{
  width: 25px;
}
.global-nav .modal__close::after, .modal__close::before {border-left: revert;}
.global-nav .modal__container{
  padding: revert;
  max-width: 626px;
  border-radius: 8px;
}
.modal__heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3b3c43;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 85%;
  margin: 0 auto;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 30rem) {
  .modal__heading {
    font-size: 28px;
    font-size: 1.75rem;
    max-width: 90%;
  }
}
@media screen and (min-width: 48rem) {
  .modal__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .modal__heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.modal__subheading {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.15;
  text-align: center;
  color: #3b3c43;
  font-weight: 500;
  margin: 1.5rem 0 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 30rem) {
  .modal__subheading {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48rem) {
  .modal__subheading {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 80rem) {
  .modal__subheading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.modal__subheading.-small {
  margin: 1rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 48rem) {
  .modal__subheading.-small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 80rem) {
  .modal__subheading.-small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.modal__subtext {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 48rem) {
  .modal__subtext {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.modal__subtext-error {
  font-size: 16px;
  font-size: 1rem;
  opacity: 1;
  margin: 0.25rem 0 0;
  width: auto;
  height: auto;
  overflow: auto;
  color: #ca3625;
  -webkit-transition: opacity 300ms ease, margin 300ms ease;
  transition: opacity 300ms ease, margin 300ms ease;
}
@media screen and (min-width: 48rem) {
  .modal__subtext-error {
    font-size: 16px;
    font-size: 1rem;
  }
}
.modal__subtext-error.-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.modal__subtext.-equal100 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.modal__subtext.-equal100.-error {
  color: #ca3625;
}
.modal__long-interest-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  max-height: 20rem;
  width: 100%;
  margin: 0.5rem auto 1rem;
  overflow-y: auto;
  padding-right: 0.5rem;
  scrollbar-color: #3b3c43 #EDEDED;
}
.modal__long-interest-boxes::-webkit-scrollbar {
  width: 8px;
}
.modal__long-interest-boxes::-webkit-scrollbar-track {
  background: #EDEDED;
  border-radius: 10px;
}
.modal__long-interest-boxes::-webkit-scrollbar-thumb {
  background: #3b3c43;
  border-radius: 10px;
}
@media screen and (min-width: 48rem) {
  .modal__long-interest-boxes {
    max-height: 25.375rem;
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 80rem) {
  .modal__long-interest-boxes {
    max-height: 32.375rem;
  }
}
@media screen and (max-height: 52.1875rem) {
  .modal__long-interest-boxes {
    max-height: 25.375rem;
  }
}
.modal__long-interest-boxes-singlebox {
  padding: 0;
  background: none;
  border: none;
  outline-offset: -2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 5.5rem;
  background-color: #ededed;
  margin: 0 auto;
  cursor: pointer;
  text-align: left;
  border: 4px solid transparent;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
}
.modal__long-interest-boxes-singlebox span {
  display: block;
  pointer-events: none;
}
.modal__long-interest-boxes-singlebox.-required {
  border-color: #3b3c43;
}
.modal__long-interest-boxes-singlebox.-selected {
  background-color: #fbc600;
}
.modal__long-interest-boxes-singlebox + .modal__long-interest-boxes-singlebox {
  margin-top: 1rem;
}
.modal__long-interest-boxes-number, .modal__short-interest-boxes-number {
  margin: 0.5rem 1rem;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (min-width: 48rem) {
  .modal__long-interest-boxes-number, .modal__short-interest-boxes-number {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 80rem) {
  .modal__long-interest-boxes-number, .modal__short-interest-boxes-number {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.modal__long-interest-boxes-text, .modal__short-interest-boxes-text {
  margin: 0.5rem 1rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 48rem) {
  .modal__long-interest-boxes-text, .modal__short-interest-boxes-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 80rem) {
  .modal__long-interest-boxes-text, .modal__short-interest-boxes-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.modal__short-interest-boxes {
  margin: 0 auto;
  overflow: auto;
  padding-right: 0.75rem;
  position: relative;
  right: -0.5rem;
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes {
    padding-right: 0;
    right: auto;
  }
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes.-threeup {
    padding-right: 0.75rem;
    right: -0.5rem;
  }
  .modal__short-interest-boxes.-threeup .modal__short-interest-boxes-row {
    min-height: 6rem;
  }
  .modal__short-interest-boxes.-threeup .modal__short-interest-boxes-row > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .modal__short-interest-boxes.-threeup .modal__short-interest-boxes-row > .modal__short-interest-boxes-percentage-container {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    max-width: 13.75rem;
  }
}
.modal__short-interest-boxes-inner {
  max-height: 20rem;
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes-inner {
    max-height: 25.375rem;
  }
}
@media screen and (min-width: 80rem) {
  .modal__short-interest-boxes-inner {
    max-height: 32.375rem;
  }
}
@media screen and (max-height: 52.1875rem) {
  .modal__short-interest-boxes-inner {
    max-height: 25.375rem;
  }
}
.modal__short-interest-boxes-row {
  width: 100%;
  min-height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 80rem) {
  .modal__short-interest-boxes-row {
    min-height: 6.09375rem;
  }
}
.modal__short-interest-boxes-row + .modal__short-interest-boxes-row {
  margin-top: 1rem;
}
.modal__short-interest-boxes-row + .modal__short-interest-boxes-row--text {
  margin-top: 0.75rem;
}
.modal__short-interest-boxes-row--text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 1.375rem;
  min-height: 1.375rem;
}
.modal__short-interest-boxes-row--text div {
  background: transparent;
}
.modal__short-interest-boxes-row--text .modal__subtext {
  text-align: center;
}
.modal__short-interest-boxes-row--text + .modal__short-interest-boxes-row {
  margin-top: 0.25rem;
}
.modal__short-interest-boxes-row--text.-threeup *:first-child {
  display: none;
}
.modal__short-interest-boxes-row--text.-threeup *:nth-child(2) {
  margin-right: 1rem;
}
.modal__short-interest-boxes-row--text.-threeup *:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes-row--text.-threeup *:first-child {
    display: block;
  }
  .modal__short-interest-boxes-row--text.-threeup > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(
    (100% / $column_ct) - 11px
  );
    margin-right: 16px;
    max-width: 100%;
  }
  .modal__short-interest-boxes-row--text.-threeup > *:nth-child(3n) {
    margin-right: 0;
  }
}
.modal__short-interest-boxes-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0.5rem;
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes-row-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(
    (100% / $column_ct) - 8px
  );
    margin-right: 16px;
  }
  .modal__short-interest-boxes-row-inner:nth-child(2n) {
    margin-right: 0;
  }
}
.modal__short-interest-boxes-row-inner .modal__short-interest-boxes-singlebox {
  width: 100%;
  max-width: 100%;
  padding: 0.5rem;
}
.modal__short-interest-boxes-row-inner .modal__short-interest-boxes-singlebox p {
  display: inline-block;
}
.modal__short-interest-boxes-row-inner .modal__short-interest-boxes-singlebox p:last-of-type {
  margin-top: 0;
  margin-left: 0.25rem;
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes-row-inner .modal__short-interest-boxes-singlebox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(
    (100% / $column_ct) - 8px
  );
    margin-right: 16px;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal__short-interest-boxes-row-inner .modal__short-interest-boxes-singlebox:nth-child(2n) {
    margin-right: 0;
  }
  .modal__short-interest-boxes-row-inner .modal__short-interest-boxes-singlebox p {
    display: block;
  }
  .modal__short-interest-boxes-row-inner .modal__short-interest-boxes-singlebox p:last-of-type {
    margin: 0.5rem 0 0;
  }
}
.modal__short-interest-boxes-row-inner .-gray {
  background-color: #ededed;
  margin: auto 0 0;
  padding: 0.5rem 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes-row-inner .-gray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 42px;
    font-size: 2.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(
    (100% / $column_ct) - 8px
  );
    margin-right: 16px;
    margin-top: 0;
    padding: 1rem;
    max-height: 11.875rem;
  }
  .modal__short-interest-boxes-row-inner .-gray:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 80rem) {
  .modal__short-interest-boxes-row-inner .-gray {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes-row.-threeup {
    min-height: 6rem;
  }
}
.modal__short-interest-boxes-singlebox, .modal__short-interest-boxes-percentage-container, .modal__short-interest-boxes-row--text > * {
  max-width: 11.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(
    (100% / $column_ct) - 8px
  );
  margin-right: 16px;
}
.modal__short-interest-boxes-singlebox:nth-child(2n), .modal__short-interest-boxes-percentage-container:nth-child(2n), .modal__short-interest-boxes-row--text > *:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes-singlebox, .modal__short-interest-boxes-percentage-container, .modal__short-interest-boxes-row--text > * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(
    (100% / $column_ct) - 16px
  );
    margin-right: 32px;
  }
  .modal__short-interest-boxes-singlebox:nth-child(2n), .modal__short-interest-boxes-percentage-container:nth-child(2n), .modal__short-interest-boxes-row--text > *:nth-child(2n) {
    margin-right: 0;
  }
}
.modal__short-interest-boxes-singlebox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fbc600;
  padding: 1rem;
}
.modal__short-interest-boxes-number {
  margin: 0;
}
.modal__short-interest-boxes-text {
  margin: 0.5rem 0 0;
}
.modal__short-interest-boxes-percentage-container {
  min-height: inherit;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal__short-interest-boxes-percentage-input {
  background-clip: padding-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(112, 112, 112, 0.25);
  background-color: #fff;
  width: 100%;
  min-height: inherit;
  margin: 0;
  padding: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3b3c43;
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1;
  outline-offset: -3px;
}
.modal__short-interest-boxes-percentage-input:focus, .modal__short-interest-boxes-percentage-input:focus-visible {
  outline: 2px solid #34657f;
}
@media all and (-ms-high-contrast: none) {
  .modal__short-interest-boxes-percentage-input:focus, .modal__short-interest-boxes-percentage-input:focus-visible {
    outline: 2px solid #34657f;
  }
}
@supports (-ms-ime-align: auto) {
  .modal__short-interest-boxes-percentage-input:focus, .modal__short-interest-boxes-percentage-input:focus-visible {
    outline: 2px solid #34657f;
  }
}
@media screen and (min-width: 48rem) {
  .modal__short-interest-boxes-percentage-input {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 80rem) {
  .modal__short-interest-boxes-percentage-input {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.modal__short-interest-boxes-percentage-gray-container {
  border: 1px solid transparent;
  background-color: #ededed;
  width: 11.875rem;
  margin: 0.5rem 0;
  height: 5.53125rem;
}
.modal__short-interest-boxes-percentage-gray-container:nth-child(2) {
  margin-top: 2rem;
}
.modal__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 48rem) {
  .modal__button-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.modal__button {
  border: 0;
  padding: 0.9375rem 1.5625rem;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  text-align: center;
  line-height: 1;
  height: 2.75rem;
  width: 100%;
}
.modal__button:hover {
  background-color: #3b3c43;
  color: #ffffff;
}
.modal__button:focus, .modal__button:focus-visible {
  outline-color: #3b3c43;
}
.modal__button.-disabled {
  cursor: not-allowed;
}
.modal__button.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}
.modal__button.-disabled:focus, .modal__button.-disabled:focus-visible {
  outline: none;
}
.modal__button[disabled], .modal__button:disabled, .modal__button.-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.modal__button[disabled]:hover, .modal__button:disabled:hover, .modal__button.-disabled:hover {
  background-color: #fbc600;
  color: #3b3c43;
}
.modal__button[disabled]:focus, .modal__button[disabled]:focus-visible, .modal__button:disabled:focus, .modal__button:disabled:focus-visible, .modal__button.-disabled:focus, .modal__button.-disabled:focus-visible {
  outline: none;
}
@media screen and (min-width: 48rem) {
  .modal__button {
    width: 9.6875rem;
  }
}
.modal__button-previous {
  background-color: #ededed;
  margin: 0 0 1rem;
}
@media screen and (min-width: 48rem) {
  .modal__button-previous {
    margin: 0 1.5rem 0 0;
  }
}

.form-modal .modal__container {
  padding: 0;
}
.form-modal .modal__container .modal__header {
  background-color: #34657f;
  position: relative;
  padding: 16px 36px;
}
.form-modal .modal__container .modal__header h2 {
  font-size: 20px;
  color: white;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .form-modal .modal__container .modal__header h2 {
    text-align: left;
  }
}
.form-modal .modal__container .modal__header .form-modal__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #34657f;
  height: 36px;
  width: 36px;
  border-left: 2px solid #9ab2bf;
  border-bottom: 2px solid #9ab2bf;
  border-bottom-left-radius: 8px;
  border-right: none;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}