
#jwa-component * {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #jwa-component article, #jwa-component aside,
  #jwa-component details, #jwa-component figcaption,
  #jwa-component figure, #jwa-component footer,
  #jwa-component header, #jwa-component hgroup,
  #jwa-component menu, #jwa-component nav,
  #jwa-component section {
    display: block;
  }

  #jwa-component ol, #jwa-component ul {
    list-style: none;
  }

  #jwa-component blockquote, #jwa-component q {
    quotes: none;
  }

  #jwa-component button:before, #jwa-component button:after,
  #jwa-component blockquote:before, #jwa-component blockquote:after,
  #jwa-component q:before, #jwa-component q:after {
    content: '';
    content: none;
  }

  #jwa-component table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  #jwa-component b, #jwa-component strong {
    font-weight: bold;
  }

  #jwa-component i, #jwa-component em {
    font-style: italic;
  }

  #jwa-component .jwa--section {
    width: 100%;
  }

  #jwa-component .jwa--section > div {
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
    position: relative;
  }

  #jwa-component .jwa--row {
    display: flex;
    box-sizing: border-box;
    flex-flow: column nowrap;
    flex-grow: 1;
  }

  #jwa-component .jwa--column > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #jwa-component .jwa--component {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
  }

  #jwa-component .jwa--component-box {
    width: 100%
  }

  @media screen and (min-width: 768px) {
    #jwa-component .jwa--row {
      flex-flow: row nowrap;
    }
  }
    
  #jwa-component .jwa-form {
    padding: 0 5px;
    height: auto;
  }

  #jwa-component .jwa-form__fieldset {
    display: flex;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  #jwa-component .jwa-form__field {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  /* Hide generated jQuery validator label */
  #jwa-component .jwa-form__field label.error {
    display: none !important;
  }

  #jwa-component .jwa-form__label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.4em;
    line-height: 1.25;
    position: relative !important;
    vertical-align: middle;
  }

  #jwa-component .jwa-form__input {
    display: block;
    width: 100%;
    padding: 0 0.5em;
    line-height: 1.42857;
  }

  #jwa-component .jwa-form__input.error {
    border: 1px solid red !important;
  }

  #jwa-component .jwa-form__field__option .jwa-form__label {
    padding-left: 1.33em;
    margin-bottom: 0.2em;
  }

  #jwa-component .jwa-form__field__option .jwa-form__label input[type='checkbox'],
  #jwa-component .jwa-form__field__option .jwa-form__label input[type='radio'] {
    margin: 0px 0px 0px -1.33em;
  }

  #jwa-component .jwa-form__submit {
    width: 100%;
    position: relative;
  }

  @media screen and (min-width: 768px) {
    #jwa-component .jwa-form {
      padding: 0;
    }
  }

  
  #jwa-component .jwa--component-video div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    line-height: 0;
    box-sizing: border-box;
  }

  #jwa-component .jwa--component-video div iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
    #jwa-component {
      display: flex;
      flex-direction: column;
      align-self: center;
      max-width: 548px;
      width: 100%;
      margin-top: 0px;
      margin-bottom: 30px;
    }

    #jwa-component .jwa-form {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    #jwa-component .jwa-form__fieldset {
      align-items: flex-start;
    }

    #jwa-component .jwa-form__label.always-visible,
    #jwa-component .jwa-form__field__option .jwa-form__label {
      display: inline-block;
    }

    #jwa-component .jwa-form__input.select2-container {
      padding: 0 !important;
    }

    #jwa-component .select2-container .select2-choice .select2-arrow b {
      background-position: 0 7px !important;
    }

    #jwa-component .jwa-form__submit {
      display: flex;
      flex-direction: column;
    }

  #jwa-component .jwa--component-text {
    color: #333;
    line-height: 1.42;
    overflow: hidden;
    word-wrap: break-word;
  }

  #jwa-component .jwa--component-text a {
    color: #31a2ff;
    text-decoration: none;
  }

  #jwa-component .jwa--component-text sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  #jwa-component .jwa--component-text sub {
    bottom: -0.25em;
  }

  #jwa-component .jwa--component-text sup {
    top: -0.5em;
  }

  #jwa-component .jwa--component-text ol, 
  #jwa-component .jwa--component-text ul {
    padding-left: 1.5em;
  }

  #jwa-component .jwa--component-text ol > li,
  #jwa-component .jwa--component-text ul > li {
    list-style-type: none;
  }

  #jwa-component .jwa--component-text ul > li::before {
    content: '\2022';
  }

  #jwa-component .jwa--component-text li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
  }

  #jwa-component .jwa--component-text li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
  }

  #jwa-component .jwa--component-text li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
  }

  #jwa-component .jwa--component-text ol li:not(.ql-direction-rtl),
  #jwa-component .jwa--component-text ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
  }

  #jwa-component .jwa--component-text ol li.ql-direction-rtl,
  #jwa-component .jwa--component-text ul li.ql-direction-rtl {
    padding-right: 1.5em;
  }

  #jwa-component .jwa--component-text ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
  }

  #jwa-component .jwa--component-text ol li:before {
    content: counter(list-0, decimal) '. ';
  }

  #jwa-component .jwa--component-text ol li.ql-indent-1 {
    counter-increment: list-1;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
  }

  #jwa-component .jwa--component-text ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-2 {
    counter-increment: list-2;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
  }

  #jwa-component .jwa--component-text ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-3 {
    counter-increment: list-3;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
  }

  #jwa-component .jwa--component-text ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-4 {
    counter-increment: list-4;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
  }

  #jwa-component .jwa--component-text ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-5 {
    counter-increment: list-5;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
  }

  #jwa-component .jwa--component-text ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-6 {
    counter-increment: list-6;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
  }

  #jwa-component .jwa--component-text ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-7 {
    counter-increment: list-7;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
  }

  #jwa-component .jwa--component-text ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-8 {
    counter-increment: list-8;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
  }

  #jwa-component .jwa--component-text ol li.ql-indent-8 {
    counter-reset: list-9;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-9 {
    counter-increment: list-9;
  }

  #jwa-component .jwa--component-text ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
  }

  #jwa-component .jwa--component-text .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
  }

  #jwa-component .jwa--component-text li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
  }

  #jwa-component .jwa--component-text li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
  }

  #jwa-component .jwa--component-text li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
  }

  #jwa-component .jwa--component-text li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
  }

  #jwa-component .jwa--component-text li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
  }

  #jwa-component .jwa--component-text li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
  }

  #jwa-component .jwa--component-text li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
  }

  #jwa-component .jwa--component-text li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
  }

  #jwa-component .jwa--component-text li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
  }

  #jwa-component .jwa--component-text li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
  }

  #jwa-component .jwa--component-text li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
  }

  #jwa-component .jwa--component-text li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
  }

  #jwa-component .jwa--component-text li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
  }

  #jwa-component .jwa--component-text li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
  }

  #jwa-component .jwa--component-text li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
  }

  #jwa-component .jwa--component-text li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
  }

  #jwa-component .jwa--component-text li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
  }

  #jwa-component .jwa--component-text .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
  }

  #jwa-component .jwa--component-text li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
  }

  #jwa-component .jwa--component-text .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }
  
  .jwa-popup-position-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .jwa-popup-position-top_left {
    top: 0;
    left: 0;
  }

  .jwa-popup-position-top_right {
    top: 0;
    right: 0;
  }

  .jwa-popup-position-bottom_left {
    bottom: 0;
    left: 0;
  }

  .jwa-popup-position-bottom_right {
    bottom: 0;
    right: 0;
  }

  #jwa-component-overlay {
    position: fixed !important;
    z-index: 99998;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block !important;
    background: #000000 !important;
    opacity: .6 !important;
  }

  #jwa-component-wrapper {
    position: fixed;
    z-index: 99998;
  }

  #jwa-component {
    position: relative;
    display: block !important;
    min-width: 480px;
    min-height: 1px;
    width: 480px;
    box-shadow: 0px 0px 8px #333;
    border-bottom-style: none;
    border-color: #BBBBBB;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    background-color: transparent;
    z-index: 999999 !important;
  }

    #jwa-component-wrapper.floating-button > #jwa-component {
      margin: 0 !important;
    }

    #jwa-component-wrapper.floating-button.floating-button--close .jwa--floating--button {
      display:block !important;
    }

    #jwa-component-wrapper.floating-button.floating-button--close .jwa--floating--button {
      display:block !important;
    }

    #jwa-component-wrapper.floating-button.floating-button--close .jwa--close--button {
      display:none !important;
    }

    #jwa-component-wrapper.floating-button.floating-button--close .jwa--section {
      display:none !important;
    }

    #jwa-component-wrapper.floating-button .jwa--floating--button {
      display:none !important;
    }

    #jwa-component-wrapper.floating-button.floating-button--close,
    #jwa-component-wrapper.floating-button.floating-button--close > [id^='jwa-component-'] {
      width: 100% !important;
      height: 100% !important;
      min-width: 100% !important;
      min-height: 100% !important;
    }
    #jwa-component-wrapper.floating-button {
      top:0 !important;
      left:0 !important;
      bottom:0 !important;
      right:0 !important;
      background: rgba(0,0,0,0.65) !important;
      transform: translate(0, 0) !important;
      height: 100% !important;
      width: 100% !important;
    }

    #jwa-component-wrapper.floating-button.floating-button--close {
      overflow: hidden;
    }

    #jwa-component-wrapper.floating-button.floating-button--close,
    #jwa-component-wrapper.floating-button.floating-button--close > [id^='jwa-component-'] {
      width: 90px !important;
      min-width: 80px !important;
      height: 90px !important;
      min-height: 80px !important;
      box-shadow: none !important;
      background: none !important;
      padding: 0 !important;
    }

    #jwa-component-wrapper.jwa-popup-position-top_left.floating-button.floating-button--close {
      top: 0px !important;
      right: auto !important;
      bottom: auto !important;
      left: 0px !important;
    }

    #jwa-component-wrapper.jwa-popup-position-top_right.floating-button.floating-button--close {
      top: 0px !important;
      right: 0px !important;
      bottom: auto !important;
      left: auto !important;
    }

    #jwa-component-wrapper.jwa-popup-position-bottom_left.floating-button.floating-button--close {
      top: auto !important;
      right: auto !important;
      bottom: 0px !important;
      left: 0px !important;
    }

    #jwa-component-wrapper.jwa-popup-position-bottom_right.floating-button.floating-button--close {
      top: auto !important;
      right: 0px !important;
      bottom: 0px !important;
      left: auto !important;
    }

    #jwa-component-wrapper.jwa-popup-position-center.floating-button.floating-button--close {
      top: auto !important;
      right: 0px !important;
      bottom: 0px !important;
      left: auto !important;
      transform: translate(0, 0) !important;
    }

    #jwa-component-wrapper.jwa-popup-position-top_left.floating-button.floating-button--close .jwa--floating--button {
      top: 20px !important;
      right: auto !important;
      bottom: auto !important;
      left: 20px !important;
    }

    #jwa-component-wrapper.jwa-popup-position-top_right.floating-button.floating-button--close .jwa--floating--button {
      top: 20px !important;
      right: 20px !important;
      bottom: auto !important;
      left: auto !important;
    }

    #jwa-component-wrapper.jwa-popup-position-bottom_left.floating-button.floating-button--close .jwa--floating--button {
      top: auto !important;
      right: auto !important;
      bottom: 20px !important;
      left: 20px !important;
    }

    #jwa-component-wrapper.jwa-popup-position-bottom_right.floating-button.floating-button--close .jwa--floating--button {
      top: auto !important;
      right: 20px !important;
      bottom: 20px !important;
      left: auto !important;
    }

    #jwa-component-wrapper.jwa-popup-position-center.floating-button.floating-button--close .jwa--floating--button {
      left: auto !important;
      top: auto !important;
      top: auto !important;
      bottom: 20px !important;
      right: 20px !important;
      transform: translate(0, 0) !important;
    }

    @media screen and (min-width: 768px) {
      #jwa-component-wrapper.jwa-popup-position-top_left.floating-button .jwa--floating--button {
        top: -80px !important;
        right: auto !important;
        bottom: auto !important;
        left: 0px !important;
      }

      #jwa-component-wrapper.jwa-popup-position-top_right.floating-button .jwa--floating--button {
        top: -80px !important;
        right: 0px !important;
        bottom: auto !important;
        left: auto !important;
      }

      #jwa-component-wrapper.jwa-popup-position-bottom_left.floating-button .jwa--floating--button {
        top: auto !important;
        right: auto !important;
        bottom: -80px !important;
        left: 0px !important;
      }

      #jwa-component-wrapper.jwa-popup-position-bottom_right.floating-button .jwa--floating--button {
        top: auto !important;
        right: 0px !important;
        bottom: -80px !important;
        left: auto !important;
      }

      #jwa-component-wrapper.jwa-popup-position-top_left.floating-button.floating-button--close .jwa--floating--button {
        top: -80px !important;
        right: auto !important;
        bottom: auto !important;
        left: 0px !important;
      }

      #jwa-component-wrapper.jwa-popup-position-top_right.floating-button.floating-button--close .jwa--floating--button {
        top: -80px !important;
        right: 0px !important;
        bottom: auto !important;
        left: auto !important;
      }

      #jwa-component-wrapper.jwa-popup-position-bottom_left.floating-button.floating-button--close .jwa--floating--button {
        top: auto !important;
        right: auto !important;
        bottom: -80px !important;
        left: 0px !important;
      }

      #jwa-component-wrapper.jwa-popup-position-bottom_right.floating-button.floating-button--close .jwa--floating--button {
        top: auto !important;
        right: 0px !important;
        bottom: -80px !important;
        left: auto !important;
      }

      #jwa-component-wrapper.jwa-popup-position-center.floating-button .jwa--floating--button {
        display: none !important;
      }

      #jwa-component-wrapper.jwa-popup-position-center.floating-button--close.floating-button .jwa--floating--button {
        display: block !important;
      }

      [class^='jwa-popup-position-'].floating-button.floating-button--close > .jwa--component-popup {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
      }

      [class^='jwa-popup-position-'].floating-button > .jwa--component-popup {
        position: absolute !important;
      }

      #jwa-component-wrapper.jwa-popup-position-top_left.floating-button > .jwa--component-popup {
        top: 100px !important;
        right: auto !important;
        bottom: auto !important;
        left: 20px !important;
      }

      #jwa-component-wrapper.jwa-popup-position-top_right.floating-button > .jwa--component-popup {
        top: 100px !important;
        right: 20px !important;
        bottom: auto !important;
        left: auto !important;
      }

      #jwa-component-wrapper.jwa-popup-position-bottom_left.floating-button > .jwa--component-popup {
        top: auto !important;
        right: auto !important;
        bottom: 100px !important;
        left: 20px !important;
      }

      #jwa-component-wrapper.jwa-popup-position-bottom_right.floating-button > .jwa--component-popup {
        top: auto !important;
        right: 20px !important;
        bottom: 100px !important;
        left: auto !important;
      }

      #jwa-component-wrapper.jwa-popup-position-center.floating-button > .jwa--component-popup {
        transform: translate(-50%, -50%) !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
      }

      #jwa-component-wrapper.floating-button .jwa--floating--button {
        display:block !important;
      }

    }

    @media screen and (max-width: 767px) {
      #jwa-component-wrapper.floating-button {
        padding: 30px 10px !important;
        background: rgba(0,0,0,0.75) !important;
        overflow-y: auto;
      }

      #jwa-component-wrapper.floating-button .jwa--section,
      #jwa-component-wrapper.floating-button .jwa--row,
      #jwa-component-wrapper.floating-button .jwa--column {
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
      }

      #jwa-component-wrapper.floating-button .jwa-form__fieldset > .jwa-form__field {
        width: 100% !important;
      }

      #jwa-component-wrapper.floating-button,
      #jwa-component-wrapper.floating-button > [id^='jwa-component-'] {
        width: 100% !important;
        height: 100% !important;
        min-width: 100% !important;
        min-height: 100% !important;
      }
      
      #jwa-component {
        min-height: 80px;
      }
      
      #jwa-component-wrapper.jwa-popup-position-bottom_right.floating-button.floating-button--close .jwa--floating--button {
        right: 0px !important;
        bottom: 0px !important;
        position: relative;
      }
    }
    #jwa-close_button {
      position: absolute;
      top: 10px;
      right: 10px;
      border: none;
      background: transparent;
      z-index: 9999;
      cursor: pointer;
    }

    #jwa-close_button svg {
      width: 12px;
      height: 12px;
      fill: #ffffff;
    }
    
    #jwa-floating_button {
        position: absolute;
        bottom: -97px;
        right: 2px;
        border-radius: 0!important;
        background: transparent url(https://d335luupugsy2.cloudfront.net/cms/files/1446/1588875979/$5u0ndp8vgxo) center center no-repeat;
        z-index: 900;
        box-shadow: none;
        outline: none;
        width:60px !important;
        height:61px !important;
        background-size: 60px 60px !important;
        cursor: pointer;
        border: 0 !important;
      }
  
      .floating-button.floating-button--close .jwa--section {
        display: none !important;
      }
  
      .floating-button.floating-button--close .jwa--component-popup {
        box-shadow: none !important;
      }
  
      .floating-button.floating-button--close .jwa--close--button {
        display: none;
      }
  
      #jwa-floating_button.shake {
        animation: shake 10s infinite;
      }
  
      @keyframes shake {
        4.5%, 10.5% {
          transform: translate(0px, 0px) rotate(0deg);
        }
        5% {
          transform: translate(1px, 1px) rotate(0deg);
        }
        5.5% {
          transform: translate(-1px, -2px) rotate(-1deg);
        }
        6% {
          transform: translate(-3px, 0px) rotate(1deg);
        }
        6.5% {
          transform: translate(3px, 2px) rotate(0deg);
        }
        7% {
          transform: translate(1px, -1px) rotate(1deg);
        }
        7.5% {
          transform: translate(-1px, 2px) rotate(-1deg);
        }
        8% {
          transform: translate(-3px, 1px) rotate(0deg);
        }
        8.5% {
          transform: translate(3px, 1px) rotate(-1deg);
        }
        9% {
          transform: translate(-1px, -1px) rotate(1deg);
        }
        9.5% {
          transform: translate(1px, 2px) rotate(0deg);
        }
        10% {
          transform: translate(1px, -2px) rotate(-1deg);
        }
      }