.wpsfp-form-wrap {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  background-color: rgba(0, 0, 0, 0.04);
  color: black;
  margin: 0;
  padding: 48px;
  text-align: left;
  background-size: cover;
  display: inline-block;
  width: 100%; }
  .wpsfp-form-wrap a {
    color: #29B7FF;
    transition: all .3s ease; }
  .wpsfp-form-wrap ul {
    margin: 0;
    padding: 0;
    margin-left: 14px; }
    .wpsfp-form-wrap ul li {
      list-style: disc;
      margin: 0 0 10px 0; }
  .wpsfp-form-wrap .wpsfp-subscription-form {
    margin-bottom: 0; }
  .wpsfp-form-wrap h2.wpsfp-heading-text {
    font-size: 34px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
    color: inherit;
    opacity: 0.8;
    text-align: inherit; }
    .wpsfp-form-wrap h2.wpsfp-heading-text:before {
      display: none; }
  .wpsfp-form-wrap p.wpsfp-heading-paragraph {
    font-size: 16px;
    margin: 0 0 20px 0;
    color: inherit;
    line-height: 1.4;
    opacity: 0.68;
    text-align: inherit; }
  .wpsfp-form-wrap .both-fields-wrap input[type="text"],
  .wpsfp-form-wrap .both-fields-wrap input[type="email"] {
    border-radius: 0; }
  .wpsfp-form-wrap .wpsfp-sbmt-btn-wrap {
    text-align: inherit;
    width: 100%;
    margin-bottom: 28px; }
    .wpsfp-form-wrap .wpsfp-sbmt-btn-wrap .wpsfp-form-submit {
      width: 100%;
      max-width: 248px; }
  .wpsfp-form-wrap .wpsfp-form-submit {
    transition: all .3s ease;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    padding: 0 34px;
    border: none;
    cursor: pointer; }
    .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-flat {
      border-radius: 0; }
    .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-rounded {
      border-radius: 68px; }
    .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-curve {
      border-radius: 4px; }
    .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-line {
      background-color: transparent;
      border: solid 4px rgba(0, 0, 0, 0.8);
      color: inherit; }
      .wpsfp-form-wrap .wpsfp-form-submit.wpsfp-btn-line:hover {
        background-color: black;
        color: white; }
  .wpsfp-form-wrap .wpsfp-orntn-hr .wpsfp-form-submit {
    height: 100%; }
  .wpsfp-form-wrap .wpsfp-check-box-text {
    color: inherit;
    line-height: 1;
    margin-bottom: 28px;
    text-align: inherit; }
    .wpsfp-form-wrap .wpsfp-check-box-text > label {
      font-size: 14px;
      vertical-align: top;
      display: inline-block;
      position: relative; }
      .wpsfp-form-wrap .wpsfp-check-box-text > label input[type="checkbox"] {
        opacity: 0;
        height: 15px;
        width: 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        cursor: pointer; }
      .wpsfp-form-wrap .wpsfp-check-box-text > label > label {
        height: 15px;
        width: 15px;
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.18);
        color: white;
        margin-right: 8px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all .3s ease;
        cursor: pointer;
        text-align: center;
        line-height: 14px; }
        .wpsfp-form-wrap .wpsfp-check-box-text > label > label i {
          color: rgba(255, 255, 255, 0.58);
          font-size: 10px;
          opacity: 0;
          transition: all .3s ease; }
      .wpsfp-form-wrap .wpsfp-check-box-text > label .wpsfp-check-text {
        margin-left: 24px; }
      .wpsfp-form-wrap .wpsfp-check-box-text > label input[type="checkbox"]:checked + label {
        background-color: #29B7FF; }
        .wpsfp-form-wrap .wpsfp-check-box-text > label input[type="checkbox"]:checked + label i {
          color: white;
          opacity: 1; }
    .wpsfp-form-wrap .wpsfp-check-box-text a {
      color: inherit; }
    .wpsfp-form-wrap .wpsfp-check-box-text:hover a {
      color: #29B7FF; }
  .wpsfp-form-wrap .both-fields-wrap {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap; }
    .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap {
      width: 100%; }
      .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap input[type="text"],
      .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap input[type="email"] {
        text-align: inherit;
        width: 100%;
        font-family: "Roboto", sans-serif;
        color: inherit;
        height: auto;
        padding: 15px 20px;
        line-height: 1;
        font-size: 16px;
        border: none;
        background-color: rgba(0, 0, 0, 0.04); }
      .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right {
        position: relative; }
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right > i {
          position: absolute;
          top: 16px;
          right: 18px;
          font-size: 16px;
          color: inherit;
          opacity: 0.48; }
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right input[type="text"],
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right input[type="email"] {
          padding-right: 48px; }
      .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-left {
        position: relative; }
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-left > i {
          position: absolute;
          top: 16px;
          left: 18px;
          font-size: 16px;
          color: inherit;
          opacity: 0.48; }
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-left input[type="text"],
        .wpsfp-form-wrap .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-left input[type="email"] {
          padding-left: 48px; }
    .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-vr {
      display: block; }
      .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-vr .wpsfp-name-field {
        margin-bottom: 10px; }
    .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap {
      flex: 1; }
      .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field {
        margin-right: 5px; }
      .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-email-field {
        margin-left: 5px; }
    .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 200px;
      margin-bottom: 0; }
      .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap input[type="submit"] {
        width: 100%;
        max-width: 100%; }
  .wpsfp-form-wrap .wpsfp-icon-holder {
    text-align: inherit;
    margin: 24px 0 34px; }
    .wpsfp-form-wrap .wpsfp-icon-holder img {
      max-width: 124px;
      vertical-align: top; }
  .wpsfp-form-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit; }
  .wpsfp-form-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit; }
  .wpsfp-form-wrap :-ms-input-placeholder {
    /* IE 10+ */
    color: inherit; }
  .wpsfp-form-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: inherit; }
  .wpsfp-form-wrap .wpsfp-footer-text {
    font-size: 12px;
    font-style: italic;
    color: inherit;
    opacity: 0.48;
    text-align: inherit; }
  .wpsfp-form-wrap .wpsfp-form-loader-wraper {
    text-align: inherit; }
  .wpsfp-form-wrap .wpsfp-form-loader-wraper {
    display: none;
    text-align: center;
    margin-top: -14px;
    margin-bottom: 10px; }
  .wpsfp-form-wrap .wpsfp-form-loader-1,
  .wpsfp-form-wrap .wpsfp-form-loader-1:before,
  .wpsfp-form-wrap .wpsfp-form-loader-1:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.4s infinite ease-in-out;
    animation: load7 1.4s infinite ease-in-out; }
  .wpsfp-form-wrap .wpsfp-form-loader-1 {
    font-size: 10px;
    margin: 0;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.14s;
    animation-delay: -0.14s;
    color: inherit; }
  .wpsfp-form-wrap .wpsfp-form-loader-1:before,
  .wpsfp-form-wrap .wpsfp-form-loader-1:after {
    content: '';
    position: absolute;
    top: 0; }
  .wpsfp-form-wrap .wpsfp-form-loader-1:before {
    left: -12px;
    -webkit-animation-delay: -0.28s;
    animation-delay: -0.28s; }
  .wpsfp-form-wrap .wpsfp-form-loader-1:after {
    left: 12px; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
  .wpsfp-form-wrap .wpsfp-form-message {
    display: none;
    line-height: 24px;
    margin-top: 18px;
    font-size: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.04); }
    .wpsfp-form-wrap .wpsfp-form-message.wpsfp-error {
      background-color: #bc5450;
      color: white;
      border: solid 1px white; }
    .wpsfp-form-wrap .wpsfp-form-message.wpsfp-success {
      background-color: #4abc74;
      color: white;
      border: solid 1px white; }
  .wpsfp-form-wrap .wpsfp-two-col {
    display: flex;
    flex-wrap: wrap; }
    .wpsfp-form-wrap .wpsfp-two-col .wpsfp-col-left {
      flex: 1;
      max-width: 35%; }
    .wpsfp-form-wrap .wpsfp-two-col .wpsfp-col-right {
      flex: 2; }
  .wpsfp-form-wrap .wpsfp-form-loader {
    display: inline-block; }
  .wpsfp-form-wrap.wpsfp-template-1 {
    text-align: center;
    background-color: white;
    padding: 28px;
    text-align: center; }
  .wpsfp-form-wrap.wpsfp-template-2 {
    text-align: center !important;
    background-color: white;
    border: solid 2px rgba(0, 0, 0, 0.48);
    text-align: center; }
    .wpsfp-form-wrap.wpsfp-template-2 .wpsfp-form-submit {
      border: none;
      background-color: #29B7FF;
      color: white; }
    .wpsfp-form-wrap.wpsfp-template-2 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-2 .both-fields-wrap input[type="email"] {
      text-align: left; }
    .wpsfp-form-wrap.wpsfp-template-2 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
  .wpsfp-form-wrap.wpsfp-template-3 {
    background-color: #f3f5f6; }
    .wpsfp-form-wrap.wpsfp-template-3 .wpsfp-form-submit {
      border-color: #29B7FF;
      color: #29B7FF; }
      .wpsfp-form-wrap.wpsfp-template-3 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-3 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
  .wpsfp-form-wrap.wpsfp-template-4 {
    background-color: #29B7FF;
    color: white; }
    .wpsfp-form-wrap.wpsfp-template-4 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-4 .wpsfp-check-box-text > label > label {
      background-color: transparent;
      border: solid 1px white;
      line-height: 11px; }
    .wpsfp-form-wrap.wpsfp-template-4 .wpsfp-check-box-text:hover > label a {
      color: white; }
  .wpsfp-form-wrap.wpsfp-template-5 {
    background-color: #f3f5f6;
    text-align: center !important;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-5 .wpsfp-form-submit {
      background-color: #3b85e9;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-5 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-5 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-5 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-5 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700;
      border-radius: 68px; }
    .wpsfp-form-wrap.wpsfp-template-5:before {
      content: '';
      height: 8px;
      width: 60%;
      background-color: rgba(0, 0, 0, 0.28);
      position: absolute;
      left: 0;
      bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-5:after {
      content: '';
      height: 8px;
      width: 40%;
      background-color: rgba(0, 0, 0, 0.8);
      position: absolute;
      right: 0;
      bottom: 0; }
  .wpsfp-form-wrap.wpsfp-template-6 {
    padding: 0;
    background-color: #f3f5f6; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-form-submit {
      background-color: #ddc27a;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-subscription-form {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-left {
      background-color: black;
      color: white;
      padding: 48px; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-right {
      padding: 40px; }
  .wpsfp-form-wrap.wpsfp-template-7 {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.18) 0 0 24px; }
    .wpsfp-form-wrap.wpsfp-template-7 .wpsfp-form-submit {
      color: white;
      background-color: #ff6864;
      border-radius: 2px; }
      .wpsfp-form-wrap.wpsfp-template-7 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-7 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-7 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-7 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(0, 0, 0, 0.06);
      border-bottom: solid 1px rgba(0, 0, 0, 0.14);
      color: black; }
  .wpsfp-form-wrap.wpsfp-template-8 {
    background-color: #eff1f3;
    color: #141822; }
    .wpsfp-form-wrap.wpsfp-template-8 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-8 .wpsfp-form-submit {
      background-color: #141822;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-8 .wpsfp-form-submit:hover {
        background-color: #ddc27a;
        color: white; }
  .wpsfp-form-wrap.wpsfp-template-9 {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.18) 0 0 24px; }
    .wpsfp-form-wrap.wpsfp-template-9 .wpsfp-form-submit {
      color: white;
      background-color: rgba(0, 0, 0, 0.88);
      border-radius: 2px; }
      .wpsfp-form-wrap.wpsfp-template-9 .wpsfp-form-submit:hover {
        background-color: #ff6864;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-9 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-9 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-9 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-left: solid 4px #ff6864;
      color: black; }
  .wpsfp-form-wrap.wpsfp-template-10 {
    background-color: #141822;
    color: #ffffff; }
    .wpsfp-form-wrap.wpsfp-template-10 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      color: inherit;
      font-weight: 700;
      border-bottom: solid 1px rgba(255, 255, 255, 0.24); }
    .wpsfp-form-wrap.wpsfp-template-10 .wpsfp-form-submit {
      background-color: rgba(255, 255, 255, 0.24);
      color: white;
      line-height: 47px; }
      .wpsfp-form-wrap.wpsfp-template-10 .wpsfp-form-submit:hover {
        background-color: #639f57;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-10 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-11 {
    padding: 0;
    background-color: #141822;
    color: white; }
    .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-form-submit {
      background-color: rgba(255, 255, 255, 0.24);
      color: white;
      line-height: 47px; }
      .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-form-submit:hover {
        background-color: #ddc27a;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 500;
      border-bottom: solid 1px rgba(255, 255, 255, 0.24); }
    .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right > i {
      color: black; }
    .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 148px !important; }
    .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-left {
      padding: 48px; }
    .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-right {
      padding: 40px 40px 40px 0; }
    .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-12 {
    background-color: #3b85e9;
    color: #ffffff;
    text-align: center !important; }
    .wpsfp-form-wrap.wpsfp-template-12 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700;
      border-radius: 68px; }
    .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap .wpsfp-field-wrap.wpsfp-icon-right > i {
      color: black; }
    .wpsfp-form-wrap.wpsfp-template-12 .wpsfp-form-submit {
      background-color: rgba(0, 0, 0, 0.24);
      color: white;
      line-height: 47px;
      border-radius: 68px;
      margin-left: 5px; }
      .wpsfp-form-wrap.wpsfp-template-12 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-12 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-13 {
    text-align: center;
    background-image: url("../images/bg-template-13.jpg");
    background-size: cover;
    color: white;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-13:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(55, 59, 62, 0.8);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-13 h2 {
      font-size: 54px;
      margin-bottom: 24px; }
    .wpsfp-form-wrap.wpsfp-template-13 p {
      margin-bottom: 38px; }
    .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-subscription-form {
      position: relative;
      z-index: 5; }
    .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-form-submit {
      background-color: #2fd1c7;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-13 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-14 {
    background-color: white;
    text-align: center;
    color: black;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-14 h2 {
      font-size: 54px;
      margin-bottom: 24px; }
    .wpsfp-form-wrap.wpsfp-template-14 p {
      margin-bottom: 38px; }
    .wpsfp-form-wrap.wpsfp-template-14 .wpsfp-subscription-form {
      position: relative;
      z-index: 5; }
    .wpsfp-form-wrap.wpsfp-template-14 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(0, 0, 0, 0.08);
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-14 .wpsfp-form-submit {
      background-color: #2fd1c7;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-14 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
  .wpsfp-form-wrap.wpsfp-template-15 {
    text-align: center;
    background-color: #f8f8f8;
    color: black;
    position: relative;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-15:before {
      content: '';
      background-image: url("../images/border-image.jpg");
      background-repeat: repeat-x;
      height: 6px;
      width: 100%;
      z-index: 9;
      position: absolute;
      left: 0;
      top: 0; }
    .wpsfp-form-wrap.wpsfp-template-15 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(0, 0, 0, 0.08);
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-15 .wpsfp-form-submit {
      background-color: #2fd1c7;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-15 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
  .wpsfp-form-wrap.wpsfp-template-16 {
    padding: 0;
    text-align: left;
    background-image: url("../images/bg-template-16.jpg");
    background-size: cover;
    color: black;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-16:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.68);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-subscription-form {
      position: relative;
      z-index: 5; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: #ededed;
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-form-submit {
      background-color: #d12f6c;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-check-box-text > label > label {
      background-color: rgba(0, 0, 0, 0.68); }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-title-wrap {
      max-width: 400px;
      padding: 60px 0 20px 60px; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-footer-text {
      padding: 15px;
      text-align: inherit;
      background-color: rgba(255, 255, 255, 0.8); }
    .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap.wpsfp-orntn-hr {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-form-message {
      margin-top: 0; }
  .wpsfp-form-wrap.wpsfp-template-17 {
    background-color: white; }
    .wpsfp-form-wrap.wpsfp-template-17 h2 {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-17 #wave {
      width: 60px; }
    .wpsfp-form-wrap.wpsfp-template-17 .st69 {
      fill: none;
      stroke: black;
      opacity: 0.24;
      stroke-width: 18;
      stroke-miterlimit: 10; }
    .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-form-submit {
      border-color: black;
      color: black; }
      .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-box-design {
      margin-top: 50px;
      border: solid 2px rgba(0, 0, 0, 0.18);
      padding: 60px; }
      .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-box-design p.wpsfp-heading-paragraph {
        margin-bottom: 34px; }
    .wpsfp-form-wrap.wpsfp-template-17 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-17 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: black;
      font-weight: 700; }
  .wpsfp-form-wrap.wpsfp-template-18 {
    background-color: white;
    padding: 28px; }
    .wpsfp-form-wrap.wpsfp-template-18 h2 {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-18 #wave {
      width: 60px;
      margin: 20px 0; }
    .wpsfp-form-wrap.wpsfp-template-18 .st69 {
      fill: none;
      stroke: black;
      opacity: 0.24;
      stroke-width: 18;
      stroke-miterlimit: 10; }
    .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-form-submit {
      border-color: black;
      color: black; }
      .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-18 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-18 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: black;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-col-right {
      padding-left: 48px; }
  .wpsfp-form-wrap.wpsfp-template-19 {
    padding: 0;
    background-color: #fcfcfc; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-form-submit {
      background-color: transparent;
      color: #6641ef;
      border-color: #6641ef;
      line-height: 39px; }
      .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-form-submit:hover {
        background-color: #6641ef;
        color: white;
        border-color: transparent; }
    .wpsfp-form-wrap.wpsfp-template-19 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-19 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: inherit;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-19 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 148px !important; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-name-field {
      flex: 0 0 100% !important;
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .wpsfp-form-wrap.wpsfp-template-19 #wave {
      width: 60px;
      margin-bottom: 14px; }
    .wpsfp-form-wrap.wpsfp-template-19 .st69 {
      fill: none;
      stroke: #6641ef;
      opacity: 1;
      stroke-width: 18;
      stroke-miterlimit: 10; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-left {
      color: inherit;
      padding: 60px;
      flex: 55%;
      max-width: 55%; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right {
      flex: 45%;
      background-image: url("../images/bg-template-19.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
    .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-footer-text {
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-20 {
    background-color: #419bef;
    text-align: left;
    color: white;
    border-radius: 8px;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-20:before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("../images/white-shade.png");
      background-position: top right;
      background-repeat: no-repeat;
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-20 .wpsfp-subscription-form {
      position: relative;
      z-index: 4; }
    .wpsfp-form-wrap.wpsfp-template-20 .wpsfp-form-submit {
      border: none;
      background-color: white;
      color: #419bef; }
    .wpsfp-form-wrap.wpsfp-template-20 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-20 .both-fields-wrap input[type="email"] {
      text-align: left;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.14); }
    .wpsfp-form-wrap.wpsfp-template-20 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-20 .wpsfp-footer-text {
      border-top: solid 1px rgba(255, 255, 255, 0.24);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-21 {
    background-image: url("../images/bg-template-21.jpg");
    background-size: cover;
    text-align: left;
    color: white;
    border-radius: 8px;
    position: relative;
    padding-top: 140px;
    overflow: hidden; }
    .wpsfp-form-wrap.wpsfp-template-21:before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-image: linear-gradient(rgba(55, 59, 62, 0.28), rgba(55, 59, 62, 0.9), #373b3e);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-21 h2 {
      font-size: 28px;
      opacity: 1; }
    .wpsfp-form-wrap.wpsfp-template-21 .wpsfp-subscription-form {
      position: relative;
      z-index: 4; }
    .wpsfp-form-wrap.wpsfp-template-21 .wpsfp-form-submit {
      border: none;
      background-color: #8257bd;
      color: #ffffff; }
    .wpsfp-form-wrap.wpsfp-template-21 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-21 .both-fields-wrap input[type="email"] {
      text-align: left;
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.68); }
    .wpsfp-form-wrap.wpsfp-template-21 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-21 .wpsfp-footer-text {
      border-top: solid 1px rgba(255, 255, 255, 0.24);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-22 {
    text-align: center !important;
    background-color: #7e5eb2;
    color: white; }
    .wpsfp-form-wrap.wpsfp-template-22 .wpsfp-form-submit {
      border: none;
      background-color: white;
      color: #7e5eb2; }
    .wpsfp-form-wrap.wpsfp-template-22 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-22 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(255, 255, 255, 0.24); }
    .wpsfp-form-wrap.wpsfp-template-22 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
  .wpsfp-form-wrap.wpsfp-template-23 {
    background-color: #f3f5f6;
    text-align: center !important;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-23 h2 {
      font-size: 28px; }
    .wpsfp-form-wrap.wpsfp-template-23 .wpsfp-form-submit {
      background-color: #3b85e9;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-23 .wpsfp-form-submit:hover {
        background-color: black;
        color: white;
        border-color: black; }
    .wpsfp-form-wrap.wpsfp-template-23 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-23 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-23 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700;
      border-radius: 68px; }
  .wpsfp-form-wrap.wpsfp-template-24 {
    padding: 28px;
    background-color: white; }
    .wpsfp-form-wrap.wpsfp-template-24 h2 {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-icon-holder {
      margin: 0; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-form-submit {
      border-color: #17b5fe;
      color: #17b5fe; }
      .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-form-submit:hover {
        background-color: #17b5fe;
        color: white;
        border-color: transparent; }
    .wpsfp-form-wrap.wpsfp-template-24 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-24 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: inherit;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-col-right {
      padding-left: 48px; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col {
      align-items: center;
      margin-bottom: 28px; }
      .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-left {
        flex: 0; }
  .wpsfp-form-wrap.wpsfp-template-25 {
    text-align: center;
    padding: 0;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 24px;
    border-radius: 24px; }
    .wpsfp-form-wrap.wpsfp-template-25 h2 {
      margin-bottom: 20px; }
    .wpsfp-form-wrap.wpsfp-template-25 p.wpsfp-heading-paragraph {
      margin-bottom: 28px; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-icon-holder {
      margin: 0;
      background-color: #eaebf0;
      padding: 28px;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-form-submit {
      background-color: #17b5fe;
      color: #ffffff; }
      .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-25 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-25 .both-fields-wrap input[type="email"] {
      text-align: inherit;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      color: inherit;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-col-right {
      padding-left: 48px; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-two-col {
      align-items: center;
      margin-bottom: 28px; }
      .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-two-col .wpsfp-col-left {
        flex: 0; }
    .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-separate-form {
      max-width: 480px;
      padding: 54px 28px;
      margin: 0 auto; }
  .wpsfp-form-wrap.wpsfp-template-26 {
    padding: 28px;
    margin: 0;
    text-align: center;
    background-color: white;
    color: black; }
    .wpsfp-form-wrap.wpsfp-template-26 h2 {
      margin-bottom: 28px; }
    .wpsfp-form-wrap.wpsfp-template-26 p.wpsfp-heading-paragraph {
      margin-bottom: 28px; }
    .wpsfp-form-wrap.wpsfp-template-26 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      color: inherit;
      font-weight: 700;
      border-bottom: solid 1px rgba(0, 0, 0, 0.24); }
    .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 49px; }
    .wpsfp-form-wrap.wpsfp-template-26 .wpsfp-form-submit {
      background-color: #fec40a;
      color: white;
      line-height: 47px;
      width: 49px;
      height: 49px;
      padding: 0;
      border-radius: 100%; }
      .wpsfp-form-wrap.wpsfp-template-26 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-26 .wpsfp-check-box-text > label > label {
      background-color: rgba(0, 0, 0, 0.28); }
  .wpsfp-form-wrap.wpsfp-template-27 {
    text-align: center;
    background-color: #372ba3;
    border-radius: 14px;
    overflow: hidden;
    color: white;
    padding-bottom: 188px;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-27:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      background-image: url("../images/cloud-bg.png");
      background-repeat: repeat-x;
      background-position: bottom left;
      background-size: 480px 160px;
      z-index: 9;
      height: 160px;
      width: 100%; }
    .wpsfp-form-wrap.wpsfp-template-27 h2 {
      margin-top: 28px;
      font-weight: 100;
      font-size: 48px; }
    .wpsfp-form-wrap.wpsfp-template-27 .wpsfp-form-submit {
      border: none;
      background-color: #22c6a9;
      color: white; }
    .wpsfp-form-wrap.wpsfp-template-27 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-27 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: rgba(255, 255, 255, 0.14); }
    .wpsfp-form-wrap.wpsfp-template-27 .wpsfp-subscription-form {
      max-width: 500px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-27 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-28 {
    text-align: left;
    background-image: url("../images/bg-template-13.jpg");
    background-size: cover;
    color: white;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-28:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.68);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-28 h2 {
      font-size: 28px;
      margin-bottom: 24px; }
    .wpsfp-form-wrap.wpsfp-template-28 p {
      margin-bottom: 38px; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-subscription-form {
      position: relative;
      z-index: 5; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-28 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-28 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: white;
      color: black;
      font-weight: 700;
      border-radius: 4px; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-form-submit {
      margin-top: 15px;
      background-color: #c94957;
      color: white;
      border-radius: 4px; }
      .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-check-box-text > label > label {
      background-color: white; }
    .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-col-right {
      padding-left: 48px; }
  .wpsfp-form-wrap.wpsfp-template-29 {
    text-align: center;
    background-image: url("../images/bg-template-13.jpg");
    background-size: cover;
    color: white;
    position: relative; }
    .wpsfp-form-wrap.wpsfp-template-29:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 2; }
    .wpsfp-form-wrap.wpsfp-template-29 h2 {
      font-size: 34px;
      margin-bottom: 24px; }
    .wpsfp-form-wrap.wpsfp-template-29 p {
      margin-bottom: 38px; }
    .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-subscription-form {
      position: relative;
      z-index: 5;
      border: solid 4px white;
      padding: 60px 48px;
      margin: 0 auto; }
    .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-footer-text {
      opacity: 0.8; }
    .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border: solid 2px white;
      color: inherit;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-form-submit {
      background-color: #2fd1c7;
      color: white; }
      .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-check-box-text > label > label {
      background-color: white; }
  .wpsfp-form-wrap.wpsfp-template-30 {
    padding: 0;
    background-color: #6fb25c;
    color: white; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-form-submit {
      background-color: #d8ce59;
      color: white;
      line-height: 46px;
      border: none; }
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-form-submit:hover {
        background-color: white;
        color: #d8ce59; }
    .wpsfp-form-wrap.wpsfp-template-30 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-30 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(255, 255, 255, 0.18);
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-30 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 148px !important; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-name-field {
      flex: 0 0 100% !important;
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-left {
      background-color: #6fb25c;
      padding: 60px;
      flex: 65%;
      max-width: 65%; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right {
      overflow: hidden;
      flex: 35%;
      position: relative; }
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        position: relative;
        z-index: 2; }
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right .wpsfp-shape {
        position: absolute;
        top: 0;
        left: -360px;
        height: 100%;
        width: 408px;
        transform: skewX(-10deg);
        background-color: #6fb25c;
        z-index: 4; }
    .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-footer-text {
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-31 {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 18px; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-form-submit {
      background-color: #d8ce59;
      color: white;
      line-height: 46px;
      border: none; }
      .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-form-submit:hover {
        background-color: white;
        color: #d8ce59; }
    .wpsfp-form-wrap.wpsfp-template-31 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-31 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border-bottom: solid 1px rgba(0, 0, 0, 0.18);
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-31 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      max-width: 148px !important; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-name-field {
      flex: 0 0 100% !important;
      width: 100%;
      max-width: 100%;
      margin-bottom: 10px; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-left {
      background-color: white;
      padding: 60px;
      flex: 65%;
      max-width: 65%; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
      overflow: hidden;
      flex: 35%; }
      .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-footer-text {
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      padding-top: 24px; }
  .wpsfp-form-wrap.wpsfp-template-32 {
    text-align: center;
    padding: 0;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 24px;
    border-radius: 24px; }
    .wpsfp-form-wrap.wpsfp-template-32 p.wpsfp-heading-paragraph {
      margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-image-title-holder {
      overflow: hidden;
      background-color: black;
      padding: 84px 28px;
      position: relative;
      color: white;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px; }
      .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-image-title-holder > img {
        opacity: 0.28;
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
      .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-image-title-holder .wpsfp-title-wrap {
        position: relative;
        z-index: 8; }
    .wpsfp-form-wrap.wpsfp-template-32 h2 {
      margin-bottom: 20px; }
    .wpsfp-form-wrap.wpsfp-template-32 p.wpsfp-heading-paragraph {
      margin-bottom: 28px; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-icon-holder {
      margin: 0;
      background-color: #eaebf0;
      padding: 28px;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-form-submit {
      background-color: #22c6a9;
      color: #ffffff; }
      .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-form-submit:hover {
        background-color: black;
        color: white; }
    .wpsfp-form-wrap.wpsfp-template-32 .both-fields-wrap input[type="text"],
    .wpsfp-form-wrap.wpsfp-template-32 .both-fields-wrap input[type="email"] {
      text-align: left;
      background-color: transparent;
      border: solid 1px rgba(0, 0, 0, 0.18);
      border-radius: 68px;
      font-weight: 700; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-col-right {
      padding-left: 48px; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-two-col {
      align-items: center;
      margin-bottom: 28px; }
      .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-two-col .wpsfp-col-left {
        flex: 0; }
    .wpsfp-form-wrap.wpsfp-template-32 .wpsfp-separate-form {
      max-width: 680px;
      padding: 54px 28px;
      margin: 0 auto; }

.wpsfp-popup-innerwrap {
  background-color: rgba(0, 0, 0, 0.84);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  z-index: 9999; }
  .wpsfp-popup-innerwrap .wpsfp-popup-contetn-wrap {
    position: relative; }
    .wpsfp-popup-innerwrap .wpsfp-popup-contetn-wrap .wpsfp-popup-close {
      position: absolute;
      right: -38px;
      top: -38px;
      height: 32px;
      width: 32px;
      background-color: rgba(255, 255, 255, 0.18);
      color: white;
      text-align: center;
      line-height: 34px;
      border-radius: 50%; }
  .wpsfp-popup-innerwrap .wpsfp-form-wrap {
    max-width: 1080px !important; }
    .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-1, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-14, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-17, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-18, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-22, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-23, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-24,
    .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-separate-form, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-26, .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-18 {
      padding: 24px; }
    .wpsfp-popup-innerwrap .wpsfp-form-wrap.wpsfp-template-27 {
      padding: 34px;
      background-size: 220px 80px;
      padding-bottom: 100px; }

.wpsfp-floating-innerwrap {
  position: fixed;
  z-index: 9999; }
  .wpsfp-floating-innerwrap .wpsfp-form-wrap {
    box-shadow: rgba(0, 0, 0, 0.24) 0 0 24px; }
    .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-1, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-14, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-17, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-18, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-22, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-23, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-24,
    .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-25 .wpsfp-separate-form, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-26, .wpsfp-floating-innerwrap .wpsfp-form-wrap.wpsfp-template-18 {
      padding: 24px; }
  .wpsfp-floating-innerwrap .wpsfp-floating-contetn-wrap {
    position: relative; }
    .wpsfp-floating-innerwrap .wpsfp-floating-contetn-wrap .wpsfp-floating-close {
      position: absolute;
      right: -34px;
      top: -34px;
      height: 32px;
      width: 32px;
      background-color: black;
      color: white;
      text-align: center;
      line-height: 31px;
      border-radius: 50%;
      border: solid 2px white;
      font-size: 16px; }
  .wpsfp-floating-innerwrap.wpsfp-floating-bottom_left {
    left: 0;
    bottom: 0; }
  .wpsfp-floating-innerwrap.wpsfp-floating-bottom_right {
    right: 40px;
    bottom: 0; }

@media all and (max-width: 1023px) {
  .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap, .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap {
    display: block; }
    .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field, .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field {
      margin-bottom: 8px; }
    .wpsfp-form-wrap.wpsfp-template-4 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-8 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-10 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-11 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-12 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-13 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-14 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-15 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-16 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-26 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap, .wpsfp-form-wrap.wpsfp-template-29 .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
      margin-top: 10px; }
  .wpsfp-form-wrap.wpsfp-template-6, .wpsfp-form-wrap.wpsfp-template-11, .wpsfp-form-wrap.wpsfp-template-18, .wpsfp-form-wrap.wpsfp-template-19, .wpsfp-form-wrap.wpsfp-template-28, .wpsfp-form-wrap.wpsfp-template-30, .wpsfp-form-wrap.wpsfp-template-31 {
    padding: 0; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col {
      display: block; }
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
        max-width: 100%;
        padding: 20px; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-shape {
      display: none; }
  .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right {
    height: 140px; }
  .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
    padding: 0; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right img {
      vertical-align: top; } }

@media all and (max-width: 767px) {
  .wpsfp-subscription {
    max-width: 100% !important;
    padding: 20px; }
  .wpsfp-form-wrap .both-fields-wrap {
    display: block; }
  .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-field-wrap.wpsfp-name-field {
    margin-bottom: 8px; }
  .wpsfp-form-wrap .both-fields-wrap.wpsfp-orntn-hr .wpsfp-sbmt-btn-wrap {
    margin-top: 10px; }
  .wpsfp-form-wrap.wpsfp-template-13 h2,
  .wpsfp-form-wrap.wpsfp-template-14 h2 {
    font-size: 34px; }
  .wpsfp-form-wrap.wpsfp-template-6, .wpsfp-form-wrap.wpsfp-template-11, .wpsfp-form-wrap.wpsfp-template-18, .wpsfp-form-wrap.wpsfp-template-19, .wpsfp-form-wrap.wpsfp-template-24, .wpsfp-form-wrap.wpsfp-template-28, .wpsfp-form-wrap.wpsfp-template-30, .wpsfp-form-wrap.wpsfp-template-31 {
    padding: 0; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col {
      display: block; }
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-two-col .wpsfp-col-right, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-left,
      .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
        max-width: 100%;
        padding: 20px; }
    .wpsfp-form-wrap.wpsfp-template-6 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-11 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-18 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-28 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-30 .wpsfp-shape, .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-shape {
      display: none; }
  .wpsfp-form-wrap.wpsfp-template-19 .wpsfp-two-col .wpsfp-col-right {
    height: 140px; }
  .wpsfp-form-wrap.wpsfp-template-24 h2 {
    margin-bottom: 20px; }
  .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col {
    margin-bottom: 0; }
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-left,
    .wpsfp-form-wrap.wpsfp-template-24 .wpsfp-two-col .wpsfp-col-right {
      padding: 20px 0; }
  .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-title-wrap {
    padding: 40px 20px 0; }
  .wpsfp-form-wrap.wpsfp-template-16 .wpsfp-orntn-hr {
    padding: 0 20px; }
  .wpsfp-form-wrap.wpsfp-template-17 .wpsfp-box-design {
    padding: 20px; }
  .wpsfp-form-wrap.wpsfp-template-28 p {
    margin-bottom: 0; }
  .wpsfp-form-wrap.wpsfp-template-29 .wpsfp-subscription-form {
    padding: 30px 20px; }
  .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right {
    padding: 0; }
    .wpsfp-form-wrap.wpsfp-template-31 .wpsfp-two-col .wpsfp-col-right img {
      vertical-align: top; } }

input[type="button"].wpsfp-popup-trigger {
  transition: all .3s ease;
  font-size: 16px;
  font-weight: 700;
  line-height: 46px;
  padding: 0 34px;
  cursor: pointer;
  border-radius: 0;
  border: none; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-1, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-17, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-18 {
    background-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-color: black; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-1:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-17:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-18:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-2 {
    background-color: #29B7FF;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-2:hover {
      background-color: black; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-3 {
    background-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-color: #29B7FF;
    color: #29B7FF; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-3:hover {
      background-color: black;
      border-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-4 {
    background-color: rgba(0, 0, 0, 0.68);
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-4:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-5 {
    background-color: #3b85e9;
    border-radius: 64px;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-5:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-6 {
    background-color: #ddc27a;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-6:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-7 {
    background-color: #ff6864;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-7:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-8 {
    background-color: black;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-8:hover {
      background-color: #ddc27a;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-9 {
    background-color: black;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-9:hover {
      background-color: #ff6864;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-10 {
    background-color: #4c4f57;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-10:hover {
      background-color: #639f57;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-11 {
    background-color: #4c4f57;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-11:hover {
      background-color: #ddc27a;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-12, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-23 {
    background-color: #3b85e9;
    color: white;
    border-radius: 68px; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-12:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-23:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-13, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-14, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-15 {
    background-color: #2fd1c7;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-13:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-14:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-15:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-16 {
    background-color: #d12f6c;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-16:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-19 {
    background-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-color: #6641ef;
    color: #6641ef; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-19:hover {
      background-color: #6641ef;
      border-color: #6641ef;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-20 {
    background-color: #419bef;
    border-radius: 4px;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-20:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-21 {
    background-color: #8257bd;
    border-radius: 4px;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-21:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-22 {
    background-color: #8257bd;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-22:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-24 {
    background-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-color: #17b5fe;
    color: #17b5fe; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-24:hover {
      background-color: #17b5fe;
      border-color: #17b5fe;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-25 {
    background-color: #17b5fe;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-25:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-26 {
    background-color: #fec40a;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-26:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-27, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-29, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-32 {
    background-color: #2fd1c7;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-27:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-29:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-32:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-28 {
    background-color: #c94957;
    border-radius: 4px;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-28:hover {
      background-color: black;
      color: white; }
  input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-30, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-31 {
    background-color: #d8ce59;
    color: white; }
    input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-30:hover, input[type="button"].wpsfp-popup-trigger.wpsfp-popup-template-31:hover {
      background-color: black;
      color: white; }
