/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.hero {
  padding-bottom: 300px;
}

.main-wrapper {
  overflow: initial;
}

.main-wrapper .intro .tickets {
  text-align: center;
  margin-top: -200px;
}

.main-wrapper .intro .tickets img {
  border-radius: 47.983px;
  box-shadow: 0 11.516px 28.79px 0 rgba(0, 5, 34, 0.25);
}

.main-wrapper .main-content {
  margin-top: 12px;
  max-width: 690px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .main-wrapper .main-content {
    margin-top: 30px;
    padding-bottom: 80px;
  }
}
.main-wrapper .section-two {
  background: url(../images/lucas-van-bg.jpg);
  background-repeat: repeat-x;
}

.main-wrapper .section-two .video {
  padding-top: 25px;
  max-width: 932px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 480px) {
  .main-wrapper .section-two .video {
    padding-top: 100px;
  }
}
.main-wrapper .section-two .video a {
  margin-bottom: 0px;
  position: absolute;
  Transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
}

.main-wrapper .section-two .steps {
  margin-top: 60px;
  padding-bottom: 40px;
  max-width: 921px;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper .section-two .steps ol {
  padding-left: 0px;
}

.main-wrapper .section-two .steps ol li {
  color: #2C2C2C;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  padding-left: 50px;
}

.main-wrapper .section-two .steps ol li a {
  color: #0E47C4;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.main-wrapper .section-two .steps ol li:before {
  content: counter(li);
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 7px;
  text-align: center;
  background-color: #70CFFA;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  color: #1A243F;
  font-family: var(--secondary-font), sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}

.main-wrapper .section-two .steps strong em {
  font-style: italic;
  font-weight: bold;
}

.form {
  padding-top: 50px;
  padding-bottom: 80px;
}

.form .overlap-yes {
  margin-top: -250px;
  margin-bottom: 50px;
}

.form .gform_wrapper form {
  max-width: none;
}

.form .content {
  padding: 20px 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: #F0F0F0;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 480px) {
  .form .content {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 768px) {
  .form .content {
    padding: 40px 60px;
  }
}
.form .content .form-title {
  color: #1A243F;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 25px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 39px; /* 114.706% */
}

.form .content .gform_body .gfield_required {
  margin-left: initial !important;
}

.form .content .gform_body .gfield {
  margin-bottom: 12px !important;
}

.form .content .gform_body .gfield_label {
  color: #2C2C2C !important;
  font-family: var(--main-font), sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: 0px;
}

.form .content .gform_body label {
  color: #2C2C2C !important;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form .content .gform_body .ginput_full .gform-field-label {
  margin-top: 20px;
}

.form .content .gform_body .address_state label,
.form .content .gform_body .address_city label {
  margin-top: 20px;
}

.form .content .gform_body .datepicker {
  width: 100%;
}

.form .content .gform_body .gfield--type-textarea {
  margin-top: 20px;
}

.form .content .gform_body .gfield_checkbox .gchoice {
  padding-left: 35px;
}

.form .content .gform_body .gfield_checkbox .gchoice label:before {
  top: 8px;
  left: 11px;
  border: solid #000000;
  border-width: 0 2px 2px 0 !important;
}

.form .content .gform_body .gfield_checkbox .gchoice label:after {
  border-radius: 2.5px;
  border: 1px solid #767676;
  background: #fff;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
}

.form .content .gform_body select,
.form .content .gform_body textarea,
.form .content .gform_body input {
  border-radius: 5px;
  border: 1px solid #CECECE;
  background: #FFF;
  color: #2C2C2C !important;
}

.form .content .gform_body .gfield--type-html {
  color: #2C2C2C;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form .content .gform_button {
  text-align: center;
  width: 152px !important;
  border: 0px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.form .content .gform_button:after {
  display: none !important;
}

.form .disclaimer {
  margin-top: 45px;
  color: rgba(44, 44, 44, 0.6);
  font-family: var(--main-font), sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 29px;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}

.form .disclaimer p {
  font-size: 17px;
}

.form .disclaimer p a {
  color: #0E47C4;
  text-decoration: underline;
}

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