#TMLFallback__Alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  color: #fff;
  background-image: linear-gradient(-216deg, #d63a76 0%, #9a0b44 81%, #8c0038 100%);
  box-shadow: 0 5px 12px 0 #e1e8f2;
  padding: 20px;
  font-family: "europa", sans-serif; }
  #TMLFallback__Alert *:first-child {
    margin-top: 0; }
  #TMLFallback__Alert *:last-child {
    margin-bottom: 0; }

.TMLFallback__box::before, .TMLFallback__button, .TMLFallback__buttonInverse .TMLFallback__text {
  background-image: linear-gradient(-216deg, #d63a76 0%, #8c0038 50%, #d63a76 100%);
  background-size: 100%; }

.TMLFallback__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "europa", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #747482;
  background: -webkit-linear-gradient(315deg, rgba(7, 3, 33, 0), rgba(6, 28, 47, 0.5));
  background: -o-linear-gradient(315deg, rgba(7, 3, 33, 0.5) 0, rgba(6, 28, 47, 0.5) 100%);
  background: linear-gradient(135deg, rgba(7, 3, 33, 0.5), rgba(6, 28, 47, 0.5)); }
  @media only screen and (min-width: 32em) {
    .TMLFallback__modal {
      padding-top: 50px; } }
  .TMLFallback__modal * {
    font-family: "europa", sans-serif;
    -webkit-font-smoothing: antialiased; }
  .TMLFallback__modal.TMLFallback__clickable {
    cursor: pointer; }

@media only screen and (min-width: 32em) {
  .TMLFallback__modal {
    padding: 70px; } }

.TMLFallback__modal,
.TMLFallback__modal * {
  box-sizing: border-box; }

.TMLFallback__modalDialog {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: default; }
  @media only screen and (min-width: 32em) {
    .TMLFallback__modalDialog {
      height: auto; }
      .TMLFallback__modalDialog.large {
        max-width: 1200px; }
      .TMLFallback__modalDialog.medium {
        max-width: 700px; }
      .TMLFallback__modalDialog.small {
        max-width: 450px; } }

.TMLFallback__stretchImage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  height: 200px; }

@media only screen and (min-width: 32em) {
  .TMLFallback__stretchImage {
    height: auto;
    min-width: 42%; } }

.TMLFallback__close {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer; }
  @media only screen and (min-width: 32em) {
    .TMLFallback__close {
      right: 15px;
      top: 15px; } }
  @media only screen and (min-width: 48em) {
    .TMLFallback__close {
      right: 25px;
      top: 25px; } }

.TMLFallback__close:hover {
  opacity: 1; }

.TMLFallback__close:before,
.TMLFallback__close:after {
  position: absolute;
  left: 9px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #747482;
  z-index: 5; }
  @media only screen and (min-width: 32em) {
    .TMLFallback__close:before,
    .TMLFallback__close:after {
      background-color: #ffffff; } }

.TMLFallback__close:before {
  transform: rotate(45deg); }

.TMLFallback__close:after {
  transform: rotate(-45deg); }

.TMLFallback__box {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  text-align: left;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 32em) {
    .TMLFallback__box {
      height: unset; } }

@media only screen and (min-width: 32em) {
  .TMLFallback__box {
    flex-direction: row; } }

.TMLFallback__box::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 4px;
  z-index: 5; }

.TMLFallback__box .TMLFallback__content {
  padding: 15px 25px 10px; }

@media only screen and (min-width: 48em) {
  .TMLFallback__box .TMLFallback__content {
    padding: 35px 35px 20px; } }

.TMLFallback__box h2 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 15px; }

@media only screen and (min-width: 48em) {
  .TMLFallback__box h2 {
    font-size: 1.25rem; } }

.TMLFallback__primaryButton {
  margin-bottom: 16px; }

.TMLFallback__button {
  background-size: 200% 100%;
  border: none;
  color: #fff;
  -webkit-text-fill-color: currentcolor;
  font-family: "europa", sans-serif;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff !important; }
  .TMLFallback__button:hover, .TMLFallback__button:focus, .TMLFallback__button:active {
    background-position: 100%;
    text-decoration: none; }
  .TMLFallback__button:before {
    height: 3px;
    width: 100%;
    margin: 0;
    content: "";
    top: 0;
    left: -100%;
    opacity: 0;
    display: block;
    position: absolute; }

.TMLFallback__buttonInverse {
  background-color: #ffffff;
  border: none;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none; }
  .TMLFallback__buttonInverse .TMLFallback__text {
    background-size: 200% 100%;
    color: #9a0b43;
    font-family: "europa", sans-serif;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .TMLFallback__buttonInverse .TMLFallback__text {
        background: none; } }

.TMLFallback__buttonSubtle {
  height: 16px;
  white-space: nowrap;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  color: #4b4b4b;
  background-color: transparent;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  cursor: pointer;
  text-decoration: none; }

.TMLFallback__buttonList,
.TMLFallback__verticalButtonList {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px; }

.TMLFallback__verticalButtonList *:not(:first-child) {
  margin-top: 8px; }

@media only screen and (max-width: 48em) {
  .TMLFallback__buttonList *:not(:first-child) {
    margin-top: 8px; } }

@media only screen and (min-width: 48em) {
  .TMLFallback__buttonList {
    margin-top: 32px;
    flex-direction: row;
    justify-content: space-between; }
  .TMLFallback__verticalButtonList {
    margin-top: 32px; } }

.TMLFallback__row {
  display: flex;
  flex-direction: row;
  width: 100%; }
  .TMLFallback__row .TMLFallback__halfBlock {
    flex: 1 1 50%; }

.TMLFallback__error {
  margin-top: 8px;
  color: #de3618; }

.TMLFallback__hideOnSmall {
  display: none; }
  @media only screen and (min-width: 62em) {
    .TMLFallback__hideOnSmall {
      display: block; } }

.TMLFallback__showOnSmall {
  display: block; }
  @media only screen and (min-width: 62em) {
    .TMLFallback__showOnSmall {
      display: none; } }
