@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "wingstop";
  src: url("fonts/wingstop.eot?82758540");
  src: url("fonts/wingstop.eot?82758540#iefix") format("embedded-opentype"), url("fonts/wingstop.woff2?82758540") format("woff2"), url("fonts/wingstop.woff?82758540") format("woff"), url("fonts/wingstop.ttf?82758540") format("truetype"), url("fonts/wingstop.svg?82758540#wingstop") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'wingstop';
    src: url('../font/wingstop.svg?82758540#wingstop') format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "wingstop";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-open:before {
  content: "\e800";
}

/* '' */
.icon-right-open:before {
  content: "\e801";
}

/* '' */
.icon-down-open:before {
  content: "\e802";
}

/* '' */
.icon-up-open:before {
  content: "\e803";
}

/* '' */
.icon-flame:before {
  content: "\e804";
}

/* '' */
.icon-cancel:before {
  content: "\e805";
}

/* '' */
.icon-ok:before {
  content: "\e806";
}

/* '' */
.icon-cancel-circled:before {
  content: "\f06e";
}

/* '' */
.icon-twitter:before {
  content: "\f099";
}

/* '' */
.icon-facebook:before {
  content: "\f09a";
}

/* '' */
/*
* Wingstop - Tenders Giveaway 2025
*
@media only screen and (max-width: 767px)
{ 
} 
*/
/************** common *************/
body,
html {
  font-family: roc-grotesk-variable, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #fff;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .xs-only {
    display: none !important;
  }
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-variation-settings: "wght" 750, "wdth" 100;
}
h1 .green-txt,
h2 .green-txt,
h3 .green-txt,
h4 .green-txt,
h5 .green-txt {
  color: #06693a;
}

h1 {
  font-variation-settings: "wght" 800, "wdth" 75;
}

h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 2.375rem;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

#ot-sdk-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
}

p {
  font-variation-settings: "wght" 400, "wdth" 100;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button {
  border: 0;
  cursor: pointer;
}
button.btn {
  display: inline-block;
  font-family: roc-grotesk-variable, sans-serif;
  width: 100%;
  max-width: 650px;
  color: #06693a;
  background: #fff;
  font-weight: bold;
  padding: 15px 0 10px 0;
  font-size: 1.875rem;
  border-radius: 5px;
  font-variation-settings: "wght" 750, "wdth" 75;
}
@media only screen and (min-width: 768px) {
  button.btn {
    font-size: 2.375rem;
    padding: 15px 0 10px 0;
  }
}
button.btn-green {
  border: 4px solid #06693a;
  background: #06693a;
  color: #fff;
  font-variation-settings: "wght" 750, "wdth" 75;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin: 15px 0;
  font-size: 1.875rem;
  padding: 15px 60px 10px;
}
button.btn-green:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #06693a;
}
button.btn-green:disabled {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
}
button.btn-green:disabled:hover {
  background: #ccc;
  border-color: #ccc;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  button.btn-green {
    font-size: 2.375rem;
    line-height: 2.375rem;
  }
}

.container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  background: #06693a;
}
.container.hide {
  display: none !important;
}
.container .content-inner {
  padding-top: 60px;
  box-sizing: border-box;
  max-width: 1440px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  height: 100%;
  min-height: calc(100vh - 130px);
}
.container .content-inner.hide {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .container .content-inner.hide {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .container .content-inner {
    padding-top: 100px;
  }
}
.container header {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  height: 60px;
  width: 100%;
  top: 0;
  z-index: 100;
  border-bottom: solid 2px #d3d3d3;
}
@media only screen and (min-width: 768px) {
  .container header {
    height: 100px;
  }
}
.container header .logo {
  max-width: 120px;
}
@media only screen and (min-width: 768px) {
  .container header .logo {
    max-width: 180px;
  }
}
.container header.before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: -100px;
  width: 100%;
  height: 100px;
}
.container header button.burger {
  border: 0;
  background: none;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.container header button.burger span {
  width: 32px;
  height: 4px;
  background: #000;
  display: block;
  border-radius: 2px;
  position: absolute;
  left: 34px;
}
.container header button.burger span.t {
  top: 37px;
}
.container header button.burger span.m {
  top: 46px;
}
.container header button.burger span.b {
  top: 55px;
}
.container section.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: visible;
  max-width: 1440px;
  background: #fff;
}
.container section.hero #hero-animation {
  width: 90%;
  max-width: 800px;
  min-height: 600px;
  overflow: visible;
}
.container section.hero #hero-animation #tender01,
.container section.hero #hero-animation #tender02,
.container section.hero #hero-animation #tender03,
.container section.hero #hero-animation #tender04,
.container section.hero #hero-animation #tender05,
.container section.hero #hero-animation #tender06 {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.container section.hero #hero-animation-desktop {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: visible;
  display: none;
}
@media only screen and (min-width: 768px) {
  .container section.hero #hero-animation-desktop {
    display: block;
  }
}
.container section.hero #hero-animation-desktop #tender01, .container section.hero #hero-animation-desktop #tender02, .container section.hero #hero-animation-desktop #tender03, .container section.hero #hero-animation-desktop #tender04, .container section.hero #hero-animation-desktop #tender05, .container section.hero #hero-animation-desktop #tender06 {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.container section.hero #hero-animation-mobile {
  position: relative;
  width: 100%;
  z-index: 2;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .container section.hero #hero-animation-mobile {
    display: none;
  }
}
.container section.hero .tender {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
.container section.hero .tender img {
  width: 100%;
}
.container section.hero .tender.tender-01 {
  width: 50%;
  left: -15%;
  top: -50%;
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  .container section.hero .tender.tender-01 {
    width: 50%;
    left: 5%;
    top: -50%;
  }
}
.container section.hero .tender.tender-02 {
  width: 50%;
  left: -30%;
  top: 70%;
  max-width: 400px;
}
.container section.hero .tender.tender-02 img {
  transform: rotate(30deg);
}
@media only screen and (min-width: 768px) {
  .container section.hero .tender.tender-02 {
    left: -10%;
    top: 25%;
  }
  .container section.hero .tender.tender-02 img {
    transform: rotate(0deg);
  }
}
.container section.hero .tender.tender-03 {
  width: 50%;
  left: 60%;
  top: -20%;
  max-width: 500px;
}
@media only screen and (min-width: 768px) {
  .container section.hero .tender.tender-03 {
    left: 80%;
  }
}
.container section.hero .tender.tender-04 {
  width: 50%;
  left: 85%;
  max-width: 220px;
}
@media only screen and (min-width: 768px) {
  .container section.hero .tender.tender-04 {
    left: 90%;
    top: 40%;
  }
}
.container section.hero .tender.tender-05 {
  width: 50%;
  left: -5%;
  top: 90%;
  max-width: 500px;
  visibility: hidden;
}
.container section.hero .tender.tender-05 img {
  width: 100%;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .container section.hero .tender.tender-05 {
    width: 50%;
    visibility: visible;
  }
}
.container section.hero .tender.tender-06 {
  visibility: hidden;
  width: 40%;
  left: 60%;
  top: 65%;
  max-width: 400px;
}
.container section.hero .tender.tender-06 img {
  width: 100%;
  transform: rotate(280deg);
}
@media only screen and (min-width: 768px) {
  .container section.hero .tender.tender-06 {
    visibility: visible;
    width: 50%;
    left: 55%;
    top: 70%;
  }
}
.container section.hero .tender.tender-06-mobile {
  width: 40%;
  left: 60%;
  top: 70%;
  max-width: 400px;
}
.container section.hero .tender.tender-06-mobile img {
  width: 100%;
  transform: rotate(110deg);
}
@media only screen and (min-width: 768px) {
  .container section.hero .tender.tender-06-mobile {
    display: none;
  }
}
.container .content-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 6.5%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .container .content-section {
    margin-bottom: 120px;
    width: 68%;
  }
}
@media only screen and (min-width: 992px) {
  .container .content-section {
    width: 69%;
  }
}
@media only screen and (min-width: 1200px) {
  .container .content-section {
    width: 90%;
  }
}
.container .content-section .loading-state {
  margin-top: 150px;
}
.container .content-section .loading-state h3 {
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.75rem;
}
.container .content-section .loading-state p {
  color: #000;
  text-align: center;
  margin-top: 20px;
}
.container .content-section .offer-states {
  display: none;
}
.container .content-section .offer-on-state {
  display: block;
}
.container .content-section .offer-paused-state {
  display: block;
}
.container .content-section .offer-ended-state {
  display: block;
}
.container .content-section .offer-error-state {
  display: block;
}
.container .content-section .text-block {
  text-align: center;
  margin-top: 20px;
  max-width: 600px;
}
.container .content-section .text-block h2 {
  margin-bottom: 20px;
  color: #000;
}
.container .content-section .text-block h3 {
  margin-top: 20px;
  text-transform: uppercase;
}
.container .content-section .text-block p {
  color: #000;
}
.container .content-section .text-block p a {
  color: #000 !important;
}
.container .content-section .text-block p strong {
  font-variation-settings: "wght" 600, "wdth" 100;
}
.container .content-section .logo-set {
  margin-top: 30px;
}
.container .content-section .logo-set .logo {
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .container .content-section .logo-set .logo {
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .container .content-section .logo-set {
    margin-top: 80px;
  }
}
.container .content-section .terms-block {
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
}
.container .content-section .terms-block h2 {
  margin: 30px 0;
}
.container .content-section .terms-block p {
  color: #000;
  margin-bottom: 30px;
}
.container .content-section .terms-block p a {
  color: #000;
}
.container .content-section .terms-block p:last-child {
  margin-bottom: 100px;
}
.container .content-section .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.container .content-section button {
  margin-top: 40px;
}
.container .content-section .footnote {
  margin: 20px 0 50px 0;
  max-width: 600px;
  color: #000;
}
.container .content-section .footnote p {
  text-align: center;
  font-size: 1rem;
}
.container .content-section .footnote p a {
  color: #000;
}
.container .green {
  width: 100%;
  background-color: #06693a;
  height: 20px;
}
.container footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  height: 130px;
  width: 100%;
  margin-top: auto;
}
.container footer .copyright {
  color: #626262;
}
.container footer .links {
  margin-top: 20px;
  opacity: 0.5;
  text-align: center;
}
.container footer .links a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 0.75rem;
}
.container footer .links .divide {
  margin: 0 5px;
}
.container .redeem-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 95;
  padding-top: 60px;
  pointer-events: none;
}
.container .redeem-modal.hide {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .container .redeem-modal {
    padding-top: 100px;
  }
}
.container .redeem-modal .redeem-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 3% 6%;
  width: 100%;
  margin-bottom: -10px;
  background: #06693a;
  border-radius: 20px 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .container .redeem-modal .redeem-popup {
    padding: 2% 2% 6%;
    margin-bottom: -60px;
  }
}
.container .redeem-modal .redeem-popup h1 {
  font-style: normal;
  font-family: roc-grotesk-variable, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  pointer-events: all;
  color: #fff;
  font-variation-settings: "wght" 650, "wdth" 75;
}
.container .redeem-modal .redeem-popup h1 span.green-txt {
  color: #fff;
  font-variation-settings: "wght" 750, "wdth" 100;
}
@media only screen and (min-width: 768px) {
  .container .redeem-modal .redeem-popup h1 {
    font-size: 2.375rem;
  }
}
.container .redeem-modal .redeem-popup p.legal {
  font-size: 0.625rem;
  line-height: 0.75rem;
  margin-top: 20px;
  width: 95%;
  text-align: justify;
}
.container .redeem-modal .redeem-popup p {
  font-size: 1rem;
  text-align: center;
  line-height: 1.375rem;
  margin: 10px 0 15px 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .container .redeem-modal .redeem-popup p {
    margin: 15px 0 20px 0;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.container .redeem-modal .redeem-popup .btn {
  max-width: 400px;
  font-size: 1.875rem;
  line-height: 1.875rem;
  padding: 12px 0;
  pointer-events: all;
  border: 4px solid #fff;
  transform: 0.2s all;
}
@media only screen and (min-width: 768px) {
  .container .redeem-modal .redeem-popup .btn {
    font-size: 1.875rem;
    padding: 12px 0;
  }
}
.container .redeem-modal .redeem-popup .btn:hover {
  background: #06693a;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .container .redeem-modal .redeem-popup {
    max-width: 700px;
  }
}
.container .redeem-modal .redeem-popup .close-btn {
  pointer-events: all;
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 10px;
}
.container .redeem-modal .redeem-popup .close-btn i {
  color: #fff;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .container .redeem-modal .redeem-popup .close-btn i {
    font-size: 2rem;
  }
}
.container .modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .container .modal {
    padding-top: 100px;
  }
}
.container .modal.hide {
  display: none !important;
}
.container .modal.background-green .screens {
  background: #0b683a;
}
.container .modal.background-green .screens .close-btn i {
  color: #fff;
}
.container .modal .background {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.container .modal.legal-modal .legal-popup {
  position: relative;
  background: #bfb992;
  width: 90%;
  height: 70vh;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5%;
}
.container .modal.legal-modal .legal-popup .close-btn i {
  color: #06693a !important;
}
.container .modal.legal-modal .legal-popup .inner {
  overflow-y: scroll;
  color: #000 !important;
  height: 100%;
}
.container .modal.legal-modal .legal-popup .inner h3 {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 1.875rem;
  color: #000;
}
.container .modal.legal-modal .legal-popup .inner p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 25px;
}
.container .modal.legal-modal .legal-popup .inner p a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .container .modal.legal-modal .legal-popup .inner p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.container .modal .close-btn {
  position: absolute;
  right: 0;
  top: 20px;
  background: none;
  border: 0;
  z-index: 30;
}
.container .modal .close-btn i {
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #06693a;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .container .modal .close-btn i {
    font-size: 2.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .container .modal .close-btn {
    right: 0;
    top: 10px;
  }
}
.container .modal .screens {
  position: relative;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 20px;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens {
    max-width: 550px;
    max-height: 900px;
    border-radius: 20px;
    height: 84vh;
    padding-top: 0;
  }
}
.container .modal .screens .screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding: 5% 6%;
  width: 100%;
  height: 100%;
}
.container .modal .screens h1 {
  font-family: roc-grotesk-variable, sans-serif;
  font-style: normal;
  font-size: 2.8125rem;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens h1 {
    font-size: 3.125rem;
    line-height: 2.8125rem;
    margin-bottom: 30px;
    margin-bottom: 25px;
  }
}
.container .modal .screens p {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: 95%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens p {
    font-size: 1.375rem;
    line-height: 1.75rem;
    width: 90%;
  }
}
.container .modal .screens button.btn {
  border: 4px solid #06693a;
  background: #06693a;
  color: #fff;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  margin: 15px 0;
}
.container .modal .screens button.btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #06693a;
}
.container .modal .screens button.btn:disabled {
  background: #ccc;
  border-color: #ccc;
  pointer-events: none;
}
.container .modal .screens button.btn:disabled:hover {
  background: #ccc;
  border-color: #ccc;
  color: #fff;
}
.container .modal .screens form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 25px;
}
.container .modal .screens form .legal {
  font-size: 0.625rem;
  line-height: 0.875rem;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  text-align: justify;
}
.container .modal .screens form .name-set {
  display: flex;
  gap: 10px;
}
.container .modal .screens form .name-set #fname {
  width: 67%;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens form .name-set #fname {
    width: 70%;
  }
}
.container .modal .screens form .name-set #lname {
  width: 33%;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens form .name-set #lname {
    width: 30%;
  }
}
.container .modal .screens form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
  border: 0;
  border-radius: 3px;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: roc-grotesk-variable, sans-serif;
  font-style: normal;
  color: #000;
  padding: 2% 4%;
  text-transform: uppercase;
  background: #d0ccab;
  font-variation-settings: "wght" 500, "wdth" 50;
}
.container .modal .screens form input::placeholder {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens form input {
    font-size: 1.875rem;
    padding: 2% 4%;
  }
}
.container .modal .screens form .smsInput-full {
  display: none;
  position: relative;
  width: 100%;
}
.container .modal .screens form .smsInput-full .backgrounds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.container .modal .screens form .smsInput-full .backgrounds .box {
  display: block;
  width: 22%;
  height: 100%;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}
.container .modal .screens form .smsInput-full input.full-digit {
  position: relative;
  text-align: center;
  font-size: 3.125rem;
  background: none;
  z-index: 5;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens form .smsInput-full input.full-digit {
    font-size: 5.875rem;
  }
}
.container .modal .screens form .smsInput-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.container .modal .screens form .smsInput-set input.digit {
  width: 22%;
  text-align: center;
  font-size: 3.125rem;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens form .smsInput-set input.digit {
    font-size: 5.875rem;
  }
}
.container .modal .screens form .check-set {
  margin: 10px 0 0 0;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.container .modal .screens form .check-set label {
  font-size: 0.6875rem !important;
  font-family: roc-grotesk-variable, sans-serif;
  color: #000;
  text-transform: uppercase;
}
.container .modal .screens form .check-set label a {
  color: #000;
}
.container .modal .screens form .check-set .check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container .modal .screens form .check-set .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container .modal .screens form .check-set .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d0ccab;
}
.container .modal .screens form .check-set .check-container:hover input ~ .checkmark {
  background-color: #d0ccab;
}
.container .modal .screens form .check-set .check-container input:checked ~ .checkmark {
  background-color: #06693a;
}
.container .modal .screens form .check-set .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container .modal .screens form .check-set .check-container input:checked ~ .checkmark:after {
  display: block;
}
.container .modal .screens form .check-set .check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container .modal .screens form .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
}
.container .modal .screens form .options a {
  color: #06693a;
  font-weight: bold;
  font-family: roc-grotesk-variable, sans-serif;
  font-size: 1.375rem;
  font-variation-settings: "wght" 750, "wdth" 100;
  text-decoration: none;
  border-bottom: 2px solid #06693a;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens form .options a {
    font-size: 1.75rem;
  }
}
.container .modal .screens form .options a.disabled {
  color: #ccc;
  border-bottom: 2px solid #ccc;
  pointer-events: none;
}
.container .modal .screens form button {
  margin-top: 40px;
}
.container .modal .screens .screen02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.container .modal .screens .screen02 p.message {
  width: 100%;
  font-size: 0.875rem;
  font-weight: bold;
  opacity: 0;
}
.container .modal .screens .screen02 button.btn {
  margin-top: 30px;
}
.container .modal .screens .screen04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
}
.container .modal .screens .screen04 .logo {
  max-width: 200px;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens .screen04 .logo {
    max-width: 250px;
  }
}
.container .modal .screens .screen04 p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  max-width: 450px;
}
.container .modal .screens .screen04 p strong {
  font-variation-settings: "wght" 600, "wdth" 100;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens .screen04 p {
    margin-bottom: 40px;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.container .modal .screens .screen04 h1 {
  color: #fff;
  font-size: 3.125rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .container .modal .screens .screen04 h1 {
    font-size: 4.375rem;
  }
}
.container .modal .screens .screen04 .btn {
  background: #fff;
  color: #06693a;
}

/*# sourceMappingURL=main.css.map */
