.section-inner {
  padding: 0 20px;
  width: 100%;
  max-width: 1205px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .section-inner {
    padding: 0 15px;
  }
}

.parts {
  display: flex;
  gap: 75px;
  align-items: center;
}
.parts .part {
  flex: 1;
}
@media only screen and (max-width: 950px) {
  .parts {
    flex-direction: column;
    gap: 40px;
  }
}

.sweepstakes-top {
  padding: 55px 0;
  background: url("../images/sweepstakes/bg-top.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.sweepstakes-top:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270.3deg, rgba(2, 16, 31, 0) 0.26%, rgba(2, 16, 31, 0.6) 96.78%);
  z-index: 1;
}
.sweepstakes-top .section-inner {
  z-index: 2;
}
.sweepstakes-top .title-1 {
  margin-top: 30px;
  font-family: "Raleway";
  font-style: italic;
  font-weight: 800;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}
.sweepstakes-top .text-1 {
  margin-top: 12px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
  color: #ffffff;
}
.sweepstakes-top .text-1 strong {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #ffc858;
  display: block;
}
.sweepstakes-top .logos {
  display: flex;
  gap: 36px;
  margin-top: 32px;
  align-items: flex-end;
}
.sweepstakes-top .logos img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 0;
}
.sweepstakes-top .wrapper-form {
  padding: 32px;
  max-width: 520px;
  background: rgba(0, 59, 122, 0.7);
  -webkit-backdrop-filter: blur(11.6px);
          backdrop-filter: blur(11.6px);
  border-radius: 8px;
}
.sweepstakes-top .wrapper-form .message {
  margin-top: 24px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #da8686;
}
.sweepstakes-top .wrapper-form .message a {
  text-decoration: underline;
  cursor: pointer;
  color: #4f8a5f;
}
.sweepstakes-top .wrapper-form .message a:hover {
  text-decoration: none;
}
.sweepstakes-top .wrapper-form .message.success {
  color: #4f8a5f;
}
.sweepstakes-top .wrapper-form .title {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.sweepstakes-top .wrapper-form .fields {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.sweepstakes-top .wrapper-form .fields .wrapper-field {
  flex: 1 1 calc(50% - 12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}
.sweepstakes-top .wrapper-form .fields .wrapper-field.full-width {
  flex: 1 1 100%;
}
.sweepstakes-top .wrapper-form .fields .wrapper-field.invalid {
  border-bottom: 1px solid rgba(146, 43, 43, 0.945);
}
.sweepstakes-top .wrapper-form .fields .wrapper-field input {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.5);
  background: none;
  border: none;
  width: 100%;
}
.sweepstakes-top .wrapper-form .fields .wrapper-field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.sweepstakes-top .wrapper-form .fields .wrapper-field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.sweepstakes-top .wrapper-form .btn-submit {
  padding: 18px;
  background: #ffc858;
  border-radius: 6px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #050446;
  cursor: pointer;
  border: none;
  margin-top: 24px;
  transition: background 0.2s ease;
  width: 100%;
  position: relative;
}
.sweepstakes-top .wrapper-form .btn-submit:hover {
  background: #f0b24c;
}
.sweepstakes-top .wrapper-form .btn-submit.loading {
  opacity: 0.6;
  pointer-events: none;
}
.sweepstakes-top .wrapper-form .btn-submit.loading span {
  opacity: 0;
}
.sweepstakes-top .wrapper-form .btn-submit.loading:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 4px solid #050446;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loading 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}
.sweepstakes-top .wrapper-form .text-bottom {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
}
.sweepstakes-top .wrapper-form .text-bottom.disclaimer {
  font-size: 10px;
  text-align: left;
  margin-top: 15px;
}
.sweepstakes-top .wrapper-form .text-bottom a {
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
}
.sweepstakes-top .wrapper-form .text-bottom a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 950px) {
  .sweepstakes-top {
    text-align: center;
  }
  .sweepstakes-top:after {
    background: linear-gradient(180deg, rgba(2, 16, 31, 0.6) 26.66%, rgba(2, 16, 31, 0) 70.56%);
  }
  .sweepstakes-top .logo-main {
    height: 120px;
    margin: auto;
  }
  .sweepstakes-top .title-1 {
    font-size: 48px;
  }
  .sweepstakes-top .text-1 {
    font-size: 16px;
  }
  .sweepstakes-top .text-1 strong {
    font-size: 20px;
  }
  .sweepstakes-top .logos {
    gap: 32px;
    margin-top: 16px;
    justify-content: center;
  }
  .sweepstakes-top .logos img {
    max-width: 150px;
  }
  .sweepstakes-top .wrapper-form {
    padding: 16px;
    text-align: left;
  }
  .sweepstakes-top .wrapper-form .title {
    font-size: 32px;
  }
  .sweepstakes-top .wrapper-form .fields .wrapper-field input {
    font-size: 14px;
  }
}

@keyframes rotation-loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.checkbox-group {
  margin-top: 24px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25;
  color: #ffffff;
}
.checkbox-group a {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
.checkbox-group a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 950px) {
  .checkbox-group {
    font-size: 12px;
  }
}
.checkbox-group .checkbox-field {
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  cursor: pointer;
}
.checkbox-group .checkbox-field input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-group .checkbox-field .checkbox-custom {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.2s ease;
}
.checkbox-group .checkbox-field input[type=checkbox]:checked + .checkbox-custom {
  background: #fff url("../images/sweepstakes/icons/check-mark.svg") no-repeat center;
  background-size: 14px 14px;
  border-color: #fff;
}

.sweepstakes-slider-about {
  padding: 100px 0;
  margin-top: 50px;
}
.sweepstakes-slider-about .part-top {
  display: flex;
  align-items: center;
  gap: 74px;
}
.sweepstakes-slider-about .part-top .title {
  flex: 1 1 calc(45% - 37px);
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  color: #050446;
}
.sweepstakes-slider-about .part-top .text {
  flex: 1 1 calc(55% - 37px);
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #050446;
}
.sweepstakes-slider-about .slider {
  margin-top: 60px;
  position: relative;
}
.sweepstakes-slider-about .slider .slide {
  display: none;
}
.sweepstakes-slider-about .slider .slide:first-child {
  display: block;
}
.sweepstakes-slider-about .slider .slide .inner {
  display: flex;
  gap: 74px;
}
.sweepstakes-slider-about .slider .slide .inner .part-image {
  flex: 1 1 calc(45% - 37px);
}
.sweepstakes-slider-about .slider .slide .inner .part-info {
  flex: 1 1 calc(55% - 37px);
  padding-bottom: 75px;
}
.sweepstakes-slider-about .slider .slide .image {
  border-radius: 6px;
  overflow: hidden;
}
.sweepstakes-slider-about .slider .slide .image img {
  width: 100%;
  height: auto;
}
.sweepstakes-slider-about .slider .slider-menu {
  margin-top: 44px;
  display: flex;
  gap: 48px;
}
.sweepstakes-slider-about .slider .slider-menu .item {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #8686a3;
  cursor: pointer;
  transition: color 0.2s ease;
}
.sweepstakes-slider-about .slider .slider-menu .item:hover {
  color: #050446;
}
.sweepstakes-slider-about .slider .slider-menu .item.active {
  color: #050446;
  font-weight: 700;
}
.sweepstakes-slider-about .slider .text {
  margin-top: 30px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #050446;
}
.sweepstakes-slider-about .slider .wrapper-bars {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.sweepstakes-slider-about .slider .wrapper-bars .bars {
  margin-right: 0;
  margin-left: auto;
  width: calc(55% - 37px);
  display: flex;
  gap: 14px;
}
.sweepstakes-slider-about .slider .wrapper-bars .bars .bar {
  height: 6px;
  background: #e5e5ed;
  border-radius: 100px;
  flex: 1 1 auto;
  cursor: pointer;
  position: relative;
}
.sweepstakes-slider-about .slider .wrapper-bars .bars .bar .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  border-radius: 100px;
  background: #050446;
}
@media only screen and (max-width: 950px) {
  .sweepstakes-slider-about {
    padding: 50px 0;
    margin-top: 25px;
  }
  .sweepstakes-slider-about .part-top {
    display: block;
  }
  .sweepstakes-slider-about .part-top .title {
    font-size: 48px;
  }
  .sweepstakes-slider-about .part-top .text {
    font-size: 18px;
    margin-top: 10px;
  }
  .sweepstakes-slider-about .slider {
    margin-top: 40px;
  }
  .sweepstakes-slider-about .slider .slide .inner {
    flex-direction: column;
    gap: 16px;
  }
  .sweepstakes-slider-about .slider .slide .part-image {
    width: 100%;
  }
  .sweepstakes-slider-about .slider .slide .part-info {
    width: 100%;
    padding-bottom: 55px;
  }
  .sweepstakes-slider-about .slider .slide .image {
    height: 240px;
  }
  .sweepstakes-slider-about .slider .slide .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sweepstakes-slider-about .slider .slider-menu {
    gap: 32px;
  }
  .sweepstakes-slider-about .slider .slider-menu .item {
    font-size: 24px;
  }
  .sweepstakes-slider-about .slider .text {
    font-size: 18px;
    margin-top: 16px;
  }
  .sweepstakes-slider-about .slider .wrapper-bars {
    width: 100%;
  }
  .sweepstakes-slider-about .slider .wrapper-bars .bars {
    width: 100%;
  }
}

.sweepstakes-products {
  padding: 100px 0;
}
.sweepstakes-products .part-top {
  display: flex;
  align-items: center;
  gap: 74px;
}
.sweepstakes-products .part-top .title {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  color: #050446;
  flex-grow: 1;
}
.sweepstakes-products .part-top .buttons .info {
  padding: 20px;
  background: #f6f6f9;
  border-radius: 6px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #050446;
}
.sweepstakes-products .part-top .buttons .button {
  padding: 20px;
  background: #003b7a;
  border-radius: 6px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.sweepstakes-products .part-top .buttons .button:hover {
  background: #002a5c;
}
.sweepstakes-products .products {
  display: flex;
  gap: 24px;
  margin-top: 80px;
}
.sweepstakes-products .products .box-product {
  flex: 1 0 0;
  position: relative;
}
.sweepstakes-products .products .box-product .image {
  background: #f6f6f9;
  height: 350px;
  border-radius: 6px;
  padding: 10px;
  padding-top: 45px;
}
.sweepstakes-products .products .box-product .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sweepstakes-products .products .box-product .label {
  position: absolute;
  top: 12px;
  left: 12px;
  white-space: nowrap;
  padding: 4px 8px;
  background: #dbece0;
  border-radius: 4px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #4f8a5f;
}
.sweepstakes-products .products .box-product .info {
  margin-top: 24px;
}
.sweepstakes-products .products .box-product .info .rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sweepstakes-products .products .box-product .info .rating .number {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #050446;
}
.sweepstakes-products .products .box-product .info .rating .reviews {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #8281a4;
}
.sweepstakes-products .products .box-product .info .title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  color: #050446;
  margin-top: 8px;
}
.sweepstakes-products .products .box-product .info .description {
  margin-top: 4px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #050446;
}
.sweepstakes-products .products .box-product .info .price {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sweepstakes-products .products .box-product .info .price ins {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  text-decoration: none;
  color: #eb000d;
}
.sweepstakes-products .products .box-product .info .price del {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  text-decoration-line: line-through;
  color: #8281a4;
}
.sweepstakes-products .products .box-product .button {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #050446;
  border: 1px solid #050446;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 6px;
  margin: auto;
  margin-top: 20px;
  transition: 0.5s;
}
.sweepstakes-products .products .box-product .button:hover {
  background: #050446;
  color: #fff;
}
@media only screen and (max-width: 950px) {
  .sweepstakes-products {
    padding: 50px 0;
  }
  .sweepstakes-products .part-top {
    display: block;
  }
  .sweepstakes-products .part-top .title {
    font-size: 48px;
  }
  .sweepstakes-products .part-top .buttons {
    width: 100%;
    margin-top: 32px;
  }
  .sweepstakes-products .part-top .buttons .info {
    font-size: 20px;
  }
  .sweepstakes-products .products {
    margin-top: 32px;
    display: block;
  }
  .sweepstakes-products .products .pagination {
    margin-top: 28px;
    display: flex;
    justify-content: center;
  }
  .sweepstakes-products .products .pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

.sweepstakes-gallery {
  padding: 100px 0;
}
.sweepstakes-gallery .title {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 700;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  color: #050446;
  flex-grow: 1;
}
.sweepstakes-gallery .swiper-gallery-sweepstakes {
  margin-top: 90px;
  margin-left: -190px;
  margin-right: -190px;
  position: relative;
}
.sweepstakes-gallery .swiper-gallery-sweepstakes .swiper-wrapper {
  height: 675px;
}
.sweepstakes-gallery .swiper-gallery-sweepstakes .swiper-wrapper .swiper-slide {
  height: 675px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sweepstakes-gallery .swiper-gallery-sweepstakes .swiper-wrapper .swiper-slide.second-visible .image {
  height: 850px;
}
.sweepstakes-gallery .swiper-gallery-sweepstakes .swiper-wrapper .swiper-slide .image {
  height: 675px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  transition: 0.5s;
}
.sweepstakes-gallery .swiper-gallery-sweepstakes .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sweepstakes-gallery .swiper-gallery-sweepstakes .nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 24%;
  width: 80px;
  height: 80px;
}
.sweepstakes-gallery .swiper-gallery-sweepstakes .nav .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background: rgba(5, 4, 70, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(11.6px);
          backdrop-filter: blur(11.6px);
  border-radius: 100px;
}
@media only screen and (max-width: 950px) {
  .sweepstakes-gallery {
    padding: 50px 0;
  }
  .sweepstakes-gallery .title {
    font-size: 48px;
  }
  .sweepstakes-gallery .swiper-gallery-sweepstakes {
    margin-top: 32px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .sweepstakes-gallery .swiper-gallery-sweepstakes .swiper-wrapper {
    height: 460px;
  }
  .sweepstakes-gallery .swiper-gallery-sweepstakes .swiper-wrapper .swiper-slide {
    height: 460px;
  }
  .sweepstakes-gallery .swiper-gallery-sweepstakes .swiper-wrapper .swiper-slide.second-visible .image {
    height: 460px;
  }
  .sweepstakes-gallery .swiper-gallery-sweepstakes .swiper-wrapper .swiper-slide .image {
    height: 460px;
  }
  .sweepstakes-gallery .swiper-gallery-sweepstakes .nav {
    display: none;
  }
  .sweepstakes-gallery .swiper-gallery-sweepstakes .pagination {
    margin-top: 28px;
    display: flex;
    justify-content: center;
  }
  .sweepstakes-gallery .swiper-gallery-sweepstakes .pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}

.sweepstakes-footer {
  background: #f6f6f9;
  padding: 80px 0;
}
.sweepstakes-footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.sweepstakes-footer .social .item {
  background: #050446;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.sweepstakes-footer .social .item:hover {
  background: #24228d;
}
.sweepstakes-footer .footer-menu {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.sweepstakes-footer .footer-menu .item {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  text-transform: capitalize;
  color: #050446;
  cursor: pointer;
  transition: 0.5s;
}
.sweepstakes-footer .footer-menu .item:hover {
  color: #24228d;
}
.sweepstakes-footer .text {
  margin-top: 32px;
}
.sweepstakes-footer .text p {
  margin-top: 25px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #050446;
}
@media only screen and (max-width: 950px) {
  .sweepstakes-footer {
    padding: 50px 0;
  }
  .sweepstakes-footer .footer-menu {
    flex-wrap: wrap;
    gap: 20px;
  }
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

.content-wrapper .yotpo-widget-instance {
  height: 100vh;
  width: 100%;
  position: relative;
}
.content-wrapper .yotpo-widget-instance:after {
  content: "";
  width: 40px;
  height: 40px;
  border: 3px solid #0038b1;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loading 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
}

.wrapper-field {
  position: relative;
}
.wrapper-field::after {
  content: "*";
  position: absolute;
  right: 0px;
  top: 17px;
  transform: translateY(-50%);
  color: #d33f3f;
  font-size: 30px;
  line-height: 1;
  pointer-events: none;
}
.wrapper-field:not(:has(input[required], select[required], textarea[required]))::after {
  content: "";
}

.checkbox-field {
  position: relative;
}
.checkbox-field::after {
  content: "*";
  position: absolute;
  right: 0px;
  top: 3px;
  line-height: 1;
  color: #d33f3f;
  font-size: 30px;
}
.checkbox-field:not(:has(input[required]))::after {
  content: "";
}/*# sourceMappingURL=sweepstakes.css.map */