/** Shopify CDN: Minification failed

Line 6:0 Unexpected "$"

**/
$min: min-width;
$max: max-width;
$small: 576px;
$s-medium: 768px;
$large: 992px;
$x-large: 1200px;

/*Text colors*/
$colorTextWhite: #000000;
$colorTextDarkGreen: #ffffff;
$colorTextGreen: #00953d;
$colorTextLightGreen: #a0d8b3;
$colorWhite: #000000;
$colorBlack: #000;
$swellTextColorLightGrey: #3d4246;
/*Text colors End*/

$jose: "museo-sans";
$trend: "museo-sans";

/*@font-face {
  font-family: $jose;
  src: url('JosefinSans-Bold.woff2') format('woff2'), url('JosefinSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: $jose;
  src: url('JosefinSans-Regular.woff2') format('woff2'), url('JosefinSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}*/

/*@font-face {
  font-family: $trend;
  src: url('TrendHMSlabW00-One.woff2') format('woff2'), url('TrendHMSlabW00-One.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}*/

@font-face {
  font-family: 'nutpods-swell-icons';
  src:  url('nutpods-swell-icons.eot?tuzn2l');
  src:  url('nutpods-swell-icons.eot?tuzn2l#iefix') format('embedded-opentype'),
    url('nutpods-swell-icons.ttf?tuzn2l') format('truetype'),
    url('nutpods-swell-icons.woff?tuzn2l') format('woff'),
    url('nutpods-swell-icons.svg?tuzn2l#nutpods-swell-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="swell-icon-"], [class*=" swell-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nutpods-swell-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swell-icon-spent:before {
  content: "\e90b";
  color: #ffffff;
}
.swell-icon-copy:before {
  content: "\e900";
  color: #fff;
}
.swell-icon-message:before {
  content: "\e901";
  color: #fff;
}
.swell-icon-facebook1:before {
  content: "\e902";
  color: #fff;
}
.swell-icon-sms:before {
  content: "\e903";
  color: #fff;
}
.swell-icon-tweet:before {
  content: "\e904";
  color: #fff;
}
.swell-icon-birthday:before {
  content: "\e905";
  color: #ffffff;
}
.swell-icon-account:before {
  content: "\e906";
  color: #ffffff;
}
.swell-icon-facebook:before {
  content: "\e907";
  color: #ffffff;
}
.swell-icon-instagram:before {
  content: "\e908";
  color: #ffffff;
}
.swell-icon-logo .path1:before {
  content: "\e909";
  color: rgb(0, 149, 61);
  opacity: 0.3020;
}
.swell-icon-logo .path2:before {
  content: "\e90a";
  margin-left: -2.8115234375em;
  color: rgb(188, 215, 184);
  opacity: 0.3020;
}
.swell-icon-card:before {
  content: "\e90c";
  color: #ffffff;
}
.swell-icon-review:before {
  content: "\e90d";
  color: #ffffff;
}
.swell-icon-dot:before {
  content: "\e90e";
  color: #ffffff;
}

#rewards, #refer, #account {
  .wrapper {
    max-width: initial;
  }
  /*#shopify-section-footer {
    display: none;
  }*/
} 
.rewards-page {
  ul{
    list-style: none;
  }
  &.swell-account {
    .swell-container {
      @media($max: 768px) {
        .swell-logged-in-section {
          padding: 35px 20px 0;
        }  
      }
      .swell-logged-in-section {
        .swell-text {
          color: #034b51;
        }
      }

      .swell-redeem-discount {
        h2 {
          color: #034b51;
        }

        .swell-redeem-text {
          color: #034b51;
        }
        .swell-redeem-btn {
          color: #034b51;
        }
      }
    }
    .swell-border-full {
      margin: 40px 0;
      @media($min: $small) {
        margin: 90px 0;
      }
    }
    .swell-page-title {
      color: #034b51;
    }
  }
  /*.swell-page-title {
    font-family: $trend;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -4.61px;
    text-align: center;
    color: #ffffff;
    padding-top: 70px;
    margin-bottom: 0;
    @media($min: $small) {
      padding-top: 30px;
      font-size: 38px;
      margin-bottom: 30px;
    }
    @media($min: $s-medium) {
      padding-top: 80px;
      font-size: 42px;
    }
  }
  .banner-section {
    position: relative;
    min-height: 310px;
    @media($min: $small){
      min-height: 550px;
    }
    @media($min: $s-medium){
      min-height: 300px;
    }
    @media($min: $large){
      min-height: 380px;
    }
    @media($min: $x-large){
      min-height: 450px;
    }
    img{
      width: 50%;
      &.desktop{
        display: none;
        @media($min: $s-medium){
          display: block;
        }
      }
      &.mobile{
        display: block;
        @media($min: $s-medium){
          display: none;
        }
      }
    }
    .holder{
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      .text-section{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        h1{
          font-family: $trend;
          color: $colorTextDarkGreen;
          font-weight: normal;
          line-height: 1;
          letter-spacing: -6px;
          font-size: 48px;
          margin: 0 0 9px;
          @media($min: $small){
            letter-spacing: -8px;
            font-size: 74px;
            margin: 0 0 15px;
          }
          @media($min: $s-medium){
            letter-spacing: -7px;
            font-size: 48px;
            margin: 0 0 9px;
          }
          @media($min: $large){
            letter-spacing: -8px;
            font-size: 53px;
            margin: 0 0 11px;
          }
          @media($min: $x-large){
            font-size: 59px;
            margin: 0 0 15px;
          }
        }
        p{
          font-family: $jose;
          color: $colorTextDarkGreen;
          line-height: 1.3;
          margin: 0;
          font-style: italic;
          font-size: 13px;
          @media($min: $small){
            font-size: 21px;
          }
          @media($min: $s-medium){
            font-style: initial;
            font-size: 12px;
          }
          @media($min: $large){
            font-size: 14px;
          }
          @media($min: $x-large){
            font-size: 16px;
          }
          span{
            color: $colorTextGreen;
          }
        }
        .join-now {
          font-family: $trend;
          color: $colorTextWhite;
          background-color: $colorTextGreen;
          text-decoration: none;
          transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
          line-height: 1;
          border-radius: 2px;
          font-size: 11px;
          padding: 16px 43px;
          margin: 23px 0;
          @media($min: $small){
            font-size: 18px;
            padding: 20px 70px;
            margin: 35px 0;
          }
          @media($min: $s-medium){
            font-size: 10px;
            padding: 14px 35px;
            margin: 20px 0;
          }
          @media($min: $large){
            font-size: 11px;
            padding: 16px 43px;
            margin: 25px 0;
          }
          @media($min: $x-large){
            font-size: 12px;
            padding: 20px 50px;
            margin: 30px 0;
          }
          &:hover{
            color: $colorTextGreen;
            background-color: $colorTextLightGreen;
          }
        }
        .sign-in-text {
          margin-bottom: 10px;
        }
      }
    }
  }
  .swell-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
    .how-it-works{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      margin: 65px 0 50px;
      @media($min: $small){
        margin: 100px 0 85px;
      }
      @media($min: $s-medium){
        margin: 75px 0;
      }
      @media($min: $large){
        margin: 90px 0;
      }
      @media($min: $x-large){
        margin: 100px 0;
      }
      h2{
        font-family: $trend;
        color: $colorTextDarkGreen;
        text-transform: uppercase;
        line-height: 1;
        font-weight: normal;
        margin: 0;
        letter-spacing: -2px;
        font-size: 29px;
        @media($min: $small){
          font-size: 44px;
        }
        @media($min: $s-medium){
          font-size: 21px;
        }
        @media($min: $large){
          font-size: 25px;
        }
        @media($min: $x-large){
          font-size: 28px;
        }
      }
      .steps{
        display: flex;
        justify-content: space-around;
        align-items: center;
        list-style: none;
        padding: 0;
        width: 100%;
        flex-direction: column;
        margin: 40px 0 0;
        @media($min: $small){
          margin: 70px 0 0;
        }
        @media($min: $s-medium){
          flex-direction: row;
          max-width: 730px;
          margin: 45px 0 0;
        }
        @media($min: $large){
          max-width: 900px;
          margin: 60px 0 0;
        }
        @media($min: $x-large){
          max-width: 1100px;
          margin: 70px 0 0;
        }
        li{
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          flex-basis: 33.33%;
          margin: 0 0 35px;
          @media($min: $small){
            margin: 0 0 55px;
          }
          @media($min: $s-medium){
            margin: 0;
          }
          &:last-child{
            margin: 0;
          }
          .number{
            font-family: $trend;
            color: $colorTextWhite;
            background-color: $colorTextDarkGreen;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            margin: 0;
            font-size: 16px;
            width: 35px;
            height: 35px;
            @media($min: $small){
              font-size: 26px;
              width: 55px;
              height: 55px;
            }
            @media($min: $s-medium){
              font-size: 16px;
              width: 35px;
              height: 35px;
            }
            @media($min: $large){
              font-size: 18px;
              width: 45px;
              height: 45px;
            }
            @media($min: $x-large){
              font-size: 21px;
              width: 50px;
              height: 50px;
            }
          }
          h4{
            font-family: $trend;
            color: $colorTextDarkGreen;
            text-transform: uppercase;
            line-height: 1;
            margin: 25px 0 10px;
            font-size: 18px;
            @media($min: $small){
              margin: 40px 0 20px;
              font-size: 28px;
            }
            @media($min: $s-medium){
              margin: 30px 0 10px;
              font-size: 15px;
            }
            @media($min: $large){
              margin: 40px 0 15px;
              font-size: 18px;
            }
            @media($min: $x-large){
              margin: 45px 0 20px;
              font-size: 20px;
            }
          }
          p{
            font-family: $jose;
            color: $colorTextDarkGreen;
            line-height: 1.3;
            margin: 0;
            font-size: 13px;
            font-style: italic;
            font-weight: normal;
            @media($min: $small){
              font-size: 20px;
            }
            @media($min: $s-medium){
              font-style: initial;
              font-size: 12px;
            }
            @media($min: $large){
              font-size: 14px;
            }
            @media($min: $x-large){
              font-size: 15px;
            }
          }
        }
      }
    }
    .swell-logged-in-section {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      padding: 80px 20px 0;
      @media(max-width: 768px) {
        margin: 0 0 3px;
      }
      .swell-text {
        font-family: $trend;
        font-size: 32px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -3.74px;
        text-align: center;
        color: #ffffff;
        @media(max-width: 767px) {
          font-size: 34px;
        }
        @media(max-width: 575px) {
          font-size: 22px;
        }
        &:nth-child(1) {
          margin-bottom: 0;
        }
        &:nth-child(2) {
          margin-bottom: 35px;
        }
        .swell-green {
          color: #00953d;
        }
      }
      .swell-btn-holder {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 430px;
        width: 100%;
        @media(max-width: 767px) {
          flex-direction: column;
        }
        .swell-btn {
          max-width: 208px;
          display: block;
          padding: 16px 0;
          width: 100%;
          text-align: center;
          font-family: $trend;
          font-size: 13px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: $colorWhite;
          text-transform: uppercase;
          background-color: #00953d;
          @media(max-width: 767px) {
            margin-bottom: 10px;
            font-size: 14px;
            max-width: 220px;
            padding: 14px 0;
          }
          @media(max-width: 575px) {
            font-size: 12px;
            max-width: 180px;
          }
          &:hover {
            color: #00953d;
            background-color: #a0d8b3;
          }
        }
        .swell-btn-redeem {
          @media(max-width: 767px) {
            margin-bottom: 10px;
          }
        }
      }
    }

    .ways-to-earn{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 100px 0 30px;
      h2 {
        font-family: $trend;
        color: $colorTextDarkGreen;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: normal;
        margin: 0;
        letter-spacing: -2px;
        font-size: 29px;
        text-align: center;
        @media($min: $small){
          font-size: 42px;
        }
        @media($min: $s-medium){
          font-size: 21px;
          line-height: 1;
        }
        @media($min: $large){
          font-size: 25px;
        }
        @media($min: $x-large){
          font-size: 28px;
        }
        .swell-break {
          display: block;
          @media($min: $s-medium) {
            display: none;
          }
        }
      }
      .campaigns {
        display: flex;
        text-align: center;
        list-style: none;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between;
        margin: 30px 0 0;
        @media($min: $small) {
          margin: 60px 0 0;
        }
        .swell-campaign {
          flex-basis: 50%;
          border-bottom: 1px solid #a1a1a1;
          border-right: 1px solid #a1a1a1;
          border-left: 1px solid #a1a1a1;
          margin-bottom: 0;
          &:nth-child(3), &:nth-child(5), &:nth-child(7) {
            border-left: 0;
            @media($min: $s-medium) {
              border-left: 1px solid #a1a1a1;
            }
          }
          @media($min: $s-medium) {
            border-bottom: 1px solid #747474;
            border-right: 1px solid #747474;
            border-left: 1px solid #747474;
            margin-bottom: 0;
            &:nth-child(3), &:nth-child(5), &:nth-child(7) {
              border-left: 0;
              @media($min: $s-medium) {
                border-left: 1px solid #747474;
              }
            }
            flex-basis: 33.33%;
            border-right: 0;
          }
          &:nth-child(1) {
            flex-basis: 100%;
            border-bottom: 0;
            @media($min: $s-medium) {
              border-bottom: 1px solid #747474;
              flex-basis: 33.33%;
            }
          }
          &:nth-child(1), &:nth-child(2), &:nth-child(3){
            border-top: 1px solid #a1a1a1;
            @media($min: $s-medium) {
              border-top: 1px solid #747474;
            }
          }
          &:last-child, &:nth-child(3n){
            border-right: 1px solid #a1a1a1;
            @media($min: $s-medium) {
              border-right: 1px solid #747474;
            }
          }
          &.logo{
            display: none;
            @media($min: $s-medium) {
              flex-basis: 66.66%;
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 0;
              i{
                font-size: 144px;
              }  
            }
          }
          .swell-campaign-content {
            padding: 20px 0;
            @media($min: $small) {
              padding: 30px 0;
            }
            @media($min: $s-medium) {
              padding: 80px 0;
            }
            i {
              font-size: 32px;
              @media($min: $small) {
                font-size: 38px;
              }
              @media($min: $s-medium) {
                font-size: 42px;
              }
              @media($min: $large) {
                font-size: 50px;
              }
            }
            .swell-campaign-value{
              font-family: $trend;
              font-weight: normal;
              color: $colorTextDarkGreen;
              line-height: 1;
              font-size: 15px;
              margin: 20px 0 5px;
              @media($min: $small) {
                font-size: 16px;
              }
              @media($min: $s-medium) {
                font-size: 19px;
                margin: 30px 0 10px;
              }
            }
            .swell-campaign-type {
              min-height: 40px;
              .swell-campaign-type-content {
                font-family: $jose;
                color: $colorTextDarkGreen;
                line-height: 1;
                margin: 0;
                font-size: 12px;
                font-style: italic;
                @media($min: $small) {
                  font-size: 14px;
                }
                @media($min: $s-medium) {
                  font-size: 13px;
                  font-style: normal;
                }
                @media($min: $large) {
                  font-size: 15px;
                }
              }
            }
          }
        }
      }
    }
    .hidden {
      display: none;
    }

    .swell-refer-campaign {
      display: flex;
      justify-content: center;
      @media($max: 768px) {
        flex-direction: column;
      }
      .swell-refer-campaign-left-holder {
        flex-basis: 70%;
        background-color: #bcd9e1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        @media($max: 768px) {
          flex-basis: 100%;
          order: 2;
          padding: 60px 0;
        }
        .swell-referral {
          .swell-referral-sidebar-details {
            display: none;
          }
          .swell-referral-register,.swell-referral-refer {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            margin-bottom: 40px;
            .swell-referral-form-list {
              display: none;
            }
            .swell-referral-heading-refer {
              font-family: $jose;
              font-size: 24px;
              font-weight: bold;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              text-align: center;
              color: #ffffff;
              text-transform: uppercase;
              margin-bottom: 15px;
              @media($max: 991px) {
                font-size: 20px;
              }
              @media($max: 767px) {
                font-size: 22px;
                letter-spacing: -1.6px;
              }
              @media($max: 575px) {
                font-size: 20px;
              }
            }
            .swell-referral-heading {
              font-family: $trend;
              font-size: 52px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              text-align: center;
              color: #ffffff;
              margin-bottom: 22px;
              @media($max: 991px) {
                font-size: 47px;
              }
              @media($max: 767px) {
                font-size: 64px;
                letter-spacing: -5px;
                margin-bottom: 12px;
              }
              @media($max: 575px) {
                font-size: 56px;
              }
              @media($max: 501px) {
                font-size: 46px;
              }
              @media($max: 410px) {
                font-size: 35px;
              }
            }
            .swell-referral-details {
              font-family: $jose;
              font-size: 17px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              text-align: center;
              color: #ffffff;
              max-width: 481px;
              margin: 0 auto;
              line-height: 1.2;
              @media($max: 991px) {
                font-size: 15px;
                max-width: 425px;
              }
              @media($max: 767px) {
                font-size: 22px;
                max-width: 510px;
                font-style: italic;
              }
              @media($max: 575px) {
                font-size: 19px;
                max-width: 440px;
              }
              @media($max: 410px) {
                font-size: 13px;
                max-width: 265px;
              }
            }
            .swell-referral-form-wrapper {
              display: none;
            }
          }
          .swell-referral-media-wrapper {
            display: none;
          }
        }
        .swell-refer-btn {
          border-radius: 2px;
          background-color: #00953d;
          font-family: $trend;
          font-size: 13px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          text-align: center;
          display: block;
          max-width: 250px;
          margin: 0 auto;
          padding: 20px 0;
          color: #fff;
          width: 100%;
          @media($max: 991px) {
            font-size: 12px;
            max-width: 220px;
          }
          @media($max: 767px) {
            font-size: 16px;
            padding: 14px 0;
            max-width: 260px;
          }
          @media($max: 575px) {
            font-size: 14px;
            max-width: 220px;
          }
          &:hover {
            color: #00953d;
            background-color: #a0d8b3;
          }
        }
      }
      .swell-refer-campaign-right-holder {
        flex-basis: 30%;
        @media($max: 768px) {
          flex-basis: 100%;
          order: 1;
        }
        .swell-refer-img {
          width: 100%;
          object-fit: cover;
          height: 100%;
          object-position: center top;
          vertical-align: -webkit-baseline-middle;
          @media($max: 768px) {
            display: none;
          }
        }
        .swell-refer-img-mobile {
          display: none;
          @media($max: 768px) {
            display: block;
          }
        }
      }
    }

    .vip-table-section {
      margin: auto;
      text-align: center;
      margin: 30px 0 0;
      @media($min: $small) {
        margin: 100px 0;
      }
      h2 {
        font-family: $trend;
        color: $colorTextDarkGreen;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: normal;
        margin: 0;
        letter-spacing: -2px;
        font-size: 29px;
        text-align: center;
        @media($min: $small) {
          font-size: 42px;
        }
        @media($min: $s-medium){
          font-size: 21px;
          line-height: 1;
        }
        @media($min: $large){
          font-size: 25px;
        }
        @media($min: $x-large){
          font-size: 28px;
        }
        .swell-break {
          display: block;
          @media($min: $s-medium) {
            display: none;
          }
        }
      }
      @media ($min: $small) {
        margin-bottom: 0px;
      }
      .swell-tier-table {
        text-shadow:none;
        background: transparent;
        border-collapse: collapse;
        width: 100%;
        border: 0;
        margin: 20px 0 30px;
        @media($min: $small) {
          margin: 40px 0 60px;
        }
        th,
        td {
          text-align: left;
          border: 0;
          background: transparent;
          width: 60%;
          font-family: $jose;
          color: #000;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 2.25;
          letter-spacing: normal;
          padding: 0 5px;
          &:not(:first-child) {
            text-align: center;
            width: 24%;
            @media ($min: $s-medium) {
              width: 15%;
            }
          }
          @media ($min: $small) {
            font-size: 20px;
          }
          @media ($min: $s-medium) {
            width: 40%;
            font-size: 16px;
            &:nth-child(3),
            &:nth-child(4) {
              display: table-cell;
            }
          }
          @media ($min: $large) {
            width: 40%;
            font-size: 20px;
          }
        }
        .fa-chevron-left {
          font-size: 28px;
          cursor: pointer;
        }
        .fa-chevron-right {
          font-size: 28px;
          cursor: pointer;
        }
        .swell-current-status {
          background-color: rgba(48, 106, 113, 0.5);
          color: #fff !important;
          .swell-dot {
            background-color: $colorWhite;
          }
        }
        thead {
          tr {
            &.swell-tier-arrows {
              @media($min: $s-medium) {
                display: none;
              }
              th {
                padding: 20px 0;
                .fa-angle-left, .fa-angle-right {
                  font-size: 34px;
                }
                &:nth-child(2) {
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  width: 80%;
                  margin: 0 auto;
                  @media($min: $small) {
                    width: 55%;
                  }
                }
              }
            }
            &.swell-tier-names {
              th {
                font-family: $trend;
                font-size: 18px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                color: #ffffff;
                padding: 20px 12px 5px;
                @media ($min: $small) {
                  font-size: 20px;
                }
                @media ($min: $s-medium) {
                  font-size: 18px;
                }
                @media ($min: $large) {
                  font-size: 20px;                  
                }
              }
            }
            &.swell-tier-values {
              th {
                padding: 15px 12px 25px;
                font-family: $jose;
                font-size: 14px;
                font-weight: normal;
                line-height: 1.5;
                vertical-align: bottom;
                font-style: italic;
                color: #ffffff;
                border-bottom: 1px solid #acacac;
                @media ($min: $small) {
                  font-size: 17px;
                }
                @media ($min: $s-medium) {
                  padding: 15px 12px 45px;
                  font-style: normal;
                  font-size: 15px;
                }
                &:first-child {
                  font-family: $trend;
                  font-size: 18px;
                  font-weight: normal;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: normal;
                  color: #ffffff;
                  text-align: left;
                  @media ($min: $small) {
                    font-size: 20px;
                  }
                  @media ($min: $s-medium) {
                    font-size: 18px;
                  }
                  @media ($min: $large) {
                    font-size: 20px;
                  }
                }
              }
              .swell-current-status {
                border-bottom: 1px solid $colorWhite;
              }
            }
          }
        }
        tbody {
          tr {
            border-bottom: 0;
            th {
              font-family: $jose;
              font-weight: bold;
              line-height: normal;
              padding: 0 5px;
              vertical-align: bottom;
              font-size: 16px;
              @media ($min: $small) {
                font-size: 20px;
                padding: 0 5px 30px;
              }
              @media ($min: $s-medium) {
                font-size: 18px;
                padding: 0 5px 30px;
              }
              @media ($min: $large) {
                font-size: 20px;
                padding: 0 5px 30px;
              }
            }
            td {
              font-family: $jose;
              font-size: 14px;
              padding: 10px 12px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              text-align: left;
              color: #ffffff;
              font-style: italic;
              @media ($min: $small) {
                font-size: 17px;
              }
              @media ($min: $s-medium) {
                padding: 15px 12px;
                font-size: 18px;
                font-style: normal;
              }
            }
            .swell-dot {
              height: 10px;
              width: 10px;
              border-radius: 50%;
              display: inline-block;
              background-color: #ffffff;
            } 
          }
        }
      }
    }

    .swell-redeem-discount {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-bottom: 60px;
      h2 {
        font-family: $trend;
        color: $colorTextDarkGreen;
        text-transform: uppercase;
        line-height: 1.2;
        font-weight: normal;
        margin: 0;
        letter-spacing: -2px;
        font-size: 29px;
        text-align: center;
        @media($min: $small){
          font-size: 42px;
        }
        @media($min: $s-medium){
          font-size: 21px;
          line-height: 1;
        }
        @media($min: $large){
          font-size: 25px;
        }
        @media($min: $x-large){
          font-size: 28px;
        }
        .swell-break {
          display: block;
          @media($min: $s-medium) {
            display: none;
          }
        }
      }
      .swell-redeem-text {
        font-family: $jose;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        padding: 15px 0 25px;
        margin-bottom: 0;
        font-style: italic;
        @media($min: $small) {
          font-size: 18px;
        }
        @media($min: $s-medium) {
          font-size: 16px;
          font-style: normal;
          padding: 25px 0;
        }
        .swell-break {
          display: block;
          @media($min: $s-medium) {
            display: none;
          }
        }
      }
      .swell-redeem-btn {
        font-family: $jose;
        font-size: 14px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        border: 1px solid #bcd9e1;
        padding: 18px 0 10px;
        max-width: 220px;
        display: block;
        width: 100%;
        @media($min: $small) {
          font-size: 15px;
        }
        @media($min: $s-medium) {
          font-style: normal;
        }
      }
    }
  }
  .swell-border-full {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
  }*/

  .referral-section {
    background-color: #ffffff;
  .referral-banner {
    max-width: 100%;
    margin: 0 auto;
    .swell-desktop {
      display: none;
      @media($min: $s-medium) {
        display: block;
        width: 100%;
      }
    }
    .swell-mobile {
      display: block;
      width: 100%;
      @media($min: $s-medium) {
        display: none;
      }
    }
  }
  .referral-section-holder {
    padding: 45px 0;
    @media ($min: $s-medium) {
      display: flex;
    }
    .swell-referral-holder {
      display: flex;
      align-items: center;
      justify-content: center;
      @media ($min: $s-medium) {
        flex: 1;
        margin-bottom: 0;
      }
      .swell-referral-content-container {
        .swell-referral-content-sidebar {
          display: none;
        }
        .swell-referral-content-main {
          text-align: center;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          .swell-referral-register {
            padding: 60px 15px;
            min-height: 255.5px;
            max-width: 500px;
            @media ($min: $small) {
              min-height: 336.5px;
            }
            @media ($min: $s-medium) {
              min-height: 227.5px;
            }
            @media ($min: $large) {
              min-height: 246.5px;
            }
          }
          .swell-referral-refer {
            padding: 40px 15px;
            min-height: 347.5px;
            max-width: 500px;
            @media ($min: $small) {
              min-height: 459.5px;
            }
            @media ($min: $s-medium) {
              min-height: 308.5px;
            }
            @media ($min: $large) {
              min-height: 327.5px;
            }
            .swell-referral-heading {
              @media ($min: $s-medium) {
                font-size: 44px;
              }
              @media ($min: 915px) {
                font-size: 52px;
              } 
              @media ($min: $large) {
                font-size: 56px;
              }
            }
          }
          .swell-referral-heading-refer {
            display: none;
          }
          .swell-referral-heading {
            font-family: $trend;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            text-align: center;
            color: #084247;
            font-size: 35px;
            letter-spacing: -6px;
            @media($min: 400px) {
              font-size: 44px;
            }
            @media ($min: $small) {
              font-size: 50px;
            }
            @media ($min: $s-medium) {
              font-size: 52px;
              margin-bottom: 15px;
            }
            @media ($min: $large) {
              font-size: 56px;
            }
          }
          .swell-referral-details {
            font-family: $jose;
            font-weight: initial;
            font-style: italic;
            font-stretch: normal;
            line-height: normal;
            color: $colorWhite;
            margin: 0 auto 20px;
            font-size: 14px;
            max-width: 325px;
            @media ($min: $small) {
              font-size: 16px;
              max-width: 370px;
              line-height: 1.2;
            }
            @media ($min: $s-medium) {
              font-style: normal;
              font-size: 14px;
              max-width: 351px;
              margin-bottom: 40px;
            }
            @media ($min: $large) {
              font-size: 15px;
              max-width: 424px;
            }
          }
          .refer-customer-error {
            color: red;
          }
          .swell-referral-form-wrapper {
            border-top: 1px solid #306b70;
            padding-top: 30px;
            @media($min: $s-medium) {
              border-top: 1px solid #4f8186;
              padding-top: 40px;
            }
            .swell-referral-form-text {
              font-family: $jose;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              color: $colorWhite;
              font-style: italic;
              margin-bottom: 20px;
              font-size: 14px;
              @media($min: $s-medium) {
                font-style: normal;
                margin-bottom: 15px;
                letter-spacing: -0.24px;
                font-size: 14px;
              }
            }
            .swell-referral-form-list {
              @media ($min: $s-medium) {
                display: flex;
                .swell-referral-form-list-field {
                  flex-basis: 33%;
                  &:first-child {
                    flex-basis: 67%;
                    margin-right: 3px;
                  }
                }
              }
            }
            .swell-referral-form-header-details {
              font-size: 14px;
              font-weight: normal;
              line-height: normal;
              letter-spacing: normal;
              color: $swellTextColorLightGrey;
              margin: 0 auto 20px;
              @media ($min: $small) {
                font-size: 20px;
              }
              @media ($min: $s-medium) {
                font-size: 12px;
                line-height: 1.31;
                margin-bottom: 30px;
              }
              @media ($min: $large) {
                font-size: 14px;
              }
            }
            .swell-referral-form-list-field-input {
              background-color: #d7e8ed;
              border-radius: 2px;
              font-family: $jose;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: -0.47px;
              text-align: left;
              color: #306a71;
              font-size: 12px;
              height: 46px;
              margin-bottom: 5px;
              border: 0;
              box-shadow: none;
              padding: 0 25px;
              width: 100%;
              @media ($min: $small) {
                font-size: 18px;
              }
              @media ($min: $s-medium) {
                font-size: 18px;
                margin-bottom: 0;
              }
              &::placeholder {
                font-family: $jose;
                font-size: 16px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: -0.47px;
                text-align: left;
                color: #306a71;
              }
            }
            .swell-referral-form-list-submit {
              font-family: $trend;
              font-size: 12px;
              border-radius: 2px;
              background-color: #00953d;
              width: 100%;
              height: 46px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              text-align: center;
              border: 0;
              box-shadow: none;
              color: $colorWhite;
              @media($min: $small) {
                font-size: 14px;
              }
              @media ($min: $s-medium) {
                font-size: 12px;
                letter-spacing: -0.54px;
              }
              &:hover {
                background-color: #a0dab3;
                color: #fff;
              }
            }
          }
          .swell-referral-media-wrapper {
            margin-top: 15px;
            @media ($min: $small) {
              margin-top: 25px;
            }
            .swell-referral-media-details {
              font-family: $jose;
              font-size: 14px;
              font-weight: normal;
              line-height: normal;
              letter-spacing: normal;
              color: $colorWhite;
              max-width: 270px;
              width: 100%;
              margin: 0 auto 20px;
              font-style: italic;
              line-height: 1.2;
              @media ($min: $small) {
                font-size: 16px;
                max-width: 240px;
              }
              @media ($min: $s-medium) {
                font-size: 14px;
                max-width: 100%;
                line-height: 1.31;
                font-style: normal;
                margin: 0 auto 10px;
              }
              @media ($min: $large) {
                font-size: 16px;
              }
            }
            .swell-referral-media-list {
              display: flex;
              align-items: center;
              justify-content: space-evenly;
              width: 100%;
              max-width: 380px;
              margin: 0 auto;
              .swell-referral-medium {
                font-size: 12px;
                font-weight: normal;
                line-height: 1.31;
                letter-spacing: normal;
                color: $colorWhite;
                font-style: italic;
                @media ($min: $small) {
                  font-size: 16px;
                }
                @media ($min: $s-medium) {
                  font-size: 14px;
                  font-style: normal;
                }
                @media ($min: $large) {
                  font-size: 14px;
                }
                .swell-referral-medium-content {
                  cursor: pointer;
                  @media ($min: $s-medium) {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                  }
                  .swell-referral-media-icon {
                    display: block;
                    margin-bottom: 15px;
                    @media ($min: $s-medium) {
                      display: inline-block;
                      margin-bottom: 0;
                      margin-right: 5px;
                    }
                  }
                }
                &.swell-share-referral-sms {
                  @media ($min: $s-medium) {
                    display: none;
                  }
                }
              }
            }
          }
          .swell-referral-thanks {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 0 15px;
            max-width: 500px;
            min-height: 474px;
            @media($min: 393px) {
              min-height: 459px;
            }
            @media ($min: 400px) {
              min-height: 470px;
            }
            @media ($min: $small) {
              min-height: 508px;
            }
            @media ($min: $s-medium) {
              min-height: 427.5px;
              padding: 0;
            }
            @media ($min: $large) {
              min-height: 436.5px;
            }
            .swell-referral-back-link {
              top: 25px;
              &:before,
              &:after {
                background: $colorWhite;
              }
            }
            .swell-referral-heading {
              font-family: $trend;
              color: $colorWhite;
              font-size: 14px;
              margin-bottom: 15px;
              letter-spacing: 1px;
              @media($min: $small) {
                font-size: 20px;
              }
            }
            .swell-referral-details {
              font-family: $jose;
              color: $colorWhite;
              font-size: 15px;
              @media(max-width: 480px) {
                font-size: 14px;
              }
            }
          }
        }
      }
    }
    .referral-sidebar-content {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px;
      @media ($min: $s-medium) {
        padding: 0;
      }
      .referral-sidebar-content-holder {
        max-width: 329px;
        width: 100%;
        margin: 0 auto;
        @media ($min: $small) {
          max-width: 387px;
        }
        @media ($min: $s-medium) {
          max-width: 340px;
        }
        @media ($min: $large) {
          max-width: 400px;
        }
        .check-balance {
          margin-bottom: 5px;
          text-align: center;
          @media ($min: $s-medium) {
            margin-bottom: 10px;
          }
          .reward-balance {
            border-bottom: 1px solid #a4b4b6;
            font-family: $jose;
            font-weight: normal;
            font-style: italic;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: 0.43px;
            text-align: center;
            text-transform: uppercase;
            color: $colorWhite;
            font-size: 12px;
            @media($min:$small) {
              font-size: 14px;
            }
            @media($min:$s-medium) {
              font-style: normal;
              font-size: 16px;
            }
            @media ($min: $large) {
              font-size: 16px;
            }
          }
        }
        .swell-referral-heading {
          text-align: center;
          .swell-heading {
            font-family: $trend;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            text-transform: uppercase;
            margin: 0 auto 20px;
            line-height: normal;
            text-align: center;
            letter-spacing: -3.74px;
            color: $colorWhite;
            font-size: 26px;
            @media($min:$small) {
              font-size: 32px;
            }
            @media($min:$s-medium) {
              font-size: 28px;
            }
            @media ($min: $large) {
              font-size: 32px;
            }
          }
        }
        .table-classes {
          width: 100%;
          margin-bottom: 25px;
          padding-bottom: 15px;
          border-bottom: 1px solid #a4b4b6;
          .swell-table-responsive {
            overflow-x: hidden;
            border: 0;
            min-height: 150px;
            max-height: 150px;
            overflow-y: scroll;
            padding-right: 20px;
            @media($min: $small) {
              min-height: 230px;
              max-height: 230px;
            }
            @media ($min: $s-medium) {
              min-height: 220px;
              max-height: 220px;
            }
            &::-webkit-scrollbar {
              width: 0.6em;
              height: 80%;
              vertical-align: bottom;
            }
            &::-webkit-scrollbar-track {
              margin-top: 25px;
              @media($min: $s-medium) {
                margin-top: 45px;
              }
              background-color: #d7e8ed;
              border-top-left-radius: 4px;
              border-top-right-radius: 4px;
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px;
            }
            &::-webkit-scrollbar-thumb {
              background-color: #00953d;
              border-top-left-radius: 4px;
              border-top-right-radius: 4px;
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px;
            }
            .swell-referral-table {
              width: 100%;
              border-collapse: collapse;
              background-color: transparent;
              thead, tbody {
                tr {
                  border: 0;
                  th, td {
                    font-family: $jose;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    letter-spacing: normal;
                    text-align: left;
                    border-bottom: 1px solid #a4b4b6;
                    color: $colorWhite;
                    padding: 8px 5px;
                    font-size: 12px;
                    @media($min: $small) {
                      font-size: 14px;
                      padding: 14px 5px;
                    }
                    @media ($min: $s-medium) {
                      font-size: 12px;
                    }
                    @media ($min: $large) {
                      font-size: 14px;
                    }
                  }
                  th {
                    font-weight: 700;
                  }
                  td {
                    font-style: italic;
                    @media ($min: $s-medium) {
                      font-style: normal;
                    }
                  }
                  .swell-truncate {
                    max-width: 175px;
                    width: 175px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    @media($min: $small) {
                      max-width: 215px;
                      width: 215px;
                    }
                  }
                  &:last-child {
                    td {
                      border-bottom: 0;
                    }
                  }
                }
              }
            }
          }
        }
        .redeem-point {
          .swell-referral-heading {
            .swell-heading {
              margin-bottom: 15px;
              @media ($min: $s-medium) {
                margin-bottom: 20px;
              }
            }
            .swell-detail {
              font-family: $jose;
              font-size: 15px;
              font-weight: normal;
              font-style: italic;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: center;
              color: $colorWhite;
              @media($min: $s-medium) {
                font-style: normal;
              }
              .swell-break {
                display: block;
                @media($min: $s-medium) {
                  display: none;
                }
              }
            }
          }
        }
      }
    }
  }
}

.swell-referral-back-link {
  width: 1.5em;
  height: 1.5em;
  max-width: 18px;
  max-height: 18px;
  display: block;
  vertical-align: middle;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  &:after, &:before {
    background: $colorWhite;
    content: "";
    height: 2px;
    max-width: calc(18px * 1.414);
    position: absolute;
    top: 0;
    transition: 0.05s ease-in-out background-color;
    width: calc(1.5em * 1.414);
  }
  &:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  &:after {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
  @media ($min: $small) {
    width: 2em;
    height: 2em;
    max-width: 25px;
    max-height: 25px;
    &:after, &:before {
      max-width: calc(25px * 1.414);
      width: calc(2em * 1.414);
    }
  }
}

  /*&.swell-logged-in {
    .swell-border-full {
      margin: 50px 0 60px;
      @media($min: $small) {
        margin: 70px 0 90px;
      }
    }
    .swell-border-margin {
      margin: 90px 0 70px;
      @media($max: 767px) {
        display: none;
      }
    }  
    .swell-refer-campaign {
      margin-bottom: 60px;
    }
  }*/
}

.swell-referral-back-link {
  width: 2em;
  height: 2em;
  max-width: 18px;
  max-height: 18px;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  &:after,
  &:before {
    background: $colorBlack;
    content: "";
    height: 2px;
    max-width: calc(18px * 1.414);
    position: absolute;
    top: 0;
    transition: 0.05s ease-in-out background-color;
    width: calc(2em * 1.414);
  }
  &:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  &:after {
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
}

.swell-post-checkout {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  .swell-post-checkout-holder {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
    @media ($min: $s-medium) {
      padding: 0;
      max-width: 600px;
    }
    .checkout-heading {
      margin-bottom: 15px;
      .swell-post-checkout-heading {
        font-family: $jose;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -1.27px;
        text-align: center;
        color: $colorWhite;
        font-size: 28px;
        @media ($min: $small) {
          font-size: 32px;
        }
        @media ($min: $s-medium) {
          font-size: 32px;
        }
      }
      .swell-referral-back-link {
        position: relative;
        margin-bottom: 20px;
        @media($min: $s-medium) {
          margin-bottom: 30px;
        }
        max-width: 18px;
        max-height: 18px;
        &:after, &:before {
          max-width: calc(18px * 1.414);
        }
      }
    }
    .referral-section {
      background-color: #064b51;
      width: 100%;
      .referral-section-holder {
        margin-bottom: 0;
        padding: 15px 0;
        .swell-referral-holder {
          .swell-referral-content-container {
            .swell-referral-content-main {
              .swell-referral-heading {
                margin-bottom: 15px;
              }
              .swell-referral-refer {
                min-height: auto;
                padding: 15px;
                @media($min: 360px) {
                  padding: 40px 15px;
                }
              }
              .swell-referral-form-wrapper {
                .swell-referral-form-list {
                  .swell-referral-form-list-field {
                    .swell-referral-form-list-field-input {
                      box-sizing: border-box;
                      padding: 0 17px;
                    } 
                  }
                }
              }
              .swell-referral-thanks {
                min-height: 424px;
                @media($min: 360px) {
                  min-height: 474px;
                }
                @media($min: 400px) {
                  min-height: 470px;
                }
                @media($min: $small) {
                  min-height: 507px;
                }
                @media($min: $s-medium) {
                  min-height: 431px;
                }
              }
            }
          }
        }
      }
    }
  }
}

#swell-checkout {
  .rangeslider__handle {
    width: 32px;
    height: 32px;
  }
  .rangeslider--horizontal {
    height: 9px;
    .rangeslider__handle {
      top: -12px; 
    }
  }
  .input-holder {
    margin: 25px 0;
  }
  .redeem-credits-title {
    font-family: $jose;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7e8d8e;
  }
  .redeem-content {
    font-family: $jose;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7e8d8e;
    .strong-points {
      font-family: $jose;
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
    }
  }
  .rangeslider__fill {
    background-color: #ffffff;
  }
  .footer-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    #swell-checkout-redeem-btn {
      font-family: $trend;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.54px;
      text-align: center;
      padding: 8px 0;
      background-color: #00953d;
      display: block;
      width: 100%;
      max-width: 90px;
      border-radius: 2px;
      min-height: 36px;
    }
  }
  .rangeslider__handle {
    &:after {
      background-color: #ffffff;
    }
  }
}

.swell-referral-copy {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  .swell-referral-copy-content {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    .swell-referral-copy-main {
      text-align: center;
      background-color: #ffffff;
      padding: 40px 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      .swell-referral-back-link {
        top: -60px;
        @media($min: $s-medium) {
          top: -40px;
        }
        &:after,
        &:before {
          background: $colorWhite;
        }
      }
      .swell-referral-heading {
        display: none;
      }
      .swell-referral-copy-link {
        font-family: $trend;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -3.7px;
        text-align: center;
        color: #d7e8ed;
        font-size: 21px;
        margin-bottom: 25px;
        @media($min:$small) {
          font-size: 28px;
          margin-bottom: 30px;
        }
        @media($min:$s-medium) {
          font-size: 24px;
          margin-bottom: 20px;
        }
      }
      .swell-referral-copy-button {
        max-width: 160px;
        width: 100%;
        height: 40px;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.7px;
        color: $colorWhite;
        border-radius: 2px;
        background-color: #009638;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-family: $trend;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        text-align: center;
        letter-spacing: -1.10px;
        @media ($min: $small) {
          font-size: 18px;
          max-width: 220px;
          height: 48px;
          margin-bottom: 25px;
        }
        @media ($min: $s-medium) {
          letter-spacing: -0.54px;
          max-width: 220px;
          font-size: 12px;
          margin-bottom: 45px;
        }
        &:hover {
          color: $colorTextGreen;
          background-color: $colorTextLightGreen;
        }
      }
      .swell-referral-details {
        font-family: $jose;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #d7e8ed;
        font-size: 15px;
        @media($min:$small) {
          font-size: 17px;
        }
        @media ($min: $s-medium) {
          font-style: normal;
          font-size: 16px;
        }
      }
    }
  }
}
