/**
* 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;
}

@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle h1 {
    max-width: 915px;
    margin: 0 auto;
  }
}
.page-template-tmplt-raffle .main-content {
  background: url("../images/raffle-bg.jpg");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 0;
}

.page-template-tmplt-raffle .main-content .btn-std-hero {
  padding: 15px 30px;
  padding-right: 45px;
  margin-top: 30px;
  position: relative;
  width: initial;
}

.page-template-tmplt-raffle .main-content .btn-std-hero::after {
  position: absolute;
  right: 20px;
  content: url(../images/icons/btn-icon-desktop.svg);
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 14.83px;
  height: 24px;
}

.page-template-tmplt-raffle .main-content .winner-image {
  margin-top: 30px;
}

.page-template-tmplt-raffle .logos-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  position: relative;
}

.page-template-tmplt-raffle .logos-container .firm-logo,
.page-template-tmplt-raffle .logos-container .blue-crabs-logo {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  .page-template-tmplt-raffle .logos-container .firm-logo,
.page-template-tmplt-raffle .logos-container .blue-crabs-logo {
    max-width: 150px;
  }
}
.page-template-tmplt-raffle .logos-container::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.84px;
  height: 100%;
  background-color: #fff;
}

.page-template-tmplt-raffle .form-section-wrapper {
  padding: 30px 20px;
}

@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle .form-section-wrapper {
    max-width: 1163px;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 0;
    margin-top: -226px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle .form-section .form-wrap {
    max-width: 837px;
    margin: 0 auto;
  }
}
.page-template-tmplt-raffle .form-section .form-content-wrapper {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle .form-section .form-content-wrapper {
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle .form-section .icons-container {
    display: flex;
    justify-content: center;
    gap: 70px;
  }
}
.page-template-tmplt-raffle .form-section .icons-container h4 {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  color: #353535;
  margin-top: 25px;
  max-width: 333px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-tmplt-raffle .form-section .icons-container p {
  padding-top: 30px;
}

.page-template-tmplt-raffle .form-section .form-content h2 {
  margin-bottom: 30px;
}

.page-template-tmplt-raffle .form-section .form-wrapper {
  background: linear-gradient(142.62deg, #002159 13.63%, #00102E 96.26%);
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2509803922);
}

.page-template-tmplt-raffle .form-section .form-wrapper form {
  max-width: 646px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle .form-section .form-wrapper {
    padding: 43px;
    max-width: 917px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle .form-section .form-wrapper .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px !important;
  }
}
.page-template-tmplt-raffle .form-section .form-wrapper .gform_required_legend {
  display: none;
}

@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle .form-section .form-wrapper .gform_wrapper.gravity-theme .gform_footer .button {
    max-width: 162px;
    margin-left: initial;
  }
}
.page-template-tmplt-raffle .form-section .form-wrapper .gform_wrapper.gravity-theme .gfield_label {
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 1px;
  margin-bottom: 2px !important;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gform_wrapper.gravity-theme .gform_body .gfield_required {
  display: initial;
  color: #fff;
  font-size: 18px;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gfield_radio .gchoice {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gfield_radio .gchoice input[type=radio] {
  position: absolute;
  opacity: 1;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gfield_radio .gchoice input[type=radio]:checked + label:before {
  border-color: #fff;
  background: #fff;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gfield_radio .gchoice input[type=radio]:checked + label:after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gfield_radio .gchoice input[type=radio]:hover + label:before {
  border-color: #fff;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gfield_radio .gchoice label {
  padding-left: 35px;
  cursor: pointer;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 24px;
  z-index: 1;
  padding-top: 11px;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gfield_radio .gchoice label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  background: transparent;
  transition: all 0.2s ease;
  box-sizing: border-box;
  pointer-events: none;
}

.page-template-tmplt-raffle .form-section .form-wrapper .gfield_radio .gchoice label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #002159;
  transition: transform 0.2s ease;
  opacity: 1;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle .form-section .form-wrapper #field_7_6 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle .main-content.ver2 {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle.page-newsletters .form-section-wrapper {
    background-color: initial;
    margin-top: -291px;
  }
}
.page-template-tmplt-raffle.page-newsletters .content-wrapper p {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-tmplt-raffle.page-newsletters .content-wrapper {
    max-width: 621px;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united h1 {
    max-width: 567px;
  }
}
.page-template-tmplt-raffle.page-vip-experience-dc-united .main-content {
  position: relative;
}

.page-template-tmplt-raffle.page-vip-experience-dc-united .main-content::before {
  content: "";
  position: absolute;
  bottom: 333px;
  left: 0;
  width: 100%;
  height: 234px;
  background: linear-gradient(90deg, #030E27 66.46%, rgba(11, 51, 141, 0) 86.46%);
}

@media (max-width: 1399px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content::before {
    bottom: 310px;
  }
}
@media (max-width: 1199px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content::before {
    bottom: initial;
    top: 20%;
    background: linear-gradient(90deg, #030E27 66.46%, rgba(11, 51, 141, 0) 98.46%);
  }
}
@media (max-width: 991px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content::before {
    top: 16%;
  }
}
@media (max-width: 767px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content::before {
    top: 20%;
  }
}
@media (max-width: 569px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content::before {
    top: 300px;
  }
}
@media (max-width: 416px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content::before {
    top: 330px;
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content .row {
    align-items: center;
  }
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content .row .col-left {
    margin-top: -200px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .main-content .winner-image {
    margin-top: 0;
    text-align: left !important;
  }
}
.page-template-tmplt-raffle.page-vip-experience-dc-united .logos-container {
  gap: 57px;
  margin-top: 105px;
}

@media (max-width: 1199px) {
  .page-template-tmplt-raffle.page-vip-experience-dc-united .logos-container {
    margin-top: 80px;
  }
}
.page-template-tmplt-raffle.page-vip-experience-dc-united .logos-container::before {
  left: 55%;
}

/*# sourceMappingURL=tmplt-raffle.css.map*/