/* open terminal */
/* cd css */
/* sass --watch app.scss:app.css --style expanded */
a.new-window:after {
  font-family: "visa-icon";
  content: "\e852";
  padding-left: 2px;
}
a.vs-btn {
  width: auto !important;
}
a.blue-link {
  color: #1434CB;
  text-decoration: underline;
}
a.black-link {
  color: #2C2C2C !important;
  text-decoration: underline;
}

h1 {
  color: #2C2C2C;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.15rem;
  }
}

h2 {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #1434CB;
  text-align: center;
  color: #2C2C2C;
}

h3 {
  color: #2C2C2C;
  font-family: "visa-font-latin-light", Tahoma;
}

p,
ul,
ol,
li {
  font-family: "visa-font-latin-light", Tahoma;
}

p.data-safety::before {
  content: url("../images/visa-icon-lock-black.png");
  margin-right: 0.5em;
  height: 18px;
  width: 11px;
}
p#read-more {
  text-decoration: underline;
}
p span.thanks-copy {
  font-size: 2rem;
}

img.full-width {
  width: 100%;
}

a.black-link {
  color: #2C2C2C;
  text-decoration: underline;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.marquee {
  background-image: url("../images/lp-marquee-desktop.png");
  background-position: top left;
  background-repeat: no-repeat;
  min-height: 45vw;
  background-color: #F7F7F7;
  background-size: contain;
}
.row.marquee .intro {
  background-color: white;
}
.row.marquee img {
  width: 25%;
  padding-top: 10%;
}
@media (min-width: 1200px) {
  .row.marquee img {
    padding-top: 20%;
  }
}
.row.marquee-thanks {
  background-image: url("../images/typ-marquee-sdesktop.jpg");
  background-position: right;
  background-repeat: no-repeat;
  min-height: 40vw;
  background-size: contain;
  background-color: #F7F7F7;
}
.row.marquee-thanks .intro {
  background-color: white;
}
.row.jump-nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.row.jump-nav ul li a {
  text-decoration: none;
  color: #2C2C2C;
}
.row.jump-nav ul li a:hover {
  color: #1434CB;
}
.row.prize-images {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.row.nagrody span.primary-prize {
  color: #1434CB;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  font-size: 4.375rem;
}
.row.nagrody span.secondary-prize {
  color: #FCC015;
  font-family: "visa-font-latin-semi-bold", Tahoma;
  font-size: 2.5rem;
}
.row.nagrody span.prize-heading {
  font-family: "visa-font-latin-semi-bold", Tahoma;
  color: #1434CB;
  font-size: 1.5rem;
}
.row.nagrody span.blue-text {
  color: #1434CB;
}
.row.blue-bg {
  background-color: #1434CB;
  color: white;
}
.row.blue-bg h2 {
  color: white;
}

.main-form {
  background-color: #f0f0f0;
}
.main-form h2 {
  color: #1434CB;
}
.main-form input {
  border: 1px solid white !important;
}
.main-form fieldset.vs-card-fieldset .vs-card-field {
  margin-top: 0;
}
.main-form fieldset.vs-card-fieldset .required {
  margin: 0 0 0.5rem 0.25rem;
}
.main-form fieldset.vs-card-fieldset vs-tooltip {
  margin-bottom: 0.5rem;
}
.main-form #submitBtn {
  width: auto !important;
  border-radius: 0 !important;
}
.main-form #submitBtn::after {
  content: ">";
  color: #FCC015;
  margin-left: 1em;
}

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