@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "WendysFresh";
  font-style: normal;
  font-weight: 400 500 600 700 800 900;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2 supports variations"), url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff") format("woff"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
@font-face {
  font-family: "WendysFresh";
  font-style: normal;
  font-weight: 400 500 600 700 800 900;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2 supports variations"), url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff") format("woff"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
@font-face {
  font-family: "WendysFresh";
  font-style: normal;
  font-weight: 400 500 600 700 800 900;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2 supports variations"), url("/themes/custom/wendys_main/dist/css/../fonts/WendysFreshVF_W_DrkmWght.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  src: url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.woff") format("woff"), url("/themes/custom/wendys_main/dist/css/../fonts/glyphicons-halflings-regular.ttf") format("truetype");
}
.modal {
  background-color: rgba(0, 0, 0, 0.4);
  color: #000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: visibility 0s 0.2s, opacity 0.5s ease-in-out;
  visibility: visible;
  width: 100%;
  z-index: 100000000000000020;
}
.modal:not([open]) {
  opacity: 0;
  visibility: hidden;
}

.modal__content {
  background-color: #fff;
  border: 1px solid #888;
  font-size: 20px;
  margin: 15% auto;
  padding: 40px 30px 30px;
  position: relative;
  text-align: center;
  width: 83%;
}
.modal__content button {
  all: unset;
}
.modal__content .modal__close {
  color: #0077a3;
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 0;
}
.modal__content .modal__close:hover {
  color: #00658b;
  cursor: pointer;
}
.modal__content h2 {
  font-family: "WendysFresh", sans-serif !important;
  font-style: normal;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .modal__content h2 {
    font-size: 5rem;
    line-height: 5.5rem;
  }
}
.modal__content p.text-formatted {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  .modal__content p.text-formatted {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.modal__content .cta__continue {
  font-family: "WendysFresh", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  align-items: center;
  background: #0077a3;
  border: 1px solid #0077a3;
  border-radius: 24px;
  color: #fff;
  display: block;
  font-size: 2rem;
  justify-content: center;
  letter-spacing: 0.1rem;
  line-height: 38px;
  margin-bottom: 15px;
  min-height: 38px;
  padding: 5px 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  margin: 10px 0;
  text-transform: none;
}
.modal__content .cta__continue:hover {
  background: #00658b;
  border-color: #00658b;
}
.modal__content .cta__continue:disabled,
.modal__content .cta__continue .disabled {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
@media (min-width: 768px) {
  .modal__content .cta__continue {
    display: inline-flex;
    min-width: 300px;
  }
}
.modal__content .cta__stay {
  font-family: "WendysFresh", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  align-items: center;
  background: #0077a3;
  border: 1px solid #0077a3;
  border-radius: 24px;
  color: #fff;
  display: block;
  font-size: 2rem;
  justify-content: center;
  letter-spacing: 0.1rem;
  line-height: 38px;
  margin-bottom: 15px;
  min-height: 38px;
  padding: 5px 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background: #fff;
  border-color: #fff;
  color: #0077a3;
  margin: 10px 0;
  text-transform: none;
}
.modal__content .cta__stay:hover {
  background: #00658b;
  border-color: #00658b;
}
.modal__content .cta__stay:disabled,
.modal__content .cta__stay .disabled {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
@media (min-width: 768px) {
  .modal__content .cta__stay {
    display: inline-flex;
    min-width: 300px;
  }
}
.modal__content .cta__stay:hover {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}

.modal__cta .modal__content {
  max-width: 700px;
}