/* Generated by less 2.5.1 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
html {
  height: 100%;
}
* {
  box-sizing: border-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
strong,
b {
  font-weight: 900;
}
body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: black;
  line-height: 1.4;
  background-color: #e8e0ed;
  border: 20px solid #c0b2d3;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}
@media (max-width: 1000px) {
  body {
    border-width: 10px;
  }
}
@media (min-width: 1001px) {
  body {
    background-image: url(../img/background-desktop-2.jpg);
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
}
@media (max-width: 1000px) {
  body {
    background-image: url(../img/background-mobile-2.jpg);
    background-size: 100% auto;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
.bottom-fixed {
  background: #c0b2d3;
  color: white;
  z-index: 300;
}
@media (min-width: 1001px) {
  .bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .bottom-fixed {
    padding: 0 10px;
    padding-top: 50px;
  }
}
.bottom-fixed .col p {
  font-size: 30px;
  margin: 0;
  padding: 20px 0 10px 0;
}
@media (max-width: 1000px) {
  .bottom-fixed .col p br {
    display: none;
  }
}
.bottom-fixed .col p.smaller {
  font-size: 12px;
  padding: 0 0 40px 0;
}
.cover-mobile {
  padding: 20px 20px 0 20px;
}
.cover-mobile img {
  display: block;
  width: 100%;
}
.row {
  width: 100%;
}
.row .col {
  position: relative;
}
@media (min-width: 1001px) {
  .row {
    display: flex;
    width: 100%;
  }
  .row .col {
    width: 50%;
    padding: 0 15px;
  }
}
.row p {
  font-size: 18px;
  margin: 0;
  padding: 20px 0 10px 0;
}
.row p.smaller {
  font-size: 12px;
  padding: 0 0 40px 0;
}
.prizes {
  width: 100%;
  display: block;
}
@media (min-width: 1001px) {
  .prizes {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    max-width: 650px;
  }
}
.cookie-policy {
  background: #c0b2d3;
  border-bottom: 2px solid white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  color: #483465;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 200;
}
.cookie-policy p {
  margin: 0 5px;
}
.cookie-policy a {
  color: inherit;
  display: inline-block;
  border-bottom: 2px solid white;
}
.cookie-policy .cookie-btn {
  background: white;
  border-radius: 18px;
  line-height: 16px;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  color: #483465;
  display: inline-block;
  margin: 0 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.page {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .page {
    padding: 0 15px;
  }
}
.page.page-home {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .hidden-desktop {
    display: none !important;
  }
}
.navigation {
  max-width: 800px;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .navigation {
    max-width: 100%;
  }
}
.navigation ul {
  text-align: center;
  list-style: none;
  margin: 0 -3px;
  display: flex;
  padding: 0;
}
@media (max-width: 1000px) {
  .navigation ul {
    padding: 0 15px;
  }
}
.navigation ul li {
  display: block;
  font-size: 16px;
  height: 40px;
  display: flex;
  padding: 0 3px;
  width: 33.333%;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .navigation ul li {
    font-size: 12px;
  }
}
.navigation ul li.double a {
  line-height: 20px;
}
.navigation ul li a {
  display: block;
  color: white;
  padding: 0 20px;
  background: #c0b2d3;
  line-height: 40px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  .navigation ul li a {
    padding: 0;
  }
}
.navigation ul li a.active {
  background: #483465;
}
@media (min-width: 1001px) {
  .page-wrapper {
    padding: 50px 0;
  }
}
form {
  max-width: 800px;
  position: relative;
  z-index: 3;
  margin-top: 100px;
}
@media (max-width: 1000px) {
  form {
    max-width: 100%;
  }
}
form label {
  font-weight: normal;
  font-size: 18px;
  display: block;
  line-height: 1;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  color: #483465;
}
form label span {
  text-transform: none;
  font-size: 14px;
}
form label input,
form label select {
  display: block;
  border: 1px solid transparent;
  background: white;
  color: #483465;
  line-height: 30px;
  padding: 12px 20px;
  text-align: center;
  width: 100%;
  height: 54px;
  border-radius: 27px;
  text-transform: none;
  font-size: 16px;
  font-family: inherit;
  -webkit-appearance: none;
  margin-top: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 601px) {
  form .row {
    display: flex;
    margin: 0 -10px;
  }
  form .row .form-group {
    padding: 0 10px;
    width: 50%;
  }
}
form .form-group {
  margin-top: 20px;
}
form .form-group .message {
  display: none;
}
form .form-group.error,
form .form-group .error {
  position: relative;
}
form .form-group.error input,
form .form-group .error input,
form .form-group.error select,
form .form-group .error select {
  border-color: #c30b2e;
}
form .form-group.error .message,
form .form-group .error .message {
  position: absolute;
  top: -8px;
  right: 20px;
  background: #c30b2e;
  color: white;
  display: block;
  line-height: 18px;
  font-size: 10px;
  padding: 0 6px;
  border-radius: 3px;
  text-transform: uppercase;
}
form .form-group.error .message:after,
form .form-group .error .message:after {
  top: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #c30b2e;
  border-width: 8px;
  margin-left: -8px;
}
form .form-group.error.checkbox-group .message,
form .form-group .error.checkbox-group .message {
  top: -20px;
}
input[type="submit"],
.button {
  margin: 20px 0 0 0;
  display: block;
  border: 0;
  color: white !important;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 20px;
  border-radius: 27px;
  text-transform: none;
  font-family: inherit;
  -webkit-appearance: none;
  background: #483465;
  position: relative;
  font-weight: 900;
  text-align: center;
  width: 100%;
}
input[type="submit"]:hover,
.button:hover {
  background: #3c2b54;
}
.button {
  display: inline-block;
}
input:focus,
select:focus {
  outline: 0;
}
#error,
#errors,
#success {
  background: #c30b2e;
  color: white;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  display: none;
}
.has-errors #errors {
  display: block;
}
#success {
  background: #82ba0e;
}
.success #success {
  display: block;
}
.hidden {
  display: none;
}
.page {
  padding-bottom: 200px;
}
h1 {
  font-size: 40px;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
    text-align: left;
  }
}
.button + h1 {
  margin-top: 50px;
}
h1 + h2 {
  font-size: 20px;
  margin: -10px 0 30px 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
}
h3 {
  text-transform: uppercase;
}
.terms,
.winners,
.cookies {
  color: #483465;
  line-height: 1.5;
  font-size: 16px;
}
.terms .button,
.winners .button,
.cookies .button {
  display: inline-block;
  width: auto;
}
.terms h3,
.winners h3,
.cookies h3 {
  margin: 0;
}
.terms a,
.winners a,
.cookies a {
  text-decoration: underline;
  color: inherit;
}
.terms p + h3,
.winners p + h3,
.cookies p + h3 {
  margin-top: 40px;
}
.winners ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.winners ul li {
  margin-top: 10px;
}
.winners ul li .num {
  display: inline-block;
  background: white;
  color: #483465;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  line-height: 30px;
  margin-right: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 900;
}
.winners ul + h3 {
  margin-top: 40px;
}
input[type="checkbox"] {
  display: none;
}
.checkbox {
  line-height: 30px;
  font-weight: normal;
  color: #483465;
  font-size: 14px;
}
.checkbox .input {
  width: 30px;
  height: 30px;
  background: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 3px;
  border: 2px solid transparent;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s linear;
}
.checkbox .input::after {
  transition: all 0.3s linear;
  display: block;
  opacity: 0;
  background: #483465;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  content: "";
}
.checkbox .input.checked::after {
  opacity: 1;
}
.checkbox a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.checkbox p {
  font-size: 14px;
  display: none;
  color: inherit;
  line-height: 1.6;
}
.checkboxes {
  margin: 20px 0;
}
.page-terms {
  position: relative;
  z-index: 3;
}
.page-terms table {
  width: 100%;
  border-color: black;
  border-bottom-style: solid;
  border-width: 1px;
}
.page-terms table td,
.page-terms table th {
  padding: 10px;
}
.edit-content {
  background: white;
  color: #333;
  padding: 50px 100px;
  font-family: Helvetica, Arial;
}
.edit-content h1 {
  font-size: 20px;
  margin: 0;
}
.edit-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 50px 0;
}
.edit-content table th,
.edit-content table td {
  border-top: 1px solid #ccc;
  padding: 10px;
  line-height: 20px;
}
.edit-content table th {
  text-align: left;
  border-top: 0 !important;
  background: #eee;
  border-color: transparent;
}
.edit-content table [contenteditable]:focus {
  outline: none;
  background: #ffeb06;
  color: #333;
}
.edit-content table tbody td:not([contenteditable]) {
  text-align: center;
}
.edit-content .table {
  padding: 0;
}
.edit-content .table-editable {
  position: relative;
}
.edit-content .table-editable .glyphicon {
  font-size: 13px;
}
.edit-content .table-remove {
  color: #e95656;
  cursor: pointer;
}
.edit-content .table-remove:hover {
  color: #c53838;
}
.edit-content .table-up,
.edit-content .table-down {
  color: #999;
  cursor: pointer;
}
.edit-content .table-up:hover,
.edit-content .table-down:hover {
  color: #333;
}
.edit-content .table-add {
  color: #070;
  cursor: pointer;
  position: absolute;
  height: 20px;
  top: 10px;
  right: 10px;
}
.edit-content .table-add.glyphicon {
  font-size: 16px;
}
.edit-content .table-add.glyphicon::before {
  height: 20px;
  display: block;
  line-height: 20px;
}
.edit-content .table-add:hover {
  color: #0b0;
}
.invisible {
  width: 0;
  height: 0;
  overflow: hidden;
}
.pulse {
  animation: pulse 0.5s 3 linear;
}
@keyframes pulse {
  0% {
    background: transparent;
  }
  50% {
    background: #ffeb06;
  }
  100% {
    background: transparent;
  }
}
.history {
  color: #999;
}
@keyframes main {
  from {
    opacity: 0;
    transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.social {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .social {
    justify-content: center;
  }
}
.social a {
  display: block;
}
.social a + a {
  margin-left: 10px;
}
.social a img {
  display: block;
}
.first-winner {
  text-align: center;
  font-size: 20px;
}
.first-winner strong {
  display: block;
}
.success form {
  display: none;
}
.winners-notice,
.success-message {
  text-align: center;
  padding: 150px 0;
  color: #483465;
}
.winners-notice .button,
.success-message .button {
  display: inline-block;
  width: auto;
}
.winners-notice p,
.success-message p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.winners-notice p strong,
.success-message p strong {
  display: block;
  font-size: 40px;
}
.success-message {
  display: none;
}
.success .success-message {
  display: block;
}
