<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#pop-up {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%) scale(0.4);
  background-image: url("./images/mobile_version/background.png");
  background-repeat: no-repeat;
  width: 652px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 85px;
  color: #895734;
  font-size: 18px;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  padding-bottom: 78px;
}
#pop-up .close-pop-up {
  background-image: url("./images/mobile_version/btn_close.png");
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(20%, -15%);
}
#pop-up header {
  background: none;
}
#pop-up main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  align-items: center;
  background: none;
}
#pop-up main div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#pop-up main p {
  text-align: center;
  padding: 0 140px;
  font-size: 32px;
  font-weight: 500;
  margin: 20px 0 15px 0;
}
#pop-up main #more-info {
  width: 323px;
  height: 115px;
  background-image: url("./images/mobile_version/btn-moreinfo_normal.png");
  margin-bottom: 25px;
}
#pop-up main #more-info:hover {
  background-image: url("./images/mobile_version/btn-moreinfo_pressed.png");
  background-repeat: no-repeat;
}
#pop-up footer#pop-up-footer {
  background: none;
  color: #895734;
}
#pop-up footer#pop-up-footer div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  align-items: center;
}
#pop-up footer#pop-up-footer div#contribute-text-popup {
  margin-top: 0;
}
#pop-up footer#pop-up-footer div#contribute-text-popup p {
  font-size: 32px;
  font-weight: 500;
  margin: 20px 0 15px 0;
  padding: 0 80px;
  text-align: center;
}
#pop-up footer#pop-up-footer div#visit-us {
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  margin: 0 0 0.7em 0;
  padding: 0 90px;
}
#pop-up footer#pop-up-footer div#visit-us p {
  width: 100%;
  margin: 0;
}
#pop-up footer#pop-up-footer div#visit-us p#visit {
  font-size: 35px;
}
#pop-up footer#pop-up-footer div#visit-us #contibute-container {
  display: flex;
  flex-direction: row;
  margin: 0;
}
#pop-up footer#pop-up-footer div#visit-us #contibute-container a#contribute {
  flex-basis: 323px;
  height: 100px;
  background-image: url("./images/mobile_version/btn-contrib_normal.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#pop-up footer#pop-up-footer div#visit-us #contibute-container a#contribute:hover {
  background-image: url("./images/mobile_version/btn-contrib_pressed.png");
}
#pop-up footer#pop-up-footer div#visit-us #contibute-container p {
  font-size: 0.85em;
  flex-basis: 33%;
  text-align: center;
}
#pop-up footer#pop-up-footer div#help-us-get {
  width: 100%;
  height: 158px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
}
#pop-up footer#pop-up-footer div#help-us-get.fill-0 {
  background-image: url("./images/mobile_version/0.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-1000 {
  background-image: url("./images/mobile_version/10.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-2000 {
  background-image: url("./images/mobile_version/20.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-3000 {
  background-image: url("./images/mobile_version/30.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-4000 {
  background-image: url("./images/mobile_version/40.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-5000 {
  background-image: url("./images/mobile_version/50.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-6000 {
  background-image: url("./images/mobile_version/60.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-7000 {
  background-image: url("./images/mobile_version/70.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-8000 {
  background-image: url("./images/mobile_version/80.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-9000 {
  background-image: url("./images/mobile_version/90.png");
}
#pop-up footer#pop-up-footer div#help-us-get.fill-10000 {
  background-image: url("./images/mobile_version/100.png");
}

@media (min-width: 576px) {
  #pop-up {
    transform: translate(-50%, -50%) scale(0.6);
  }
}
@media (min-width: 992px) {
  #pop-up {
    transform: translate(-50%, -50%) scale(1);
    /* background-image: url("/src/images/desktop_version/background.png"); */
    background-image: url("./images/desktop_version/background.png");
    width: 800px;
    background-size: contain;
    padding-top: 60px;
  }
  #pop-up .close-pop-up {
    position: absolute;
    width: 75px;
    height: 75px;
    transform: translate(20%, -15%);
  }
  #pop-up header {
    background-image: url('./images/desktop_version/logo.png');
    background-position: center;
    background-size: contain;
    height: 110px;
    width: 100%;
    background-repeat: no-repeat;
  }
  #pop-up header img {
    display: none;
  }
  #pop-up main {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 70px;
  }
  #pop-up main div {
    flex-direction: column;
    align-items: center;
  }
  #pop-up main div#title-s4yt {
    flex-basis: 75%;
    padding: 0px 35px 0 0;
  }
  #pop-up main div#title-s4yt img {
    width: 100%;
    margin-bottom: 8px;
  }
  #pop-up main div#title-s4yt p {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
  }
  #pop-up main #more-info {
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    flex-basis: 25%;
    margin: 0;
    padding: 0 21px;
    transform: translateY(25%);
  }
  #pop-up footer#pop-up-footer {
    margin-top: 35px;
    padding: 0 60px;
    display: grid;
    height: 100%;
    grid-template-columns: 75% 25%;
    grid-gap: 0 0px;
    grid-template-areas: "main sidebar" "footer sidebar";
  }
  #pop-up footer#pop-up-footer div#contribute-text-popup {
    margin: 0;
    grid-area: main;
  }
  #pop-up footer#pop-up-footer div#contribute-text-popup img {
    width: 55%;
    margin: 0 0 8px 0;
  }
  #pop-up footer#pop-up-footer div#contribute-text-popup p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
  }
  #pop-up footer#pop-up-footer div#visit-us {
    grid-area: sidebar;
    margin: 0;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-size: 21px;
  }
  #pop-up footer#pop-up-footer div#visit-us p#visit {
    font-size: 28px;
  }
  #pop-up footer#pop-up-footer div#visit-us #contibute-container {
    margin: 0;
    flex-direction: column;
  }
  #pop-up footer#pop-up-footer div#visit-us #contibute-container a#contribute {
    width: 100%;
    flex-basis: auto;
    height: 65px;
  }
  #pop-up footer#pop-up-footer div#visit-us #contibute-container p {
    font-size: 16px;
  }
  #pop-up footer#pop-up-footer div#help-us-get {
    grid-area: footer;
    height: 85px;
  }
}</pre></body></html>