:root {
  --color-primary: #dbd099;
  --color-secondary: #0bb066;
  --color-tertiary: #81c4a5;
  --color-light: #ffffff;
  --color-dark: #373737;
  --color-light-bg-text-heading: #404040;
  --color-light-bg-text-body: #404040;
  --color-light-bg-link: #0bb066;
  --color-light-bg-link-hover: #0bb066;
  --light-bg-btn-default-shape: 4px;
  --light-bg-btn-default-type: Solid;
  --light-bg-btn-default-border-color: #0bb066;
  --light-bg-btn-default-text-color: #ffffff;
  --light-bg-btn-default-hover-border-color: #0bb066;
  --light-bg-btn-default-hover-text-color: #0bb066;
  --light-bg-btn-default-bg: #0bb066;
  --light-bg-btn-default-hover-bg: #ffffff;
  --color-dark-bg-text-heading: #FFF;
  --color-dark-bg-text-body: #FFF;
  --color-dark-bg-link: #81c4a5;
  --color-dark-bg-link-hover: #0bb066;
  --dark-bg-btn-default-shape: 4px;
  --dark-bg-btn-default-type: Solid;
  --dark-bg-btn-default-border-color: #0bb066;
  --dark-bg-btn-default-text-color: #ffffff;
  --dark-bg-btn-default-hover-border-color: #0bb066;
  --dark-bg-btn-default-hover-text-color: #0bb066;
  --dark-bg-btn-default-bg: #0bb066;
  --dark-bg-btn-default-hover-bg: #ffffff;
  --color-primary-bg-text-heading: #ffffff;
  --color-primary-bg-text-body: #ffffff;
  --color-primary-bg-link: #81c4a5;
  --color-primary-bg-link-hover: #ffffff;
  --primary-bg-btn-default-shape: 4px;
  --primary-bg-btn-default-type: Solid;
  --primary-bg-btn-default-border-color: #0bb066;
  --primary-bg-btn-default-text-color: #ffffff;
  --primary-bg-btn-default-hover-border-color: #0bb066;
  --primary-bg-btn-default-hover-text-color: #0bb066;
  --primary-bg-btn-default-bg: #0bb066;
  --primary-bg-btn-default-hover-bg: #ffffff;
  --color-secondary-bg-text-heading: #ffffff;
  --color-secondary-bg-text-body: #ffffff;
  --color-secondary-bg-link: #0bb066;
  --color-secondary-bg-link-hover: #81c4a5;
  --secondary-bg-btn-default-shape: 4px;
  --secondary-bg-btn-default-type: Solid;
  --secondary-bg-btn-default-border-color: #ffffff;
  --secondary-bg-btn-default-text-color: #000000;
  --secondary-bg-btn-default-hover-border-color: #ffffff;
  --secondary-bg-btn-default-hover-text-color: #ffffff;
  --secondary-bg-btn-default-bg: #ffffff;
  --secondary-bg-btn-default-hover-bg: #00000000;
  --color-tertiary-bg-text-heading: #404040;
  --color-tertiary-bg-text-body: #404040;
  --color-tertiary-bg-link: #0bb066;
  --color-tertiary-bg-link-hover: #0bb066;
  --tertiary-bg-btn-default-shape: 4px;
  --tertiary-bg-btn-default-type: Solid;
  --tertiary-bg-btn-default-border-color: #0bb066;
  --tertiary-bg-btn-default-text-color: #ffffff;
  --tertiary-bg-btn-default-hover-border-color: #0bb066;
  --tertiary-bg-btn-default-hover-text-color: #0bb066;
  --tertiary-bg-btn-default-bg: #0bb066;
  --tertiary-bg-btn-default-hover-bg: #ffffff;
  --branding-background-image-url: url("");
  --font-heading-family: 'Roboto';
  --font-heading-hero-size: 54px;
  --font-heading-hero-size-mobile: 32px;
  --font-heading-hero-weight: 600;
  --font-heading-hero-style: normal;
  --font-heading-section-size: 36px;
  --font-heading-section-size-mobile: 28px;
  --font-heading-section-weight: 600;
  --font-heading-section-style: normal;
  --font-heading-subheading-size: 22px;
  --font-heading-subheading-size-mobile: 18px;
  --font-heading-subheading-weight: 500;
  --font-heading-subheading-style: normal;
  --font-body-family: 'Roboto';
  --font-lead-size: 20px;
  --font-lead-size-mobile: 16px;
  --font-lead-weight: 400;
  --font-lead-style: normal;
  --font-body-size: 18px;
  --font-body-size-mobile: 14px;
  --font-body-weight: 400;
  --font-body-style: normal;
  --font-btn-family: 'Roboto';
  --font-btn-size: 16px;
  --font-btn-size-mobile: 16px;
  --font-btn-weight: 500;
  --font-btn-style: normal;
  --btn-primary-shape: 4px;
  --btn-primary-type: Solid;
  --btn-primary-border-color: #dbd099;
  --btn-primary-text-color: #000000;
  --btn-primary-hover-border-color: #0bb066;
  --btn-primary-hover-text-color: #0bb066;
  --btn-primary-bg: #dbd099;
  --btn-primary-hover-bg: #ffffff;
  --btn-secondary-shape: 4px;
  --btn-secondary-type: Solid;
  --btn-secondary-border-color: #0bb066;
  --btn-secondary-text-color: #ffffff;
  --btn-secondary-hover-border-color: #0bb066;
  --btn-secondary-hover-text-color: #0bb066;
  --btn-secondary-bg: #0bb066;
  --btn-secondary-hover-bg: #ffffff;
  --btn-tertiary-shape: 4px;
  --btn-tertiary-type: Solid;
  --btn-tertiary-border-color: #0bb066;
  --btn-tertiary-text-color: #ffffff;
  --btn-tertiary-hover-border-color: #000000;
  --btn-tertiary-hover-text-color: #ffffff;
  --btn-tertiary-bg: #0bb066;
  --btn-tertiary-hover-bg: #000000;
  --btn-light-shape: 4px;
  --btn-light-type: Solid;
  --btn-light-border-color: #ffffff;
  --btn-light-text-color: #142a0f;
  --btn-light-hover-border-color: #000000;
  --btn-light-hover-text-color: #ffffff;
  --btn-light-bg: #ffffff;
  --btn-light-hover-bg: #000000;
  --btn-dark-shape: 4px;
  --btn-dark-type: Solid;
  --btn-dark-border-color: #ffffff;
  --btn-dark-text-color: #000000;
  --btn-dark-hover-border-color: #ffffff;
  --btn-dark-hover-text-color: #ffffff;
  --btn-dark-bg: #ffffff;
  --btn-dark-hover-bg: #00000000;
  --nav-bg-color: #ffffff;
  --nav-link-color: #000000;
  --nav-phone-color: #000000;
  --footer-nav-bg-color: #f0f0f0;
  --footer-nav-link-color: #4a4a4a;
  --footer-nav-text-color: #0bb066;
  --footer-nav-bg-luminance: light;
  --form-bg-color: #0bb066;
  --form-text-color: #ffffff;
  --form-sublevel-bg-color: #0bb066;
  --form-sublevel-text-color: #ffffff;
}

body.theme-ThemeUtilityPro .pb-form-section.pb-section-w-bg-img::after {
  background: transparent;
}

@media (max-width: 767px) {
  body.theme-ThemeUtilityPro .pb-form-section.pb-section-w-bg-img .pb-form-section-verbiage-wrapper::after {
    background: transparent;
  }
}
body:has(.custom-referral-page-build) .page-header {
  display: none;
}
body:has(.custom-referral-page-build) .container._dynamic-container {
  max-width: 100% !important;
}

.custom-referral-page-build .container-xxl {
  padding: 0;
}
@media (min-width: 1400px) {
  .custom-referral-page-build .container-xxl {
    max-width: 1350px;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .custom-referral-page-build .custom-container-sm {
    max-width: 1350px;
    margin: auto;
  }
}
.custom-referral-page-build .img-fluid {
  max-width: 100%;
  height: auto;
}
.custom-referral-page-build .widget-prize-section {
  display: none;
}
.custom-referral-page-build .custom-section-header {
  max-width: 1200px;
  margin: 0 auto 50px auto;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-referral-page-build .custom-section-header .custom-section-title {
  font-size: 60px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-section-header .custom-section-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .custom-referral-page-build .custom-section-header .custom-section-title {
    font-size: 32px;
  }
}
.custom-referral-page-build .logo-img {
  width: 200px !important;
}
.custom-referral-page-build figure {
  max-width: 100% !important;
}
.custom-referral-page-build figure img {
  object-fit: contain;
  height: auto !important;
}
@media (max-width: 991px) {
  .custom-referral-page-build .text-earn-title-2 {
    font-size: 32px !important;
  }
}
.custom-referral-page-build .custom-referral-btn {
  background: #c1b25f;
  color: #F5F5F5;
  padding: 24px 38px;
  border-radius: 8px;
  font-size: 26px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-referral-btn {
    font-size: 20px;
  }
}
.custom-referral-page-build .custom-referral-btn {
  font-weight: 600;
  letter-spacing: 5px;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.custom-referral-page-build .custom-referral-btn:hover {
  background: #000;
}
.custom-referral-page-build {
  /*Green Banner*/
}
.custom-referral-page-build .custom-referral-green-banner-section {
  background: #00814b;
  padding: 80px 0;
  text-align: center;
  font-size: 40px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-referral-green-banner-section {
    font-size: 28px;
  }
}
.custom-referral-page-build .custom-referral-green-banner-section {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bolder;
  text-transform: uppercase;
}
.custom-referral-page-build {
  /*Watch Section*/
}
.custom-referral-page-build .custom-referral-watch-section .logo-img {
  width: 200px;
}
.custom-referral-page-build .custom-referral-watch-section .custom-gray {
  background: #E6E6E6;
}
.custom-referral-page-build .custom-referral-watch-section .custom-black-title {
  color: #000;
  font-size: 35px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-referral-watch-section .custom-black-title {
    font-size: 26px;
  }
}
.custom-referral-page-build .custom-referral-watch-section .custom-black-title {
  font-weight: bold;
  text-align: center;
  padding: 30px;
  text-transform: uppercase;
}
.custom-referral-page-build .custom-referral-watch-section .green-gradient {
  background: linear-gradient(90deg, #E8E8E8 0%, #00814b 100%) !important;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  padding: 30px;
  text-align: center;
  font-size: 44px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-referral-watch-section .green-gradient {
    font-size: 32px;
  }
}
.custom-referral-page-build .custom-referral-watch-section .green-gradient {
  text-transform: uppercase;
}
.custom-referral-page-build .custom-referral-works-section .custom-referral-card {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  justify-content: space-between;
}
.custom-referral-page-build .custom-referral-works-section .custom-referral-card .h4 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-referral-works-section .custom-referral-card .h4 {
    font-size: 16px;
  }
}
.custom-referral-page-build .custom-referral-works-section .custom-referral-card .h4 {
  margin: 10px 0;
  text-transform: uppercase;
}
.custom-referral-page-build .custom-referral-works-section .custom-referral-card .works-icon {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.custom-referral-page-build .custom-referral-winners-section {
  background: #E6E6E6;
}
.custom-referral-page-build .custom-referral-winners-section .custom-section-header {
  color: #064787;
}
.custom-referral-page-build .custom-referral-winners-section .custom-section-header .star2-img {
  max-width: 250px !important;
}
.custom-referral-page-build .custom-referral-winners-section .custom-winner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  height: 100%;
  justify-content: space-between;
}
.custom-referral-page-build .custom-referral-winners-section .custom-winner-card .se-image-container {
  width: 100%;
}
.custom-referral-page-build .custom-referral-winners-section .custom-winner-card .se-image-container * {
  width: 100% !important;
  height: auto !important;
}
.custom-referral-page-build .custom-referral-winners-section .custom-winner-card img {
  margin-bottom: 15px;
  width: 100% !important;
  height: auto !important;
  border-radius: 10px;
  aspect-ratio: 294/176 !important;
  object-fit: cover;
}
.custom-referral-page-build .custom-referral-winners-section .custom-winner-card .custom-winner-card-title {
  color: #064787;
  text-transform: uppercase;
  font-size: 22px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-referral-winners-section .custom-winner-card .custom-winner-card-title {
    font-size: 18px;
  }
}
.custom-referral-page-build .custom-referral-winners-section .custom-winner-card .custom-winner-card-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.custom-referral-page-build .custom-referral-winners-section .custom-winner-card .custom-winner-card-name {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-referral-winners-section .custom-winner-card .custom-winner-card-name {
    font-size: 16px;
  }
}
.custom-referral-page-build .custom-referral-winners-section .custom-winner-card .custom-winner-card-name {
  font-weight: bold;
}
.custom-referral-page-build .custom-referral-winners-section .custom-winner-card .custom-winner-card-description {
  font-size: 18px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-referral-winners-section .custom-winner-card .custom-winner-card-description {
    font-size: 14px;
  }
}
.custom-referral-page-build .custom-referral-luck-section .custom-section-header {
  color: #064787;
}
.custom-referral-page-build .custom-referral-luck-section .custom-lead {
  font-size: 36px;
}
@media (max-width: 991px) {
  .custom-referral-page-build .custom-referral-luck-section .custom-lead {
    font-size: 26px;
  }
}
.custom-referral-page-build .custom-referral-luck-section .custom-lead {
  color: #595959;
  font-weight: bold;
  margin-top: 20px;
}