@import url("font/font.css");
body {
  color: #451A18;
  font: normal 1.04vw/normal "AmericanTypewriter", Arial, sans-serif;
  background: #ffffff url("img/bg-lp.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  max-width: 100%;
  min-height: 56.67vw;
}
@media (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body {
    background: #ffffff url("img/bg-lp-mobile.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    min-height: 200.78vw;
    font-size: 3.91vw;
  }
}
@media (max-width: 768px) {
  body .d-none-768 {
    display: none;
  }
}
body .d-block-768 {
  display: none;
}
@media (max-width: 768px) {
  body .d-block-768 {
    display: block;
  }
}
body a {
  color: #E30613;
}
body a:hover, body a:focus, body a:active {
  color: #E30613;
}
body .red-c {
  color: #E30613 !important;
}
body .brown-c {
  color: #451A18 !important;
}
body .CondensedBold {
  font-family: "AmericanTypewriter-CondensedBold" !important;
}
body .text-underline {
  text-decoration: underline;
}
body .img-desktop {
  max-width: 100%;
}
@keyframes elemBig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes rotate-rays {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes pulse2 {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes pulse3 {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(0.3);
  }
}
body .btn {
  font: normal 2.08vw/normal "AmericanTypewriter-CondensedBold", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 1.56vw;
  background-color: #E30613;
  border: 1px solid #E30613;
  color: #ffffff;
  padding: 1.04vw 3.65vw;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
  min-width: 18.23vw;
}
body .btn:hover, body .btn:focus, body .btn:active, body .btn:not(:disabled):not(.disabled):active {
  background-color: #E30613;
  border-color: #E30613;
  color: #ffffff;
  -webkit-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 8px 8px -6px rgba(0, 0, 0, 0.25);
}
body .btn:hover {
  transform: scale(1.1);
  animation: elemBig normal 1 0.3s linear;
}
@media (min-width: 1920px) {
  body .btn {
    border-radius: 30px;
    min-width: 350px;
    font-size: 40px;
    padding: 20px 70px;
  }
  body .btn:hover {
    transform: scale(1.1);
    animation: elemBig normal 1 0.3s linear;
  }
}
@media (max-width: 768px) {
  body .btn {
    min-width: 50.78vw;
    font-size: 5.21vw;
    padding: 2.6vw 9.11vw;
    border-radius: 3.91vw;
  }
}
body .header {
  width: 100%;
  height: 5.73vw;
  z-index: 10000;
  position: fixed;
  background: #ffffff url("img/bg-lp.jpg") no-repeat center top;
  background-attachment: fixed !important;
  background-size: cover;
  font: normal 1.14vw/normal "AmericanTypewriter-CondensedBold", Arial, sans-serif;
  color: #451A18;
  text-transform: uppercase;
  /*-webkit-box-shadow: 0px 8px 8px -6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 8px 8px -6px rgba(0,0,0,0.3);
  box-shadow: 0px 8px 8px -6px rgba(0,0,0,0.3);*/
}
@media (min-width: 1920px) {
  body .header {
    height: 110px;
    font-size: 21.89px;
  }
}
@media (max-width: 768px) {
  body .header {
    background-image: url("img/bg-lp-mobile.jpg");
  }
}
body .header .container {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  body .header .container {
    padding: 0;
  }
}
body .header .navbar {
  max-width: 90vw;
  margin: auto;
  min-height: 5.73vw;
}
@media (min-width: 1920px) {
  body .header .navbar {
    min-height: 110px;
  }
}
body .header .navbar-collapse {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
}
body .header .navbar .navbar-nav {
  padding: 0 0.5vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav {
    padding: 0 9px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.14vw;
  font-weight: 700;
  line-height: normal;
  color: #451A18;
  padding: 0.2vw 2vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 21.89px;
    padding: 3.6px 38px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
  max-width: 10.94vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.logo .logo-img {
    max-width: 210px;
  }
}
body .header .navbar .navbar-nav .nav-item .nav-link.btn {
  padding: 0.2vw 0.5vw;
  min-width: 9vw;
  border-radius: 0.8vw;
}
@media (min-width: 1920px) {
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 3.8px 9.6px;
    min-width: 173px;
    border-radius: 15px;
  }
}
@media (min-width: 769px) {
  body .header .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  body .header {
    height: 14.32vw;
  }
  body .header .navbar-expand-md {
    min-height: 14.32vw;
    max-width: 100%;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    display: flex !important;
  }
  body .header .navbar-expand-md.show {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }
  body .header .navbar .collapse:not(.show) {
    display: none !important;
  }
  body .header .navbar .collapse.in {
    display: block !important;
  }
  body .header .navbar .navbar-nav {
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  body .header .navbar .navbar-nav .nav-item {
    /*border-bottom: 1px solid $white-c;*/
    width: 60vw;
  }
  body .header .navbar .navbar-nav .nav-item:first-of-type, body .header .navbar .navbar-nav .nav-item:last-of-type {
    /*border-bottom: 0;*/
  }
  body .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 6.2vw;
    padding: 4.5vw 0;
    color: #451A18;
  }
  body .header .navbar .navbar-nav .nav-item .nav-link.btn {
    padding: 1.3vw 3.4vw;
    border-radius: 1.95vw;
  }
  body .header .navbar .navbar-nav .nav-item:nth-of-type(2) {
    margin-left: 0 !important;
    margin-top: 15vw;
    padding-left: 0;
  }
  body .header .navbar .navbar-nav .nav-item:last-of-type {
    margin-left: 0;
    margin-bottom: 3.5vw;
  }
  body .header .navbar .nav-link.logo {
    position: absolute;
    left: 6vw;
    padding: 0;
    top: 0.8vw;
  }
  body .header .navbar .nav-link.logo .logo-img {
    width: 27.34vw;
    margin: 0;
  }
  body .header .navbar .box-button {
    position: absolute;
    right: 0;
  }
  body .header .navbar .box-button .navbar-toggler {
    padding: 4vw 8.2vw 1.25vw;
    background-color: transparent;
    border: 0px solid #451A18;
    border-radius: 6.5vw;
    transform: scale(1);
    float: right;
    position: absolute;
    right: 0;
    display: block;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar {
    display: block;
    background-color: #451A18;
    width: 8vw;
    height: 0.73vw;
    border-radius: 0px;
    box-shadow: 0 0 0px 0 #ffffff;
    transition: 0.8s;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--1 {
    transform: rotate(-45deg) translate(-2.5vw, 2.7vw);
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--2 {
    opacity: 0;
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar--3 {
    transform: rotate(45deg) translate(-1.2vw, -1.2vw);
  }
  body .header .navbar .box-button .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 1.93vw;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar {
    background-color: #451A18;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--1 {
    transform: rotate(0deg) translate(0px, 0px);
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--2 {
    opacity: 1;
  }
  body .header .navbar .box-button .navbar-toggler.collapsed .icon-bar--3 {
    transform: rotate(0deg) translate(0px, 0px);
  }
  body .header .navbar .box-button .navbar-toggler:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
  }
}
@media (max-width: 768px) {
  body .header.show-menu {
    background: #D6BD73;
  }
  body .header.show-menu .navbar-expand-md {
    background: #D6BD73;
    border-left: 1px solid #D6BD73;
    border-right: 1px solid #D6BD73;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  }
}
body .header-laureate {
  position: relative;
}
body .header-laureate .navbar .nav-link.logo .logo-img {
  width: 42.14vw;
  height: 6.25vw;
}
@media (min-width: 1920px) {
  body .header-laureate .navbar .nav-link.logo .logo-img {
    width: 809px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  body .header-laureate .navbar .nav-link.logo .logo-img {
    width: 90vw;
    height: 14vw;
  }
}
body .footer {
  font: normal 1.15vw/normal "AmericanTypewriter-Bold", Arial, sans-serif;
  background-color: #ffffff;
  color: #E30613;
}
body .footer .container {
  max-width: 77vw;
  padding-bottom: 0;
  padding: 0;
}
body .footer .container .row {
  margin: 1.56vw auto;
  text-align: center;
}
body .footer .container .row .nav-link {
  color: #E30613;
}
@media (max-width: 768px) {
  body .footer .container {
    padding: 0;
  }
  body .footer .container .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  body .footer {
    font-size: 22px;
  }
  body .footer .container {
    max-width: 1340px;
  }
}
@media (max-width: 768px) {
  body .footer {
    font-size: 2.86vw;
  }
  body .footer .container {
    max-width: 84vw;
  }
  body .footer .container .nav-link {
    padding: 3vw 0 1vw;
  }
}
body.plug {
  background: #ffffff url(img/plug.jpg) no-repeat center top;
  background-size: 100%;
  width: 100vw;
  height: 54vw;
  max-width: 100%;
  min-height: initial;
  /*.btn-plug {
      position: absolute;
      margin-top: 54.5vw;
      display: block;
      font-size: 1.1vw;
      color: #fff;
  }*/
}
@media (max-width: 768px) {
  body.plug {
    background: #ffffff url(img/plug-mobile.jpg) no-repeat center top;
    background-size: 100%;
    height: 174.22vw;
    /*.btn-plug {
        margin-top: 181.5vw;
        font-size: 3.1vw;
    }*/
  }
}
body .container {
  max-width: 100vw;
  text-align: center;
  padding: 3.13vw 0 4.69vw;
  position: relative;
}
@media (min-width: 1920px) {
  body .container {
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  body .container {
    max-width: 100vw;
    padding: 7.81vw 0 11.72vw;
  }
}
body .container .title-line {
  width: 28.39vw;
  height: 0.26vw;
  margin-bottom: 3.91vw;
}
@media (max-width: 768px) {
  body .container .title-line {
    width: 70.96vw;
    height: 0.65vw;
    margin-bottom: 9.77vw;
  }
}
body .container .title {
  position: relative;
  font: normal 3.13vw/normal "AmericanTypewriter-CondensedBold", Arial, sans-serif;
  color: #E30613;
  text-transform: uppercase;
}
@media (min-width: 1920px) {
  body .container .title {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  body .container .title {
    font-size: 7.81vw;
  }
}
body .container .subtitle {
  font: normal 2.08vw/2.19vw "AmericanTypewriter-Condensed", Arial, sans-serif;
  color: #451A18;
}
@media (min-width: 1920px) {
  body .container .subtitle {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  body .container .subtitle {
    font-size: 5.21vw;
    line-height: 5.47vw;
  }
}
body .container .box-stars .img-star {
  position: absolute;
  animation: pulse normal infinite 0.9s linear;
  width: 3.13vw;
  height: 3.13vw;
}
body .container .box-stars .img-star-01 {
  left: 19.27vw;
  top: 4.69vw;
}
body .container .box-stars .img-star-02 {
  left: 0;
  top: 11.3vw;
}
body .container .box-stars .img-star-03 {
  left: 35.16vw;
  top: 16.09vw;
}
@media (min-width: 1920px) {
  body .container .box-stars .img-star {
    width: 60px;
    height: 60px;
  }
  body .container .box-stars .img-star-01 {
    left: 370px;
    top: 90px;
  }
  body .container .box-stars .img-star-02 {
    left: 0;
    top: 217px;
  }
  body .container .box-stars .img-star-03 {
    left: 675px;
    top: 309px;
  }
}
@media (max-width: 768px) {
  body .container .box-stars .img-star {
    width: 7.68vw;
    height: 7.68vw;
  }
  body .container .box-stars .img-star-01 {
    left: 37.46vw;
    top: 63.92vw;
  }
  body .container .box-stars .img-star-02 {
    left: 3vw;
    top: 18.3vw;
  }
}
body .container .box-stars .img-star2 {
  position: absolute;
  animation: pulse2 normal infinite 0.9s linear;
  width: 3.13vw;
  height: 3.13vw;
}
body .container .box-stars .img-star2-01 {
  left: 45.31vw;
  top: 0.52vw;
}
body .container .box-stars .img-star2-02 {
  left: 45.31vw;
  top: 14.95vw;
}
body .container .box-stars .img-star2-03 {
  left: 46.35vw;
  top: 5.21vw;
}
@media (min-width: 1920px) {
  body .container .box-stars .img-star2 {
    width: 60px;
    height: 60px;
  }
  body .container .box-stars .img-star2-01 {
    left: 890px;
    top: 10px;
  }
  body .container .box-stars .img-star2-02 {
    left: 870px;
    top: 287px;
  }
  body .container .box-stars .img-star2-03 {
    left: 170px;
    top: 100px;
  }
}
@media (max-width: 768px) {
  body .container .box-stars .img-star2 {
    width: 7.68vw;
    height: 7.68vw;
  }
  body .container .box-stars .img-star2-01 {
    left: 25.31vw;
    top: 0.52vw;
  }
  body .container .box-stars .img-star2-02 {
    left: 1.31vw;
    top: 48.95vw;
  }
}
body .container .box-stars .img-star3 {
  position: absolute;
  animation: pulse2 normal infinite 0.5s linear;
  width: 3.13vw;
  height: 3.13vw;
}
body .container .box-stars .img-star3-01 {
  left: 3.91vw;
  top: 3.39vw;
}
body .container .box-stars .img-star3-02 {
  left: 11.98vw;
  top: 14.95vw;
}
body .container .box-stars .img-star3-03 {
  left: 47.6vw;
  top: 6.77vw;
}
@media (min-width: 1920px) {
  body .container .box-stars .img-star3 {
    width: 60px;
    height: 60px;
  }
  body .container .box-stars .img-star3-01 {
    left: 75px;
    top: 65px;
  }
  body .container .box-stars .img-star3-02 {
    left: 230px;
    top: 287px;
  }
  body .container .box-stars .img-star3-03 {
    left: 914px;
    top: 130px;
  }
}
@media (max-width: 768px) {
  body .container .box-stars .img-star3 {
    width: 7.68vw;
    height: 7.68vw;
  }
  body .container .box-stars .img-star3-01 {
    left: 10.46vw;
    top: 60.92vw;
  }
  body .container .box-stars .img-star3-02 {
    left: 69.98vw;
    top: 12.95vw;
  }
  body .container .box-stars .img-star3-03 {
    left: 73.6vw;
    top: 46.77vw;
  }
}
body .container .box-stars .img-star4 {
  position: absolute;
  animation: pulse3 normal infinite 0.4s linear;
  width: 3.13vw;
  height: 3.13vw;
}
body .container .box-stars .img-star4-01 {
  left: 1.3vw;
  top: 8.18vw;
}
body .container .box-stars .img-star4-02 {
  left: 7.5vw;
  top: 14.95vw;
}
body .container .box-stars .img-star4-03 {
  left: 42.92vw;
  top: -0.52vw;
}
body .container .box-stars .img-star4-04 {
  left: 30.73vw;
  top: 1.56vw;
}
body .container .box-stars .img-star4-05 {
  left: 16.41vw;
  top: 3.13vw;
}
body .container .box-stars .img-star4-06 {
  left: 22.14vw;
  top: 14.58vw;
}
body .container .box-stars .img-star4-07 {
  left: 45.57vw;
  top: 10.94vw;
}
@media (min-width: 1920px) {
  body .container .box-stars .img-star4 {
    width: 60px;
    height: 60px;
  }
  body .container .box-stars .img-star4-01 {
    left: 25px;
    top: 157px;
  }
  body .container .box-stars .img-star4-02 {
    left: 144px;
    top: 14.43vw;
  }
  body .container .box-stars .img-star4-03 {
    left: 824px;
    top: -10px;
  }
  body .container .box-stars .img-star4-04 {
    left: 590px;
    top: 30px;
  }
  body .container .box-stars .img-star4-05 {
    left: 315px;
    top: 60px;
  }
  body .container .box-stars .img-star4-06 {
    left: 425px;
    top: 280px;
  }
  body .container .box-stars .img-star4-07 {
    left: 875px;
    top: 210px;
  }
}
@media (max-width: 768px) {
  body .container .box-stars .img-star4 {
    width: 7.68vw;
    height: 7.68vw;
  }
  body .container .box-stars .img-star4-01 {
    left: 6.3vw;
    top: 3.18vw;
  }
  body .container .box-stars .img-star4-02 {
    left: 28.5vw;
    top: 58.95vw;
  }
  body .container .box-stars .img-star4-03 {
    left: 57.92vw;
    top: -1.52vw;
  }
  body .container .box-stars .img-star4-04 {
    left: 75.73vw;
    top: 32.56vw;
  }
}
body .container-home {
  padding: 0 0 4.69vw;
  height: 54.48vw;
}
@media (min-width: 1920px) {
  body .container-home {
    height: 1046px;
  }
}
@media (max-width: 768px) {
  body .container-home {
    padding: 15.63vw 0 4.69vw;
    overflow-x: hidden;
    height: 200.91vw;
  }
}
body .container-home .img-desktop {
  width: 65.68vw;
  margin-left: -8.85vw;
}
@media (min-width: 1920px) {
  body .container-home .img-desktop {
    width: 1261px;
    margin-left: -170px;
  }
}
@media (max-width: 768px) {
  body .container-home .img-desktop {
    width: 100vw;
    margin-left: 0;
  }
}
body .container-home .img-sun {
  position: absolute;
  width: 37.55vw;
  height: 37.55vw;
  left: 11.46vw;
  top: -2.08vw;
  animation: rotate-rays normal infinite 30s linear;
}
@media (max-width: 768px) {
  body .container-home .img-sun {
    width: 96.74vw;
    height: 96.74vw;
    left: -29.54vw;
    top: -12.08vw;
  }
}
body .container-home .img-lottery {
  position: absolute;
  width: 12.97vw;
  height: 1.93vw;
  top: 6.77vw;
  left: 15.26vw;
}
@media (max-width: 768px) {
  body .container-home .img-lottery {
    width: 32.42vw;
    height: 4.82vw;
    top: 17.3vw;
    left: 3.26vw;
  }
}
body .container-home .img-title {
  position: absolute;
  width: 42.14vw;
  height: 11.88vw;
  top: 7.29vw;
  left: 30.21vw;
}
@media (max-width: 768px) {
  body .container-home .img-title {
    width: 85.29vw;
    height: 31.25vw;
    top: 36.29vw;
    left: 6.21vw;
  }
}
body .container-home .img-award {
  position: absolute;
  width: 33.59vw;
  height: 11.88vw;
  top: 18.85vw;
  left: 33.49vw;
}
body .container-home .img-award:hover {
  transform: scale(1.1);
  animation: elemBig normal 1 0.3s linear;
}
@media (max-width: 768px) {
  body .container-home .img-award {
    width: 83.98vw;
    height: 29.69vw;
    top: 76.85vw;
    left: 7.9vw;
  }
}
body .container-home .img-packshots {
  position: absolute;
  width: 48.49vw;
  height: 13.7vw;
  top: 31.98vw;
  left: 25.89vw;
}
@media (max-width: 768px) {
  body .container-home .img-packshots {
    width: 70.05vw;
    height: 66.15vw;
    top: 116.98vw;
    left: 13.89vw;
  }
}
body .container-home .img-stars {
  position: absolute;
  width: 50.78vw;
  height: 19.11vw;
  top: 29.5vw;
  left: 25.89vw;
}
@media (max-width: 768px) {
  body .container-home .img-stars {
    width: 79.95vw;
    height: 75.39vw;
    top: 114vw;
    left: 8vw;
  }
}
@media (min-width: 1920px) {
  body .container-home .img-sun {
    width: 721px;
    height: 721px;
    left: 220px;
    top: -40px;
  }
  body .container-home .img-lottery {
    width: 249px;
    height: 37px;
    top: 130px;
    left: 293px;
  }
  body .container-home .img-title {
    width: 809px;
    height: 228px;
    top: 140px;
    left: 580px;
  }
  body .container-home .img-award {
    width: 645px;
    height: 228px;
    top: 362px;
    left: 643px;
  }
  body .container-home .img-packshots {
    width: 931px;
    height: 263px;
    top: 614px;
    left: 497px;
  }
  body .container-home .img-stars {
    width: 975px;
    height: 367px;
    top: 566px;
    left: 497px;
  }
}
body .container-home .btn {
  position: absolute;
  left: 40.71vw;
  top: 47vw;
}
@media (min-width: 1920px) {
  body .container-home .btn {
    left: 780px;
    top: 900px;
  }
}
@media (max-width: 768px) {
  body .container-home .btn {
    left: 23.9vw;
    top: 187vw;
  }
}
body .container-rules .img-desktop {
  width: 60.57vw;
  height: 17.24vw;
  margin-top: 2.08vw;
  margin-left: -1.56vw;
}
@media (min-width: 1920px) {
  body .container-rules .img-desktop {
    width: 1163px;
    height: 331px;
    margin-top: 40px;
    margin-left: -30px;
  }
}
@media (max-width: 768px) {
  body .container-rules .img-desktop {
    width: 70.44vw;
    height: 107.55vw;
    margin-left: 13.44vw;
  }
}
body .container-rules .btn-regulation {
  margin-bottom: 3.13vw;
}
@media (min-width: 1920px) {
  body .container-rules .btn-regulation {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  body .container-rules .btn-regulation {
    margin-bottom: 5.13vw;
    margin-top: 5vw;
  }
}
body .container-rules .btn-transparent {
  position: absolute;
  text-indent: -10000px;
  background-color: transparent;
  border-color: transparent;
  top: 50%;
  left: 39.58vw;
  width: 20.31vw;
  height: 3.65vw;
}
@media (min-width: 1920px) {
  body .container-rules .btn-transparent {
    /*top: 350px;*/
    left: 760px;
    width: 390px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  body .container-rules .btn-transparent {
    top: 91.23vw;
    left: 25.58vw;
    width: 46.31vw;
    height: 9.65vw;
  }
}
body .container-rules .text-bottom {
  font: normal 0.94vw/normal "AmericanTypewriter-Condensed", Arial, sans-serif;
}
@media (min-width: 1920px) {
  body .container-rules .text-bottom {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body .container-rules .text-bottom {
    font-size: 2.34vw;
  }
}
body .container-awards {
  overflow-x: hidden;
}
body .container-awards .img-desktop {
  width: 57.92vw;
  height: 33.13vw;
  margin-top: 2.08vw;
  margin-left: 4.32vw;
}
@media (min-width: 1920px) {
  body .container-awards .img-desktop {
    width: 1112px;
    height: 636px;
    margin-top: 40px;
    margin-left: 83px;
  }
}
@media (max-width: 768px) {
  body .container-awards .img-desktop {
    width: 95.44vw;
    height: 125.78vw;
    margin-top: 7.08vw;
    margin-left: 2.32vw;
  }
}
body .container-awards .img-stars {
  position: absolute;
  width: 63.59vw;
  height: 22.03vw;
  top: 57%;
  left: 20.52vw;
}
@media (min-width: 1920px) {
  body .container-awards .img-stars {
    width: 1221px;
    height: 423px;
    /*top: 432px;*/
    left: 394px;
  }
}
@media (max-width: 768px) {
  body .container-awards .img-stars {
    width: 101.82vw;
    height: 86.98vw;
    top: 84vw;
    left: 0vw;
  }
}
body .container-awards .box-stars .img-star {
  position: absolute;
  animation: pulse normal infinite 0.9s linear;
  width: 3.13vw;
  height: 3.13vw;
}
body .container-awards .box-stars .img-star-01 {
  left: 46.35vw;
  top: 0;
}
body .container-awards .box-stars .img-star-02 {
  left: 6.77vw;
  top: 17.19vw;
}
@media (min-width: 1920px) {
  body .container-awards .box-stars .img-star {
    width: 60px;
    height: 60px;
  }
  body .container-awards .box-stars .img-star-01 {
    left: 890px;
    top: 0px;
  }
  body .container-awards .box-stars .img-star-02 {
    left: 130px;
    top: 330px;
  }
}
@media (max-width: 768px) {
  body .container-awards .box-stars .img-star {
    width: 7.68vw;
    height: 7.68vw;
  }
  body .container-awards .box-stars .img-star-01 {
    left: 3.46vw;
    top: 13.92vw;
  }
  body .container-awards .box-stars .img-star-02 {
    left: 89.46vw;
    top: 45.92vw;
  }
}
body .container-awards .box-stars .img-star2 {
  position: absolute;
  animation: pulse2 normal infinite 0.9s linear;
  width: 3.13vw;
  height: 3.13vw;
}
body .container-awards .box-stars .img-star2-02 {
  left: 53.13vw;
  top: 16.67vw;
}
body .container-awards .box-stars .img-star2-03 {
  left: 21.88vw;
  top: 16.15vw;
}
@media (min-width: 1920px) {
  body .container-awards .box-stars .img-star2 {
    width: 60px;
    height: 60px;
  }
  body .container-awards .box-stars .img-star2-02 {
    left: 1020px;
    top: 320px;
  }
  body .container-awards .box-stars .img-star2-03 {
    left: 420px;
    top: 310px;
  }
}
@media (max-width: 768px) {
  body .container-awards .box-stars .img-star2 {
    width: 7.68vw;
    height: 7.68vw;
  }
  body .container-awards .box-stars .img-star2-02 {
    left: 54.31vw;
    top: 78.95vw;
  }
}
body .container-awards .box-stars .img-star3 {
  position: absolute;
  animation: pulse2 normal infinite 0.5s linear;
  width: 3.13vw;
  height: 3.13vw;
}
body .container-awards .box-stars .img-star3-01 {
  left: -0.78vw;
  top: 4.95vw;
}
body .container-awards .box-stars .img-star3-03 {
  left: 46.09vw;
  top: 15.63vw;
}
@media (min-width: 1920px) {
  body .container-awards .box-stars .img-star3 {
    width: 60px;
    height: 60px;
  }
  body .container-awards .box-stars .img-star3-01 {
    left: -15px;
    top: 95px;
  }
  body .container-awards .box-stars .img-star3-03 {
    left: 885px;
    top: 300px;
  }
}
@media (max-width: 768px) {
  body .container-awards .box-stars .img-star3 {
    width: 7.68vw;
    height: 7.68vw;
  }
  body .container-awards .box-stars .img-star3-01 {
    left: 6.46vw;
    top: 60.92vw;
  }
  body .container-awards .box-stars .img-star3-03 {
    left: 79.98vw;
    top: 3.95vw;
  }
}
body .container-awards .box-stars .img-star4 {
  position: absolute;
  animation: pulse3 normal infinite 0.4s linear;
  width: 3.13vw;
  height: 3.13vw;
}
body .container-awards .box-stars .img-star4-01 {
  left: 16.93vw;
  top: 15.47vw;
}
body .container-awards .box-stars .img-star4-02 {
  left: 27.81vw;
  top: 2.6vw;
}
body .container-awards .box-stars .img-star4-03 {
  left: 60.16vw;
  top: 11.46vw;
}
body .container-awards .box-stars .img-star4-04 {
  left: 33.85vw;
  top: 16.67vw;
}
body .container-awards .box-stars .img-star4-05 {
  left: 13.8vw;
  top: -1.04vw;
}
@media (min-width: 1920px) {
  body .container-awards .box-stars .img-star4 {
    width: 60px;
    height: 60px;
  }
  body .container-awards .box-stars .img-star4-01 {
    left: 325px;
    top: 297px;
  }
  body .container-awards .box-stars .img-star4-02 {
    left: 534px;
    top: 50px;
  }
  body .container-awards .box-stars .img-star4-03 {
    left: 1155px;
    top: 220px;
  }
  body .container-awards .box-stars .img-star4-04 {
    left: 650px;
    top: 320px;
  }
  body .container-awards .box-stars .img-star4-05 {
    left: 265px;
    top: -20px;
  }
}
@media (max-width: 768px) {
  body .container-awards .box-stars .img-star4 {
    width: 7.68vw;
    height: 7.68vw;
  }
  body .container-awards .box-stars .img-star4-01 {
    left: 11.3vw;
    top: 28.18vw;
  }
  body .container-awards .box-stars .img-star4-02 {
    left: 20.5vw;
    top: 73.95vw;
  }
  body .container-awards .box-stars .img-star4-03 {
    left: 82.92vw;
    top: 31.48vw;
  }
  body .container-awards .box-stars .img-star4-04 {
    left: 65.73vw;
    top: 72.56vw;
  }
  body .container-awards .box-stars .img-star4-05 {
    left: 50.8vw;
    top: -1.04vw;
  }
}
body .container-register .subtitle {
  margin-top: 2.08vw;
}
@media (max-width: 768px) {
  body .container-register .subtitle {
    margin-top: 6.08vw;
  }
}
body .container-register #register-form, body .container-register #laureate-form {
  max-width: 66.67vw;
  margin: 2vw auto 0;
  text-align: left;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  body .container-register #register-form, body .container-register #laureate-form {
    max-width: 85vw;
  }
  body .container-register #register-form .col-md-6, body .container-register #laureate-form .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .container-register #register-form .btn-register, body .container-register #laureate-form .btn-register {
  margin: 2vw auto;
}
@media (max-width: 768px) {
  body .container-register #register-form .btn-register, body .container-register #laureate-form .btn-register {
    margin: 5vw auto;
  }
}
body .container-register #register-form .field-registerform-agree, body .container-register #register-form .field-laureateform-agree, body .container-register #laureate-form .field-registerform-agree, body .container-register #laureate-form .field-laureateform-agree {
  color: #451A18;
  font-size: 0.94vw;
  font-family: "AmericanTypewriter-Condensed", sans-serif;
  margin: 1vw 0 0;
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree, body .container-register #register-form .field-laureateform-agree, body .container-register #laureate-form .field-registerform-agree, body .container-register #laureate-form .field-laureateform-agree {
    font-size: 2.17vw;
  }
}
body .container-register #register-form .field-registerform-agree a, body .container-register #register-form .field-laureateform-agree a, body .container-register #laureate-form .field-registerform-agree a, body .container-register #laureate-form .field-laureateform-agree a {
  color: #451A18;
}
body .container-register #register-form .field-registerform-agree a:hover, body .container-register #register-form .field-registerform-agree a:focus, body .container-register #register-form .field-registerform-agree a:active, body .container-register #register-form .field-laureateform-agree a:hover, body .container-register #register-form .field-laureateform-agree a:focus, body .container-register #register-form .field-laureateform-agree a:active, body .container-register #laureate-form .field-registerform-agree a:hover, body .container-register #laureate-form .field-registerform-agree a:focus, body .container-register #laureate-form .field-registerform-agree a:active, body .container-register #laureate-form .field-laureateform-agree a:hover, body .container-register #laureate-form .field-laureateform-agree a:focus, body .container-register #laureate-form .field-laureateform-agree a:active {
  color: #451A18;
}
body .container-register #register-form .field-registerform-agree label, body .container-register #register-form .field-laureateform-agree label, body .container-register #laureate-form .field-registerform-agree label, body .container-register #laureate-form .field-laureateform-agree label {
  font-weight: 400;
  position: relative;
  left: 1.6vw;
  cursor: pointer;
  margin: 0.5rem 0;
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree label, body .container-register #register-form .field-laureateform-agree label, body .container-register #laureate-form .field-registerform-agree label, body .container-register #laureate-form .field-laureateform-agree label {
    left: 30px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree label, body .container-register #register-form .field-laureateform-agree label, body .container-register #laureate-form .field-registerform-agree label, body .container-register #laureate-form .field-laureateform-agree label {
    left: 5.2vw;
    max-width: 95%;
  }
}
body .container-register #register-form .field-registerform-agree input, body .container-register #register-form .field-laureateform-agree input, body .container-register #laureate-form .field-registerform-agree input, body .container-register #laureate-form .field-laureateform-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .container-register #register-form .field-registerform-agree .checkmark, body .container-register #register-form .field-laureateform-agree .checkmark, body .container-register #laureate-form .field-registerform-agree .checkmark, body .container-register #laureate-form .field-laureateform-agree .checkmark {
  position: absolute;
  top: -2px;
  left: -1.6vw;
  width: 1.1vw;
  height: 1.1vw;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree .checkmark, body .container-register #register-form .field-laureateform-agree .checkmark, body .container-register #laureate-form .field-registerform-agree .checkmark, body .container-register #laureate-form .field-laureateform-agree .checkmark {
    left: -30px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree .checkmark, body .container-register #register-form .field-laureateform-agree .checkmark, body .container-register #laureate-form .field-registerform-agree .checkmark, body .container-register #laureate-form .field-laureateform-agree .checkmark {
    top: 0;
    left: -5.2vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
body .container-register #register-form .field-registerform-agree .checkmark:after, body .container-register #register-form .field-laureateform-agree .checkmark:after, body .container-register #laureate-form .field-registerform-agree .checkmark:after, body .container-register #laureate-form .field-laureateform-agree .checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}
body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark, body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark, body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #451A18;
}
body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after, body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
  position: absolute;
  content: "";
  left: 0.31vw;
  top: 0.1vw;
  width: 0.4vw;
  height: 0.7vw;
  border: solid #451A18;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1920px) {
  body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after, body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .field-registerform-agree input:checked ~ .checkmark:after, body .container-register #register-form .field-laureateform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-registerform-agree input:checked ~ .checkmark:after, body .container-register #laureate-form .field-laureateform-agree input:checked ~ .checkmark:after {
    left: 1.2vw;
    top: 0.4vw;
    width: 1vw;
    height: 2.2vw;
  }
}
body .container-register #register-form .form-control, body .container-register #laureate-form .form-control {
  color: #451A18;
  font-size: 1.56vw;
  font-family: "AmericanTypewriter-Condensed", Arial, sans-serif;
  font-weight: normal;
  border: 0;
  border-radius: 1.56vw;
  text-align: center;
  height: calc(4.46vw + 2px);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
  background-color: #ffffff;
  padding: 0.375rem 1.5rem;
}
body .container-register #register-form .form-control[readonly], body .container-register #laureate-form .form-control[readonly] {
  background-color: #ffffff;
}
@media (min-width: 1920px) {
  body .container-register #register-form .form-control, body .container-register #laureate-form .form-control {
    font-size: 30px;
    height: 80px;
    /*border-radius: 30px;*/
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .form-control, body .container-register #laureate-form .form-control {
    font-size: 3.91vw;
    height: calc(7.6vw + 2px);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0);
  }
}
body .container-register #register-form .form-control::placeholder, body .container-register #laureate-form .form-control::placeholder {
  color: #451A18;
  opacity: 1;
}
body .container-register #register-form .form-control:focus, body .container-register #laureate-form .form-control:focus {
  color: #451A18;
  outline: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0);
}
body .container-register #register-form .text-bottom, body .container-register #laureate-form .text-bottom {
  font-size: 0.83vw;
  text-align: justify;
  font-family: "AmericanTypewriter-Condensed", sans-serif;
}
@media (min-width: 1920px) {
  body .container-register #register-form .text-bottom, body .container-register #laureate-form .text-bottom {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .container-register #register-form .text-bottom, body .container-register #laureate-form .text-bottom {
    font-size: 2.08vw;
  }
}
body .container-register #register-form .text-bottom .more-text, body .container-register #laureate-form .text-bottom .more-text {
  cursor: pointer;
}
body .container-register #register-form .text-bottom .collapse.in, body .container-register #laureate-form .text-bottom .collapse.in {
  display: block !important;
}
body .container-register #laureate-form {
  max-width: 35.42vw !important;
}
@media (min-width: 1920px) {
  body .container-register #laureate-form {
    max-width: 680px !important;
  }
}
@media (max-width: 768px) {
  body .container-register #laureate-form {
    max-width: 85vw !important;
  }
  body .container-register #laureate-form .input-before-bg {
    margin-left: 2vw !important;
  }
}
body .container-register #laureate-form .field-laureateform-documentfile {
  text-align: center;
}
body .container-register #laureate-form .field-laureateform-documentfile .btn-default {
  display: none;
}
body .container-register #laureate-form .field-laureateform-documentfile .btn-file {
  margin: 2vw auto 0;
  font-size: 1.93vw;
  line-height: 100%;
}
@media (min-width: 1920px) {
  body .container-register #laureate-form .field-laureateform-documentfile .btn-file {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  body .container-register #laureate-form .field-laureateform-documentfile .btn-file {
    margin: 5vw auto 0;
    max-width: 80vw;
    font-size: 5.2vw;
    padding: 2vw 5vw 2.4vw;
  }
}
@media (max-width: 767px) {
  body .container-register #laureate-form .field-laureateform-documentfile .btn-file .hidden-xs {
    display: block !important;
  }
}
body .container-register #laureate-form .field-laureateform-documentfile .input-before-bg {
  display: none;
}
body .container-register #laureate-form .filename, body .container-register #laureate-form .field-laureateform-agree label, body .container-register #laureate-form .text-bottom {
  font-family: "AmericanTypewriter-Condensed", sans-serif;
  font-size: 1.15vw;
}
@media (min-width: 1920px) {
  body .container-register #laureate-form .filename, body .container-register #laureate-form .field-laureateform-agree label, body .container-register #laureate-form .text-bottom {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  body .container-register #laureate-form .filename, body .container-register #laureate-form .field-laureateform-agree label, body .container-register #laureate-form .text-bottom {
    font-size: 2.86vw;
  }
}
@media (max-width: 768px) {
  body .container-register #laureate-form .form-control {
    font-size: 3.61vw;
  }
}
body .container-laureate {
  max-width: 40vw;
}
body .container-laureate .subtitle {
  font-family: "AmericanTypewriter-CondensedBold";
  margin: 1.56vw auto;
}
body .container-laureate .subtitle.subtitle-award {
  font-family: "AmericanTypewriter-Condensed";
}
@media (min-width: 1920px) {
  body .container-laureate .subtitle {
    margin: 30px auto;
  }
}
body .container-laureate .winner-title {
  max-width: 35.42vw;
  margin: 0.78vw auto;
  border: 1px solid #451A18;
  border-radius: 0.78vw;
  height: 2.6vw;
  font-size: 1.56vw;
  cursor: pointer;
  position: relative;
  font-family: "AmericanTypewriter-CondensedBold";
  color: #E30613;
}
body .container-laureate .winner-title:before, body .container-laureate .winner-title:after {
  position: absolute;
  z-index: -1;
  content: "";
  background: url("img/arrow-winner-list.svg") no-repeat;
  background-size: 100%;
  width: 1.04vw;
  height: 0.63vw;
  transition: 0.2s;
}
@media (min-width: 1920px) {
  body .container-laureate .winner-title:before, body .container-laureate .winner-title:after {
    width: 20px;
    height: 12px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .winner-title:before, body .container-laureate .winner-title:after {
    width: 2.6vw;
    height: 1.56vw;
  }
}
body .container-laureate .winner-title:before {
  top: 0.94vw;
  left: 0.78vw;
}
@media (min-width: 1920px) {
  body .container-laureate .winner-title:before {
    top: 18px;
    left: 15px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .winner-title:before {
    top: 2.34vw;
    left: 1.95vw;
  }
}
body .container-laureate .winner-title:after {
  top: 0.94vw;
  right: 0.78vw;
}
@media (min-width: 1920px) {
  body .container-laureate .winner-title:after {
    top: 18px;
    right: 15px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .winner-title:after {
    top: 2.34vw;
    right: 1.95vw;
  }
}
body .container-laureate .winner-title.show-list:before, body .container-laureate .winner-title.show-list:after {
  transition: 0.2s;
  transform: rotate(180deg);
}
@media (min-width: 1920px) {
  body .container-laureate {
    max-width: 768px;
  }
  body .container-laureate .subtitle {
    margin-top: 60px;
  }
  body .container-laureate .winner-title {
    max-width: 680px;
    margin: 15px auto;
    border-radius: 15px;
    height: 50px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body .container-laureate {
    padding: 7.81vw 0 11.72vw;
    max-width: 90vw;
  }
  body .container-laureate .subtitle {
    margin-top: 7.81vw;
  }
  body .container-laureate .winner-title {
    max-width: 88.54vw;
    margin: 1.95vw auto;
    border-radius: 1.95vw;
    height: 6.51vw;
    font-size: 3.91vw;
  }
}
body .container-laureate table {
  border-collapse: collapse;
  width: 100%;
  color: #451A18;
}
body .container-laureate table td, body .container-laureate table th {
  border: 1px solid #451A18;
  text-align: center;
  padding: 0.78vw;
  width: 33.33%;
  height: 2.34vw;
}
@media (min-width: 1920px) {
  body .container-laureate table td, body .container-laureate table th {
    padding: 15px;
    height: 45px;
  }
}
@media (max-width: 768px) {
  body .container-laureate table td, body .container-laureate table th {
    padding: 1.95vw;
    height: 5.86vw;
  }
}
body .container-laureate .table-main-winner {
  border-collapse: separate;
  font-size: 1.93vw;
  color: #E30613;
}
@media (min-width: 1920px) {
  body .container-laureate .table-main-winner {
    font-size: 37px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .table-main-winner {
    font-size: 4.82vw;
  }
}
body .container-laureate .table-main-winner th {
  font-size: 1.61vw;
  line-height: 100%;
  color: #451A18;
  font-family: "AmericanTypewriter-CondensedBold";
}
@media (min-width: 1920px) {
  body .container-laureate .table-main-winner th {
    font-size: 31px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .table-main-winner th {
    font-size: 4.04vw;
  }
}
body .container-laureate .table-main-winner td, body .container-laureate .table-main-winner th {
  border-right: 0;
  border-left: 0;
}
body .container-laureate .table-main-winner td:first-of-type, body .container-laureate .table-main-winner th:first-of-type {
  border-left: 1px solid #451A18;
}
body .container-laureate .table-main-winner td:last-of-type, body .container-laureate .table-main-winner th:last-of-type {
  border-right: 1px solid #451A18;
}
body .container-laureate .table-main-winner tr:last-child td {
  background-color: #D6BD73;
}
body .container-laureate .table-main-winner tr:last-child td:first-child {
  border-bottom-left-radius: 0.78vw;
}
body .container-laureate .table-main-winner tr:last-child td:last-child {
  border-bottom-right-radius: 0.78vw;
}
body .container-laureate .table-main-winner tr:first-child th:first-child {
  border-top-left-radius: 0.78vw;
}
body .container-laureate .table-main-winner tr:first-child th:last-child {
  border-top-right-radius: 0.78vw;
}
@media (min-width: 1920px) {
  body .container-laureate .table-main-winner tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
  }
  body .container-laureate .table-main-winner tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
  }
  body .container-laureate .table-main-winner tr:first-child th:first-child {
    border-top-left-radius: 15px;
  }
  body .container-laureate .table-main-winner tr:first-child th:last-child {
    border-top-right-radius: 15px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .table-main-winner tr:last-child td:first-child {
    border-bottom-left-radius: 1.95vw;
  }
  body .container-laureate .table-main-winner tr:last-child td:last-child {
    border-bottom-right-radius: 1.95vw;
  }
  body .container-laureate .table-main-winner tr:first-child th:first-child {
    border-top-left-radius: 1.95vw;
  }
  body .container-laureate .table-main-winner tr:first-child th:last-child {
    border-top-right-radius: 1.95vw;
  }
}
body .container-laureate .table-main-winner tr:first-of-type th {
  border-bottom: 0px solid #451A18;
}
body .container-laureate .table-main-winner tr:last-of-type td {
  border-top: 0px solid #451A18;
}
body .container-laureate .table-main-winner tr:nth-of-type(2) td:last-child {
  word-break: break-word;
}
body .container-laureate div[id^=winner-list], body .container-laureate div[id*=winner-list] {
  display: none;
}
body .container-laureate .winner-list .sub-subtitle {
  color: #451A18;
  font-size: 3.13vw;
  font-family: "AmericanTypewriter-CondensedBold";
}
@media (min-width: 1920px) {
  body .container-laureate .winner-list .sub-subtitle {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .winner-list .sub-subtitle {
    font-size: 7.81vw;
  }
}
body .container-laureate .winner-list table {
  width: 80%;
  margin: 0.78vw auto;
  font-size: 1.46vw;
  color: #E30613;
  background-color: #D6BD73;
}
@media (min-width: 1920px) {
  body .container-laureate .winner-list table {
    margin: 15px auto;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .winner-list table {
    margin: 1.95vw auto;
    font-size: 3.65vw;
  }
}
body .container-laureate .winner-list table tr:nth-child(even) {
  background-color: rgba(217, 217, 217, 0.2);
}
body .container-laureate .winner-list table tr td:last-child {
  word-break: break-word;
}
body .container-laureate .winner-list table th {
  font-size: 1.28vw;
  line-height: 1.3vw;
  color: #451A18;
  font-family: "AmericanTypewriter-CondensedBold";
}
@media (min-width: 1920px) {
  body .container-laureate .winner-list table th {
    font-size: 24.5px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .winner-list table th {
    font-size: 3.19vw;
    line-height: 3.26vw;
  }
}
body .container-laureate .winner-list table th {
  padding: 0.52vw 0.78vw;
}
@media (min-width: 1920px) {
  body .container-laureate .winner-list table th {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .winner-list table th {
    padding: 1.3vw 1.95vw;
  }
}
body .container-laureate .winner-list table td {
  padding: 0.26vw 0.78vw;
}
@media (min-width: 1920px) {
  body .container-laureate .winner-list table td {
    padding: 5px 15px;
  }
}
@media (max-width: 768px) {
  body .container-laureate .winner-list table td {
    padding: 0.65vw 1.95vw;
  }
}
body .container .field-registerform-documentno,
body .container .field-registerform-buydate,
body .container .field-registerform-nipno {
  position: relative;
}
body .container .field-registerform-documentno input,
body .container .field-registerform-buydate input,
body .container .field-registerform-nipno input {
  padding-right: 45px;
}
body .container .field-registerform-documentno .hint,
body .container .field-registerform-buydate .hint,
body .container .field-registerform-nipno .hint {
  display: block;
  position: absolute;
  content: url("img/info-icon.svg");
  background: transparent;
  color: #ffffff;
  width: 2.86vw;
  height: 2.86vw;
  top: 0.63vw;
  right: 1.56vw;
  cursor: pointer;
}
@media (min-width: 1920px) {
  body .container .field-registerform-documentno .hint,
  body .container .field-registerform-buydate .hint,
  body .container .field-registerform-nipno .hint {
    width: 55px;
    height: 55px;
    top: 12px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  body .container .field-registerform-documentno .hint,
  body .container .field-registerform-buydate .hint,
  body .container .field-registerform-nipno .hint {
    width: 5vw;
    height: 5vw;
    top: 1.5vw;
    right: 3.5vw;
  }
}
@media (max-width: 480px) {
  body .container .field-registerform-documentno .hint,
  body .container .field-registerform-buydate .hint,
  body .container .field-registerform-nipno .hint {
    right: 5.5vw;
  }
}
body .container .pop-up {
  font-family: "AmericanTypewriter-CondensedBold", sans-serif;
  font-weight: normal;
  font-size: 1.92vw;
  position: relative;
  top: 2vw;
  width: 70%;
  max-width: 44.27vw;
  margin: auto;
  background-color: #D6BD73;
  border-radius: 1.56vw;
  padding: 5vw 2vw;
}
@media (min-width: 1920px) {
  body .container .pop-up {
    font-size: 36.8px;
    max-width: 850px;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  body .container .pop-up {
    width: 90%;
    font-size: 4.79vw;
    max-width: 85vw;
    padding: 10vw 2vw;
    border-radius: 3.91vw;
  }
}
body .container .pop-up .title {
  color: #E30613;
  font-size: 2.64vw;
  text-transform: none;
}
@media (min-width: 1920px) {
  body .container .pop-up .title {
    font-size: 50.7px;
  }
}
@media (max-width: 768px) {
  body .container .pop-up .title {
    font-size: 6.6vw;
  }
}
body .container .pop-up .subtitle {
  font-family: "AmericanTypewriter-CondensedBold", sans-serif;
}
body .container .pop-up .btn-close {
  font-family: "Arial", sans-serif;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0.7vw;
  top: 0;
  z-index: 100;
  font-size: 4vw;
  color: #451A18;
  font-weight: normal;
}
@media (min-width: 1920px) {
  body .container .pop-up .btn-close {
    font-size: 76.8px;
  }
}
@media (max-width: 768px) {
  body .container .pop-up .btn-close {
    font-size: 10vw;
    right: 2.7vw;
    top: -2vw;
  }
}
body .container .pop-up .btn-close:hover, body .container .pop-up .btn-close:focus {
  text-decoration: none;
}
body .container .receipt {
  position: absolute;
  left: calc((100% - 18.23vw) / 2);
  top: -1vw;
  margin: auto;
  width: 18.23vw;
  max-width: 100%;
  height: 600px;
  cursor: pointer;
  font-size: 35px;
  text-transform: uppercase;
  font-family: "Prater-Regular", Arial, sans-serif;
  padding: 5px;
  display: none;
  z-index: 10005;
  background-color: transparent;
}
@media (min-width: 1920px) {
  body .container .receipt {
    left: calc((100% - 350px) / 2);
    width: 350px;
  }
}
@media (max-width: 768px) {
  body .container .receipt {
    top: 12vw;
    left: calc((100% - 45.57vw) / 2);
    width: 45.57vw;
  }
}
body .container .receipt img {
  max-width: 100%;
  max-height: 68vh;
}
body .container .receipt-transparent-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10002;
}
body .container-contact .subtitle {
  margin-top: 3.13vw;
  font-size: 2.34vw;
  line-height: 2.45vw;
}
body .container-contact .subtitle .text-small {
  font-size: 2.34vw;
  line-height: 2.45vw;
}
@media (min-width: 1920px) {
  body .container-contact .subtitle {
    margin-top: 60px;
    font-size: 45px;
    line-height: 47px;
  }
  body .container-contact .subtitle .text-small {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  body .container-contact .subtitle {
    font-size: 5.86vw;
    line-height: 6.12vw;
  }
  body .container-contact .subtitle .text-small {
    font-size: 5.21vw;
    line-height: 5.47vw;
  }
}
body .container-contact .img-packshots {
  width: 48.49vw;
  height: 13.7vw;
  top: 31.98vw;
  left: 25.89vw;
  margin-top: 1.56vw;
}
@media (min-width: 1920px) {
  body .container-contact .img-packshots {
    margin-top: 30px;
    width: 931px;
    height: 263px;
    top: 614px;
    left: 497px;
  }
}
@media (max-width: 768px) {
  body .container-contact .img-packshots {
    width: 70.05vw;
    height: 66.15vw;
    margin-top: 0;
    margin-left: 13.89vw;
  }
}
body .container-contact .img-stars {
  position: absolute;
  width: 50.78vw;
  height: 19.11vw;
  top: 53%;
  left: 25.89vw;
}
@media (min-width: 1920px) {
  body .container-contact .img-stars {
    width: 975px;
    height: 367px;
    /*top: 432px;*/
    left: 497px;
  }
}
@media (max-width: 768px) {
  body .container-contact .img-stars {
    width: 79.95vw;
    height: 75.39vw;
    top: 26vw;
    left: 8vw;
  }
}
body .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
  color: #E30613 !important;
  font-size: 0.78vw;
  font-family: "AmericanTypewriter", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  body .help-block, body .has-error .control-label, body .has-error .radio, body .has-error .checkbox, body .has-error .radio-inline, body .has-error .checkbox-inline, body .has-error.radio label, body .has-error.checkbox label, body .has-error.radio-inline label, body .has-error.checkbox-inline label {
    font-size: 2.17vw;
  }
}
body .has-error .form-control {
  border-color: #E30613 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  font-size: 0.78vw;
}
@media (max-width: 768px) {
  body .has-error .form-control {
    font-size: 2.17vw;
  }
}

.select2-container--krajee-bs3 .select2-selection--multiple {
  min-height: calc(4.46vw + 2px);
  color: #451A18 !important;
  font-size: 1.56vw !important;
  border-radius: 1.56vw !important;
  border: 0 !important;
  /*padding: 1.75rem 1.5rem;*/
  padding: 1.12vw 0.78vw 0.81vw;
  font-family: "AmericanTypewriter-Condensed", Arial, sans-serif;
}
.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__placeholder {
  opacity: 1;
  color: #451A18 !important;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection--multiple {
    font-size: 30px !important;
    padding: 21.5px 15px 15.5px;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--multiple {
    padding: 0 !important;
  }
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
  color: #451A18 !important;
  font-size: 1.26vw !important;
  background: transparent !important;
  border: 0 !important;
  font-family: "AmericanTypewriter-Condensed", Arial, sans-serif;
  margin: 0 !important;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    font-size: 24px !important;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
    font-size: 3.13vw !important;
    padding: 1.95vw !important;
  }
}
.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline {
  /*width: 100%;*/
}
.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
  color: #451A18 !important;
  text-align: center;
  min-width: 100%;
  font-size: 1.56vw !important;
  height: calc(1.75vw + 2px) !important;
}
@media (min-width: 1920px) {
  .select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 30px !important;
    height: 34px !important;
  }
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 3.91vw !important;
    height: calc(7.6vw + 2px) !important;
  }
}
.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field[placeholder] {
  display: none;
}
.select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field[placeholder="zakupiony produkt"] {
  display: block;
}
.select2-container--krajee-bs3 .select2-dropdown {
  border-color: #451A18 !important;
}
.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
  background-color: #451A18 !important;
}
@media (max-width: 768px) {
  .select2-container--krajee-bs3 .select2-results__options {
    font-size: 3.13vw;
    font-family: "AmericanTypewriter-Condensed", Arial, sans-serif;
  }
}
.select2-container--krajee-bs3 .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs3 .select2-results__options .select2-results__option[aria-selected=true] {
  color: #ffffff !important;
  background-color: #6a5f5f !important;
}

.s2-togall-button {
  color: #451A18 !important;
}

.select2-search__field::placeholder {
  color: #451A18 !important;
}

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