.safe-svg-cover {
  text-align: center
}

.safe-svg-cover .safe-svg-inside {
  display: inline-block;
  max-width: 100%
}

.safe-svg-cover svg {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: 100%
}
/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}
body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex>* {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

body .is-layout-grid>* {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

#moove_gdpr_cookie_modal,
        #moove_gdpr_cookie_info_bar,
        .gdpr_cookie_settings_shortcode_content {
            font-family: Nunito, sans-serif
        }

        #moove_gdpr_save_popup_settings_button {
            background-color: #373737;
            color: #fff
        }

        #moove_gdpr_save_popup_settings_button:hover {
            background-color: #000
        }

        #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
        #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
            background-color: #0c4da2
        }

        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
        .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green {
            background-color: #0c4da2;
            border-color: #0c4da2
        }

        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton:hover,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover,
        .gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green:hover {
            background-color: #fff;
            color: #0c4da2
        }

        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
            background-color: #0c4da2;
            border: 1px solid #0c4da2
        }

        #moove_gdpr_cookie_info_bar span.change-settings-button.focus-g,
        #moove_gdpr_cookie_info_bar span.change-settings-button:focus,
        #moove_gdpr_cookie_info_bar button.change-settings-button.focus-g,
        #moove_gdpr_cookie_info_bar button.change-settings-button:focus {
            -webkit-box-shadow: 0 0 1px 3px #0c4da2;
            -moz-box-shadow: 0 0 1px 3px #0c4da2;
            box-shadow: 0 0 1px 3px #0c4da2
        }

        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i:hover,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover,
        #moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button {
            color: #0c4da2
        }

        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected a span.gdpr-icon,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button span.gdpr-icon {
            color: inherit
        }

        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-icon,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-icon {
            color: inherit
        }

        #moove_gdpr_cookie_modal .gdpr-acc-link {
            line-height: 0;
            font-size: 0;
            color: transparent;
            position: absolute
        }

        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover i,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button i,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a i,
        #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button:hover,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.change-settings-button:hover,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button:hover,
        #moove_gdpr_cookie_info_bar span[data-href]>u.change-settings-button,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.focus-g,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.focus-g,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.focus-g,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.focus-g,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:focus,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:focus,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content span.change-settings-button.focus-g,
        span.change-settings-button:focus,
        button.change-settings-button.focus-g,
        button.change-settings-button:focus,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button.focus-g,
        #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content u.change-settings-button:focus {
            color: #0c4da2
        }

        #moove_gdpr_cookie_modal.gdpr_lightbox-hide {
            display: none
        }

        .a2a_hide {
          display: none
      }

      .a2a_logo_color {
          background-color: #0166ff
      }

      .a2a_menu,
      .a2a_menu * {
          -moz-box-sizing: content-box;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          float: none;
          margin: 0;
          padding: 0;
          position: static;
          height: auto;
          width: auto
      }

      .a2a_menu {
          border-radius: 6px;
          display: none;
          direction: ltr;
          background: #FFF;
          font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
          color: #000;
          line-height: 12px;
          border: 1px solid #CCC;
          vertical-align: baseline;
          overflow: hidden
      }

      .a2a_mini {
          min-width: 200px;
          position: absolute;
          width: 300px;
          z-index: 9999997
      }

      .a2a_overlay {
          display: none;
          background: #616c7deb;
          backdrop-filter: blur(4px);
          -webkit-backdrop-filter: blur(4px);
          position: fixed;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          z-index: 9999998;
          -webkit-tap-highlight-color: transparent;
          transition: opacity .14s, backdrop-filter .14s
      }

      .a2a_full {
          background: #FFF;
          border: 1px solid #FFF;
          box-shadow: #2a2a2a1a 0 0 20px 10px;
          height: auto;
          height: calc(320px);
          top: 15%;
          left: 50%;
          margin-left: -320px;
          position: fixed;
          text-align: center;
          width: 640px;
          z-index: 9999999;
          transition: transform .14s, opacity .14s
      }

      .a2a_full_footer,
      .a2a_full_header,
      .a2a_full_services {
          border: 0;
          margin: 0;
          padding: 12px;
          box-sizing: border-box
      }

      .a2a_full_header {
          padding-bottom: 8px
      }

      .a2a_full_services {
          height: 280px;
          overflow-y: scroll;
          padding: 0 12px;
          -webkit-overflow-scrolling: touch
      }

      .a2a_full_services .a2a_i {
          display: inline-block;
          float: none;
          width: 181px;
          width: calc(33.334% - 18px)
      }

      div.a2a_full_footer {
          font-size: 12px;
          text-align: center;
          padding: 8px 14px
      }

      div.a2a_full_footer a,
      div.a2a_full_footer a:visited {
          display: inline;
          font-size: 12px;
          line-height: 14px;
          padding: 8px 14px
      }

      div.a2a_full_footer a:focus,
      div.a2a_full_footer a:hover {
          background: 0 0;
          border: 0;
          color: #0166FF
      }

      div.a2a_full_footer a span.a2a_s_a2a,
      div.a2a_full_footer a span.a2a_w_a2a {
          background-size: 14px;
          border-radius: 3px;
          display: inline-block;
          height: 14px;
          line-height: 14px;
          margin: 0 3px 0 0;
          vertical-align: top;
          width: 14px
      }

      .a2a_modal {
          height: 0;
          left: 50%;
          margin-left: -320px;
          position: fixed;
          text-align: center;
          top: 15%;
          width: 640px;
          z-index: 9999999;
          transition: transform .14s, opacity .14s;
          -webkit-tap-highlight-color: transparent
      }

      .a2a_modal_body {
          background: 0 0;
          border: 0;
          font: 24px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
          position: relative;
          height: auto;
          width: auto
      }

      .a2a_thanks {
          color: #fff;
          height: auto;
          margin-top: 20px;
          width: auto
      }

      .a2a_thanks>div:first-child {
          margin: 0 0 40px 0
      }

      .a2a_thanks div * {
          height: inherit
      }

      #a2a_copy_link {
          background: #FFF;
          border: 1px solid #FFF;
          cursor: pointer;
          margin-top: 15%
      }

      span.a2a_s_link#a2a_copy_link_icon,
      span.a2a_w_link#a2a_copy_link_icon {
          background-size: 48px;
          border-radius: 0;
          display: inline-block;
          height: 48px;
          left: 0;
          line-height: 48px;
          margin: 0 3px 0 0;
          position: absolute;
          vertical-align: top;
          width: 48px
      }

      #a2a_modal input#a2a_copy_link_text {
          background-color: transparent;
          border: 0;
          color: #2A2A2A;
          cursor: pointer;
          font: inherit;
          height: 48px;
          left: 62px;
          max-width: initial;
          min-height: auto;
          padding: 0;
          position: relative;
          width: 564px;
          width: calc(100% - 76px)
      }

      #a2a_copy_link_copied {
          background-color: #0166ff;
          color: #fff;
          display: none;
          font: inherit;
          font-size: 16px;
          margin-top: 1px;
          padding: 3px 8px
      }

      @media (forced-colors:active) {

          .a2a_color_buttons a,
          .a2a_svg {
              forced-color-adjust: none
          }
      }

      @media (prefers-color-scheme:dark) {

          .a2a_menu a,
          .a2a_menu a.a2a_i,
          .a2a_menu a.a2a_i:visited,
          .a2a_menu a.a2a_more,
          i.a2a_i {
              border-color: #2a2a2a !important;
              color: #fff !important
          }

          .a2a_menu a.a2a_i:active,
          .a2a_menu a.a2a_i:focus,
          .a2a_menu a.a2a_i:hover,
          .a2a_menu a.a2a_more:active,
          .a2a_menu a.a2a_more:focus,
          .a2a_menu a.a2a_more:hover,
          .a2a_menu_find_container {
              border-color: #444 !important;
              background-color: #444 !important
          }

          .a2a_menu:not(.a2a_thanks) {
              background-color: #2a2a2a;
              border-color: #2a2a2a
          }

          .a2a_menu_find {
              color: #fff !important
          }

          .a2a_menu span.a2a_s_find svg {
              background-color: transparent !important
          }

          .a2a_menu span.a2a_s_find svg path {
              fill: #fff !important
          }

          .a2a_full {
              box-shadow: #00000066 0 0 20px 10px
          }

          .a2a_overlay {
              background-color: #373737eb
          }
      }

      @media print {

          .a2a_floating_style,
          .a2a_menu,
          .a2a_overlay {
              visibility: hidden
          }
      }

      @keyframes a2aFadeIn {
          from {
              opacity: 0
          }

          to {
              opacity: 1
          }
      }

      .a2a_starting {
          opacity: 0
      }

      .a2a_starting.a2a_full,
      .a2a_starting.a2a_modal {
          transform: scale(.8)
      }

      @media (max-width:639px) {
          .a2a_full {
              border-radius: 0;
              top: 15%;
              left: 0;
              margin-left: auto;
              width: 100%
          }

          .a2a_modal {
              left: 0;
              margin-left: 10px;
              width: calc(100% - 20px)
          }
      }

      @media (min-width:318px) and (max-width:437px) {
          .a2a_full .a2a_full_services .a2a_i {
              width: calc(50% - 18px)
          }
      }

      @media (max-width:317px) {
          .a2a_full .a2a_full_services .a2a_i {
              width: calc(100% - 18px)
          }
      }

      @media (max-height:436px) {
          .a2a_full {
              bottom: 40px;
              height: auto;
              top: 40px
          }
      }

      @media (max-height:550px) {
          .a2a_modal {
              top: 30px
          }
      }

      @media (max-height:360px) {
          .a2a_modal {
              top: 20px
          }

          .a2a_thanks>div:first-child {
              margin-bottom: 20px
          }
      }

      .a2a_menu a {
          color: #0166FF;
          text-decoration: none;
          font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
          line-height: 14px;
          height: auto;
          width: auto;
          outline: 0
      }

      .a2a_menu a.a2a_i:visited,
      .a2a_menu a.a2a_more {
          color: #0166FF
      }

      .a2a_menu a.a2a_i:active,
      .a2a_menu a.a2a_i:focus,
      .a2a_menu a.a2a_i:hover,
      .a2a_menu a.a2a_more:active,
      .a2a_menu a.a2a_more:focus,
      .a2a_menu a.a2a_more:hover {
          color: #2A2A2A;
          border-color: #EEE;
          border-style: solid;
          background-color: #EEE;
          text-decoration: none
      }

      .a2a_menu span.a2a_s_find {
          background-size: 24px;
          height: 24px;
          left: 8px;
          position: absolute;
          top: 7px;
          width: 24px
      }

      .a2a_menu span.a2a_s_find svg {
          background-color: #FFF
      }

      .a2a_menu span.a2a_s_find svg path {
          fill: #CCC
      }

      #a2a_menu_container {
          display: inline-block
      }

      .a2a_menu_find_container {
          border: 1px solid #CCC;
          border-radius: 6px;
          padding: 2px 24px 2px 0;
          position: relative;
          text-align: left
      }

      .a2a_cols_container .a2a_col1 {
          overflow-x: hidden;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch
      }

      #a2a_modal input,
      #a2a_modal input[type=text],
      .a2a_menu input,
      .a2a_menu input[type=text] {
          display: block;
          background-image: none;
          box-shadow: none;
          line-height: 100%;
          margin: 0;
          outline: 0;
          overflow: hidden;
          padding: 0;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          -webkit-appearance: none
      }

      #a2afeed_find_container input,
      #a2afeed_find_container input[type=text],
      #a2apage_find_container input,
      #a2apage_find_container input[type=text] {
          background-color: transparent;
          border: 0;
          box-sizing: content-box;
          color: #2A2A2A;
          float: none;
          font: inherit;
          font-size: 16px;
          height: 28px;
          line-height: 20px;
          left: 38px;
          outline: 0;
          margin: 0;
          max-width: initial;
          min-height: initial;
          padding: 2px 0;
          position: relative;
          width: 99%
      }

      .a2a_clear {
          clear: both
      }

      .a2a_svg {
          background-repeat: no-repeat;
          display: block;
          overflow: hidden;
          height: 32px;
          line-height: 32px;
          padding: 0;
          pointer-events: none;
          width: 32px
      }

      .a2a_svg svg {
          background-repeat: no-repeat;
          background-position: 50% 50%;
          border: none;
          display: block;
          left: 0;
          margin: 0 auto;
          overflow: hidden;
          padding: 0;
          position: relative;
          top: 0;
          width: auto;
          height: auto
      }

      a.a2a_i,
      i.a2a_i {
          display: block;
          float: left;
          border: 1px solid #FFF;
          line-height: 24px;
          padding: 6px 8px;
          text-align: left;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 132px
      }

      a.a2a_i span,
      a.a2a_more span {
          display: inline-block;
          overflow: hidden;
          vertical-align: top
      }

      a.a2a_i .a2a_svg {
          margin: 0 6px 0 0
      }

      a.a2a_i .a2a_svg,
      a.a2a_more .a2a_svg {
          background-size: 24px;
          height: 24px;
          line-height: 24px;
          width: 24px
      }

      a.a2a_sss:hover {
          border-left: 1px solid #CCC
      }

      a.a2a_more {
          border-bottom: 1px solid #FFF;
          border-left: 0;
          border-right: 0;
          line-height: 24px;
          margin: 6px 0 0;
          padding: 6px;
          -webkit-touch-callout: none
      }

      a.a2a_more span {
          height: 24px;
          margin: 0 6px 0 0
      }

      .a2a_kit .a2a_svg {
          background-repeat: repeat
      }

      .a2a_default_style a:empty,
      .a2a_flex_style a:empty,
      .a2a_floating_style a:empty,
      .a2a_overlay_style a:empty {
          display: none
      }

      .a2a_color_buttons a,
      .a2a_floating_style a {
          text-decoration: none
      }

      .a2a_default_style:not(.a2a_flex_style) a {
          float: left;
          line-height: 16px;
          padding: 0 2px
      }

      .a2a_default_style a:hover .a2a_svg,
      .a2a_floating_style a:hover .a2a_svg,
      .a2a_overlay_style a:hover .a2a_svg svg {
          opacity: .7
      }

      .a2a_overlay_style.a2a_default_style a:hover .a2a_svg {
          opacity: 1
      }

      .a2a_default_style .a2a_count,
      .a2a_default_style .a2a_svg,
      .a2a_floating_style .a2a_svg,
      .a2a_menu .a2a_svg,
      .a2a_vertical_style .a2a_count,
      .a2a_vertical_style .a2a_svg {
          border-radius: 4px
      }

      .a2a_default_style .a2a_counter img,
      .a2a_default_style .a2a_dd,
      .a2a_default_style .a2a_svg {
          float: left
      }

      .a2a_default_style .a2a_img_text {
          margin-right: 4px
      }

      .a2a_default_style .a2a_divider {
          border-left: 1px solid #000;
          display: inline;
          float: left;
          height: 16px;
          line-height: 16px;
          margin: 0 5px
      }

      .a2a_kit a {
          cursor: pointer;
          transition: none
      }

      .a2a_floating_style {
          background-color: #fff;
          border-radius: 6px;
          position: fixed;
          z-index: 9999995
      }

      .a2a_overlay_style {
          z-index: 2147483647
      }

      .a2a_floating_style,
      .a2a_overlay_style {
          animation: a2aFadeIn .2s ease-in;
          padding: 4px
      }

      .a2a_vertical_style:not(.a2a_flex_style) a {
          clear: left;
          display: block;
          overflow: hidden;
          padding: 4px
      }

      .a2a_floating_style.a2a_default_style {
          bottom: 0
      }

      .a2a_floating_style.a2a_default_style a,
      .a2a_overlay_style.a2a_default_style a {
          padding: 4px
      }

      .a2a_count {
          background-color: #fff;
          border: 1px solid #ccc;
          box-sizing: border-box;
          color: #2a2a2a;
          display: block;
          float: left;
          font: 12px Arial, Helvetica, sans-serif;
          height: 16px;
          margin-left: 4px;
          position: relative;
          text-align: center;
          width: 50px
      }

      .a2a_count:after,
      .a2a_count:before {
          border: solid transparent;
          border-width: 4px 4px 4px 0;
          content: "";
          height: 0;
          left: 0;
          line-height: 0;
          margin: -4px 0 0 -4px;
          position: absolute;
          top: 50%;
          width: 0
      }

      .a2a_count:before {
          border-right-color: #ccc
      }

      .a2a_count:after {
          border-right-color: #fff;
          margin-left: -3px
      }

      .a2a_count span {
          animation: a2aFadeIn .14s ease-in
      }

      .a2a_vertical_style .a2a_counter img {
          display: block
      }

      .a2a_vertical_style .a2a_count {
          float: none;
          margin-left: 0;
          margin-top: 6px
      }

      .a2a_vertical_style .a2a_count:after,
      .a2a_vertical_style .a2a_count:before {
          border: solid transparent;
          border-width: 0 4px 4px 4px;
          content: "";
          height: 0;
          left: 50%;
          line-height: 0;
          margin: -4px 0 0 -4px;
          position: absolute;
          top: 0;
          width: 0
      }

      .a2a_vertical_style .a2a_count:before {
          border-bottom-color: #ccc
      }

      .a2a_vertical_style .a2a_count:after {
          border-bottom-color: #fff;
          margin-top: -3px
      }

      .a2a_color_buttons .a2a_count,
      .a2a_color_buttons .a2a_count:after,
      .a2a_color_buttons .a2a_count:before,
      .a2a_color_buttons.a2a_vertical_style .a2a_count:after,
      .a2a_color_buttons.a2a_vertical_style .a2a_count:before {
          background-color: transparent;
          border: none;
          color: #fff;
          float: none;
          width: auto
      }

      .a2a_color_buttons.a2a_vertical_style .a2a_count {
          margin-top: 0
      }

      .a2a_flex_style {
          display: flex;
          align-items: flex-start;
          gap: 0
      }

      .a2a_default_style.a2a_flex_style {
          left: 0;
          right: 0;
          width: 100%
      }

      .a2a_vertical_style.a2a_flex_style {
          flex-direction: column;
          top: 0;
          bottom: 0
      }

      .a2a_flex_style a {
          display: flex;
          justify-content: center;
          flex: 1;
          padding: 4px
      }

      .a2a_flex_style.a2a_vertical_style a {
          flex-direction: column
      }

      .a2a_floating_style.a2a_color_buttons,
      .a2a_floating_style.a2a_flex_style {
          border-radius: 0;
          padding: 0
      }

      .a2a_floating_style.a2a_default_style.a2a_flex_style {
          bottom: 0
      }

      .a2a_kit.a2a_flex_style .a2a_counter img,
      .a2a_kit.a2a_flex_style .a2a_dd,
      .a2a_kit.a2a_flex_style .a2a_svg {
          float: none
      }

      .a2a_nowrap {
          white-space: nowrap
      }

      .a2a_note {
          margin: 0 auto;
          padding: 9px;
          font-size: 12px;
          text-align: center
      }

      .a2a_note .a2a_note_note {
          margin: 0;
          color: #2A2A2A
      }

      .a2a_wide a {
          display: block;
          margin-top: 3px;
          border-top: 1px solid #EEE;
          text-align: center
      }

      .a2a_label {
          position: absolute !important;
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
          -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
          overflow: hidden;
          height: 1px;
          width: 1px
      }

      .a2a_kit,
      .a2a_menu,
      .a2a_modal,
      .a2a_overlay {
          -ms-touch-action: manipulation;
          touch-action: manipulation;
          outline: 0
      }

      .a2a_dd {
          -webkit-user-drag: none
      }

      .a2a_dd img {
          border: 0
      }

      .a2a_button_facebook_like iframe {
          max-width: none
      }

      .inspectlet-widget {
        position: fixed;
        height: 50px;
        width: 50px;
        background: #2c8aff;
        bottom: 20px;
        right: 20px;
        border-radius: 50px;
        box-shadow: 0 0 5px rgb(0 0 0 / 20%), 0 0 10px rgb(255 255 255 / 10%) inset;
        border: 2px solid rgb(38 132 234);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .25s ease;
    }

    .inspectlet-widget:hover {
        opacity: .8;
    }

    .inspectlet-widget img {
        height: 70%;
        width: 70%;
    }
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("rP2Hp2ywxg089UriCZ2IHSeH.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("rP2Hp2ywxg089UriCZOIHQ.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("pxiEyp8kv8JHgFVrJJnecmNE.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("pxiEyp8kv8JHgFVrJJfecg.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
