.bottom-cta {
    padding: 20px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  
  .bottom-cta-buttons .cta-button {
    margin: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #0073aa;
    border-radius: 3px;
  }
  
  .bottom-cta-buttons .cta-button.secondary {
    background-color: #005177;
  }
  
  /*  */
  @media (max-width: 1117.98px) {
    .dc-content-upd-3 h2 {
      font-size: 36px;
      line-height: 1.3333333333;
    }
  }
  @media (max-width: 759.98px) {
    .dc-content-upd-3 h2 {
      font-size: 30px;
      line-height: 1.3333333333;
    }
  }
  @media screen and (max-width: 479.98px) {
    .dc-content-upd-3 h2 {
      font-size: 1.875em;
    }
  }
  @media screen and (max-width: 479.98px) {
    .mt-4 {
      margin-top: 1.875em !important;
    }
  }
  h2 {
    line-height: 1.2;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }
  .container-default-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .wpm-btns-wrap-all .wpm-btns-row-wrap .wpm-btns-row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap:4px;
  }
  .wpm-btns-wrap-all .wpm-btns-row-wrap .wpm-btns-row_sp-1 {
      margin-left: -6px !important;
      margin-right: -6px !important;
  }
  .wpm-btns-wrap-all .wpm-btns-row-wrap .wpm-btns-row .dc-btn{
      min-width: 216px;
      width: max-content !important;
  }
  @media (min-width: 480px) {
    .container-default-sm {
      max-width: 430px;
    }
  }
  @media (min-width: 760px) {
    .container-default-sm {
      max-width: 650px;
    }
  }
  @media (min-width: 1189px) {
    .container-default-sm {
      max-width: 1080px;
    }
  }
  @media (max-width: 479.98px) {
    .container-default-sm {
      padding-left: 2.5em;
      padding-right: 2.5em;
    }
  }
  .wpm-btns-wrap-all .wpm-btns-row-wrap_w-1 {
    max-width: 460px!important;
  }
  
  @media (max-width: 479.98px) {
    .wpm-btns-wrap-all .wpm-btns-row-wrap .wpm-btns-row_sp-1 {
      margin-left: -0.375em !important;
      margin-right: -0.375em !important;
    }
  }
  .wpm-btns-wrap-all .wpm-btns-row-wrap .wpm-btns-row_sp-1 > * {
    padding-left: 6px !important;
    padding-right: 6px !important;
    min-width: max-content;
  }
  @media (max-width: 479.98px) {
    .wpm-btns-wrap-all .wpm-btns-row-wrap .wpm-btns-row_sp-1 > * {
      padding-left: 0.375em !important;
      padding-right: 0.375em !important;
    }
  }
  .dc-btn {
    display: inline-flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    padding: 13px 38px;
    line-height: 1.5;
    border-radius: 82px;
    text-decoration: none;
    position: relative;
    border: 2px solid transparent;
    outline: 0;
  }
  @media screen and (max-width: 479.98px) {
    .dc-btn {
      font-size: 1.25em;
      padding: 0.65em 1.9em;
    }
  }
  .dc-btn_secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    transition: all 0.2s ease;
  }
  .dc-btn_secondary:hover {
    background-color: #262626;
    border-color: #262626;
  }
  .dc-btn_outline-secondary {
    border-color: #000;
    color: #000;
    transition: all 0.2s ease;
  }
  .dc-btn_outline-secondary:hover {
    background-color: #000;
    color: #fff;
  }
  .dc-btn:disabled {
    background-color: #ddd !important;
    border-color: #ddd !important;
    cursor: default !important;
    box-shadow: none !important;
  }
  .dc-btn_fix-5 {
    font-size: 20px !important;
    padding: 19px 20px !important;
  }
  @media (max-width: 759.98px) {
    .dc-btn_fix-5 {
      font-size: 18px !important;
    }
  }
  @media (max-width: 479.98px) {
    .dc-btn_fix-5 {
      font-size: 1.125em !important;
      padding: 0.95em 1em !important;
    }
  }
  .section-pt-sm {
    padding-top: 100px;
  }
  @media (max-width: 1117.98px) {
    .section-pt-sm {
      padding-top: 80px;
    }
  }
  @media (max-width: 759.98px) {
    .section-pt-sm {
      padding-top: 60px;
    }
  }
  @media (max-width: 479.98px) {
    .section-pt-sm {
      padding-top: 3.75em;
    }
  }
  .section-pb-sm {
    padding-bottom: 100px !important;
  }
  @media (max-width: 1117.98px) {
    .section-pb-sm {
      padding-bottom: 80px !important;
    }
  }
  @media (max-width: 759.98px) {
    .section-pb-sm {
      padding-bottom: 60px !important;
    }
  }
  @media (max-width: 479.98px) {
    .section-pb-sm {
      padding-bottom: 3.75em !important;
    }
  }
  .is-layout-flex .container-default-sm {
    margin-left: auto !important;
    margin-right: auto;
  }
  
  /*! CSS Used from: Embedded */
  .wp-container-core-group-is-layout-1 {
    flex-wrap: nowrap;
    justify-content: center;
  }
  