* {
  box-sizing: border-box;
  font-family: inherit;
}

@font-face {
  font-family: telegraf;
  src: url(./telegraf.ttf);
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  font-size: 16px;
  color: #000;
  font-family: "Public Sans";
}

.form-group {
  margin-bottom: 15px;
}

.form-control.invalid + .message,
form.invalid .message {
  color: #fa6466;
  font-size: 10px;
  position: absolute;
}

.form-control.invalid {
  border: 1px solid #fa6466;
  margin-bottom: 2px;
}

.form-control + .message {
  display: block;
}

.checkbox-container span.message,
.checkbox-content span.message {
  display: none;
}

.sweeps-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.share-container {
  padding-top: 13px;
  display: flex;
  justify-content: center;
}

.share-container a {
  width: 2.5rem;
  height: 2.5rem;
  background: url(https://media-api.xogrp.com/images/dcd0af83-93e0-4fc9-8ba5-d4544dd39c1f)
    0 0 no-repeat;
  background-size: auto 100%;
  cursor: pointer;
}

.share-container a.facebook {
  margin-right: 10px;
}

.share-container a.twitter {
  background-position: right 0;
  margin-left: 10px;
}
p {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #227582;
}

h1 {
  padding: 0 10px;
  font-family: telegraf;
  font-weight: 700;
  color: #000;
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;

  span {
    font-size: 16px;
  }
}

img {
  vertical-align: middle;
}

.sweeps__name,
.thanks_name {
  font-size: 35px;
  line-height: 28px;
}

.thanks_name {
  font-family: telegraf;
  font-weight: 700;
  margin: 60px auto 25px;
}

.sweeps-image {
  max-width: 100%;
}

.sweeps-image__img {
  display: block;
  max-width: 100%;
}

.sweeps-image__img.desktop {
  width: 712px;
  height: 860px;
}

.sweeps-image__img.mobile {
  max-width: 100%;
}

.sweeps__container {
  text-align: center;
}

.sw-logo span {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
  font-family: "Public Sans";
  vertical-align: middle;
}

.pbk-logo img {
  width: 284.55px;
}

.tb-logo img {
  width: 157px;
}

.sweeps__intro {
  font-family: "Public Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.sweeps__intro span.symbol {
  font-size: 12px;
  position: relative;
  top: -6px;
  margin-left: -3px;
}

.feil-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: left;
  padding-left: 4px;
}

.form__field {
  display: block;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  padding: 12px 8px;
  line-height: 1.2;
  width: 385px;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #caccd0;
  border-radius: 2px;

  color: var(--Neutral-500, #000);
}

.form__field:focus {
  outline-color: #000;
}

.form-control.invalid + .message {
  line-height: 10px;
}

.last-group {
  margin-bottom: 29px;
}

.form {
  padding-bottom: 3em;
  max-width: 460px;
  margin: 0 auto;
}

div.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group label {
  position: absolute;
  color: #000;
  top: 5px;
  left: 9px;
  font-size: 9px;
  line-height: 12px;
  height: 12px;
}

.form-group span {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.form__terms {
  width: 443px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 2em auto 3em;
}

.form__terms a {
  font-family: "Public Sans";
  color: #0073e6;
}

.button {
  display: inline-block;
  height: 48px;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  font-family: "Public Sans";
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  padding: 0.625em 1.625em;
  border-radius: 100px;
  transition: 0.2s background-color;
  line-height: 20px;
}
.button:hover {
  background-color: #f8f8f8;
}
.button:focus,
.button:active {
  border-color: #37519b;
}

.button--primary {
  background-color: #ff44cb;
  color: #ffffff !important;
  transition: 0.2s background-color;
  border-color: #ff44cb;
}
.button--primary:hover {
  background-color: #ff44cb;
  border-color: #ff44cb;
}
.button--primary:focus,
.button--primary:active {
  border-color: #ff44cb;
}

.visit-btn {
  font-weight: 600;
  color: #cf0e8c !important;
  margin-top: 28px;
  vertical-align: middle;
  font-family: "Public Sans";
  font-size: 18px;
  line-height: 24px;
  appearance: none;
  padding: 0;
  width: auto;
}

.visit-btn:hover,
.visit-btn:focus {
  -webkit-tap-highlight-color: transparent;
  border-color: transparent;
  outline: none;
  background: none;
}

.wsn {
  white-space: nowrap;
}

.date-right {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 44px;
  height: 44px;
  border-radius: 0px 1px 1px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.date-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.checkbox-content {
  display: flex;
  margin: 0 auto !important;
  text-align: left;
  font-weight: 400;
  position: relative;
  color: #000;
}

.checkbox-content label {
  flex: 1;
  display: block;
  line-height: 24px;
}

.checkbox-container .checkbox-country {
  font-size: 12px;
  color: #000;
  line-height: 18px;
  margin: 20px auto 31px;
}

#residence-warning {
  color: #000;
  font-family: "Public Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  width: 330px;
  margin-top: 15px;
  margin-left: 80px;
}

.checkbox-content label,
.checkbox-content input {
  cursor: pointer;
}

.checkbox-label-left {
  padding-left: 9px;
}

.sw-checkbox {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin: 3px;
}

.checkbox-content .message {
  color: #fa6466;
  font-size: 10px;
  position: absolute;
  bottom: -10px;
}

/* reset checkbox */
input[type="checkbox"] {
  cursor: pointer;
  position: relative;
}

input[type="checkbox"]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: " ";
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #caccd0;
}

input.invalid[type="checkbox"]::after {
  border: 1px solid #fa6466 !important;
}

input[type="checkbox"]:checked::after {
  content: "";
  background-color: #000;
  border-color: #000;
  background-color: #000;
}

input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 8px;
  width: 6px;
  height: 16px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}

.checkbox-error::after {
  border: 1px solid #fa6466 !important;
}

.checkbox-content label {
  height: auto;
  position: relative;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 18px;
  left: 0;
  top: 0;
}

.checkbox-content .checkbox-without-input {
  width: 315px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 30px;
}

#agree-opt {
  padding-right: 8px;
  margin-top: 3px;
}

.checkbox-content a {
  font-weight: 400;
  font-family: "Public Sans";
  color: #0073e6;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .mobile {
    display: none !important;
  }

  body {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
  }

  .sweeps-container {
    min-width: 1264px;
  }

  .logos {
    margin-bottom: 15px;
  }

  .sweeps-image {
    float: right;
  }

  .sweeps {
    float: left;
    background-color: #ffff;
    width: 552px;
    height: 860px;
  }

  .sweeps__name {
    margin: 88px 0 16px;
    padding: 0 30px;
  }

  .sw-logo span {
    padding-top: 10px;
  }

  .sweeps__container {
    max-width: 500px;
    margin: 0 auto;
  }

  .thanks-container {
    margin: 340px auto 0;
    height: 860px;
  }

  .sweeps-image {
    align-self: stretch;
    position: relative;
    overflow: hidden;
  }

  .sweeps__intro {
    margin: 8px auto 10px;
    max-width: 403px;
    height: 163px;
    line-height: 22px;
  }

  .button {
    width: auto;
  }

  .btn-entry {
    width: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .form__terms {
    width: 460px;
    margin: 20px auto 20px;
    line-height: 18px;
  }

  .form-group {
    width: 390px;
    margin: auto;
  }

  .form-group .form__field {
    width: 100%;
    margin-top: 4px;
  }

  .sw-submit {
    width: 135px;
    margin: 0 auto;
  }

  .visit-btn {
    height: auto;
    line-height: 28px;
  }

  .share-container {
    padding-top: 28px;
  }

  .thanks-container a.shop-btn {
    min-width: 250px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 40px;
  }

  .checkbox-content {
    width: 408px;
  }

  .checkbox-container {
    margin-top: 24px;
  }

  .checkbox-container .checkbox-country {
    width: 385px;
  }

  .checkbox-container .opt-text1 {
    width: 296px;
  }
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }

  body {
    background-color: #fff;
  }

  .form__terms {
    margin: 24px auto;
    max-width: 100%;
    line-height: 18px;
  }

  .form__terms br {
    display: none;
  }

  .sweeps__container {
    padding: 0 0 54px;
  }

  .sweeps__name {
    margin-bottom: 54px;
    margin-top: 23px;
    height: 63px;
    line-height: 35px;
  }

  .sweeps__name br {
    display: none;
  }

  .sweeps__name span {
    display: block;
  }

  .sw-logo span + div {
    display: inline-block;
  }

  .pbk-logo img {
    width: 241.4px;
    height: auto;
  }

  .visit-btn {
    margin-top: 25px;
    height: auto;
  }

  .share-container {
    padding-top: 25px;
  }

  .thanks_name {
    margin: 100px auto 25px;
    letter-spacing: -0.7px;
  }

  .shop-btn {
    padding: 0;
    line-height: 48px;
    width: 330px;
  }

  .sweeps-image__img {
    width: 100%;
  }

  .sweeps__intro {
    margin: 20px auto;
    max-width: 306px;
    line-height: 20px;
  }

  .form-group {
    padding: 0 34px;
  }

  .form__field {
    width: 100%;
  }

  .form-group label {
    left: 0px;
  }

  .social-links {
    margin-bottom: 75px;
  }

  .btn-entry {
    padding: 0;
    line-height: 48px;
    width: 330px;
  }

  .date-right {
    top: 1px;
    right: 30px;
  }

  .checkbox-container {
    margin-top: 24px;
  }

  .checkbox-container label {
    left: 0;
  }

  #AgeOptin_field {
    margin-bottom: 24px !important;
  }

  .checkbox-container .checkbox-country {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 295px;
    margin-left: 20px;
    margin-right: unset;
    text-align: left;
  }

  .sweeps__container.thanks-container {
    padding-bottom: 37px;
  }

  .checkbox-content .checkbox-without-input {
    width: 315px;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
  }
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.nowrap {
  white-space: nowrap;
}

.block {
  display: block;
}

.social-link {
  display: inline-block;
  margin: 0.5em;
}

.sweeps input,
.sweeps textarea {
  color: #51545c;
  font-family: "Public Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.sweeps textarea {
  height: 100px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #51545c;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
